/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import "../components/fullcalendar/dist/fullcalendar.css";
@import "../components/qtip2/jquery.qtip.min.css";
@import "../components/leaflet.draw/dist/leaflet.draw.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,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !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^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  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,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 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;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #999;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #999;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #999;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #999;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #999;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #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;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #999;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@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 .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #129ed9;
  border-color: #108dc1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0e7caa;
  border-color: #0b6489;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #129ed9;
  border-color: #108dc1;
}
.btn-primary .badge {
  color: #129ed9;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #28A947;
  border-color: #23943e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #1e8036;
  border-color: #17632a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #28A947;
  border-color: #23943e;
}
.btn-success .badge {
  color: #28A947;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-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;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 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-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
@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;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 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-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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 .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;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    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-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@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-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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.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: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .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: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 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 {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  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: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite 300ms ease;
  -moz-animation: progress-bar-stripes 2s linear infinite 300ms ease;
  -ms-animation: progress-bar-stripes 2s linear infinite 300ms ease;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: 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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.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: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.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 {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.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 {
  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;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  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 {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #999;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate3d(0, -25%, 0);
  -webkit-transform: translate3d(0, -25%, 0);
  -moz-transform: translate3d(0, -25%, 0);
  -ms-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    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;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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;
}
.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;
  margin-top: -10px;
  font-family: serif;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.additional-details dl dd:before,
.additional-details dl dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.additional-details dl dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 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;
  }
  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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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";
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../components/fontawesome/fonts//fontawesome-webfont.eot?v=4.4.0');
  src: url('../components/fontawesome/fonts//fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../components/fontawesome/fonts//fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../components/fontawesome/fonts//fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../components/fontawesome/fonts//fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../components/fontawesome/fonts//fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ng-table th.sortable {
  cursor: pointer;
}
.ng-table th.sortable .sort-indicator {
  padding-right: 18px;
  position: relative;
}
.ng-table th.sortable .sort-indicator:after,
.ng-table th.sortable .sort-indicator:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 5px;
  top: 50%;
  position: absolute;
  opacity: 0.3;
  margin-top: -4px;
}
.ng-table th.sortable .sort-indicator:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.ng-table th.sortable .sort-indicator:hover:after,
.ng-table th.sortable .sort-indicator:hover:before {
  opacity: 1;
  visibility: visible;
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.ng-table th.sortable.sort-desc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:after {
  margin-top: -2px;
}
.ng-table th.sortable.sort-desc .sort-indicator:before,
.ng-table th.sortable.sort-asc .sort-indicator:before {
  visibility: hidden;
}
.ng-table th.sortable.sort-asc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.sortable.sort-desc .sort-indicator:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
.ng-table + .pagination {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .ng-table-responsive thead tr th {
    text-align: left;
  }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0;
  }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px;
  }
  .ng-table-responsive td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .ng-table-responsive td:before {
    content: attr(data-title-text);
  }
  .ng-table-responsive,
  .ng-table-responsive thead,
  .ng-table-responsive tbody,
  .ng-table-responsive th,
  .ng-table-responsive td,
  .ng-table-responsive tr {
    display: block;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.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 #ccc;
  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-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  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: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.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:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.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,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.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: #eeeeee;
  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 {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  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:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.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,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  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:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.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,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  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:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  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 {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  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:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

.alertify,
.alertify-show,
.alertify-log {
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.alertify-hide {
	transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-log-hide {
	transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
	position: fixed; z-index: 99999;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color:white;
	filter:alpha(opacity=0);
	opacity:0;
}
	.alertify-cover-hidden {
		display: none;
	}
.alertify {
	position: fixed; z-index: 99999;
	top: 50px; left: 50%;
	width: 550px;
	margin-left: -275px;
	opacity: 1;
}
	.alertify-hidden {
		transform: translate(0,-150px);
		opacity: 0;
		display: none;
	}
	/* overwrite display: none; for everything except IE6-8 */
	:root *> .alertify-hidden {
		display: block;
		visibility: hidden;
	}
.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.alertify-logs-hidden {
	display: none;
}
	.alertify-log {
		display: block;
		margin-top: 10px;
		position: relative;
		right: -300px;
		opacity: 0;
	}
	.alertify-log-show {
		right: 0;
		opacity: 1;
	}
	.alertify-log-hide {
		transform: translate(300px, 0);
		opacity: 0;
	}
	.alertify-dialog {
		padding: 25px;
	}
		.alertify-resetFocus {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.alertify-inner {
			text-align: center;
		}
		.alertify-text {
			margin-bottom: 15px;
			width: 100%;
			box-sizing: border-box;
			font-size: 100%;
		}
		.alertify-buttons {
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:active,
			.alertify-button:visited {
				background: none;
				text-decoration: none;
				border: none;
				/* line-height and font-size for input button */
				line-height: 1.5;
				font-size: 100%;
				display: inline-block;
				cursor: pointer;
				margin-left: 5px;
			}

.alertify-isHidden {
	display: none;
}

@media only screen and (max-width: 680px) {
	.alertify,
	.alertify-logs {
		width: 90%;
		box-sizing: border-box;
	}
	.alertify {
		left: 5%;
		margin: 0;
	}
}

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #FFF;
	border: 10px solid #333; /* browsers that don't support rgba */
	border: 10px solid rgba(0,0,0,.7);
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
	.alertify-button {
		border-radius: 4px;
		color: #FFF;
		font-weight: bold;
		padding: 6px 15px;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0,0,0,.5);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	}
	.alertify-button:hover,
	.alertify-button:focus {
		outline: none;
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	}
	.alertify-button:focus {
		box-shadow: 0 0 15px #2B72D5;
	}
	.alertify-button:active {
		position: relative;
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
			background-color: #FE1A00;
			border: 1px solid #D83526;
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
			background-color: #5CB811;
			border: 1px solid #3B7808;
		}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
	.alertify-log-error {
		background: #FE1A00;
		background: rgba(254,26,0,.9);
	}
	.alertify-log-success {
		background: #5CB811;
		background: rgba(92,184,17,.9);
	}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
 }
@keyframes ui-select-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.eot?-nw8gek');
  src: url('/fonts/icomoon.eot?-nw8gek#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?-nw8gek') format('truetype'), url('/fonts/icomoon.woff?-nw8gek') format('woff'), url('/fonts/icomoon.svg?-nw8gek#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="drive-icon-"],
[class*=" drive-icon-"] {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.drive-icon-pms:before {
  content: "\e600";
}
.drive-icon-sales-and-catering:before {
  content: "\e601";
}
.drive-icon-floorplan:before {
  content: "\e602";
}
.drive-icon-peak:before {
  content: "\e607";
}
.drive-icon-buffet:before {
  content: "\e603";
}
.drive-icon-reception:before {
  content: "\e604";
}
.drive-icon-classroom:before {
  content: "\e605";
}
.drive-icon-rounds-crescent:before {
  content: "\e606";
}
.drive-icon-rounds-of-8:before {
  content: "\e608";
}
.drive-icon-rounds-of-10:before {
  content: "\e609";
}
.drive-icon-theatre:before {
  content: "\e60a";
}
.drive-icon-u-shape:before {
  content: "\e60b";
}
.drive-icon-hollow-square:before {
  content: "\e60c";
}
.drive-icon-conference:before {
  content: "\e60d";
}
.drive-icon-exhibit:before {
  content: "\e60e";
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
.alertify-log-info {
  background-color: #129ed9;
}
.fade-in {
  transition: all 0.3s linear;
  opacity: 1;
}
.fade-in.ng-hide-add,
.fade-in.ng-hide-remove {
  display: block!important;
}
.fade-in.ng-hide {
  opacity: 0;
}
@keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* stylelint-disable plugin/no-unsupported-browser-features */
/* stylelint-enable plugin/no-unsupported-browser-features */
.btn-default {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border-bottom: auto;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #cccccc;
  color: #333;
}
.btn-default:focus,
.btn-default:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(255, 255, 255, 0.5);
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f2f2f2;
}
.btn-default.btn-style-flat {
  border: 1px solid #fff;
}
.btn-default.btn-style-flat:hover,
.btn-default.btn-style-flat:focus,
.btn-default.btn-style-flat:active,
.btn-default.btn-style-flat.active {
  border-color: #cccccc;
}
.btn-primary {
  color: #fff;
  text-shadow: none;
  background-color: #129ed9;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #0a597b;
  color: #fff;
}
.btn-primary:focus,
.btn-primary:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(18, 158, 217, 0.5);
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #108dc1;
}
.btn-primary.btn-style-flat {
  border: 1px solid #129ed9;
}
.btn-primary.btn-style-flat:hover,
.btn-primary.btn-style-flat:focus,
.btn-primary.btn-style-flat:active,
.btn-primary.btn-style-flat.active {
  border-color: #0a597b;
}
.btn-primary-outline {
  color: #129ed9;
  background-color: #ffffff;
  border: 1px solid #129ed9;
  text-shadow: none;
  transition: color 0.3s, background-color 0.22s ease-in-out;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background-color: #129ed9;
  color: #ffffff;
}
.btn-primary-outline:focus,
.btn-primary-outline:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(18, 158, 217, 0.5);
}
.btn-primary-outline.disabled,
.btn-primary-outline[disabled],
fieldset[disabled] .btn-primary-outline,
.btn-primary-outline.disabled:hover,
.btn-primary-outline[disabled]:hover,
fieldset[disabled] .btn-primary-outline:hover,
.btn-primary-outline.disabled:focus,
.btn-primary-outline[disabled]:focus,
fieldset[disabled] .btn-primary-outline:focus,
.btn-primary-outline.disabled:active,
.btn-primary-outline[disabled]:active,
fieldset[disabled] .btn-primary-outline:active,
.btn-primary-outline.disabled.active,
.btn-primary-outline[disabled].active,
fieldset[disabled] .btn-primary-outline.active {
  color: #cccccc;
  border-color: #cccccc;
}
.btn-success {
  color: #fff;
  text-shadow: none;
  background-color: #28A947;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #145724;
  color: #fff;
}
.btn-success:focus,
.btn-success:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(40, 169, 71, 0.5);
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #23943e;
}
.btn-success.btn-style-flat {
  border: 1px solid #28A947;
}
.btn-success.btn-style-flat:hover,
.btn-success.btn-style-flat:focus,
.btn-success.btn-style-flat:active,
.btn-success.btn-style-flat.active {
  border-color: #145724;
}
.btn-success-outline {
  color: #28A947;
  background-color: #ffffff;
  border: 1px solid #28A947;
  text-shadow: none;
  transition: color 0.3s, background-color 0.22s ease-in-out;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline:active,
.btn-success-outline.active {
  background-color: #28A947;
  color: #ffffff;
}
.btn-success-outline:focus,
.btn-success-outline:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(40, 169, 71, 0.5);
}
.btn-success-outline.disabled,
.btn-success-outline[disabled],
fieldset[disabled] .btn-success-outline,
.btn-success-outline.disabled:hover,
.btn-success-outline[disabled]:hover,
fieldset[disabled] .btn-success-outline:hover,
.btn-success-outline.disabled:focus,
.btn-success-outline[disabled]:focus,
fieldset[disabled] .btn-success-outline:focus,
.btn-success-outline.disabled:active,
.btn-success-outline[disabled]:active,
fieldset[disabled] .btn-success-outline:active,
.btn-success-outline.disabled.active,
.btn-success-outline[disabled].active,
fieldset[disabled] .btn-success-outline.active {
  color: #cccccc;
  border-color: #cccccc;
}
.btn-info {
  color: #fff;
  text-shadow: none;
  background-color: #5bc0de;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #2390b0;
  color: #fff;
}
.btn-info:focus,
.btn-info:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(91, 192, 222, 0.5);
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #46b8da;
}
.btn-info.btn-style-flat {
  border: 1px solid #5bc0de;
}
.btn-info.btn-style-flat:hover,
.btn-info.btn-style-flat:focus,
.btn-info.btn-style-flat:active,
.btn-info.btn-style-flat.active {
  border-color: #2390b0;
}
.btn-warning {
  color: #fff;
  text-shadow: none;
  background-color: #f0ad4e;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #c77c11;
  color: #fff;
}
.btn-warning:focus,
.btn-warning:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(240, 173, 78, 0.5);
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eea236;
}
.btn-warning.btn-style-flat {
  border: 1px solid #f0ad4e;
}
.btn-warning.btn-style-flat:hover,
.btn-warning.btn-style-flat:focus,
.btn-warning.btn-style-flat:active,
.btn-warning.btn-style-flat.active {
  border-color: #c77c11;
}
.btn-danger {
  color: #fff;
  text-shadow: none;
  background-color: #d9534f;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #a02622;
  color: #fff;
}
.btn-danger:focus,
.btn-danger:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(217, 83, 79, 0.5);
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d43f3a;
}
.btn-danger.btn-style-flat {
  border: 1px solid #d9534f;
}
.btn-danger.btn-style-flat:hover,
.btn-danger.btn-style-flat:focus,
.btn-danger.btn-style-flat:active,
.btn-danger.btn-style-flat.active {
  border-color: #a02622;
}
.btn-inverse {
  color: #fff;
  text-shadow: none;
  background-color: #474949;
  border-bottom: auto;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  background-color: #151515;
  color: #fff;
}
.btn-inverse:focus,
.btn-inverse:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(71, 73, 73, 0.5);
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #3a3c3c;
}
.btn-inverse.btn-style-flat {
  border: 1px solid #474949;
}
.btn-inverse.btn-style-flat:hover,
.btn-inverse.btn-style-flat:focus,
.btn-inverse.btn-style-flat:active,
.btn-inverse.btn-style-flat.active {
  border-color: #151515;
}
.btn-secondary {
  color: #666;
  text-shadow: none;
  background-color: #efefef;
  border-bottom: auto;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #bcbcbc;
  color: #666;
}
.btn-secondary:focus,
.btn-secondary:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(239, 239, 239, 0.5);
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #e2e2e2;
}
.btn-secondary.btn-style-flat {
  border: 1px solid #efefef;
}
.btn-secondary.btn-style-flat:hover,
.btn-secondary.btn-style-flat:focus,
.btn-secondary.btn-style-flat:active,
.btn-secondary.btn-style-flat.active {
  border-color: #bcbcbc;
}
.btn-lead-header {
  color: #dfdfdf;
  text-shadow: none;
  background-color: #353535;
  border-bottom: auto;
}
.btn-lead-header:hover,
.btn-lead-header:focus,
.btn-lead-header:active,
.btn-lead-header.active {
  background-color: #020202;
  color: #dfdfdf;
}
.btn-lead-header:focus,
.btn-lead-header:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(53, 53, 53, 0.5);
}
.btn-lead-header.disabled,
.btn-lead-header[disabled],
fieldset[disabled] .btn-lead-header,
.btn-lead-header.disabled:hover,
.btn-lead-header[disabled]:hover,
fieldset[disabled] .btn-lead-header:hover,
.btn-lead-header.disabled:focus,
.btn-lead-header[disabled]:focus,
fieldset[disabled] .btn-lead-header:focus,
.btn-lead-header.disabled:active,
.btn-lead-header[disabled]:active,
fieldset[disabled] .btn-lead-header:active,
.btn-lead-header.disabled.active,
.btn-lead-header[disabled].active,
fieldset[disabled] .btn-lead-header.active {
  background-color: #282828;
}
.btn-lead-header.btn-style-flat {
  border: 1px solid #353535;
}
.btn-lead-header.btn-style-flat:hover,
.btn-lead-header.btn-style-flat:focus,
.btn-lead-header.btn-style-flat:active,
.btn-lead-header.btn-style-flat.active {
  border-color: #020202;
}
.modal-save,
.modal-close {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-color: #23943e;
  color: #fff;
  text-shadow: none;
  background-color: #28A947;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.modal-save:focus,
.modal-close:focus,
.modal-save:active:focus,
.modal-close:active:focus,
.modal-save.active:focus,
.modal-close.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal-save:hover,
.modal-close:hover,
.modal-save:focus,
.modal-close:focus {
  color: #333;
  text-decoration: none;
}
.modal-save:active,
.modal-close:active,
.modal-save.active,
.modal-close.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal-save.disabled,
.modal-close.disabled,
.modal-save[disabled],
.modal-close[disabled],
fieldset[disabled] .modal-save,
fieldset[disabled] .modal-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.modal-save:hover,
.modal-close:hover,
.modal-save:focus,
.modal-close:focus,
.modal-save:active,
.modal-close:active,
.modal-save.active,
.modal-close.active,
.open > .dropdown-toggle.modal-save,
.open > .dropdown-toggle.modal-close {
  color: #fff;
  background-color: #1e8036;
  border-color: #17632a;
}
.modal-save:active,
.modal-close:active,
.modal-save.active,
.modal-close.active,
.open > .dropdown-toggle.modal-save,
.open > .dropdown-toggle.modal-close {
  background-image: none;
}
.modal-save.disabled,
.modal-close.disabled,
.modal-save[disabled],
.modal-close[disabled],
fieldset[disabled] .modal-save,
fieldset[disabled] .modal-close,
.modal-save.disabled:hover,
.modal-close.disabled:hover,
.modal-save[disabled]:hover,
.modal-close[disabled]:hover,
fieldset[disabled] .modal-save:hover,
fieldset[disabled] .modal-close:hover,
.modal-save.disabled:focus,
.modal-close.disabled:focus,
.modal-save[disabled]:focus,
.modal-close[disabled]:focus,
fieldset[disabled] .modal-save:focus,
fieldset[disabled] .modal-close:focus,
.modal-save.disabled:active,
.modal-close.disabled:active,
.modal-save[disabled]:active,
.modal-close[disabled]:active,
fieldset[disabled] .modal-save:active,
fieldset[disabled] .modal-close:active,
.modal-save.disabled.active,
.modal-close.disabled.active,
.modal-save[disabled].active,
.modal-close[disabled].active,
fieldset[disabled] .modal-save.active,
fieldset[disabled] .modal-close.active {
  background-color: #28A947;
  border-color: #23943e;
}
.modal-save .badge,
.modal-close .badge {
  color: #28A947;
  background-color: #fff;
}
.modal-save:hover,
.modal-close:hover,
.modal-save:focus,
.modal-close:focus,
.modal-save:active,
.modal-close:active,
.modal-save.active,
.modal-close.active {
  background-color: #145724;
  color: #fff;
}
.modal-save:focus,
.modal-close:focus,
.modal-save:focus:active,
.modal-close:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(40, 169, 71, 0.5);
}
.modal-save.disabled,
.modal-close.disabled,
.modal-save[disabled],
.modal-close[disabled],
fieldset[disabled] .modal-save,
fieldset[disabled] .modal-close,
.modal-save.disabled:hover,
.modal-close.disabled:hover,
.modal-save[disabled]:hover,
.modal-close[disabled]:hover,
fieldset[disabled] .modal-save:hover,
fieldset[disabled] .modal-close:hover,
.modal-save.disabled:focus,
.modal-close.disabled:focus,
.modal-save[disabled]:focus,
.modal-close[disabled]:focus,
fieldset[disabled] .modal-save:focus,
fieldset[disabled] .modal-close:focus,
.modal-save.disabled:active,
.modal-close.disabled:active,
.modal-save[disabled]:active,
.modal-close[disabled]:active,
fieldset[disabled] .modal-save:active,
fieldset[disabled] .modal-close:active,
.modal-save.disabled.active,
.modal-close.disabled.active,
.modal-save[disabled].active,
.modal-close[disabled].active,
fieldset[disabled] .modal-save.active,
fieldset[disabled] .modal-close.active {
  background-color: #23943e;
}
.modal-save.btn-style-flat,
.modal-close.btn-style-flat {
  border: 1px solid #28A947;
}
.modal-save.btn-style-flat:hover,
.modal-close.btn-style-flat:hover,
.modal-save.btn-style-flat:focus,
.modal-close.btn-style-flat:focus,
.modal-save.btn-style-flat:active,
.modal-close.btn-style-flat:active,
.modal-save.btn-style-flat.active,
.modal-close.btn-style-flat.active {
  border-color: #145724;
}
.modal-cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-color: #ccc;
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border-bottom: auto;
}
.modal-cancel:focus,
.modal-cancel:active:focus,
.modal-cancel.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal-cancel:hover,
.modal-cancel:focus {
  color: #333;
  text-decoration: none;
}
.modal-cancel:active,
.modal-cancel.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal-cancel.disabled,
.modal-cancel[disabled],
fieldset[disabled] .modal-cancel {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.modal-cancel:hover,
.modal-cancel:focus,
.modal-cancel:active,
.modal-cancel.active,
.open > .dropdown-toggle.modal-cancel {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.modal-cancel:active,
.modal-cancel.active,
.open > .dropdown-toggle.modal-cancel {
  background-image: none;
}
.modal-cancel.disabled,
.modal-cancel[disabled],
fieldset[disabled] .modal-cancel,
.modal-cancel.disabled:hover,
.modal-cancel[disabled]:hover,
fieldset[disabled] .modal-cancel:hover,
.modal-cancel.disabled:focus,
.modal-cancel[disabled]:focus,
fieldset[disabled] .modal-cancel:focus,
.modal-cancel.disabled:active,
.modal-cancel[disabled]:active,
fieldset[disabled] .modal-cancel:active,
.modal-cancel.disabled.active,
.modal-cancel[disabled].active,
fieldset[disabled] .modal-cancel.active {
  background-color: #fff;
  border-color: #ccc;
}
.modal-cancel .badge {
  color: #fff;
  background-color: #333;
}
.modal-cancel:hover,
.modal-cancel:focus,
.modal-cancel:active,
.modal-cancel.active {
  background-color: #cccccc;
  color: #333;
}
.modal-cancel:focus,
.modal-cancel:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(255, 255, 255, 0.5);
}
.modal-cancel.disabled,
.modal-cancel[disabled],
fieldset[disabled] .modal-cancel,
.modal-cancel.disabled:hover,
.modal-cancel[disabled]:hover,
fieldset[disabled] .modal-cancel:hover,
.modal-cancel.disabled:focus,
.modal-cancel[disabled]:focus,
fieldset[disabled] .modal-cancel:focus,
.modal-cancel.disabled:active,
.modal-cancel[disabled]:active,
fieldset[disabled] .modal-cancel:active,
.modal-cancel.disabled.active,
.modal-cancel[disabled].active,
fieldset[disabled] .modal-cancel.active {
  background-color: #f2f2f2;
}
.modal-cancel.btn-style-flat {
  border: 1px solid #fff;
}
.modal-cancel.btn-style-flat:hover,
.modal-cancel.btn-style-flat:focus,
.modal-cancel.btn-style-flat:active,
.modal-cancel.btn-style-flat.active {
  border-color: #cccccc;
}
.layout-center-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-muted {
  color: #ccc;
}
a {
  color: #129ed9;
  outline: 0;
}
a:hover {
  color: #129ed9;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
main h1 {
  color: #129ed9;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.small-cell {
  width: 1%;
}
.loading {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.loading > * {
  filter: blur(2px);
}
.loading:after {
  content: " ";
  background-image: url('/img/throbber.gif');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.5;
  box-sizing: border-box;
}
.block {
  display: block;
}
a,
.clickable {
  cursor: pointer;
}
.unclickable {
  cursor: not-allowed;
}
.button-bar {
  clear: both;
  text-align: right;
  margin: 10px 0;
}
.button-bar:before,
.button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar:before,
.button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar.left {
  text-align: left;
}
.table > tbody > tr > th {
  /* Make a th that's not in a thead look the same as if it were */
  border-top: none;
  text-align: left;
  vertical-align: bottom;
}
.table {
  /* Aligns buttons and text within a row */
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.admin-table {
  /* Aligns title headers with column contents */
}
.admin-table th {
  text-align: left;
}
@keyframes missing {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(255, 128, 0, 0.5);
  }
}
.missing {
  /* Not for prod use. Draws developer attention to an element that is incomplete or broken */
  animation: missing 1s linear infinite alternate;
}
.breadcrumb > li {
  display: inline-flex;
  text-transform: capitalize;
}
.breadcrumb > li + li::before {
  content: '/';
  padding: 0 0.8rem;
}
.no-wrap {
  white-space: nowrap;
}
.v-middle {
  vertical-align: middle;
}
/* angular form validation styles */
input.ng-invalid.ng-touched,
select.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
  border: 1px solid #a94442;
}
.capitalize {
  text-transform: capitalize;
}
.m10 {
  margin: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
input.short,
select.short {
  width: 75px;
}
input.mid,
select.mid {
  width: 150px;
}
.seamless-icon-right {
  position: relative;
}
.seamless-icon-right input {
  padding-right: 30px;
  border-radius: 4px !important;
}
.seamless-icon-right .input-group-addon {
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 3px;
}
.ng-table th .sort-indicator {
  display: inline-block;
}
.modal {
  overflow-y: auto;
}
.modal-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.modal-header {
  background-color: #129ed9;
  border-radius: 5px 5px 0px 0px;
  font-size: 27px;
  color: #fff;
  padding: 2rem;
}
.modal-header .close {
  font-size: 27px;
  font-weight: lighter;
  color: white;
  opacity: 1;
}
.modal-body {
  padding: 2em;
}
.modal-footer {
  padding: 1em 2em;
}
.position-relative {
  position: relative;
}
body > header {
  background-color: #fff;
  color: #fff;
}
@media print {
  body > header {
    display: none;
  }
}
#top-bar {
  line-height: 1em;
  display: flex;
  justify-content: flex-end;
}
#top-bar #logo {
  display: inline-block;
  background: transparent url(/img/logo.svg) top left no-repeat;
  background-size: contain;
  position: static;
  width: 82px;
  height: 16px;
  left: 0px;
  top: 7px;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 16px;
}
#top-bar #logoGroup {
  display: flex;
  flex-direction: row;
  flex-grow: 1.5;
  align-items: center;
  padding: 0px;
  width: min-content;
  width: -moz-min-content;
  left: 24px;
  right: 16px;
}
#top-bar #nav-links {
  display: flex;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #1a2026;
  height: 56px;
  align-items: center;
  width: max-content;
  width: -moz-max-content;
  flex-grow: 3;
}
#top-bar #nav-links .link-col {
  padding: 1em;
}
#top-bar #nav-links .link-col:hover {
  background-color: #f7f8f9;
}
#top-bar #nav-links .link-col a {
  color: #1a2026;
  text-decoration: none;
}
#top-bar .navSelected {
  background-color: #f7f8f9;
}
#top-bar .user-profile,
#top-bar .user-help {
  padding: 1em 1em;
  cursor: pointer;
}
#top-bar .user-profile-flyout {
  width: 312px;
  height: 306px;
  background: #fff;
  position: absolute;
  z-index: 100;
  padding: 0.75rem 0;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
  border-radius: 0.55rem;
  right: 5em;
  text-align: center;
  cursor: auto;
}
#top-bar .user-profile-flyout img {
  width: 80px;
  margin-top: 2.5em;
}
#top-bar .user-profile-flyout .user-info {
  color: #1a2026;
  font-size: 16px;
  padding-bottom: 0.7em;
  padding-top: 0.5em;
  font-family: 'Rubik', sans-serif;
}
#top-bar .user-profile-flyout .user-name {
  font-weight: 300;
}
#top-bar .user-profile-flyout .user-email {
  font-size: 14px;
  color: #9a9fa6;
  padding: 0.3em;
}
#top-bar .user-profile-flyout .user-profile a {
  width: 130px;
  height: 35px;
  font-size: 14px;
}
#top-bar .user-profile-flyout .user-profile-logout {
  font-size: 16px;
  height: 4em;
  padding: 1em;
  border-top: 0.05em solid #9a9fa6;
  color: #1a2026;
  margin: 0 auto;
  width: 100%;
}
#top-bar .user-profile-flyout .user-profile-logout span {
  color: #1a2026;
  position: absolute;
  right: 12.7em;
  top: 16.45em;
}
#top-bar .user-profile-flyout .user-profile-logout img {
  width: 19.98px;
  height: 20px;
  position: absolute;
  top: 13.875em;
  right: 17em;
}
#top-bar .user-profile-flyout .user-profile-logout:hover {
  background: #f7f8f9;
  cursor: pointer;
}
#top-bar #apps-switcher {
  position: relative;
  width: 68px;
  height: 56px;
  background-color: #006ae1;
  text-align: center;
}
#top-bar #apps-switcher .vertical-center {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#top-bar #apps-switcher .apps-switcher-button {
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 14px;
}
#top-bar #apps-switcher .apps-switcher-button:hover {
  background-color: #0050ab;
}
#top-bar #nav-link-dropdown {
  position: absolute;
  top: 4em;
  background: #006ae1;
  height: 108px;
  width: 380px;
  z-index: 100;
  color: #fff;
  padding: 14px 0px;
}
#top-bar #nav-link-dropdown .nav-link {
  padding: 8px 24px;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
#top-bar #nav-link-dropdown .nav-link a {
  text-decoration: none;
  color: #fff;
}
#top-bar #nav-link-dropdown .nav-link:hover {
  background-color: #0050ab;
  cursor: pointer;
}
#top-bar #logoDivider {
  position: static;
  width: 1px;
  height: 24px;
  left: 98px;
  top: 3px;
  /* default/Text&Icon/soft */
  background: #69717a;
  /* default/Bg&Border/neutral/45 */
  border: 1px solid #69717a;
}
#top-bar #productName {
  /* Product Name */
  position: static;
  width: 232px;
  height: 30px;
  left: 115px;
  top: 0px;
  /* default/Base (UI Text)/6/Regular */
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  display: flex;
  align-items: center;
  /* default/Text&Icon/interactive-default */
  color: #006ae1;
  /* Inside Auto Layout */
  flex: none;
  order: 2;
  flex-grow: 0;
  margin: 0px 16px;
}
#top-bar #headerNav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 371px;
  height: 56px;
}
#top-bar #settings-bar {
  float: right !important;
  float: right;
}
#top-bar #settings-bar #help-btn {
  color: white;
  font-size: 150%;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 0.5em;
}
#top-bar #settings-bar .user-name {
  margin: 0;
}
#top-bar #settings-bar .dropdown-toggle {
  background-color: #0d87bb;
}
#top-bar #settings-bar ul a {
  padding: 0.5em 1em;
  color: #7f8289;
}
#top-bar #settings-bar ul a i {
  margin-right: 0.5em;
}
div#top-bar:last-child {
  margin-left: auto;
}
.nav-universal-bottom-border {
  height: 0.25rem;
  background: linear-gradient(90deg, #006ae1, #00ca9d 90%, #00ca9d);
}
#footer-bar {
  height: 50px;
  text-align: center;
}
#page-not-found {
  line-height: 40px;
  text-align: center;
  margin-top: 3cm;
}
#page-not-found #redirect-btn {
  border-color: #129ed9;
  color: #129ed9;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 0.5em;
}
#property-select {
  margin: 0.5em 0 0;
}
@media print {
  #property-select {
    display: none;
  }
}
.main-nav {
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid #c4e7f5;
  position: relative;
  /* so .scope-icon will be abs. posn'd relative to this */
}
.main-nav ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-nav li {
  display: inline-block;
  margin: 0 2em;
}
.main-nav li:first-child {
  margin-left: 0;
}
.main-nav a {
  color: #373a42;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 1.1em 0.5em;
  display: block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.main-nav a i {
  color: #129ed9;
  font-size: 1.5em;
  margin-right: 0.5em;
  vertical-align: bottom;
}
.main-nav a:hover,
.main-nav a:focus {
  text-decoration: none;
}
.main-nav a.active {
  color: #999;
  border-bottom-color: #129ed9;
}
.main-nav .scope-icon {
  color: rgba(255, 255, 255, 0.2);
  height: 100%;
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.main-nav .scope-icon .glyphicon {
  left: 30px;
}
#property-scope-nav .ui-select-bootstrap .ui-select-toggle > .caret {
  display: none;
}
#property-scope-nav .ui-select-container {
  height: 3.5em;
  border: none;
}
#property-scope-nav .dropdown {
  border: none;
}
#property-scope-nav img.caret2 {
  position: absolute;
  top: 4.5em;
  padding-left: 1em;
}
#property-scope-nav .ui-select-bootstrap {
  border: none;
  border-bottom: 2px solid #d9dcde;
}
#property-scope-nav .ui-select-bootstrap input {
  border: none;
}
#property-scope-nav .ui-select-bootstrap .ui-select-choices-row-inner,
#property-scope-nav .ui-select-bootstrap .ui-select-match-text {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding-left: 3em;
  padding-top: 0.2em;
}
#property-scope-nav .ui-select-bootstrap .btn-default,
#property-scope-nav .ui-select-bootstrap .btn,
#property-scope-nav .ui-select-bootstrap .ui-select-container,
#property-scope-nav .ui-select-bootstrap .dropdown {
  background-color: #fff;
  box-shadow: none;
  border: none;
}
#property-scope-nav .ui-select-bootstrap .btn-default-focus {
  border: none;
}
#property-scope-nav .ui-select-bootstrap .caret {
  background: url("/img/arrow-chevron-down.svg");
}
#property-scope-nav .ui-select-bootstrap .ui-select-match {
  background-color: #fff;
  border-bottom-color: #fff;
}
#admin-scope-nav {
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid #c4e7f5;
  position: relative;
  /* so .scope-icon will be abs. posn'd relative to this */
}
#admin-scope-nav ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
#admin-scope-nav li {
  display: inline-block;
  margin: 0 2em;
}
#admin-scope-nav li:first-child {
  margin-left: 0;
}
#admin-scope-nav a {
  color: #373a42;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 1.1em 0.5em;
  display: block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
#admin-scope-nav a i {
  color: #129ed9;
  font-size: 1.5em;
  margin-right: 0.5em;
  vertical-align: bottom;
}
#admin-scope-nav a:hover,
#admin-scope-nav a:focus {
  text-decoration: none;
}
#admin-scope-nav a.active {
  color: #999;
  border-bottom-color: #129ed9;
}
#admin-scope-nav .scope-icon {
  color: rgba(255, 255, 255, 0.2);
  height: 100%;
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
#admin-scope-nav .scope-icon .glyphicon {
  left: 30px;
}
#app-admin {
  background-color: #fff;
  border-bottom: 1px solid #c4e7f5;
  padding: 1em 2em;
}
#app-admin h1 {
  font-size: 22px;
  margin: 0;
  line-height: 1em;
  color: #666;
}
main {
  background-color: #fff;
  padding: 2em 2em 4em;
  min-height: 500px;
}
.flex-row {
  display: flex;
  align-items: center;
}
.flex-row.justify-end {
  justify-content: flex-end;
}
.flex-row.justify-between {
  justify-content: space-between;
}
.flex-row.align-start {
  align-items: flex-start;
}
.flex-row.align-end {
  align-items: flex-end;
}
.flex-row .flex-grow {
  flex-grow: 1;
}
.flex-row.auto-size-cols > * {
  flex-basis: 0;
  flex-grow: 1;
}
.in-the-red {
  color: red;
}
.in-the-black {
  color: green;
}
ul.pagination {
  float: right !important;
  float: right;
  margin-top: 0px;
}
ul.pagination a {
  cursor: pointer;
}
.save-spinner {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  margin-left: 5px;
}
horizontal-throbber {
  display: inline-block;
}
horizontal-throbber > span {
  display: inline-block;
  vertical-align: middle;
  height: 0.5em;
  width: 0.5em;
  margin: 0 0.5em;
  background-color: #666;
  -webkit-animation: fadein 1s linear infinite;
  -moz-animation: fadein 1s linear infinite;
  -ms-animation: fadein 1s linear infinite;
}
.superadmin {
  color: #129ed9;
}
.error-text {
  color: #a94442;
}
.superadmin-badge {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: 0.8em 0.8em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMXEio5ih4ikgAABCtJREFUaN7tmVtsFFUYgL8zu0sBRWNbrRTYLRMMLSpKYiBGgpoiD8REjFWR0E6AmGh8sTFEffBBfBHj5ZGoRJlq7SJoJOBDUxsgabxFIZG20JZuaand3UK31ZXurTvjwyz0QrvZmS7tbLJ/MsnJzPz/me+c81/OGchLXnJcVpTfUvMia5Z0HcQEc9+PrCAccgOrgELgDqAAKAOSRu9CMBYP4nCFAQ3oAq4Afaxd2ck6MQcgJR4I9hptb2ANo/9uwbVgE5q2HliWpeGJIsQZEvEWnK6fiYQbeeWhKADvHIX3qiyC3OOGwT6jfTj4KNFruwEFcM3hIh1C135ESCcI+Y9T+1jU2ozU9byKru8Diufd71wF8Efjdj7efdiZ8dr3Bl4mNvoJun6brYKIJBUAzAxSVApDA/BZ2zLqLjUTG11t56AopYXw+nexcHE/umZriOlBCpcaEA0DB4iNfpEracp5E0TID9/83UAssn1SXsgpkJAf6vvfIB7NJsR5hGgjmexEki4Cl4H/JoaTVKL0AMXougch7gcqzOSjySBqzyMkYh/OEmIQaEByHqPafdKU5soHoefc5Htq90aEVImubwMeTg9yVwkMB0GSjqHpVkuUJhzOt6n2/AnA+03mbUyFANhX1UL32RbgXY4EJMLhF3C5qtG0rTeDDAehrqcWLVlqunMteQHYxq77OtjfPH7/raeyszC7z463n79XQ9e9COHlN91Be1cti5ZcMTL79dnw+keIRe40V3JK9dSU7WR/M7xZOa/ObjjD131bGEs0mvSNr1DkGnvlES25w2TV1WUniHEQV8ETJuvHGlSfDfOIJHnMxBYU+Vf7lShHh1YRuWZG55A9a61IuMKkf7TatWhMmtTpzZ0yPr0U2xXEYVJnud0ilgHiWtBuMvQ+iyLbDkQAgvrLGmMJM3p3A1ftBCQBOpKj26TeQbvNiuHsiWiTsb/JWJ5B9e2xYdSSvrRwxHUQ1VdlH5DvQlBT9jvQbkH/CKrvA2Mn55tnkOcKr7f3WrSxF9XXBzw5Z189ddA+bS0TNx4oMqi+X4ANWD/c7gcOAPUocu8k29kF2QhUAltBX08ifkhMeWExcBVYlIXuhoGTwCngL6ADRQ6Y/GA3UA6sBdYBm4DlUw4LIBH/XEyjXA6cv4UL4x8gCAylgo0fSGD8NxkDlgJFwJIMTz1mADFgHgd+It3ZsG3EAJm+aFTk08ADqVHLCUlX/XYAJcC3uQ1iRJokivwisBkI5eqMTAybzShyEfAaMGJHEGv5QvU9DbyeiuV2cHZVsqh9AkXenBqIPcAPFrbMsxENOAN8BKKKhbfXzv7fwcTMbSSwDamrInW5LexCAaJAAOgELgIXgDagFUUevPFWwwC8VEr2/+TMVJKovpLUrK2eYfZiwCVAoMihjO3mJS95yUj+B5/tVQfBb6/ZAAAAAElFTkSuQmCC');
}
.expandr {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  cursor: pointer;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
}
.expandr.fa-pull-left {
  margin-right: 0.3em;
}
.expandr.fa-pull-right {
  margin-left: 0.3em;
}
.expandr.pull-left {
  margin-right: 0.3em;
}
.expandr.pull-right {
  margin-left: 0.3em;
}
.expandr:before {
  content: "\f078";
}
.expandr.expanded {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.datepicker-popup-input[disabled=disabled] {
  cursor: auto;
}
.lead-funnel-tooltip {
  color: white;
}
.lead-funnel-tooltip .letter {
  font-weight: bold;
  padding: 0.25em;
  border-radius: 0.25em;
  color: black;
  background-color: gray;
}
@media (min-width: 992px) {
  .modal .modal-dialog.modal-xl {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal .modal-dialog.modal-xl {
    width: 1100px;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog.modal-md-lg {
    width: 720px;
  }
}
.checkbox-replace {
  position: relative;
}
.checkbox-replace input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.checkbox-replace input[type=checkbox]:checked + label::before {
  background-color: #129ed9;
  border-color: #129ed9;
}
.checkbox-replace input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.checkbox-replace label::before,
.checkbox-replace label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox-replace label::before {
  border: 1px solid #484848;
  border-radius: 3px;
  width: 1.5rem;
  height: 1.5rem;
  transition: background-color 0.18s ease-in-out;
}
.checkbox-replace label::after {
  content: "\f00c";
  font-family: 'FontAwesome', system-ui;
  opacity: 0;
  transition: opacity 0.18s;
  color: white;
  font-size: 1.125rem;
  left: 0.2rem;
}
.chart-tooltip {
  color: #fff;
  padding: 0 0.5em;
}
.chart-tooltip .mini-grade {
  display: inline-block;
  border-radius: 3px;
  padding: 2px;
  min-width: 19px;
  text-align: center;
  margin-right: 0.5em;
  color: #000;
  font-weight: 700;
}
.chart-tooltip h3 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0.5em 0;
}
.chart-tooltip h3.inline {
  display: inline-block;
}
.chart-tooltip p {
  margin: 0.5em 0;
}
.chart-tooltip .indented {
  margin-left: 30px;
}
.funnel h2 {
  text-transform: capitalize;
}
.production .title {
  white-space: normal;
  min-width: 150px;
  margin-bottom: 0.5em;
}
.production .title:before,
.production .title:after {
  content: " ";
  display: table;
}
.production .title:after {
  clear: both;
}
.production .title:before,
.production .title:after {
  content: " ";
  display: table;
}
.production .title:after {
  clear: both;
}
.production .title h3 {
  display: inline;
  margin-top: 0.3em;
}
.production .score {
  float: right;
  font-size: 1.5em;
  line-height: 1em;
  margin-left: 0.3em;
}
.production .score.neutral-score {
  color: #e2cd62;
}
.production .score.no-score {
  display: none;
}
.production .score.bad-score {
  color: #e1783f;
}
.production .score.good-score {
  color: #61b373;
}
.tooltip-legend dt {
  padding-left: 15px;
  position: relative;
  font-weight: normal;
  color: #ccc;
}
.tooltip-legend dt:before {
  content: "";
  height: 2px;
  width: 12px;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.tooltip-legend dd {
  padding-left: 15px;
  margin-bottom: 0.3em;
}
.pace-tooltip-legend dt {
  padding-left: 15px;
  position: relative;
  font-weight: normal;
  color: #ccc;
}
.pace-tooltip-legend dt:before {
  content: "";
  height: 2px;
  width: 12px;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.pace-tooltip-legend dd {
  padding-left: 15px;
  margin-bottom: 0.3em;
}
.pace-tooltip-legend .current-year:before {
  background-color: #216894;
}
.pace-tooltip-legend .range:before {
  background-color: #c9dde8;
}
.pace-tooltip-legend .average:before {
  background-color: #fff;
  border: 2px solid #427f8c;
  height: 12px;
  margin-top: -6px;
  border-radius: 6px;
}
.pace-tooltip-legend .prior-year:before {
  background-color: #f29304;
}
.production-tooltip-legend dt {
  padding-left: 15px;
  position: relative;
  font-weight: normal;
  color: #ccc;
}
.production-tooltip-legend dt:before {
  content: "";
  height: 2px;
  width: 12px;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.production-tooltip-legend dd {
  padding-left: 15px;
  margin-bottom: 0.3em;
}
.production-tooltip-legend .current-year:before {
  background-color: #3b97d6;
}
.production-tooltip-legend .previous-year:before {
  background-color: #99c9ec;
}
.ds-table {
  width: 100%;
}
.ds-table th {
  padding: 1.2em 0.5em;
  background-color: #efefef;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.ds-table .ng-table-filters {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.ds-table .ng-table-filters th {
  background-color: transparent;
  padding: 0.8em;
  border: none;
}
.ds-table tbody {
  border: 1px solid #ededed;
  padding-bottom: 0.5em;
}
.ds-table td {
  border-top: 1px solid #ededed;
  padding: 0.8em;
}
.throbber {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  margin-left: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.throbber:before {
  content: "\e031";
}
.icon-continuous {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAALElEQVQ4T2NkoBAwUqifYdQABngY/CczMBlhgTgMDCAzCBCBOGoA2SHAwAAAqDAEEclqbWQAAAAASUVORK5CYII=);
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-repeat {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAALklEQVQ4T2NkoBAwUqifYdQABngY/McSmOjhg1UNTNEwMIDs9DSakBAJiexABACa6AgRhl1rlQAAAABJRU5ErkJggg==);
  display: inline-block;
  width: 16px;
  height: 16px;
}
.lead-type-icon {
  font-size: 15px;
  color: #666;
}
.lead-icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  border-color: #666;
  border-width: 2px;
  border-radius: 1px;
}
.lead-type-space {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #666;
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  border-color: #666;
  border-width: 2px;
  border-radius: 1px;
  padding: 0.68em 0.83em;
  position: relative;
}
.lead-type-space.fa-pull-left {
  margin-right: 0.3em;
}
.lead-type-space.fa-pull-right {
  margin-left: 0.3em;
}
.lead-type-space.pull-left {
  margin-right: 0.3em;
}
.lead-type-space.pull-right {
  margin-left: 0.3em;
}
.lead-type-space:before {
  content: "";
  height: 2px;
  width: 7px;
  background-color: #666;
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 9px;
}
.lead-type-space:after {
  content: "";
  height: 2px;
  width: 14px;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  left: 8px;
  bottom: -2px;
}
.lead-type-rooms {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #666;
}
.lead-type-rooms.fa-pull-left {
  margin-right: 0.3em;
}
.lead-type-rooms.fa-pull-right {
  margin-left: 0.3em;
}
.lead-type-rooms.pull-left {
  margin-right: 0.3em;
}
.lead-type-rooms.pull-right {
  margin-left: 0.3em;
}
.lead-type-rooms:before {
  content: "\f236";
}
.lead-type-both {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #666;
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  border-color: #666;
  border-width: 2px;
  border-radius: 1px;
}
.lead-type-both.fa-pull-left {
  margin-right: 0.3em;
}
.lead-type-both.fa-pull-right {
  margin-left: 0.3em;
}
.lead-type-both.pull-left {
  margin-right: 0.3em;
}
.lead-type-both.pull-right {
  margin-left: 0.3em;
}
.lead-type-both:before {
  content: "\f236";
}
.availability-icon-Available {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #61b373;
}
.availability-icon-Available.fa-pull-left {
  margin-right: 0.3em;
}
.availability-icon-Available.fa-pull-right {
  margin-left: 0.3em;
}
.availability-icon-Available.pull-left {
  margin-right: 0.3em;
}
.availability-icon-Available.pull-right {
  margin-left: 0.3em;
}
.availability-icon-Available:before {
  content: "\f00c";
}
.availability-icon-Available.large {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3em;
}
.availability-icon-Available.large.fa-pull-left {
  margin-right: 0.3em;
}
.availability-icon-Available.large.fa-pull-right {
  margin-left: 0.3em;
}
.availability-icon-Available.large.pull-left {
  margin-right: 0.3em;
}
.availability-icon-Available.large.pull-right {
  margin-left: 0.3em;
}
.availability-icon-Available.large:before {
  content: "\f058";
}
.availability-icon-Unavailable {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a94442;
}
.availability-icon-Unavailable.fa-pull-left {
  margin-right: 0.3em;
}
.availability-icon-Unavailable.fa-pull-right {
  margin-left: 0.3em;
}
.availability-icon-Unavailable.pull-left {
  margin-right: 0.3em;
}
.availability-icon-Unavailable.pull-right {
  margin-left: 0.3em;
}
.availability-icon-Unavailable:before {
  content: "\f00d";
}
.availability-icon-Unavailable.large {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3em;
}
.availability-icon-Unavailable.large.fa-pull-left {
  margin-right: 0.3em;
}
.availability-icon-Unavailable.large.fa-pull-right {
  margin-left: 0.3em;
}
.availability-icon-Unavailable.large.pull-left {
  margin-right: 0.3em;
}
.availability-icon-Unavailable.large.pull-right {
  margin-left: 0.3em;
}
.availability-icon-Unavailable.large:before {
  content: "\f057";
}
.availability-icon-Limited {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f6c460;
}
.availability-icon-Limited.fa-pull-left {
  margin-right: 0.3em;
}
.availability-icon-Limited.fa-pull-right {
  margin-left: 0.3em;
}
.availability-icon-Limited.pull-left {
  margin-right: 0.3em;
}
.availability-icon-Limited.pull-right {
  margin-left: 0.3em;
}
.availability-icon-Limited:before {
  content: "\f071";
}
.availability-icon-Limited.large {
  font-size: 3em;
}
.planner-insights-icon-positive {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #61b373;
  font-size: 2em;
}
.planner-insights-icon-positive.fa-pull-left {
  margin-right: 0.3em;
}
.planner-insights-icon-positive.fa-pull-right {
  margin-left: 0.3em;
}
.planner-insights-icon-positive.pull-left {
  margin-right: 0.3em;
}
.planner-insights-icon-positive.pull-right {
  margin-left: 0.3em;
}
.planner-insights-icon-positive:before {
  content: "\f058";
}
.planner-insights-icon-negative {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cccccc;
  font-size: 2em;
}
.planner-insights-icon-negative.fa-pull-left {
  margin-right: 0.3em;
}
.planner-insights-icon-negative.fa-pull-right {
  margin-left: 0.3em;
}
.planner-insights-icon-negative.pull-left {
  margin-right: 0.3em;
}
.planner-insights-icon-negative.pull-right {
  margin-left: 0.3em;
}
.planner-insights-icon-negative:before {
  content: "\f057";
}
.preferred-account {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: gold;
}
.preferred-account.fa-pull-left {
  margin-right: 0.3em;
}
.preferred-account.fa-pull-right {
  margin-left: 0.3em;
}
.preferred-account.pull-left {
  margin-right: 0.3em;
}
.preferred-account.pull-right {
  margin-left: 0.3em;
}
.preferred-account:before {
  content: "\f091";
}
.svg-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
}
.unassign-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/icons/unassign.svg);
  height: 1.2em;
  width: 1.2em;
}
.relate-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/icons/chain.svg);
  height: 1.2em;
  width: 1.2em;
}
.open-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/icons/open.svg);
  height: 1.2em;
  width: 1.2em;
}
.close-icon,
.closed-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/icons/close.svg);
}
.large-floorplan-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background: transparent url(/img/icons/large-floorplan.svg) center center no-repeat;
  background-size: contain;
  width: 93px;
  height: 48px;
}
.new-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/icons/new.svg);
}
[class^="drive-icon-"],
[class*=" drive-icon-"] {
  position: relative;
}
.drive-icon-rounds-of-8:after,
.drive-icon-rounds-of-10:after {
  content: "8";
  position: absolute;
  top: 0.7em;
  left: 0.9em;
  color: #fff;
  z-index: 1;
  font-size: 0.4em;
}
.drive-icon-rounds-of-10:after {
  content: "10";
  left: 0.57em;
}
.target-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/target.png);
}
.item-availability-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/itemAvailability.png);
}
.credit-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/credit.png);
}
.dashboard-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/dashboard.png);
}
.venue-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/venue.png);
}
.openInNewWindow {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  background-size: cover;
  background-image: url(/img/icons/openInNewWindow.svg);
}
.map-panel-tooltip {
  display: none;
  position: absolute;
  background-color: #000;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  min-width: 200px;
  max-width: 400px;
  z-index: 1051;
  /* hack - show above bootstrap modal */
}
.map-panel-tooltip.active {
  display: block;
}
.map-panel-tooltip h3 {
  font-size: 18px;
  margin: 0 0 5px;
}
.map-panel-tooltip p {
  margin: 5px 0;
}
.map-events {
  float: left;
  width: 254px;
}
.map-events li {
  margin-bottom: 20px;
}
.map-events h4 {
  font-size: 16px;
  margin: 0 0 5px;
}
.map-events p {
  margin: 5px 0;
}
coolmap .leaflet-overlay-pane img {
  z-index: -1;
  /* show floorplan beneath rooms */
}
coolmap .room {
  fill: #0000ff;
  stroke-width: 0;
  fill-opacity: 0.5;
}
.date-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  color: #666;
  padding: 1.5rem 0.75rem;
  line-height: 1.2em;
  position: relative;
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
@media print {
  .date-card {
    border: 1px solid #ccc;
  }
}
.date-card .date-card-date {
  margin-right: 0.7em;
}
.date-card .date-status-icons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #666;
  margin-left: 1rem;
}
.date-card .date-status-icons i {
  width: 1rem;
  margin-right: 0.5rem;
}
.date-card .date-status-icons span {
  font-weight: 300;
  font-size: 0.9em;
  padding: 0.15em 0;
}
.date-card + .tooltip.in {
  opacity: 1;
}
.date-card + .tooltip .tooltip-arrow {
  border-top-color: #129ed9;
}
.date-card + .tooltip .tooltip-inner {
  max-width: 15rem;
  padding: 0.3rem 0.8rem 0.3rem 2.5rem;
  text-align: left;
  background-color: #129ed9;
}
.date-card + .tooltip .tooltip-inner .tooltip-item {
  position: relative;
  margin: 0.5rem 0;
}
.date-card + .tooltip .tooltip-inner .tooltip-item::before {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: FontAwesome;
  position: absolute;
  right: calc(100% + 0.6rem);
}
.date-card + .tooltip .tooltip-inner .tooltip-item.need-date::before {
  content: "\f005";
}
.date-card + .tooltip .tooltip-inner .tooltip-item.available::before {
  content: "\f00c";
}
.date-card + .tooltip .tooltip-inner .tooltip-item.displacement::before {
  content: "\f0d6";
}
.date-card:hover,
.date-card.active {
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.date-card .displacement-error {
  color: #a94442;
  font-weight: 500 !important;
}
.date-card .displacement .tooltip {
  opacity: 1;
}
.date-card .displacement .tooltip .tooltip-arrow {
  border-top-color: #129ed9;
}
.date-card .displacement .tooltip .tooltip-inner {
  background-color: #129ed9;
}
.date-card .line-break {
  width: 100%;
}
.lead-score-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #cccccc;
  background-color: #fff;
  padding: 8px 0;
  border-radius: 3px;
  width: 4rem;
  height: 4rem;
  line-height: 1em;
  text-align: center;
  border: 1px solid #cccccc;
}
.lead-score-label.grade-a-plus {
  color: #61b373;
  border-color: #61b373;
}
.lead-score-label.grade-a-plus.style-filled {
  color: #ffffff;
  background-color: #61b373;
}
.lead-score-label.grade-a {
  color: #61b373;
  border-color: #61b373;
}
.lead-score-label.grade-a.style-filled {
  color: #ffffff;
  background-color: #61b373;
}
.lead-score-label.grade-b {
  color: #e2cd62;
  border-color: #e2cd62;
}
.lead-score-label.grade-b.style-filled {
  color: #ffffff;
  background-color: #e2cd62;
}
.lead-score-label.grade-c {
  color: #e2cd62;
  border-color: #e2cd62;
}
.lead-score-label.grade-c.style-filled {
  color: #ffffff;
  background-color: #e2cd62;
}
.lead-score-label.grade-d {
  color: #e1783f;
  border-color: #e1783f;
}
.lead-score-label.grade-d.style-filled {
  color: #ffffff;
  background-color: #e1783f;
}
.lead-score-label.grade-f {
  color: #e1783f;
  border-color: #e1783f;
}
.lead-score-label.grade-f.style-filled {
  color: #ffffff;
  background-color: #e1783f;
}
.lead-score-label.warning {
  color: #a94442;
  border-color: #a94442;
}
.lead-score-label.warning.style-filled {
  color: #ffffff;
  background-color: #a94442;
}
.lead-score-label.error {
  color: #e86969;
  border-color: #e86969;
}
.lead-score-label.error.style-filled {
  color: #ffffff;
  background-color: #e86969;
}
.lead-score-label.suggested {
  color: #959595;
  border-color: #959595;
}
.lead-score-label.suggested.style-filled {
  color: #ffffff;
  background-color: #959595;
}
.borderize {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.borderize.first-child {
  border-left: none;
}
.borderize.last-child {
  border-right: none;
}
.lead-score-graph {
  height: 200px;
  width: 100%;
}
.lead-score-graph .bar {
  width: 33.333333%;
  float: left;
  height: 100%;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.lead-score-graph .bar.first-child {
  border-left: none;
}
.lead-score-graph .bar.last-child {
  border-right: none;
}
.lead-score-graph .bar svg {
  width: 100%;
  height: 100%;
}
.lead-score-graph .fit .fill {
  fill: #f6cc79;
}
.lead-score-graph .fit .anti-fill {
  fill: #fbebca;
}
.lead-score-graph .profit .fill {
  fill: #fd8c8c;
}
.lead-score-graph .profit .anti-fill {
  fill: #fee1e1;
}
.lead-score-graph .size .fill {
  fill: #57accf;
}
.lead-score-graph .size .anti-fill {
  fill: #9acde2;
}
.lead-score-legend .legend-label {
  width: 33.333333%;
  float: left;
  position: relative;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 4px;
}
.lead-score-legend .legend-label.first-child {
  border-left: none;
}
.lead-score-legend .legend-label.last-child {
  border-right: none;
}
.lead-score-legend .legend-label .swatch {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: -4px;
}
.lead-score-legend .legend-label .swatch.fit rect {
  fill: #f6cc79;
}
.lead-score-legend .legend-label .swatch.profit rect {
  fill: #fd8c8c;
}
.lead-score-legend .legend-label .swatch.size rect {
  fill: #57accf;
}
.ng-table-pager.ds-table-pager {
  margin: 0px;
  padding: 10px;
  background-color: #efefef;
}
.ng-table-pager.ds-table-pager .form-control {
  display: inline-block;
  width: auto;
}
.ng-table-pager.ds-table-pager .total-results {
  text-align: center;
}
.ng-table-pager.ds-table-pager > span {
  line-height: 2.5em;
}
.ng-table-pager.ds-table-pager > span ul.ng-table-pagination {
  float: right !important;
  float: right;
  list-style: none;
  margin: 0;
}
.ng-table-pager.ds-table-pager > span ul.ng-table-pagination li {
  display: inline-block;
}
.ng-table-pager.ds-table-pager > span ul.ng-table-pagination li a {
  padding: 0.5em;
}
.ng-table-pager.ds-table-pager > span ul.ng-table-pagination li.active a {
  color: #404040;
  text-decoration: none;
  cursor: default;
}
.percentage-bar {
  position: relative;
  height: 2px;
  background-color: #a0e0fc;
}
.percentage-bar .fill {
  display: block;
  height: 2px;
  background-color: #1da0d8;
  width: 0;
}
.percentage-bar .percent-complete {
  position: absolute;
  right: -88px;
  width: 90px;
  font-size: 11px;
  top: -8px;
  color: #a6a6a6;
  background-color: #fff;
  padding: 0 5px;
}
.lead-header {
  background-color: #484848;
  padding: 0 1em 1em;
  color: #d4d4d4;
}
@media print {
  .lead-header {
    border: 1px solid #ccc;
  }
}
.lead-header .upper-header {
  display: flex;
  border-bottom: 2px solid #7d7d7d;
  margin: 0 -14px;
}
.lead-header .lead-title {
  border-right: 1px solid #555;
  display: inline-block;
  padding: 1em 0em 1.4em 3.5em;
}
@media print {
  .lead-header .lead-title {
    width: 60%;
    float: left;
  }
}
.lead-header .lead-header-expander {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  cursor: pointer;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  position: absolute;
  top: 31px;
  left: 18px;
}
.lead-header .lead-header-expander.fa-pull-left {
  margin-right: 0.3em;
}
.lead-header .lead-header-expander.fa-pull-right {
  margin-left: 0.3em;
}
.lead-header .lead-header-expander.pull-left {
  margin-right: 0.3em;
}
.lead-header .lead-header-expander.pull-right {
  margin-left: 0.3em;
}
.lead-header .lead-header-expander:before {
  content: "\f078";
}
.lead-header .lead-header-expander.expanded {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media print {
  .lead-header .lead-header-expander {
    display: none;
  }
}
.lead-header h1 {
  display: inline-block;
  font-size: 27px;
  font-weight: 300;
  margin: 0.5em 0.5em 0 0;
  color: #fff;
  min-height: 1em;
}
.lead-header .lead-actions-anchor {
  vertical-align: text-bottom;
}
@media print {
  .lead-header .lead-actions-anchor {
    display: none;
  }
}
.lead-header h2 {
  font-size: 13px;
  margin: 0.8em 0 0.3em;
  color: #d4d4d4;
  min-height: 14px;
}
.lead-header h2 .preferred-account {
  font-size: 1.75em;
}
.lead-header .percentage-bar {
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  width: 67%;
}
.lead-header .percentage-bar .fill {
  background-color: #8dbc98;
}
.lead-header .percentage-bar .percent-complete {
  background-color: #484848;
}
.lead-header .lead-source {
  position: absolute;
  top: 0;
  right: 170.703px;
  font-size: 12px;
  height: 100%;
  padding-top: 35px;
  color: #a6a6a6;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
.lead-header .lead-source label {
  font-weight: normal;
  color: #d4d4d4;
}
.lead-header .lead-status {
  font-size: 12px;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  text-align: center;
  padding-top: 35px;
}
.lead-header .lead-status div {
  color: #a6a6a6;
}
.lead-header .lead-status label {
  font-weight: normal;
  color: #d4d4d4;
  padding-right: 0.2em;
  width: 4em;
  text-align: right;
}
.lead-header .lead-status i {
  margin-right: 0.5em;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
}
.lead-header .new-label {
  font-size: 0.5em;
  margin: 0 0 0 -13px;
  color: #484848;
  vertical-align: middle;
  font-weight: bolder;
  font-family: sans-serif;
}
.lead-header .dropdown-menu {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
}
.lead-header .header-common {
  font-size: 12px;
  padding-top: 35px;
  text-align: right;
}
.lead-header .assignment .assigned-user {
  color: #fefefe;
}
@media print {
  .lead-header .assignment {
    width: 40%;
    float: left;
  }
}
.lead-header .related-min {
  padding-bottom: 2.5em;
}
.lead-header .related-max {
  padding-bottom: 0;
}
.lead-header .lead-versions {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  display: inline-block;
  border-right: 1px solid #555;
}
.lead-header .lead-versions ul {
  list-style: none;
  padding-left: 0.5em;
  overflow: auto;
}
.lead-header .lead-versions li {
  overflow: hidden;
}
.lead-header .lead-versions a {
  padding-right: 4em;
}
.lead-header .lead-versions a:link {
  color: #a6a6a6;
  text-decoration: underline;
}
.lead-header .lead-versions a:visited {
  color: #a6a6a6;
}
.lead-header .lead-versions .lead-score-label {
  padding: 5px 0;
  font-size: 12px;
  min-width: 24px;
  min-height: 24px;
  margin-bottom: 0.5em;
  margin-right: 2em;
}
.lead-header .lead-versions .version-link {
  width: 50%;
}
.additional-details > div {
  border-right: 1px solid #555;
  padding: 1.5em 1.5em 0;
  min-height: 121px;
}
.additional-details > div:last-child {
  border-right: none;
}
@media print {
  .additional-details > div {
    width: 25%;
    float: left;
    border: none;
  }
}
@media (min-width: 768px) {
  .additional-details dl dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .additional-details dl dd {
    margin-left: 180px;
  }
}
.additional-details dl dt {
  width: auto;
  margin-right: 0.5em;
  font-weight: 400;
}
.additional-details dl dd {
  color: #acacac;
  margin-left: 0;
}
.rev-profit-bar-row {
  clear: both;
  position: relative;
  padding: 0 0 0 73px;
  line-height: 1em;
  min-height: 20px;
  font-size: 12px;
  white-space: nowrap;
}
.rev-profit-bar,
.rev-profit-bar-room,
.rev-profit-bar-catering,
.rev-profit-bar-space,
.rev-profit-bar-other,
.rev-profit-bar-concession {
  height: 10px;
  display: inline-block;
  width: 0;
  margin-top: 2px;
}
.rev-profit-bar-room rect {
  fill: #0d3f6d;
}
.rev-profit-bar-catering rect {
  fill: #4298cf;
}
.rev-profit-bar-space rect {
  fill: #1061a6;
}
.rev-profit-bar-other rect {
  fill: #6992c5;
}
.rev-profit-bar-concession rect {
  fill: #c7e4f4;
}
.rev-profit-type {
  position: absolute;
  width: 68px;
  text-align: right;
  top: 0;
  left: 0;
}
.rev-profit-total {
  color: #333;
}
.rev-total {
  border-top: 2px solid #808080;
}
.rev-total td {
  font-weight: bold;
}
body {
  color: #666;
}
.fc-today {
  background: none;
}
.qtip-content {
  font-size: 13px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 10px;
}
.qtip-titlebar {
  font-size: 14px;
}
.fc-bgevent {
  opacity: 0.9;
  background: none;
}
.fc-highlight {
  opacity: 0.6;
}
.fc th,
.fc td {
  border-right: 0.5px solid #666 !important;
  border-left: 0.5px solid #666 !important;
}
.fc .fc-row {
  border-bottom: 0.2px solid #666;
}
.fc td.fc-head-container {
  border-top: 0.5px solid #666;
}
.fc td.fc-widget-content {
  border-bottom: 0.5px solid #666;
}
.fc-icon-fa {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: 'FontAwesome';
}
div.qtip-content .best_fit,
div.legend-wrapper .best_fit {
  background-color: #f6cc79;
  padding: 5px;
  color: #000000;
  text-align: center;
  opacity: 0.9;
}
div.qtip-content .large,
div.legend-wrapper .large {
  background-color: #57accf;
  padding: 5px;
  color: #000000;
  text-align: center;
  opacity: 0.9;
}
div.qtip-content .profitable,
div.legend-wrapper .profitable {
  background-color: #fd8c8c;
  padding: 5px;
  color: #000000;
  text-align: center;
  opacity: 0.9;
}
div.qtip-content .balanced,
div.legend-wrapper .balanced {
  background-color: #CCCCCC;
  padding: 5px;
  color: #000000;
  text-align: center;
  opacity: 0.9;
}
div.legend-wrapper .need-date-star {
  background-image: url("/img/icons/NeedDateIcon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.tooltip-divider {
  padding-top: 5px;
}
.strategy-container {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
}
.fc-legend {
  margin-top: 1%;
}
.fc-legend .color {
  width: 25px;
  height: 25px;
}
.fc-legend .label {
  width: 9%;
  color: #000000;
  line-height: 2;
  font-size: 85%;
  text-align: left;
}
.legend-wrapper {
  width: 100%;
  margin-left: 25%;
}
.fc-large-adj {
  width: 7% !important;
}
.fc-fit-adj {
  width: 6%;
}
.compset-adr-circle {
  height: 22px;
  width: 22px;
  background-color: #61b373;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin-left: -61%;
  margin-top: 20%;
}
.fat-bar {
  border-left: 2px solid #ccc;
  margin-left: 50%;
  height: 65px;
}
.mid-adr-val {
  position: absolute;
  margin-left: 4%;
  margin-top: 4%;
}
.mid-adr-size {
  font-size: 20px;
  font-weight: bold;
}
.comprate-container {
  text-align: left;
  margin-left: 35%;
}
.tile-sub-title {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.sub-title-tooltip {
  margin-top: 0.8em;
  margin-bottom: 1em;
}
.demand-summary-container {
  text-align: left;
}
.demand-opportunity-more-details {
  font-size: 14px;
}
.open-opportunity-container {
  text-align: left;
}
.demand-opp-emphasis {
  font-size: 18px;
  font-weight: bold;
}
.demand-opportunity-more-details {
  font-size: 14px;
}
.demand-opportunity-separator {
  margin-top: 3em;
}
div#capacity-social-distance-container .form-control {
  display: inline;
  margin: 0.5em;
}
div#capacity-social-distance-container input#social-distance-num {
  width: 8%;
}
div#capacity-social-distance-container input#social-distance-date {
  width: 14%;
}
div#capacity-social-distance-container input#social-distance-toggle {
  width: 5%;
  height: auto;
  margin-right: -1em;
}
.response-rules .title {
  margin-bottom: 2.5rem;
}
.response-rules .contact-info-header {
  padding-left: 15px;
}
.response-rules .date-type {
  margin: 0 0 0 1.5rem;
}
.response-rules .contact-info-row {
  padding: 0 0 12px 0;
  margin: 0;
}
.response-rules .booking-window > span {
  margin-left: 1.5rem;
}
.response-rules .booking-window .rule-group .rule-group-input {
  margin-left: 0;
}
.response-rules .food-bev-min {
  width: 50%;
  margin-left: -2.5rem;
}
.ruleset-header {
  margin-bottom: 1rem;
}
.ruleset-header h1 {
  margin-bottom: 0;
}
.rule-group .rule-group-enable {
  margin-bottom: 0.75rem;
}
.rule-group .rule-group-enable input[type=checkbox] {
  margin: 0;
}
.rule-group .rule-group-enable label {
  margin: 0 0 0 2.5rem;
}
.rule-group .rule-group-input {
  margin-left: 2.5rem;
}
.rule-group .rule-group-input label {
  font-weight: normal;
}
.rule-group .rule-group-input .f-and-b-input {
  margin-left: 0em;
}
.rule-group .select-operator {
  flex: 1 0 66.66666667%;
}
.rule-group .select-value {
  margin-left: 1rem;
}
.rule-group:last-child {
  margin-bottom: 0;
}
.rule-group.flex-row {
  margin-bottom: 0;
}
.rule-group.flex-row .rule-group-enable {
  margin-bottom: 0;
}
.rule-group.flex-row .rule-group-input {
  margin-left: 1rem;
}
.rule-group.optional .rule-group-enable {
  position: relative;
}
.rule-group.optional .rule-group-enable input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.rule-group.optional .rule-group-enable input[type=checkbox]:checked + label::before {
  background-color: #129ed9;
  border-color: #129ed9;
}
.rule-group.optional .rule-group-enable input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.rule-group.optional .rule-group-enable label::before,
.rule-group.optional .rule-group-enable label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rule-group.optional .rule-group-enable label::before {
  border: 1px solid #484848;
  border-radius: 3px;
  width: 1.5rem;
  height: 1.5rem;
  transition: background-color 0.18s ease-in-out;
}
.rule-group.optional .rule-group-enable label::after {
  content: "\f00c";
  font-family: 'FontAwesome', system-ui;
  opacity: 0;
  transition: opacity 0.18s;
  color: white;
  font-size: 1.125rem;
  left: 0.2rem;
}
.rule-group:not(.optional) .rule-group-enable label {
  margin: 0;
}
.rule-group:not(.optional):not(.flex-row) .rule-group-input {
  margin-left: 0;
}
.response-room-rate {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 0 -1rem 1rem;
}
.response-room-rate .rate-grid-column {
  padding: 0 1rem;
  text-align: center;
}
.response-room-rate .rate-grid-column:nth-child(7) {
  -ms-grid-column: 7;
}
.response-room-rate .rate-grid-column:nth-child(6) {
  -ms-grid-column: 6;
}
.response-room-rate .rate-grid-column:nth-child(5) {
  -ms-grid-column: 5;
}
.response-room-rate .rate-grid-column:nth-child(4) {
  -ms-grid-column: 4;
}
.response-room-rate .rate-grid-column:nth-child(3) {
  -ms-grid-column: 3;
}
.response-room-rate .rate-grid-column:nth-child(2) {
  -ms-grid-column: 2;
}
.response-room-rate .rate-grid-column:nth-child(1) {
  -ms-grid-column: 1;
}
.response-room-rate .rate-grid-column.rate-type-picker {
  grid-column: span 2;
}
.response-room-rate .room-type {
  text-align: left;
}
.rule-response .rule-group-input {
  margin-left: 0;
}
.sort {
  background-repeat: no-repeat;
  background-position: left center;
}
.sort.ASC {
  padding-left: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAEJGlDQ1BJQ0MgUHJvZmlsZQAAOBGFVd9v21QUPolvUqQWPyBYR4eKxa9VU1u5GxqtxgZJk6XtShal6dgqJOQ6N4mpGwfb6baqT3uBNwb8AUDZAw9IPCENBmJ72fbAtElThyqqSUh76MQPISbtBVXhu3ZiJ1PEXPX6yznfOec7517bRD1fabWaGVWIlquunc8klZOnFpSeTYrSs9RLA9Sr6U4tkcvNEi7BFffO6+EdigjL7ZHu/k72I796i9zRiSJPwG4VHX0Z+AxRzNRrtksUvwf7+Gm3BtzzHPDTNgQCqwKXfZwSeNHHJz1OIT8JjtAq6xWtCLwGPLzYZi+3YV8DGMiT4VVuG7oiZpGzrZJhcs/hL49xtzH/Dy6bdfTsXYNY+5yluWO4D4neK/ZUvok/17X0HPBLsF+vuUlhfwX4j/rSfAJ4H1H0qZJ9dN7nR19frRTeBt4Fe9FwpwtN+2p1MXscGLHR9SXrmMgjONd1ZxKzpBeA71b4tNhj6JGoyFNp4GHgwUp9qplfmnFW5oTdy7NamcwCI49kv6fN5IAHgD+0rbyoBc3SOjczohbyS1drbq6pQdqumllRC/0ymTtej8gpbbuVwpQfyw66dqEZyxZKxtHpJn+tZnpnEdrYBbueF9qQn93S7HQGGHnYP7w6L+YGHNtd1FJitqPAR+hERCNOFi1i1alKO6RQnjKUxL1GNjwlMsiEhcPLYTEiT9ISbN15OY/jx4SMshe9LaJRpTvHr3C/ybFYP1PZAfwfYrPsMBtnE6SwN9ib7AhLwTrBDgUKcm06FSrTfSj187xPdVQWOk5Q8vxAfSiIUc7Z7xr6zY/+hpqwSyv0I0/QMTRb7RMgBxNodTfSPqdraz/sDjzKBrv4zu2+a2t0/HHzjd2Lbcc2sG7GtsL42K+xLfxtUgI7YHqKlqHK8HbCCXgjHT1cAdMlDetv4FnQ2lLasaOl6vmB0CMmwT/IPszSueHQqv6i/qluqF+oF9TfO2qEGTumJH0qfSv9KH0nfS/9TIp0Wboi/SRdlb6RLgU5u++9nyXYe69fYRPdil1o1WufNSdTTsp75BfllPy8/LI8G7AUuV8ek6fkvfDsCfbNDP0dvRh0CrNqTbV7LfEEGDQPJQadBtfGVMWEq3QWWdufk6ZSNsjG2PQjp3ZcnOWWing6noonSInvi0/Ex+IzAreevPhe+CawpgP1/pMTMDo64G0sTCXIM+KdOnFWRfQKdJvQzV1+Bt8OokmrdtY2yhVX2a+qrykJfMq4Ml3VR4cVzTQVz+UoNne4vcKLoyS+gyKO6EHe+75Fdt0Mbe5bRIf/wjvrVmhbqBN97RD1vxrahvBOfOYzoosH9bq94uejSOQGkVM6sN/7HelL4t10t9F4gPdVzydEOx83Gv+uNxo7XyL/FtFl8z9ZAHF4bBsrEwAAAGJJREFUKBWdjgEKACEIBL3+/2fvNs7YagtRCGJ1Rh8z8++Vq7nXebCtvPoHu6ByRTDjgggyF/HsEGRANTMJ2KyGka0zk+AE3fJNsG5gWPU2AQOZvxSoTSrDAilAgwH+o8f1AiziKu1nEMfBAAAAAElFTkSuQmCC');
}
.sort.DESC {
  padding-left: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAEJGlDQ1BJQ0MgUHJvZmlsZQAAOBGFVd9v21QUPolvUqQWPyBYR4eKxa9VU1u5GxqtxgZJk6XtShal6dgqJOQ6N4mpGwfb6baqT3uBNwb8AUDZAw9IPCENBmJ72fbAtElThyqqSUh76MQPISbtBVXhu3ZiJ1PEXPX6yznfOec7517bRD1fabWaGVWIlquunc8klZOnFpSeTYrSs9RLA9Sr6U4tkcvNEi7BFffO6+EdigjL7ZHu/k72I796i9zRiSJPwG4VHX0Z+AxRzNRrtksUvwf7+Gm3BtzzHPDTNgQCqwKXfZwSeNHHJz1OIT8JjtAq6xWtCLwGPLzYZi+3YV8DGMiT4VVuG7oiZpGzrZJhcs/hL49xtzH/Dy6bdfTsXYNY+5yluWO4D4neK/ZUvok/17X0HPBLsF+vuUlhfwX4j/rSfAJ4H1H0qZJ9dN7nR19frRTeBt4Fe9FwpwtN+2p1MXscGLHR9SXrmMgjONd1ZxKzpBeA71b4tNhj6JGoyFNp4GHgwUp9qplfmnFW5oTdy7NamcwCI49kv6fN5IAHgD+0rbyoBc3SOjczohbyS1drbq6pQdqumllRC/0ymTtej8gpbbuVwpQfyw66dqEZyxZKxtHpJn+tZnpnEdrYBbueF9qQn93S7HQGGHnYP7w6L+YGHNtd1FJitqPAR+hERCNOFi1i1alKO6RQnjKUxL1GNjwlMsiEhcPLYTEiT9ISbN15OY/jx4SMshe9LaJRpTvHr3C/ybFYP1PZAfwfYrPsMBtnE6SwN9ib7AhLwTrBDgUKcm06FSrTfSj187xPdVQWOk5Q8vxAfSiIUc7Z7xr6zY/+hpqwSyv0I0/QMTRb7RMgBxNodTfSPqdraz/sDjzKBrv4zu2+a2t0/HHzjd2Lbcc2sG7GtsL42K+xLfxtUgI7YHqKlqHK8HbCCXgjHT1cAdMlDetv4FnQ2lLasaOl6vmB0CMmwT/IPszSueHQqv6i/qluqF+oF9TfO2qEGTumJH0qfSv9KH0nfS/9TIp0Wboi/SRdlb6RLgU5u++9nyXYe69fYRPdil1o1WufNSdTTsp75BfllPy8/LI8G7AUuV8ek6fkvfDsCfbNDP0dvRh0CrNqTbV7LfEEGDQPJQadBtfGVMWEq3QWWdufk6ZSNsjG2PQjp3ZcnOWWing6noonSInvi0/Ex+IzAreevPhe+CawpgP1/pMTMDo64G0sTCXIM+KdOnFWRfQKdJvQzV1+Bt8OokmrdtY2yhVX2a+qrykJfMq4Ml3VR4cVzTQVz+UoNne4vcKLoyS+gyKO6EHe+75Fdt0Mbe5bRIf/wjvrVmhbqBN97RD1vxrahvBOfOYzoosH9bq94uejSOQGkVM6sN/7HelL4t10t9F4gPdVzydEOx83Gv+uNxo7XyL/FtFl8z9ZAHF4bBsrEwAAAGlJREFUKBWVkkEOACEIA8H//3lXTDRYS6OcgLaDB/3rZUW5+1CExVqRtRkOPffopwAWYLuAUQBeUfMBqC4FhGkHQF1j2gZgFzCEng2A5pt5AZCswtk7AHmhglmbmfWCLL708VfLr3wD+gFsxwg2O9qnVQAAAABJRU5ErkJggg==');
}
#modal-nav {
  margin-bottom: 1em;
}
#property-users-table .actions {
  text-align: center;
}
#property-users-table .actions .glyphicon-cog {
  color: #999;
  font-size: 18px;
}
#property-users-table .actions .glyphicon-cog:hover,
#property-users-table .actions .glyphicon-cog:focus,
#property-users-table .actions .glyphicon-cog:active {
  color: #555;
}
#property-users-table .dropdown-menu {
  left: -141px;
}
.lead-weight-strategy table {
  max-width: 500px;
}
.lead-weight-strategy table input[type=text] {
  display: inline-block;
}
.lead-weight-strategy table .paceAlign {
  padding-left: 97px;
}
#properties > div:before,
#properties > div:after {
  content: " ";
  display: table;
}
#properties > div:after {
  clear: both;
}
#properties > div:before,
#properties > div:after {
  content: " ";
  display: table;
}
#properties > div:after {
  clear: both;
}
.catering-items .remove-btn,
.catering-items .readd {
  margin-top: 9px;
}
#admin-sidebar > aside {
  width: 20%;
}
#admin-sidebar > section {
  width: 80%;
}
.admin-menu {
  padding-left: 0;
  list-style: none;
}
.admin-menu li {
  border-bottom: 1px solid #fff;
}
.admin-menu li a {
  display: block;
  padding: 10px;
  color: #333;
  background-color: #eee;
  text-decoration: none;
  font-size: 15px;
}
.admin-menu li a:hover,
.admin-menu li a:focus,
.admin-menu li a.active {
  background-color: #ccc;
}
.admin-menu ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.admin-menu ul li:last-child {
  border-bottom: none;
}
.admin-menu ul li a {
  background-color: #fff;
  font-size: 13px;
  padding-left: 20px;
}
.admin-menu ul li a:hover,
.admin-menu ul li a:focus,
.admin-menu ul li a.active {
  background-color: #fff;
  color: #428bca;
}
.table-hover tr:hover .toggle-link {
  visibility: visible;
}
.table-hover .toggle-link {
  visibility: hidden;
}
.table-glyphicon {
  color: #555555;
  font-size: 1.3em;
}
.sub-table {
  font-size: 0.85em;
  background-color: #f9f9f9;
}
table .collapse.in {
  display: table-row;
}
#tree-nodes-table {
  margin-top: 25px;
}
.admin-panel {
  margin-top: 2em;
}
.occurrence-edit-list {
  list-style-type: none;
}
.occurrence-edit-list li {
  display: inline;
}
.occurrence-edit-list li > span {
  margin: 5px;
  padding: 5px;
}
.occurrence-edit-list .label {
  display: inline-block;
}
.capacity-overflow {
  overflow: scroll;
}
.capacity-chart {
  width: 100%;
}
.capacity-chart th {
  padding: 1.2em 0.5em;
  background-color: #efefef;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.capacity-chart .ng-table-filters {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.capacity-chart .ng-table-filters th {
  background-color: transparent;
  padding: 0.8em;
  border: none;
}
.capacity-chart tbody {
  border: 1px solid #ededed;
  padding-bottom: 0.5em;
}
.capacity-chart td {
  border-top: 1px solid #ededed;
  padding: 0.8em;
}
.capacity-chart th {
  white-space: nowrap;
}
.capacity-chart td {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: center;
}
.capacity-chart td input {
  min-width: 75px;
}
.capacity-chart td.row-head {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
#ruleset-table th {
  white-space: nowrap;
}
form[name=editItem] div.btn-group-vertical {
  margin-bottom: 1em;
}
form[name=addSpace] input.checkbox-inline {
  margin-left: 1em;
  margin-bottom: 0.4em;
}
#admin-sidebar form[name=editItem] span.btn-group {
  width: 100%;
}
#login {
  background: #fff;
  max-width: 1170px;
  margin: 0 auto;
}
#login #logo {
  float: none;
  margin: 10px auto 25px;
}
#login .login-form {
  background-color: #eee;
  padding: 20px 20px 15px;
  border-radius: 10px;
}
#login h1 {
  text-align: center;
  line-height: 1em;
  font-size: 30px;
  margin: 0 0 20px 0;
}
#login .btn {
  margin-top: 15px;
}
.currency-symbol {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  color: #cccccc;
  font-weight: bold;
}
input.dollars,
input.currency,
input.percent {
  padding-left: 1.5em;
}
input.currency + span,
input.currency + .grapheme {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  color: #cccccc;
  font-weight: bold;
}
input.dollars {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAwCAYAAADgvwGgAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gEXAhUsEqfP8AAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACpklEQVRYw+2Y22sTQRTGf9lu7mnT1tiqVEUEES+giP//i2/64vXJoqKobapJmtRtmpsv38IQMrMzu6EP4oGQhJ3ZM/Odb75zzmwQbtvAJrABXIRM3Mjh7D5wU3NPQiZGXKJdqrOSB8xXgDbQAGpAVfNmwBlwDgyAHpDkcRYBt4CDwLgOgE/69nJWAx4BzQKI/QA+AnMXGyvAU6BeMDybgr4LLGzOHhfc0TJCNfN4mGzc12psNgeGwFT/x8Aow+E+sLNqZw+BsmXSZ+Ad8F3srAG/gTfAsWCrWuZWgCNzZ01HnL4CX5aDbVgCvHVI1066icjQO5t984jPNF29xdqms5pl0CRAbAeOZ3WAWH/KORXGtD9SlVUWm84WjkENvSjLEuCFjxC7oLqzbtUfOsZ0gAeicCFLYewJb5voXtX5OnGcJ+9MvRBJtjIyRNNYYCT4zx0xt5YFp5KX2HOhZe34QEdnnHVMTGcLwbkXmMEjydUNYFdnM/EpeCbAL8GZJzZVLXZXpJtkVVcT4KdgaQbAuuz0mrJC4lPKjaTyQ0PSQuAtKaanIlGQHJUk2PccWmpTllfAPGSlKYHGBnu7HrSvC9JCdeM58AF4qUWQoUJrKVLT5NnP6A+IdThtujc2ao4siA+BZ454V2LgukPZDz0zdcreiSM3liNHbUGO+nHmqs4ig122YjPEyo5nF1FGFm4F5LGWQyTGwCxSJzJxBPaup7Pbjmc9k/pdx8C9jEajoUzecbzjyJSrOvDcQ74SxSUWGgsPmPvAa1OIp/rd9iBAZIh4Vu82Vdk+XVb9voLcWFMxNZOjkS3FdAXRVkFHQ0nYyKfiben6oROonyMpzlHeBn5bO20ZTXzaryX6nKqFOityW7DKnohIJ8D7/5cu/7azvFdQeYjFX3z4jmHQQo3WAAAAAElFTkSuQmCC);
  background-position: 0.5em center;
  background-repeat: no-repeat;
  background-size: 0.75em;
}
input.percent {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAB3RJTUUH3gocFSERSF1z8wAAAWpJREFUOMuVlEtLw1AQhb8k1VakD3xQrEUtdCFYF7pw4/93pwgqFh+goJtK66P4rombc3GItyQ5EO6dZO5M5pyTRPxhDlgA6kAF+AQS/mMe2FDOmAyUtFaB3dSzCXDgadJT8SNyIAQCYFvxE3CsoiVgPZXfUvFBnrd3DcpApPgMeAZuFDdMbgC0gR/gmpwIU5RMtP/w5Lak0wD4KtIgMHq4ScqpvBmgK+ouKIBQb+OE7Kj4mmLHs9PikoKIjKB1oCaeQyAGTrXfEn19xYtAU2cSWdqLwOyr+g4i4BUYquieuD8BRsC+sbfD3TThbeLYY72abPmi4qs6EwOHmnZFBrg1JvG6yIeupnS2XdJ6D7wBV6Io8Bgjs0FTtD3qwpjhXWtsfilJFkXpxh0dOvdoVjFx2aNn5gTLOjgCvs39oda29OmpcGKmymwQApva9z1uSZSzI9e5vDjLphghG/onPUz5dhrArIqOJbgXv0iWULcO0NvIAAAAAElFTkSuQmCC);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em;
}
.score {
  text-transform: capitalize;
}
.score.red {
  color: red;
}
.score.yellow {
  color: goldenrod;
}
.score.green {
  color: green;
}
.bookings {
  margin: 20px 0;
}
.bookings th:nth-child(1) {
  width: 20%;
}
.bookings th:nth-child(2) {
  width: 17%;
}
.bookings th:nth-child(3) {
  width: 7%;
}
.bookings th:nth-child(4) {
  width: 10%;
}
.bookings th:nth-child(5) {
  width: 9%;
}
.bookings th:nth-child(6) {
  width: 9%;
}
.bookings th:nth-child(7) {
  width: 9%;
}
.bookings th:nth-child(8) {
  width: 9%;
}
.bookings th:nth-child(9) {
  width: 10%;
}
.dashboard {
  margin: -2em -2em -4em;
  background-color: #ebeef4;
  padding: 0 0 10em;
}
.dashboard > section {
  background-color: #fff;
  margin: 2em;
  padding: 1em 3em;
}
.dashboard > section h1 {
  font-size: 18px;
  color: #545c63;
  display: inline-block;
  margin: 0;
}
.dashboard > section header {
  border-bottom: 1px solid #dee3e7;
  padding: 1em 0 1.5em;
}
.dashboard > section header .date-range {
  font-size: 15px;
  color: #bfbfbf;
}
.dashboard > section header select {
  width: auto;
}
.dashboard > section h2 {
  color: #7d8fa0;
  font-size: 16px;
  margin: 1em 0 1.5em;
}
.dashboard > section h2 .pipe {
  margin: 0 0.5em;
}
.dashboard > section h2 a {
  color: #bfbfbf;
  text-decoration: none;
}
.dashboard > section h2 a:hover,
.dashboard > section h2 a:active,
.dashboard > section h2 a.disabled {
  color: #7d8fa0;
}
.dashboard > section h2 a.disabled {
  cursor: default;
}
.dashboard > section .divider {
  border-right: 1px solid #dee3e7;
}
.dashboard-header {
  background-color: #fff;
  padding: 0 1em;
}
.dashboard-header h1 {
  display: inline-block;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABNCAMAAABQUf6sAAAAS1BMVEXG6PbH5/TH5/XJ5/PK5/LL5/LN5/LQ5/HR5/HU6PHW6fHa6vLc7PLg7fLk7/Tn8fXq8vbu9ffu9fjx9/ny9/n0+fr1+fr4+/z7/P28YddiAAAAJklEQVQI163BQQEAIAwEoJOVsH/QzQT6ErKNNlqb24qVf1SwHqkDimYSauFV4Q8AAAAASUVORK5CYII=) top right no-repeat;
  padding: 0.5em 2em 0.5em 0;
  margin: 0.5em 0 0.5em 4%;
}
.dashboard-header nav {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 2em;
  font-size: 16px;
}
.dashboard-header nav a {
  color: #ccc;
  margin-right: 2em;
  text-decoration: none;
}
.dashboard-header nav a.active,
.dashboard-header nav a:hover,
.dashboard-header nav a:focus {
  color: #129ed9;
}
.dashboard-header nav i {
  margin-right: 0.5em;
}
.pace.chart {
  width: 75%;
  margin: 1.5em auto;
}
.production-summary-container {
  text-align: center;
  margin-top: 85px;
}
.production-summary {
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
}
.production-summary-desc {
  color: #8d8fa0;
  display: block;
  font-size: 15px;
}
.production-summary-big {
  color: #61b373;
  font-weight: 500;
  font-size: 17px;
}
.production-summary-small {
  color: #e2cd62;
  font-weight: 500;
  font-size: 17px;
}
.production-summary-negative {
  color: #e1783f;
  font-weight: 500;
  font-size: 17px;
  display: block;
}
.production-summary-icon {
  margin-bottom: 10px;
}
.production-summary-icon span {
  color: #b7babe;
  font-size: 5em;
  line-height: 1;
  text-align: center;
}
.production-summary-icon img {
  width: 90px;
  height: 60px;
}
.event-source dl:before,
.event-source dl:after {
  content: " ";
  display: table;
}
.event-source dl:after {
  clear: both;
}
.event-source dl:before,
.event-source dl:after {
  content: " ";
  display: table;
}
.event-source dl:after {
  clear: both;
}
.event-source dt {
  float: left;
  clear: left;
  margin-right: 5px;
}
.event-source dd {
  float: left;
}
#add-lead-btn {
  margin-top: 19px;
}
#assignedTo {
  width: 150px;
}
.lead-filter-divider {
  width: 20px;
  height: auto;
  display: inline-block;
}
.label-dropdown-divider {
  width: 10px;
  height: auto;
  display: inline-block;
}
.leads-search {
  display: table;
  border-collapse: separate;
  float: right !important;
  float: right;
  position: relative;
  min-width: 250px;
}
.leads-search[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.leads-search .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.leads-search input {
  padding-right: 30px;
  border-radius: 4px !important;
}
.leads-search .input-group-addon {
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 3px;
}
.leads-search .glyphicon {
  color: #666;
}
.related-search {
  display: table;
  border-collapse: separate;
  position: relative;
  display: block;
}
.related-search[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.related-search .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.related-search input {
  padding-right: 30px;
  border-radius: 4px !important;
}
.related-search .input-group-addon {
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 3px;
}
.related-search .glyphicon {
  color: #666;
}
.leads-bar {
  border-top: 1px solid #efefef;
  padding-top: 1.5em;
  margin: 2em 0 1em;
}
.leads,
.related-leads {
  width: 100%;
  margin: 2em 0 0.4em;
}
.leads th,
.related-leads th {
  padding: 1.2em 0.5em;
  background-color: #efefef;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.leads .ng-table-filters,
.related-leads .ng-table-filters {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.leads .ng-table-filters th,
.related-leads .ng-table-filters th {
  background-color: transparent;
  padding: 0.8em;
  border: none;
}
.leads tbody,
.related-leads tbody {
  border: 1px solid #ededed;
  padding-bottom: 0.5em;
}
.leads td,
.related-leads td {
  border-top: 1px solid #ededed;
  padding: 0.8em;
}
.leads td.availability,
.related-leads td.availability,
.leads td.lead-score,
.related-leads td.lead-score,
.leads td.lead-type,
.related-leads td.lead-type,
.leads td.peak-rooms,
.related-leads td.peak-rooms,
.leads td.pref-arrival,
.related-leads td.pref-arrival {
  text-align: center;
}
.leads td.availability,
.related-leads td.availability {
  font-size: 20px;
}
.leads td.booking-name,
.related-leads td.booking-name {
  position: relative;
  padding-right: 60px;
}
.leads td.booking-name .completeness-container,
.related-leads td.booking-name .completeness-container {
  position: absolute;
  bottom: -1px;
  left: 0;
  padding: 0 90px 0 0.8em;
  width: 100%;
}
.leads td.booking-name .out-of-sync,
.related-leads td.booking-name .out-of-sync {
  position: absolute;
  top: 31px;
  right: 40px;
  font-size: 16px;
  color: #a94442;
}
.leads td.booking-name .lead-actions-anchor,
.related-leads td.booking-name .lead-actions-anchor {
  position: absolute;
  top: 28px;
  right: 10px;
}
.leads td.pref-arrival i,
.related-leads td.pref-arrival i {
  color: #7db39a;
  font-size: 18px;
}
.leads .need-date-highlight,
.related-leads .need-date-highlight {
  color: #0D7B2A;
}
.leads .need-date-preferred-arrival,
.related-leads .need-date-preferred-arrival {
  display: block;
}
.leads td.long-text,
.related-leads td.long-text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.leads .lead-score-label,
.related-leads .lead-score-label {
  margin: 8px 0;
}
.leads .free-sell,
.related-leads .free-sell {
  white-space: nowrap;
  font-size: 12px;
  display: block;
}
.leads th:nth-child(1) {
  width: 7%;
}
.leads th:nth-child(2) {
  width: 30%;
  text-align: left;
}
.leads th:nth-child(3) {
  width: 10%;
}
.leads th:nth-child(4) {
  width: 8%;
}
.leads th:nth-child(5) {
  width: 10%;
}
.leads th:nth-child(6) {
  width: 12%;
}
.leads th:nth-child(7) {
  width: 10%;
  text-align: left;
}
.leads th:nth-child(8) {
  width: 13%;
  text-align: left;
}
.created-column {
  white-space: nowrap;
}
.related-leads {
  display: block;
  overflow-y: auto;
  height: 500px;
}
.related-leads th:nth-child(1) {
  width: 5%;
}
.related-leads th:nth-child(2) {
  width: 10%;
}
.related-leads th:nth-child(3) {
  width: 50%;
  text-align: left;
}
.related-leads th:nth-child(4) {
  width: 15%;
}
.related-leads th:nth-child(5) {
  width: 20%;
}
.no-results {
  border-top: 1px solid #efefef;
  background: transparent url(/img/no-results.png) center 5em no-repeat;
  padding: 10em 0;
  margin-top: 3em;
  text-align: center;
  color: #484848;
}
.lead-actions-menu > li > a {
  color: #7f8289;
  padding: 3px 20px 3px 10px;
}
.lead-actions-menu > li > a i {
  margin-right: 0.5em;
}
.evaluation-details-section {
  padding: 2rem 1.5rem 1.5rem;
  border-bottom: 1px solid #dadada;
}
.evaluation-details-section h3 {
  font-size: 16px;
}
.evaluation-details-section.collapsed {
  padding-bottom: 0;
  border-bottom: none;
}
.section-header {
  border-bottom: 1px solid #dadada;
  padding: 0 2rem 1.5rem;
  margin: 0 -1.5rem 1.5rem;
}
.section-header h1 {
  display: inline-block;
  margin: 0 0 0 0.5em;
  color: #373a42;
  font-size: 20px;
  line-height: 1em;
}
.section-header .tabs {
  clear: both;
  display: inline-block;
}
.section-header .tabs ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.section-header .tabs ul li {
  display: inline-block;
  margin: 0 2em;
}
.section-header .tabs ul li a {
  color: #999;
  font-weight: bold;
  margin-bottom: -1em;
  padding-bottom: 1em;
  display: block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.section-header .tabs ul li a:hover,
.section-header .tabs ul li a:focus {
  text-decoration: none;
}
.section-header .tabs ul li a.active {
  color: #373a42;
  border-bottom-color: #129ed9;
}
.section-header .options {
  float: right !important;
  float: right;
}
.section-header .options button {
  margin-top: -8px;
}
@media print {
  .section-header .options button {
    display: none;
  }
}
.section-header .options ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: inline-block;
  margin: 0 0 0 1em;
}
@media print {
  .section-header .options ul {
    display: none;
  }
}
.section-header .options ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.section-header .options ul li {
  margin: 0 0.25em;
  vertical-align: middle;
}
.section-header .options ul li a {
  color: #666;
}
.section-header .options ul li a:focus,
.section-header .options ul li a:hover {
  color: #333;
}
.section-header .options ul li:last-child {
  margin-right: 0;
}
.score-summary-area {
  padding: 2rem 1.5rem 1.5rem;
  border-bottom: 1px solid #dadada;
  padding-bottom: 0;
}
.score-summary-area h3 {
  font-size: 16px;
}
.score-summary-area.collapsed {
  padding-bottom: 0;
  border-bottom: none;
}
.section-indentation {
  margin: 0 0.5em;
}
.stay-dates {
  color: #999;
  vertical-align: text-bottom;
}
.score-tiles,
.pattern-details {
  margin: 0 0.5em;
}
.score-tiles {
  margin-bottom: 1.5rem;
}
.score-tiles.collapse.in {
  display: flex;
}
@media print {
  .score-tiles > div {
    width: 33.33333333%;
    float: left;
  }
  .score-tiles > div .tile {
    border: 1px solid #999;
  }
}
.availability-details {
  margin: 0 0.5em;
}
.availability-details .tabs {
  clear: both;
  text-align: right;
  margin-bottom: 1em;
}
.availability-details .tabs ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.availability-details .tabs ul li {
  display: inline-block;
  margin: 0 0.5em;
  color: #ddd;
}
.availability-details .tabs ul li .drive-icon-floorplan {
  vertical-align: inherit;
  font-size: 17px;
}
.availability-details .tabs label {
  color: #333;
}
.tabs-grey {
  background-color: #ddd;
  border-bottom: 2px solid white;
  line-height: 1em;
}
.tabs-grey ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: -2px;
}
.tabs-grey ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.tabs-grey ul li {
  padding: 0 1em;
  position: relative;
}
.tabs-grey ul li a {
  display: block;
  z-index: 1;
  color: #999;
  padding: 1em 0.5em;
  border-bottom: 2px solid transparent;
}
.tabs-grey ul li a:hover,
.tabs-grey ul li a:focus {
  text-decoration: none;
}
.tabs-grey ul li a.active {
  color: #373a42;
  border-bottom-color: #373a42;
}
.tabs-grey ul li span {
  color: #999;
}
.tabs-grey ul li:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 1em;
}
.tabs-grey ul li:last-child:after {
  content: "";
}
.pattern-type-toggle button,
.tabs button {
  min-width: 40px;
}
.space-assignments {
  margin-top: 1em;
  color: #999;
}
.space-legend {
  text-align: center;
  margin: 1em 0;
  font-size: 13px;
}
.space-legend ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.space-legend ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.space-legend ul li {
  margin-left: 2em;
}
.space-legend .swatch {
  display: inline-block;
  height: 0.9em;
  width: 0.9em;
  background-color: #ccc;
  margin-right: 0.3em;
}
.tile {
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  height: 100%;
  padding: 2rem;
  border-radius: 5px;
}
.tile .tile-title {
  color: #129ed9;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  margin: 0 0 2em;
}
.tile .title-with-tooltip {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.tile .title-with-tooltip .tooltip {
  width: 17em;
  white-space: normal;
}
.tile .tile-title-tooltip {
  color: #129ed9;
  font-size: 16px;
  margin-left: 5px;
}
.tile .tile-subtitle-tooltip {
  font-size: 16px;
  margin-left: 5px;
}
.tile h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 1em 0;
  color: #666;
}
.tile .tile-content {
  flex-grow: 1;
}
.tile .tile-cta {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.tile .tile-cta i {
  margin-left: 0.5rem;
}
.tile.availability-comprate,
.tile.score-summary {
  text-align: center;
}
.tile.availability-comprate .availability-comprate-panel,
.tile.score-summary .availability-comprate-panel {
  margin: 0 0 2em;
  display: flex;
  justify-content: space-evenly;
}
.tile.availability-comprate .availability-comprate-col,
.tile.score-summary .availability-comprate-col {
  display: inline-block;
  margin: 0 1em 0 1em;
}
.tile.availability-comprate .availability-comprate-col-small,
.tile.score-summary .availability-comprate-col-small {
  display: inline-block;
  margin: 0 0.4em 0 0.4em;
}
.tile.availability-comprate i.booking-type,
.tile.score-summary i.booking-type {
  display: block;
  clear: both;
  color: #ccc;
  font-size: 3em;
  padding: 0 0.3em;
}
.tile.availability-comprate .floorplan-img,
.tile.score-summary .floorplan-img {
  width: 70px;
  height: 40px;
  display: block;
}
.tile.score-summary .displacement {
  margin-top: 2rem;
}
.tile.planner-insights .insight-tile-header {
  display: inline;
}
.tile.planner-insights .insight {
  display: flex;
  align-items: center;
  margin: 0em 0em 2em 0em;
}
.tile.planner-insights .insight p {
  margin: 0px 15px 0px 15px;
}
.tile.planner-insights .insight .insight-number {
  font-size: 18px;
  font-weight: bold;
}
.tile .lead-score-visualization {
  margin: 1em 1em 0;
}
.tile .lead-score-visualization .lead-score-graph {
  height: 120px;
}
.tile .lead-score {
  font-size: 68px;
  font-weight: 700;
  line-height: 1em;
}
.tile .lead-score-legend:before,
.tile .lead-score-legend:after {
  content: " ";
  display: table;
}
.tile .lead-score-legend:after {
  clear: both;
}
.tile .lead-score-legend:before,
.tile .lead-score-legend:after {
  content: " ";
  display: table;
}
.tile .lead-score-legend:after {
  clear: both;
}
.tile .low-occ {
  background-color: #fff;
  margin: 1.5rem auto;
  max-width: 22rem;
  padding: 0.2em;
}
.tile .low-occ .fa-building {
  font-size: 12px;
  color: #ccc;
}
.tile .low-occ span {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #f4f4f4;
  padding: 0 0.5em;
}
.tile .low-occ .fa-check {
  font-size: 12px;
  color: #02a753;
}
.tile.clickable:hover,
.tile.clickable:focus {
  background-color: rgba(141, 192, 219, 0.25);
}
.pending .tile {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.pending .tile > * {
  filter: blur(2px);
}
.pending .tile:after {
  content: " ";
  background-image: url('/img/throbber.gif');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.5;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .pending .tile {
    margin: 2em 0;
  }
}
.evaluation-error {
  text-align: center;
  padding: 14em 1em 10em;
  background: url(../img/eval-error.svg) center 0px no-repeat;
  background-size: 240px 240px;
  border-bottom: 1px solid #dadada;
}
.evaluation-error h1 {
  color: #333;
  font-size: 22px;
}
.evaluation-error p {
  max-width: 575px;
  margin: 0 auto;
  color: #999;
}
.rev-prof-panel {
  position: relative;
}
.rev-prof-left-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  text-align: center;
}
.rev-prof-left-panel .total {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.rev-prof-left-panel .rate {
  font-size: 13px;
}
.rev-prof-right-panel {
  margin-left: 85px;
  border-left: 1px solid #c4c4c4;
  padding-left: 3px;
}
@media print {
  .details-btn {
    display: none;
  }
}
.chart {
  min-height: 400px;
}
.availability-map {
  margin: 20px 0;
}
.availability-map:before,
.availability-map:after {
  content: " ";
  display: table;
}
.availability-map:after {
  clear: both;
}
.availability-map:before,
.availability-map:after {
  content: " ";
  display: table;
}
.availability-map:after {
  clear: both;
}
.graph-details {
  height: 401px;
  overflow-x: auto;
}
.space-assign-modal {
  text-align: center;
}
.space-assign-modal .section-instructions,
.space-assign-modal .section-dropdown {
  padding-top: 1.8em;
  padding-left: 2em;
}
.space-assign-modal .section-instructions span,
.space-assign-modal .section-dropdown span {
  font-weight: bold;
  font-size: 13px;
}
.space-assign-modal .social-distance-container {
  padding-top: 1.8rem;
  padding-bottom: 2rem;
}
.space-assign-modal .social-distance-instructions {
  font-weight: bold;
  font-size: 13px;
  padding-left: 2em;
}
.space-assign-modal .social-distance-buttons {
  padding-left: 2em;
}
.space-assign-modal .social-distance-disable {
  padding-left: 3em;
}
.space-assign-modal .tabs {
  clear: both;
  display: inline-block;
  color: #999;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #999;
}
.space-assign-modal .tabs ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.space-assign-modal .tabs ul li {
  display: inline-block;
  margin: 0 2em;
  padding-bottom: 0.5em;
}
.space-assign-modal .tabs ul li.active {
  border-bottom: 3px solid #199ADD;
}
.space-assign-modal .tabs ul li a {
  color: #999;
  font-weight: bold;
  margin-bottom: -1em;
  padding-bottom: 1em;
  display: block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.space-assign-modal .tabs ul li a:hover,
.space-assign-modal .tabs ul li a:focus {
  text-decoration: none;
}
.space-assign-modal .tabs ul li a.active {
  color: #373a42;
  border-bottom-color: #129ed9;
}
.space-assign-modal .modal-dialog {
  min-width: 900px;
  width: 95vw;
  display: inline-block;
  text-align: left;
}
.space-assign-modal .modal-dialog .events-list {
  display: inline-block;
  vertical-align: top;
  height: 544px;
  overflow-y: auto;
}
.space-assign-modal .modal-dialog .events-list > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.space-assign-modal .modal-dialog .events-list > a > span.name {
  width: 40%;
}
.space-assign-modal .modal-dialog .events-list > a > span.start-end {
  width: 25%;
  padding-left: 15px;
}
.space-assign-modal .modal-dialog .events-list > a > span.sqft {
  width: 35%;
  padding-left: 15px;
}
.daily-table {
  max-width: 200px;
}
.setup-type-icon {
  font-size: 36px;
}
.highcharts-axis-labels i {
  color: #0D7B2A;
  line-height: 0.5px;
}
.demand-opportunity-more-details {
  font-size: 14px;
}
.score-breakdown-modal .score-components {
  display: flex;
}
.score-breakdown-modal .score-component {
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 3rem;
  flex: 1;
}
.score-breakdown-modal .score-component:not(:last-child) {
  margin-right: 1.5rem;
}
.score-breakdown-modal .score-component-title {
  margin: 0 0 1rem;
  font-weight: 300;
}
.score-breakdown-modal .score-component-score {
  text-align: center;
  font-size: 5em;
}
.score-breakdown-modal .score-component-score.grade-a-plus {
  color: #61b373;
  border-color: #61b373;
}
.score-breakdown-modal .score-component-score.grade-a {
  color: #61b373;
  border-color: #61b373;
}
.score-breakdown-modal .score-component-score.grade-b {
  color: #e2cd62;
  border-color: #e2cd62;
}
.score-breakdown-modal .score-component-score.grade-c {
  color: #e2cd62;
  border-color: #e2cd62;
}
.score-breakdown-modal .score-component-score.grade-d {
  color: #e1783f;
  border-color: #e1783f;
}
.score-breakdown-modal .score-component-score.grade-f {
  color: #e1783f;
  border-color: #e1783f;
}
.score-breakdown-modal .score-component-score.warning {
  color: #a94442;
  border-color: #a94442;
}
.score-breakdown-modal .score-component-score.error {
  color: #e86969;
  border-color: #e86969;
}
.score-breakdown-modal .score-component-score.suggested {
  color: #959595;
  border-color: #959595;
}
.score-breakdown-modal .score-subcomponent {
  margin: 4rem 0 0;
}
.score-breakdown-modal .score-subcomponent * {
  margin: 1rem 0;
}
.score-breakdown-modal .score-subcomponent *:first-child {
  margin-top: 0;
}
.score-breakdown-modal .score-subcomponent *:last-child {
  margin-bottom: 0;
}
.score-breakdown-modal .score-component-score.grade-a-plus,
.score-breakdown-modal .score-component-classification.grade-a-plus {
  color: #61b373;
  border-color: #61b373;
}
.score-breakdown-modal .score-component-score.grade-a,
.score-breakdown-modal .score-component-classification.grade-a {
  color: #61b373;
  border-color: #61b373;
}
.score-breakdown-modal .score-component-score.grade-b,
.score-breakdown-modal .score-component-classification.grade-b {
  color: #e2cd62;
  border-color: #e2cd62;
}
.score-breakdown-modal .score-component-score.grade-c,
.score-breakdown-modal .score-component-classification.grade-c {
  color: #e2cd62;
  border-color: #e2cd62;
}
.score-breakdown-modal .score-component-score.grade-d,
.score-breakdown-modal .score-component-classification.grade-d {
  color: #e1783f;
  border-color: #e1783f;
}
.score-breakdown-modal .score-component-score.grade-f,
.score-breakdown-modal .score-component-classification.grade-f {
  color: #e1783f;
  border-color: #e1783f;
}
.score-breakdown-modal .score-component-score.warning,
.score-breakdown-modal .score-component-classification.warning {
  color: #a94442;
  border-color: #a94442;
}
.score-breakdown-modal .score-component-score.error,
.score-breakdown-modal .score-component-classification.error {
  color: #e86969;
  border-color: #e86969;
}
.score-breakdown-modal .score-component-score.suggested,
.score-breakdown-modal .score-component-classification.suggested {
  color: #959595;
  border-color: #959595;
}
.score-breakdown-modal .score-component-subtitle {
  font-weight: bold;
}
div.modal-content table.space-assignments tr td:nth-child(2) {
  width: 10%;
}
div.modal-content table.space-assignments tr td:nth-child(3) {
  width: 10%;
}
div.modal-content table.space-assignments tr td:nth-child(4) {
  width: 25%;
}
div.rfp-actions div.alert-info {
  width: 118px;
}
.row-element-compact .row-element:not(.property-name):not(.contextual-menu):not(.loading-or-error) {
  flex: 1 0 80px;
}
.lead-nav {
  margin: 2em 0 0;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
.lead-tabs-container {
  background-color: #eee;
  border-bottom: 1px solid #dadada;
  margin: 0 -2em;
  padding: 0 2em;
  background: #fff;
  background: -o-linear-gradient(top, #fff, #f5f5f5);
}
.lead-tabs {
  margin-bottom: -1px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.lead-tabs > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.lead-tabs a {
  font-size: 20px;
  padding: 0.3em 1.2em 0.9em;
  color: #999;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.lead-tabs a span {
  position: absolute;
  font-size: 0.65em;
  display: block;
  clear: both;
  margin-top: -0.4em;
}
.lead-tabs a.active {
  border-top: 2px solid #129ed9;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  color: #373a42;
  background-color: #fff;
}
@media print {
  .add-date {
    display: none;
  }
}
.add-date i {
  margin-right: 0.5em;
}
.under-consideration .add-date {
  align-self: flex-end;
}
.under-consideration .add-date .add-date-btn {
  color: #129ed9;
  background-color: #ffffff;
  border: 1px solid #129ed9;
  text-shadow: none;
  transition: color 0.3s, background-color 0.22s ease-in-out;
  padding: calc(((4rem + 1.5rem * 2 - 2px -  20px ) / 2)) 2rem;
  margin-bottom: 4px;
}
.under-consideration .add-date .add-date-btn:hover,
.under-consideration .add-date .add-date-btn:focus,
.under-consideration .add-date .add-date-btn:active,
.under-consideration .add-date .add-date-btn.active {
  background-color: #129ed9;
  color: #ffffff;
}
.under-consideration .add-date .add-date-btn:focus,
.under-consideration .add-date .add-date-btn:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(18, 158, 217, 0.5);
}
.under-consideration .add-date .add-date-btn.disabled,
.under-consideration .add-date .add-date-btn[disabled],
fieldset[disabled] .under-consideration .add-date .add-date-btn,
.under-consideration .add-date .add-date-btn.disabled:hover,
.under-consideration .add-date .add-date-btn[disabled]:hover,
fieldset[disabled] .under-consideration .add-date .add-date-btn:hover,
.under-consideration .add-date .add-date-btn.disabled:focus,
.under-consideration .add-date .add-date-btn[disabled]:focus,
fieldset[disabled] .under-consideration .add-date .add-date-btn:focus,
.under-consideration .add-date .add-date-btn.disabled:active,
.under-consideration .add-date .add-date-btn[disabled]:active,
fieldset[disabled] .under-consideration .add-date .add-date-btn:active,
.under-consideration .add-date .add-date-btn.disabled.active,
.under-consideration .add-date .add-date-btn[disabled].active,
fieldset[disabled] .under-consideration .add-date .add-date-btn.active {
  color: #cccccc;
  border-color: #cccccc;
}
.lead-dates-matrix .add-date {
  margin-left: 4px;
}
.lead-dates-matrix .add-date .add-date-btn {
  color: #129ed9;
  background-color: #ffffff;
  border: 1px solid #129ed9;
  text-shadow: none;
  transition: color 0.3s, background-color 0.22s ease-in-out;
  padding: 1em;
}
.lead-dates-matrix .add-date .add-date-btn:hover,
.lead-dates-matrix .add-date .add-date-btn:focus,
.lead-dates-matrix .add-date .add-date-btn:active,
.lead-dates-matrix .add-date .add-date-btn.active {
  background-color: #129ed9;
  color: #ffffff;
}
.lead-dates-matrix .add-date .add-date-btn:focus,
.lead-dates-matrix .add-date .add-date-btn:focus:active {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(18, 158, 217, 0.5);
}
.lead-dates-matrix .add-date .add-date-btn.disabled,
.lead-dates-matrix .add-date .add-date-btn[disabled],
fieldset[disabled] .lead-dates-matrix .add-date .add-date-btn,
.lead-dates-matrix .add-date .add-date-btn.disabled:hover,
.lead-dates-matrix .add-date .add-date-btn[disabled]:hover,
fieldset[disabled] .lead-dates-matrix .add-date .add-date-btn:hover,
.lead-dates-matrix .add-date .add-date-btn.disabled:focus,
.lead-dates-matrix .add-date .add-date-btn[disabled]:focus,
fieldset[disabled] .lead-dates-matrix .add-date .add-date-btn:focus,
.lead-dates-matrix .add-date .add-date-btn.disabled:active,
.lead-dates-matrix .add-date .add-date-btn[disabled]:active,
fieldset[disabled] .lead-dates-matrix .add-date .add-date-btn:active,
.lead-dates-matrix .add-date .add-date-btn.disabled.active,
.lead-dates-matrix .add-date .add-date-btn[disabled].active,
fieldset[disabled] .lead-dates-matrix .add-date .add-date-btn.active {
  color: #cccccc;
  border-color: #cccccc;
}
.lead-tabs-actions {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  float: right !important;
  float: right;
  display: flex;
  align-items: center;
  margin-right: -5px;
}
.lead-tabs-actions > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.lead-tabs-actions .btn {
  font-size: 1.125em;
}
.other-lead-info {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: flex;
  justify-content: flex-end;
}
.other-lead-info > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.other-lead-info .btn {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  color: #999;
  text-decoration: underline;
}
.other-lead-info .btn,
.other-lead-info .btn:active,
.other-lead-info .btn[disabled],
fieldset[disabled] .other-lead-info .btn {
  background-color: transparent;
  box-shadow: none;
}
.other-lead-info .btn,
.other-lead-info .btn:hover,
.other-lead-info .btn:focus,
.other-lead-info .btn:active {
  border-color: transparent;
}
.other-lead-info .btn:hover,
.other-lead-info .btn:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.other-lead-info .btn[disabled]:hover,
fieldset[disabled] .other-lead-info .btn:hover,
.other-lead-info .btn[disabled]:focus,
fieldset[disabled] .other-lead-info .btn:focus {
  color: #777777;
  text-decoration: none;
}
.other-lead-info .btn:hover,
.other-lead-info .btn:focus {
  text-decoration: none;
}
.other-lead-info .btn i {
  margin-right: 0.5em;
}
.lead-dates-matrix {
  margin: 2.5rem 0 0;
  padding: 0 1rem;
  overflow: hidden;
}
.lead-dates-matrix .del-date {
  position: absolute !important;
  z-index: 1;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #ffffff;
  color: #666;
  border-radius: 50%;
  line-height: 1;
}
@media print {
  .lead-dates-matrix .del-date {
    display: none;
  }
}
.lead-dates-matrix .under-consideration {
  margin-bottom: 0;
}
.lead-dates-matrix .under-consideration.dropzone {
  border-color: #999;
  background-color: #f1f1f1;
}
.lead-dates-matrix .under-consideration.drag-enter {
  background-color: #f5f5f5;
}
.lead-dates-matrix .date-link {
  text-decoration: none;
  display: block;
  height: 100%;
}
.lead-dates-matrix .date-type-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0125em;
  line-height: 1.25;
  text-align: center;
  padding: 0.5rem 0.75rem;
  background-color: #f2f2f2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.lead-dates-matrix .date-type-heading.date-type-preferred {
  background-color: #d9d9d9;
}
.lead-dates-matrix .date-type-heading.date-type-more {
  background-color: #f8f8f8;
}
.lead-dates-matrix .date-type-heading.blank {
  background-color: transparent;
}
.lead-dates-matrix .date-types {
  display: grid;
  grid-gap: 10px;
  margin-right: 10px;
}
.lead-dates-matrix .date-heading {
  color: #666;
  font-size: 1.0125em;
  text-align: center;
  padding: 1.5rem 0.5rem;
  position: relative;
  transition: color 0.3s ease-in-out;
  border-top: 4px solid transparent;
}
.lead-dates-matrix .date-heading.active {
  color: #484848;
  border-top-color: #129ed9;
  position: relative;
}
.lead-dates-matrix .date-heading.active * {
  position: relative;
  z-index: 1;
}
.lead-dates-matrix .date-heading.active::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background-color: #f9f9f9;
  z-index: 0;
}
.lead-dates-matrix .date-heading .date-heading-day-of-week {
  font-weight: 300;
}
.lead-dates-matrix .lead-date-section {
  display: inline-flex;
  flex-direction: column;
  margin-right: 1.5em;
}
.lead-dates-matrix .lead-date-section:last-child,
.lead-dates-matrix .lead-date-section li:last-child {
  margin-right: 0;
}
.lead-dates-matrix .lead-date {
  transition: background-color 0.3s ease-in-out;
}
.lead-dates-matrix .alt-date-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lead-dates-matrix .alt-date-message .date-heading {
  margin-top: 0;
  padding: 0;
  border-top: 0;
}
.lead-dates-matrix .date-divider {
  height: 62px;
  width: 1px;
  background: black;
  background: linear-gradient(180deg, transparent, #aaa, transparent);
  vertical-align: text-top;
  margin: 26px 1.5em 0 0;
  vertical-align: top;
}
.lead-dates-matrix .date-row {
  margin: 1.5rem 0;
}
.lead-dates-matrix .date-row:first-child {
  margin-top: 0;
}
.lead-dates-matrix .date-row:last-child {
  margin-bottom: 0;
}
.lead-dates-matrix .date-row.active .property-name {
  font-weight: 600;
}
.lead-dates-matrix.comparing-leads {
  padding-bottom: 1.5rem;
}
.lead-dates-matrix.comparing-leads .date-row {
  border-radius: 4px;
}
.lead-dates-matrix.comparing-leads .date-row.active {
  background-color: #f9f9f9;
}
.lead-dates-matrix.comparing-leads .date-row.active .property-name {
  color: #484848;
}
.lead-dates-matrix.compact .row-element:not(.property-name):not(.contextual-menu):not(.loading-or-error) {
  flex: 1 0 80px;
}
.lead-dates-matrix.compact .date-card .status-label {
  display: none;
}
.lead-dates-matrix.compact .date-heading-date {
  display: block;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .lead-dates-matrix.compact .date-heading {
    font-size: 1.25vw;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .lead-dates-matrix.compact .date-heading {
    font-size: 1.125em;
  }
}
@media (min-width: 1360px) {
  .lead-dates-matrix .date-type-heading {
    font-size: 1.125em;
    line-height: 1;
  }
  .lead-dates-matrix .date-heading {
    font-size: 1.25em;
  }
  .lead-dates-matrix .date-card .status-label {
    display: inline;
  }
}
.lead-dates-matrix .loading-or-error,
.selected-scenario-indicator .loading-or-error {
  text-align: center;
  flex: 0 0 260px;
  max-width: 260px;
}
.lead-dates-matrix .loading-or-error .date-heading,
.selected-scenario-indicator .loading-or-error .date-heading {
  padding: 0em;
  margin: 0em;
}
.action-list {
  margin-top: 10px;
}
.action-list > li {
  border-bottom: 1px solid #ccc;
  padding: 25px;
}
.action-list > li:first-child {
  border-top: 1px solid #ccc;
}
.action-list > li .action-icon {
  position: relative;
  left: -5px;
  float: left;
  font-size: 2em;
  opacity: 0.8;
}
.action-list > li .action-content {
  padding-left: 50px;
}
.action-list > li .comments {
  list-style: none;
}
.action-list > li h6 {
  opacity: 0.8;
}
.lead-editable-details h2 {
  font-weight: normal;
  font-size: 18px;
  color: #555;
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
  margin: 10px -10px;
  padding: 0 10px;
}
.lead-editable-details h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.5em;
  color: #666;
  margin: 30px 0 10px;
}
.lead-editable-details .key {
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
}
.lead-editable-details .value {
  font-size: 28px;
  color: #69c;
}
.lead-editable-details table.single-row {
  width: 100%;
  table-layout: fixed;
}
.lead-editable-details table.single-row tr th {
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
}
.lead-editable-details table.single-row tr td {
  height: 1em;
  font-size: 28px;
  color: #69c;
}
.lead-editable-details table.single-row tr td.score {
  text-transform: capitalize;
}
.lead-editable-details table.single-row tr td.score.red {
  color: red;
}
.lead-editable-details table.single-row tr td.score.yellow {
  color: goldenrod;
}
.lead-editable-details table.single-row tr td.score.green {
  color: green;
}
.lead-editable-details dl.lead-header dt {
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
}
.lead-editable-details dl.lead-header dd {
  font-size: 28px;
  color: #69c;
}
.lead-editable-details label {
  color: #666;
}
.lead-editable-details th {
  color: #3f3f3f;
}
.lead-editable-details .input-cell {
  width: 20%;
}
.lead-editable-details .table-overflow {
  overflow-x: scroll;
}
.lead-editable-details .error {
  box-shadow: 0px 0px 10px #FF0000;
}
.lead-editable-details .room-count-table th {
  min-width: 90px;
}
@media print {
  .lead-editable-details .room-count-table button,
  .lead-editable-details .room-count-table .add-new-row {
    display: none;
  }
  .lead-editable-details .room-count-table th {
    min-width: 70px;
  }
  .lead-editable-details .room-count-table input.form-control {
    display: inline;
    padding: 6px;
  }
}
.lead-editable-details .eval-input-group label {
  display: block;
}
.lead-editable-details .eval-input-group input {
  max-width: 200px;
  display: inline-block;
}
.lead-editable-details .fn-space {
  padding-bottom: 20px;
}
.lead-editable-details .fn-space h3 {
  display: inline-block;
  margin-right: 20px;
}
.lead-editable-details .fn-space .nav {
  display: inline-block;
  vertical-align: bottom;
}
.lead-editable-details .fn-space .space-details {
  margin-top: 20px;
}
.lead-editable-details .fn-space input {
  max-width: 200px;
}
@media print {
  .lead-editable-details .space-requirement-agenda-table button,
  .lead-editable-details .space-requirement-agenda-table .add-agenda-item-row {
    display: none;
  }
}
.lead-editable-details .function-duration label {
  clear: both;
  display: block;
}
.lead-editable-details .function-duration input {
  width: 150px;
  display: inline-block;
  margin-right: 20px;
}
.lead-editable-details th.currency,
.lead-editable-details td.currency {
  text-align: right;
}
.lead-editable-details .add-new {
  background-color: #fff !important;
  padding: 0;
}
.lead-editable-details .add-new a {
  display: block;
  padding: 0.5em;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  color: #666;
}
.lead-editable-details .add-new a:hover {
  text-decoration: none;
  background-color: #fcf8e3;
}
.lead-editable-details .score-summary-panel h3 {
  color: #666;
}
.lead-editable-details .score-summary-panel .left-panel .total {
  font-size: 16px;
  font-weight: bold;
}
.lead-editable-details .score-summary-panel .left-panel .rate {
  font-size: 13px;
}
.catering table input {
  width: 50px;
  padding: 2px 5px;
  height: auto;
}
.lead-save-holder {
  position: absolute;
  padding-left: 15px;
  padding-bottom: 10px;
}
@media print {
  .lead-save-holder {
    display: none;
  }
}
.lead-save-holder.behind {
  position: inherit;
  visibility: hidden;
}
.lead-save-holder.ui-scrollfix {
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0px;
  background: white;
  width: 100%;
  z-index: 5;
}
#total-meeting-cost-group label {
  display: block;
}
#total-meeting-cost-group input {
  display: inline-block;
}
.row-container {
  display: flex;
}
.row-element {
  flex: 1 0 150px;
  max-width: 185px;
  margin-right: 10px;
}
.row-element.property-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 17rem;
  max-width: 17rem;
  border-left: 4px solid transparent;
  padding: 1rem;
}
.row-element.property-name .lead-received {
  font-size: 0.8125em;
  color: #666;
  font-weight: 300;
  margin-top: 0.5rem;
}
.row-element.property-name .lead-received i {
  margin-right: 0.75rem;
}
.active .row-element.property-name {
  border-color: #129ed9;
}
.row-element.contextual-menu {
  flex: 0 0 185px;
  max-width: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 1rem 0 0.5rem;
}
.row-element.contextual-menu.add-date {
  margin: 0;
  justify-content: flex-start;
}
.header-date-type {
  background-color: #f2f2f2;
}
.header-date-type.selected {
  background-color: #129ed9;
}
.header-date {
  background-color: red;
}
.selected-scenario-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 1rem;
}
.selected-scenario-indicator .row-element {
  padding: 0 !important;
}
.selected-scenario-indicator .gutter {
  height: 0px;
}
.selected-scenario-indicator .gutter.active {
  position: relative;
}
.selected-scenario-indicator .gutter.active::before,
.selected-scenario-indicator .gutter.active::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
}
.selected-scenario-indicator .gutter.active::before {
  width: 100%;
  left: 0;
  bottom: -1px;
  border-top: 4px solid #129ed9;
}
.selected-scenario-indicator .gutter.active::after {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
  border: 10px solid transparent;
  border-top-color: #129ed9;
}
.selected-scenario-indicator.compact .row-element:not(.property-name):not(.contextual-menu):not(.loading-or-error) {
  flex: 1 0 80px;
}
.rfp-actions {
  position: relative;
}
.rfp-actions .btn {
  min-width: 108px;
  font-size: 1.125em;
  margin: 2px 2px 2px 2px;
}
.rfp-actions .hiddenText {
  visibility: hidden;
}
.rfp-actions .throbber {
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  top: 50%;
  left: 50%;
}
#reports > aside,
#reports > section {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}
#reports > aside {
  width: 20%;
  padding-left: 15px;
}
#reports > section {
  width: 80%;
}
.reports-menu {
  padding-left: 0;
  list-style: none;
}
.reports-menu li {
  border-bottom: 1px solid #fff;
}
.reports-menu li a {
  display: block;
  padding: 10px;
  color: #333;
  background-color: #eee;
  text-decoration: none;
  font-size: 15px;
}
.reports-menu li a:hover,
.reports-menu li a:focus,
.reports-menu li a.active {
  background-color: #ccc;
}
.reports-menu ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.reports-menu ul li:last-child {
  border-bottom: none;
}
.reports-menu ul li a {
  background-color: #fff;
  font-size: 13px;
  padding-left: 20px;
}
.reports-menu ul li a:hover,
.reports-menu ul li a:focus,
.reports-menu ul li a.active {
  background-color: #fff;
  color: #428bca;
}
.report-header {
  background: #e1ebf5;
  padding: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.report-header .btn-group {
  margin-left: 2em;
}
.report-main {
  margin-top: 2em;
  border: 1px solid #ccc;
}
.report-main h1 {
  margin: 0px;
  font-weight: 300;
}
.report-main .glyphicon {
  font-size: 1.5em;
}
.report-main > div {
  padding: 15px;
  border-top: 1px solid #ccc;
}
.report-main > div.chart {
  padding: 0;
}
.report-main > div:first-child {
  border-top: none;
}
.report-main .size-segments ul {
  text-align: center;
}
.report-main .size-segments ul > li {
  float: right;
  margin-left: 5px;
}
.report-main .size-segments ul div > span {
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  background: #5b9bd5;
}
.report-main .size-segments ul div > span.all {
  padding: 0 10px;
  width: auto;
}
.report-main div.rollup-holder {
  margin: 0;
  padding: 0;
}
.report-main div.rollup-holder .chart {
  padding-left: 0;
}
.rollup-legend {
  padding-right: 0;
  z-index: 5;
  left: 10px;
  position: relative;
}
.rollup-legend ul {
  list-style-type: none;
  padding-left: 0px;
  padding-top: 10px;
}
.rollup-legend ul li {
  min-width: 174px;
  border-top: 1px solid #ccc;
  padding: 15px;
}
.rollup-legend ul li > div:last-child {
  text-align: center;
}
.rollup-legend ul li > div:last-child div {
  color: white;
  position: relative;
  left: 25px;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  font-size: 1.2em;
  font-weight: extra-bold;
}
.rollup-legend ul li:first-child {
  border-top: none;
}
.what-if-modal .what-if-loading {
  text-align: center;
  line-height: 3;
}
.what-if-modal .what-if-results-header {
  margin-bottom: 2em;
}
.what-if-modal .what-if-results-header .row span {
  padding: 0;
  color: #808080;
  margin-bottom: 5px;
}
.what-if-modal .what-if-results-header .row span.need-date-highlight {
  color: green;
}
.what-if-modal .what-if-results-header .row span.need-date-highlight div.need-date-star {
  padding-left: 5px;
  font-size: 15px;
}
.what-if-modal .what-if-results-header label {
  font-weight: bold;
  text-align: right;
}
.what-if-modal .what-if-score-tiles .container-fluid {
  margin: 0;
}
.what-if-modal .what-if-score-tiles .request-score-container {
  min-height: 100px;
}
.what-if-modal .what-if-score-tiles .request-score {
  color: #666;
  padding-left: 10px;
}
.what-if-modal .what-if-score-tiles .request-score-percent {
  font-size: 50px;
  padding-left: 10px;
  font-weight: bold;
  text-align: left;
}
.what-if-modal .what-if-score-tiles .request-score-arrow-decrease {
  text-align: center;
  color: #fd8c8c;
  font-size: 43px;
  display: inline-block;
  width: 100%;
  padding-top: 6px;
}
.what-if-modal .what-if-score-tiles .request-score-arrow-increase {
  text-align: center;
  color: #5cb85c;
  font-size: 43px;
  display: inline-block;
  width: 100%;
}
.what-if-modal .what-if-score-tiles .request-score-text-container {
  padding: 0;
}
.what-if-modal .what-if-score-tiles .score-emph {
  font-weight: bold;
}
.what-if-modal .what-if-score-tiles .request-score-header {
  font-size: 18px;
  font-weight: bold;
}
.what-if-modal .what-if-score-tiles .request-score-text {
  padding-left: 15px;
  padding-top: 15px;
  font-size: 13px;
}
.what-if-modal .what-if-score-tiles .score-explain {
  display: inline-block;
}
.what-if-modal .what-if-score-tiles .what-if-score-info {
  margin-top: 3rem;
  display: flex;
}
.what-if-modal .what-if-score-tiles .what-if-score-breakdown {
  padding-left: 0;
}
.what-if-modal .what-if-score-tiles .what-if-score-breakdown .lead-score-visualization {
  margin-left: 5px;
  margin-right: 5px;
}
.what-if-modal .what-if-score-tiles .what-if-availability-tile {
  padding-right: 0;
}
/*  Proposal Assistant */
#proposal-assistant-container {
  /* PA Availability */
  /*
        PA dropdown select
    */
  /* The PA Shopping Cart */
}
@media (min-width: 1400px) {
  #proposal-assistant-container {
    margin-left: 60px;
    margin-right: 60px;
  }
}
#proposal-assistant-container h1 {
  color: #373A42 !important;
  font-size: 24px;
  margin-bottom: 24px;
}
#proposal-assistant-container h2 {
  font-size: 14px;
  width: 100%;
  text-align: left;
  color: #373A42;
  display: flex;
  align-items: center;
}
#proposal-assistant-container h2::after {
  content: '';
  flex-grow: 1;
  height: 4px;
  margin-left: 0.75rem;
  border-bottom: 1px solid #d8d8d8;
}
#proposal-assistant-container div.more-dates-hdr {
  margin-left: 84px;
}
#proposal-assistant-container div > div.col-xs-4 {
  padding-top: 5.4em;
}
#proposal-assistant-container .date-container {
  display: flex;
  border: 1px solid #CAD0D3;
  border-radius: 4px;
  margin-bottom: 1.2em;
}
#proposal-assistant-container .date-container .date-info {
  padding: 2rem;
  border-right: 1px solid #CAD0D3;
  flex: 0 0 19rem;
}
#proposal-assistant-container .date-container .date-info .grade-container .grade-details {
  display: flex;
  align-items: center;
}
#proposal-assistant-container .date-container .date-info .grade-container .lead-score-label {
  flex: 0 0 40px;
}
#proposal-assistant-container .date-container .date-info .grade-container .grade-date {
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
}
#proposal-assistant-container .date-container .date-info .grade-container .date-details {
  margin-top: 0.5rem;
}
#proposal-assistant-container .date-container .date-info .grade-container .arrival-date-label {
  font-size: 16px;
  white-space: nowrap;
}
#proposal-assistant-container .date-container .date-info .grade-container .date-actions {
  margin-top: 2rem;
}
#proposal-assistant-container .date-container .date-inputs {
  flex-grow: 1;
  padding: 0.5rem 2rem;
}
@media (min-width: 1200px) {
  #proposal-assistant-container .date-container .date-inputs {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
  }
}
#proposal-assistant-container .date-container .date-inputs .date-input-row {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.5rem 0;
}
@media (min-width: 1200px) {
  #proposal-assistant-container .date-container .date-inputs .date-input-row {
    padding: 1rem 0;
  }
}
#proposal-assistant-container .date-container .date-inputs .date-input-item {
  display: flex;
  align-items: center;
  min-height: 34px;
}
@media (min-width: 1200px) {
  #proposal-assistant-container .date-container .date-inputs .date-input-item {
    justify-content: space-between;
  }
}
#proposal-assistant-container .date-container .date-inputs .date-input-item:first-child {
  padding-top: 0;
}
#proposal-assistant-container .date-container .date-inputs .date-input-item:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  #proposal-assistant-container .date-container .date-inputs .date-input-item:not(:first-child) {
    margin-top: 2rem;
  }
}
#proposal-assistant-container .date-container .date-inputs .date-input-item:last-child {
  padding-bottom: 0;
}
#proposal-assistant-container .date-container .date-inputs .date-input-item .date-input-label {
  flex: 0 0 125px;
}
#proposal-assistant-container .date-container .date-inputs .date-input-item .date-input-label label {
  margin: 0;
}
#proposal-assistant-container .date-container .date-inputs .date-input-item .response-proposed-control {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
#proposal-assistant-container .date-container .date-inputs .date-rate {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
}
#proposal-assistant-container .date-container .date-inputs .date-rate .date-rate-item {
  margin-top: 0;
  min-height: 0px;
}
#proposal-assistant-container .availability-icon-Unavailable,
#proposal-assistant-container .availability-icon-Limited,
#proposal-assistant-container .availability-icon-Available {
  padding-right: 1em;
}
#proposal-assistant-container .availability-icon-Unavailable.large,
#proposal-assistant-container .availability-icon-Limited.large,
#proposal-assistant-container .availability-icon-Available.large {
  font-size: 1.5em;
}
#proposal-assistant-container .pa-rates {
  white-space: nowrap;
}
#proposal-assistant-container .pa-rates .tooltip {
  width: 17em;
  white-space: normal;
}
#proposal-assistant-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
#proposal-assistant-container select::-ms-expand {
  display: none;
}
#proposal-assistant-container select + i.fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
  padding-right: 5px;
  -webkit-text-stroke: 2px #f4f8f9;
}
#proposal-assistant-container input[type=number]::-webkit-inner-spin-button,
#proposal-assistant-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#proposal-assistant-container input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
#proposal-assistant-container .form-outline-group {
  padding: 1.5rem 2rem;
  border: 1px solid #CAD0D3;
  border-radius: 4px;
}
#proposal-assistant-container .food-and-beverage-min {
  display: flex;
  align-items: center;
}
#proposal-assistant-container .food-and-beverage-min label {
  margin: 0 1rem 0 0;
}
#proposal-assistant-container .agenda-controls .btn {
  margin-left: 0.3rem;
}
#proposal-assistant-container .agenda-controls .btn *:first-child {
  margin: 0;
}
#proposal-assistant-container div.shopping-cart-header {
  border-radius: 4px 4px 0 0;
  border: 1px solid #CAD0D3;
  background-color: #129ed9;
  color: #ffffff;
  padding: 0.4em;
  text-align: center;
  letter-spacing: 0.3px;
}
#proposal-assistant-container #proposal-shopping-cart-container ul {
  list-style: none;
}
#proposal-assistant-container .pa-cart-container {
  font-size: 14px;
  color: #373A42;
  line-height: 19px;
  height: 100%;
  opacity: 0.69;
}
#proposal-assistant-container .pa-cart-item {
  border-right: 1px solid #CAD0D3;
  border-left: 1px solid #CAD0D3;
  border-bottom: 1px solid #CAD0D3;
  padding: 1em;
}
#proposal-assistant-container .pa-cart-proposed-rate {
  font-weight: bold;
}
#proposal-assistant-container .pa-shopping-cart-button {
  border-radius: 0 0 4px 4px;
  border-right: 1px solid #CAD0D3;
  border-left: 1px solid #CAD0D3;
  border-bottom: 1px solid #CAD0D3;
  text-align: center;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
#proposal-assistant-container .pa-shopping-cart-button > * {
  margin: 1.5rem 1.5rem 0 1.5rem;
}
#proposal-assistant-container .pa-shopping-cart-button > *:first-child {
  margin-top: 0;
}
#proposal-assistant-container .pa-shopping-cart-button .alert a {
  text-decoration: underline;
  transition: color 0.2s;
}
#proposal-assistant-container .pa-shopping-cart-button .alert a:hover {
  color: #0e7faf;
}
#proposal-assistant-container .pa-shopping-cart-button .btn-primary {
  color: #ffffff;
  background-color: #28A947;
  border-color: #28A947;
}
#proposal-assistant-container .pa-shopping-cart-button button {
  width: calc(100% - 1.5rem * 2);
}
#proposal-assistant-container .pa-shopping-cart-button button i {
  padding-left: 1em;
}
#proposal-assistant-container .pa-cart-item .row {
  padding-left: 1em;
  padding-right: 1em;
}
#proposal-assistant-container .pa-cart-bottom {
  padding-top: 1.5rem;
}
#proposal-assistant-container .pa-cart-date-type {
  flex: 0 0 50%;
}
#proposal-assistant-container .pa-cart-room-blocks {
  padding-left: 2rem;
  border-left: 1px solid #e2e2e2;
}
#proposal-assistant-container .pa-cart-room-type {
  text-transform: capitalize;
  font-style: italic;
}
#proposal-assistant-container #proposal-shopping-cart-container .shopping-cart-header {
  text-align: center;
  background-color: #0099E0;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
  padding: 0.3em;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 17px;
  border-color: none;
}
#proposal-assistant-container .tabs ul {
  list-style: none;
  padding: 0;
}
#proposal-assistant-container .tabs ul li {
  display: inline-block;
  font-size: 16px;
  color: #373A42;
  letter-spacing: 0.2px;
  line-height: 17px;
  padding-bottom: 0.5em;
  padding-right: 1em;
  padding-left: 1em;
}
#proposal-assistant-container .tabs ul li.active {
  border-bottom: 2px solid #199ADD;
}
#proposal-assistant-container .add-date-button {
  border-color: #129ed9;
  color: #129ed9;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
}
#proposal-assistant-container .remove-date-button {
  color: #129ed9;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
}
#proposal-assistant-container .proposal-update-score,
#proposal-assistant-container .proposal-room-type-update {
  font-weight: bold;
  white-space: nowrap;
  padding-left: 1.5rem;
}
#proposal-assistant-container div.space-only-padding {
  padding-top: 2.4em !important;
}
#proposal-assistant-container div.space-only-height {
  height: 10.3em;
}
#proposal-assistant-container div.no-planner-alt-dates {
  text-align: center;
}
#proposal-assistant-container div.alert {
  border: 0;
}
#proposal-assistant-container div.alert-info {
  color: #129ed9;
}
#proposal-assistant-container label {
  font-weight: normal;
}
#proposal-assistant-container div.agenda-items {
  margin-left: 1em;
}
#proposal-assistant-container div.tabs ul li {
  text-transform: uppercase;
}
.compare-hotels-modal .modal-body {
  display: flex;
}
.compare-hotels-modal .modal-body ul {
  list-style: none;
}
.compare-hotels-modal .compare-instructions {
  color: #373A42;
  margin: 2rem 0 -1rem 10.8rem;
}
.compare-hotels-modal .add-compare-property {
  position: relative;
  margin: -3rem 0 2rem 7rem;
}
.compare-hotels-modal .add-compare-property a {
  margin-left: 3.8rem;
}
.compare-hotels-modal .modal-footer {
  display: flex;
  justify-content: flex-start;
}
.compare-hotels-modal ul.select-property-container {
  display: flex;
  align-items: center;
}
.compare-hotels-modal ul.select-property-container select {
  width: 40rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-color: #129ed9;
  background-color: #ffffff;
}
.compare-hotels-modal ul.select-property-container select::-ms-expand {
  display: none;
}
.compare-hotels-modal ul.select-property-container select option {
  color: #404040;
}
.compare-hotels-modal ul.select-property-container select + i.fa {
  float: right;
  margin-top: -2.2rem;
  padding-right: 0.8rem;
  color: #129ed9;
}
.compare-hotels-modal ul.select-property-container .item {
  margin-bottom: 0.8rem;
}
.compare-hotels-modal ul.select-property-container li a {
  margin-left: 1.5rem;
}
.compare-hotels-modal div.alert {
  display: flex;
  margin-bottom: 1rem;
  width: 40rem;
  margin-left: 4rem;
  margin-top: 0;
  padding: 9px 12px;
}
.data-row {
  white-space: nowrap;
  font-size: 0;
}
.data-row:before,
.data-row:after {
  content: " ";
  display: table;
}
.data-row:after {
  clear: both;
}
.data-row:before,
.data-row:after {
  content: " ";
  display: table;
}
.data-row:after {
  clear: both;
}
.expander {
  color: #999;
  width: 1em;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expander.collapsed:before {
  content: "\e158";
}
.expander.expanded:before {
  content: "\e159";
}
.expander.null {
  visibility: hidden;
}
.cell {
  display: inline-block;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  text-align: center;
  padding-top: 5px;
  color: #555;
  line-height: 1.3em;
  height: 30px;
  font-size: 14px;
  vertical-align: top;
}
.cell.sales-manager {
  white-space: nowrap;
  overflow: hidden;
}
.cell.rate {
  white-space: nowrap;
  overflow: hidden;
}
.type-header {
  clear: both;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  padding: 8px 0;
  cursor: pointer;
  background-color: #eee;
}
.fixed-left .cell {
  width: 100%;
  text-align: left;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.fixed-left a {
  color: #555;
}
.sleeping-rooms.grid-container .fixed-header .cell,
.sleeping-rooms.grid-container .fixed-left .cell {
  width: 190px;
}
.sleeping-rooms.grid-container .fixed-header .cell.rate,
.sleeping-rooms.grid-container .fixed-left .cell.rate {
  width: 75px;
}
.sleeping-rooms.grid-container .fixed-header .cell.sales-manager,
.sleeping-rooms.grid-container .fixed-left .cell.sales-manager {
  width: 150px;
}
.sleeping-rooms.grid-container .fixed-header .cell {
  height: 76px;
  display: block;
  float: left;
}
.date {
  display: block;
  font-size: 18px;
  text-align: center;
}
.day-of-week {
  display: block;
  font-size: 12px;
}
.weekend {
  background-color: #f4f4f4;
}
.event {
  position: absolute;
  bottom: 0;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-color: silver;
}
.event:hover,
.event:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.event.highlight {
  background-color: #fff085 !important;
}
.cell.total-available {
  font-weight: bold;
}
.cell.not-available {
  font-style: italic;
  color: #C5A56B;
}
table.meeting-grid-interval-tooltip {
  border-collapse: collapse;
  border: none;
}
table.meeting-grid-interval-tooltip tr td {
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  vertical-align: top;
  text-align: left;
  padding: 0.25em;
}
table.meeting-grid-interval-tooltip tr td .combo {
  font-style: italic;
}
table.meeting-grid-interval-tooltip tr:first-child td {
  border-top: none;
}
table.meeting-grid-interval-tooltip tr:last-child td {
  border-bottom: none;
}
tr.group-event {
  border-bottom: 1px solid #404040;
}
.meeting-grid-interval-modal {
  border-collapse: collapse;
  border: none;
  margin: 1.5em;
}
.meeting-grid-interval-modal tr td {
  vertical-align: top;
  text-align: left;
  padding: 1em;
}
.meeting-grid-interval-modal div.row {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #e5e5e5;
}
.group-events-modal {
  overflow: scroll;
  height: 900px;
  font-size: 15px;
}
.group-events-modal .row {
  padding: 0.25em;
  border-top: 1px solid #999;
}
.group-events-modal .row:nth-child(odd) {
  background-color: #f4f4f4;
}
.group-events-modal .row:first-child {
  border-top: none;
}
.group-events-modal .col-sm-12 .col-sm-6 {
  padding-left: 0;
}
.group-events-modal .combo {
  margin-top: 2.5em;
  font-size: 18px;
}
.group-events-modal .date {
  font-size: 17px;
}
.group-events-modal label {
  margin-top: 0.25em;
  margin-right: 0.25em;
}
.group-events-modal .capacity {
  background-color: #666;
}
.group-events-modal .definite {
  background-color: #9c9;
}
.group-events-modal .tentative {
  background-color: #57accf;
}
.group-events-modal .prospect {
  background-color: #eee1fd;
}
.group-events-modal .selected {
  background-color: #ffeb7f;
}
.group-events-modal .proposed {
  background-color: #f6c460;
}
.group-events-modal .transient {
  background-color: #7a8590;
}
.group-events-modal .ooo {
  background-color: #c44d58;
}
.group-events-modal .group {
  background-color: #32b17f;
}
.group-events-modal .mixed {
  background-color: #ccc;
}
.group-events-modal .available {
  background-color: 'lightgray';
}
.sleeping-rooms .main-content .cell {
  position: relative;
}
.sleeping-rooms .main-content .cell span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 6px;
  height: 100%;
  width: 100%;
  text-align: center;
}
.tooltip h4 {
  margin-top: 10px;
}
.holidayDate {
  color: #cc0000 !important;
}
div.avail-status-pill {
  width: 22%;
  height: 2.5em;
  margin: 2em auto;
  border-radius: 500px;
  text-align: center;
  padding: 4px;
  font-size: 12px;
}
div.avail-status-pill label {
  margin-right: 0;
}
.grid-container {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.grid-container .fixed-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 76px;
}
.grid-container .header-container {
  height: 76px;
  margin-left: 190px;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}
.grid-container .header-container .header-overflow {
  width: 100%;
  height: 52px;
  overflow: hidden;
  position: relative;
}
.grid-container .header-container .cell {
  height: 76px;
  overflow: hidden;
}
.grid-container .grid-header {
  width: 100%;
  position: absolute;
  z-index: 0;
}
.grid-container .grid-header #grid-get-earlier {
  position: absolute;
  left: 0.5em;
  top: 45%;
}
.grid-container .grid-header #grid-get-later {
  position: absolute;
  right: 0.5em;
  top: 45%;
}
.grid-container .data-content {
  position: relative;
  overflow-y: auto;
  padding-bottom: 16px;
  min-height: 285px;
}
.grid-container .fixed-left {
  position: absolute;
  width: 190px;
  padding-bottom: 16px;
}
.grid-container .main-content {
  margin-left: 190px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.grid-container .main-content .data-row {
  position: relative;
  /* so we can abs-position events */
}
.sleeping-rooms.grid-container .fixed-header,
.sleeping-rooms.grid-container .fixed-left {
  width: 415px;
}
.sleeping-rooms.grid-container .header-container,
.sleeping-rooms.grid-container .main-content {
  margin-left: 415px;
}
#opportunities-list {
  left: auto;
  right: 0%;
  max-width: 280px;
  max-height: 400px;
  overflow-y: scroll;
}
#opportunities-list span {
  display: block;
}
#opportunities-list .opp-date,
#opportunities-list .opp-status {
  font-size: 75%;
}
#opportunities-list .opp-org {
  font-size: 75%;
}
.timeout-text-box {
  font-size: 15px;
  padding-left: 0px;
  line-height: 45px;
}
@media print {
  a[href]:after {
    content: "";
  }
}
