/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #636c72; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #0E4364;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), rgba(92, 179, 253, 0.6); }
  .form-control::placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.125rem + 2px); }

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.13rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.8rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.7rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.13rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.00667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.53125rem;
  background-size: 1.0625rem 1.0625rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }
  .has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }
  .has-warning .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }
  .has-danger .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none; }
  .btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

.btn-primary {
  color: #fff;
  background-color: #0E4364;
  border-color: #0E4364;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background-color: #082537;
    border-color: #061f2e; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(14, 67, 100, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #0E4364;
    border-color: #0E4364; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #082537;
    background-image: none;
    border-color: #061f2e;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-secondary {
  color: white;
  background-color: #95b614;
  border-color: #95b614;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: white;
    background-color: #6f880f;
    border-color: #687f0e; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(149, 182, 20, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #95b614;
    border-color: #95b614; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #6f880f;
    background-image: none;
    border-color: #687f0e;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(92, 184, 92, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-outline-primary {
  color: #0E4364;
  background-image: none;
  background-color: transparent;
  border-color: #0E4364; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0E4364;
    border-color: #0E4364; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(14, 67, 100, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0E4364;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0E4364;
    border-color: #0E4364; }

.btn-outline-secondary {
  color: #95b614;
  background-image: none;
  background-color: transparent;
  border-color: #95b614; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #95b614;
    border-color: #95b614; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(149, 182, 20, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #95b614;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #95b614;
    border-color: #95b614; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #636c72; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.13rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 0.2rem; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent; }

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

.show > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #636c72;
  white-space: nowrap; }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .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-left: -1px; }

.btn-toolbar {
  display: flex;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

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

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

.btn-group > .btn-group {
  float: left; }

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

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

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

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

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.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-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .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-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  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; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .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 {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.13rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    flex: 1; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0275d8;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #8fcafe;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  box-shadow: none; }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.125rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #5cb3fd;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(92, 179, 253, 0.5); }
    .custom-select:focus::-ms-value {
      color: #464a4c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0275d8; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05); }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #636c72;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #636c72;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.13rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.13rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xl .navbar-nav {
    flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #0E4364;
  border-color: #0E4364; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #0E4364; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #95b614; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0.25rem - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 15px; }
      .card-deck .card:not(:last-child) {
        margin-right: 15px; } }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; } }

.breadcrumb {
  padding: 0.75rem 1rem 0 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #636c72;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #636c72; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.13rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-default {
  background-color: #636c72; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #4b5257; }

.badge-primary {
  background-color: #0275d8; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #025aa5; }

.badge-success {
  background-color: #5cb85c; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #449d44; }

.badge-info {
  background-color: #5bc0de; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5; }

.badge-warning {
  background-color: #f0ad4e; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ec971f; }

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

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

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem; }

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8; }

.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: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #292b2c; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9; }
  .list-group-item-action:active {
    color: #292b2c;
    background-color: #eceeef; }

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #fff; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
      color: #636c72; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text {
      color: #daeeff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef; }

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.8rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.8rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px); }
  .popover-title:empty {
    display: none; }

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

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  @media (-webkit-transform-3d) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }
  @supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #0E4364 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #082537 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border {
  border: 1px solid rgba(0, 0, 0, 0.125) !important; }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important; }

@media (min-width: 992px) {
  .border-top-lg-0 {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important; } }

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; }

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.125) !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

@media (min-width: 992px) {
  .border-left-lg-0 {
    border-left: 0 !important; } }

.border-primary {
  border-color: #b32169 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

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

.text-white {
  color: #fff !important; }

.text-muted {
  color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

.text-primary {
  color: #0E4364 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #082537 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

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

.hidden-xl-down {
  display: none !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; } }

/*! =======================================================
                      VERSION  9.8.1              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.tether-element, .tether-element:after, .tether-element:before, .tether-element *, .tether-element *:after, .tether-element *:before {
  box-sizing: border-box; }

.tether-element {
  position: absolute;
  display: none; }
  .tether-element.tether-open {
    display: block; }

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(/static/flag-icon/flags/4x3/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(/static/flag-icon/flags/4x3/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(/static/flag-icon/flags/4x3/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(/static/flag-icon/flags/4x3/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(/static/flag-icon/flags/4x3/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(/static/flag-icon/flags/4x3/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(/static/flag-icon/flags/4x3/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(/static/flag-icon/flags/4x3/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(/static/flag-icon/flags/4x3/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(/static/flag-icon/flags/4x3/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(/static/flag-icon/flags/4x3/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(/static/flag-icon/flags/4x3/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(/static/flag-icon/flags/4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(/static/flag-icon/flags/4x3/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(/static/flag-icon/flags/4x3/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(/static/flag-icon/flags/4x3/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(/static/flag-icon/flags/4x3/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(/static/flag-icon/flags/4x3/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(/static/flag-icon/flags/4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(/static/flag-icon/flags/4x3/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(/static/flag-icon/flags/4x3/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(/static/flag-icon/flags/4x3/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(/static/flag-icon/flags/4x3/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(/static/flag-icon/flags/4x3/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(/static/flag-icon/flags/4x3/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(/static/flag-icon/flags/4x3/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(/static/flag-icon/flags/4x3/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(/static/flag-icon/flags/4x3/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(/static/flag-icon/flags/4x3/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(/static/flag-icon/flags/4x3/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(/static/flag-icon/flags/4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(/static/flag-icon/flags/4x3/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(/static/flag-icon/flags/4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(/static/flag-icon/flags/4x3/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(/static/flag-icon/flags/4x3/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(/static/flag-icon/flags/4x3/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(/static/flag-icon/flags/4x3/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(/static/flag-icon/flags/4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(/static/flag-icon/flags/4x3/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(/static/flag-icon/flags/4x3/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(/static/flag-icon/flags/4x3/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(/static/flag-icon/flags/4x3/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(/static/flag-icon/flags/4x3/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(/static/flag-icon/flags/4x3/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(/static/flag-icon/flags/4x3/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(/static/flag-icon/flags/4x3/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(/static/flag-icon/flags/4x3/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(/static/flag-icon/flags/4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(/static/flag-icon/flags/4x3/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(/static/flag-icon/flags/4x3/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(/static/flag-icon/flags/4x3/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(/static/flag-icon/flags/4x3/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(/static/flag-icon/flags/4x3/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(/static/flag-icon/flags/4x3/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(/static/flag-icon/flags/4x3/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(/static/flag-icon/flags/4x3/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(/static/flag-icon/flags/4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(/static/flag-icon/flags/4x3/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(/static/flag-icon/flags/4x3/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(/static/flag-icon/flags/4x3/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(/static/flag-icon/flags/4x3/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(/static/flag-icon/flags/4x3/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(/static/flag-icon/flags/4x3/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(/static/flag-icon/flags/4x3/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(/static/flag-icon/flags/4x3/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(/static/flag-icon/flags/4x3/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(/static/flag-icon/flags/4x3/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(/static/flag-icon/flags/4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(/static/flag-icon/flags/4x3/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(/static/flag-icon/flags/4x3/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(/static/flag-icon/flags/4x3/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(/static/flag-icon/flags/4x3/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(/static/flag-icon/flags/4x3/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(/static/flag-icon/flags/4x3/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(/static/flag-icon/flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(/static/flag-icon/flags/4x3/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(/static/flag-icon/flags/4x3/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(/static/flag-icon/flags/4x3/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(/static/flag-icon/flags/4x3/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(/static/flag-icon/flags/4x3/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(/static/flag-icon/flags/4x3/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(/static/flag-icon/flags/4x3/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(/static/flag-icon/flags/4x3/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(/static/flag-icon/flags/4x3/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(/static/flag-icon/flags/4x3/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(/static/flag-icon/flags/4x3/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(/static/flag-icon/flags/4x3/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(/static/flag-icon/flags/4x3/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(/static/flag-icon/flags/4x3/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(/static/flag-icon/flags/4x3/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(/static/flag-icon/flags/4x3/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(/static/flag-icon/flags/4x3/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(/static/flag-icon/flags/4x3/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(/static/flag-icon/flags/4x3/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(/static/flag-icon/flags/4x3/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(/static/flag-icon/flags/4x3/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(/static/flag-icon/flags/4x3/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(/static/flag-icon/flags/4x3/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(/static/flag-icon/flags/4x3/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(/static/flag-icon/flags/4x3/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(/static/flag-icon/flags/4x3/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(/static/flag-icon/flags/4x3/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(/static/flag-icon/flags/4x3/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(/static/flag-icon/flags/4x3/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(/static/flag-icon/flags/4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(/static/flag-icon/flags/4x3/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(/static/flag-icon/flags/4x3/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(/static/flag-icon/flags/4x3/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(/static/flag-icon/flags/4x3/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(/static/flag-icon/flags/4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(/static/flag-icon/flags/4x3/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(/static/flag-icon/flags/4x3/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(/static/flag-icon/flags/4x3/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(/static/flag-icon/flags/4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(/static/flag-icon/flags/4x3/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(/static/flag-icon/flags/4x3/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(/static/flag-icon/flags/4x3/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(/static/flag-icon/flags/4x3/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(/static/flag-icon/flags/4x3/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(/static/flag-icon/flags/4x3/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(/static/flag-icon/flags/4x3/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(/static/flag-icon/flags/4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(/static/flag-icon/flags/4x3/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(/static/flag-icon/flags/4x3/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(/static/flag-icon/flags/4x3/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(/static/flag-icon/flags/4x3/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(/static/flag-icon/flags/4x3/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(/static/flag-icon/flags/4x3/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(/static/flag-icon/flags/4x3/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(/static/flag-icon/flags/4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(/static/flag-icon/flags/4x3/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(/static/flag-icon/flags/4x3/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(/static/flag-icon/flags/4x3/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(/static/flag-icon/flags/4x3/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(/static/flag-icon/flags/4x3/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(/static/flag-icon/flags/4x3/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(/static/flag-icon/flags/4x3/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(/static/flag-icon/flags/4x3/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(/static/flag-icon/flags/4x3/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(/static/flag-icon/flags/4x3/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(/static/flag-icon/flags/4x3/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(/static/flag-icon/flags/4x3/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(/static/flag-icon/flags/4x3/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(/static/flag-icon/flags/4x3/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(/static/flag-icon/flags/4x3/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(/static/flag-icon/flags/4x3/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(/static/flag-icon/flags/4x3/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(/static/flag-icon/flags/4x3/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(/static/flag-icon/flags/4x3/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(/static/flag-icon/flags/4x3/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(/static/flag-icon/flags/4x3/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(/static/flag-icon/flags/4x3/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(/static/flag-icon/flags/4x3/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(/static/flag-icon/flags/4x3/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(/static/flag-icon/flags/4x3/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(/static/flag-icon/flags/4x3/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(/static/flag-icon/flags/4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(/static/flag-icon/flags/4x3/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(/static/flag-icon/flags/4x3/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(/static/flag-icon/flags/4x3/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(/static/flag-icon/flags/4x3/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(/static/flag-icon/flags/4x3/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(/static/flag-icon/flags/4x3/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(/static/flag-icon/flags/4x3/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(/static/flag-icon/flags/4x3/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(/static/flag-icon/flags/4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(/static/flag-icon/flags/4x3/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(/static/flag-icon/flags/4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(/static/flag-icon/flags/4x3/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(/static/flag-icon/flags/4x3/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(/static/flag-icon/flags/4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(/static/flag-icon/flags/4x3/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(/static/flag-icon/flags/4x3/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(/static/flag-icon/flags/4x3/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(/static/flag-icon/flags/4x3/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(/static/flag-icon/flags/4x3/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(/static/flag-icon/flags/4x3/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(/static/flag-icon/flags/4x3/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(/static/flag-icon/flags/4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(/static/flag-icon/flags/4x3/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(/static/flag-icon/flags/4x3/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(/static/flag-icon/flags/4x3/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(/static/flag-icon/flags/4x3/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(/static/flag-icon/flags/4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(/static/flag-icon/flags/4x3/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(/static/flag-icon/flags/4x3/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(/static/flag-icon/flags/4x3/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(/static/flag-icon/flags/4x3/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(/static/flag-icon/flags/4x3/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(/static/flag-icon/flags/4x3/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(/static/flag-icon/flags/4x3/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(/static/flag-icon/flags/4x3/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(/static/flag-icon/flags/4x3/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(/static/flag-icon/flags/4x3/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(/static/flag-icon/flags/4x3/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(/static/flag-icon/flags/4x3/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(/static/flag-icon/flags/4x3/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(/static/flag-icon/flags/4x3/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(/static/flag-icon/flags/4x3/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(/static/flag-icon/flags/4x3/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(/static/flag-icon/flags/4x3/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(/static/flag-icon/flags/4x3/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(/static/flag-icon/flags/4x3/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(/static/flag-icon/flags/4x3/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(/static/flag-icon/flags/4x3/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(/static/flag-icon/flags/4x3/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(/static/flag-icon/flags/4x3/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(/static/flag-icon/flags/4x3/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(/static/flag-icon/flags/4x3/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(/static/flag-icon/flags/4x3/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(/static/flag-icon/flags/4x3/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(/static/flag-icon/flags/4x3/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(/static/flag-icon/flags/4x3/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(/static/flag-icon/flags/4x3/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(/static/flag-icon/flags/4x3/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(/static/flag-icon/flags/4x3/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(/static/flag-icon/flags/4x3/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(/static/flag-icon/flags/4x3/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(/static/flag-icon/flags/4x3/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(/static/flag-icon/flags/4x3/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(/static/flag-icon/flags/4x3/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(/static/flag-icon/flags/4x3/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(/static/flag-icon/flags/4x3/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(/static/flag-icon/flags/4x3/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(/static/flag-icon/flags/4x3/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(/static/flag-icon/flags/4x3/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(/static/flag-icon/flags/4x3/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(/static/flag-icon/flags/4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(/static/flag-icon/flags/4x3/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(/static/flag-icon/flags/4x3/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(/static/flag-icon/flags/4x3/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(/static/flag-icon/flags/4x3/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(/static/flag-icon/flags/4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(/static/flag-icon/flags/4x3/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(/static/flag-icon/flags/4x3/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(/static/flag-icon/flags/4x3/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(/static/flag-icon/flags/4x3/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(/static/flag-icon/flags/4x3/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(/static/flag-icon/flags/4x3/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(/static/flag-icon/flags/4x3/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(/static/flag-icon/flags/4x3/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(/static/flag-icon/flags/4x3/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(/static/flag-icon/flags/4x3/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(/static/flag-icon/flags/4x3/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(/static/flag-icon/flags/4x3/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(/static/flag-icon/flags/4x3/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(/static/flag-icon/flags/4x3/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(/static/flag-icon/flags/4x3/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(/static/flag-icon/flags/4x3/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/zw.svg); }

.flag-icon-eu {
  background-image: url(/static/flag-icon/flags/4x3/eu.svg); }
  .flag-icon-eu.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(/static/flag-icon/flags/4x3/gb-eng.svg); }
  .flag-icon-gb-eng.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(/static/flag-icon/flags/4x3/gb-nir.svg); }
  .flag-icon-gb-nir.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(/static/flag-icon/flags/4x3/gb-sct.svg); }
  .flag-icon-gb-sct.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(/static/flag-icon/flags/4x3/gb-wls.svg); }
  .flag-icon-gb-wls.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(/static/flag-icon/flags/4x3/un.svg); }
  .flag-icon-un.flag-icon-squared {
    background-image: url(/static/flag-icon/flags/1x1/un.svg); }

@charset "UTF-8";
/*!
 *  Font Awesome 4.7.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("../fontawesome4/fonts/fontawesome-webfont.674f50d287a8.eot?v=4.7.0");
  src: url("../fontawesome4/fonts/fontawesome-webfont.674f50d287a8.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fontawesome4/fonts/fontawesome-webfont.af7ae505a9ee.woff2?v=4.7.0") format("woff2"), url("../fontawesome4/fonts/fontawesome-webfont.fee66e712a8a.woff?v=4.7.0") format("woff"), url("../fontawesome4/fonts/fontawesome-webfont.b06871f281fe.ttf?v=4.7.0") format("truetype"), url("../fontawesome4/fonts/fontawesome-webfont.912ec66d7572.svg?v=4.7.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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

div.image-wrap {
    display:inline-block;
}

div.point-stage {
    position:absolute;
}

div.ppoi-point {
    width:8px;
    height:8px;
    background: rgb(255, 0, 0);
    background: rgba(255, 0, 0, .5);
    position:absolute;
    border:1px solid #FFFFFF;
}

div.versatileimagefield div.form-group label {
    display:block;
    font-weight:normal;
}

/*
 * Admin specific styling are prefixed with body.change-form.
 */

.yourlabs-autocomplete
{
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.yourlabs-autocomplete .hilight
{
    color: #ffffff !important;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.yourlabs-autocomplete .choice, 
.yourlabs-autocomplete [data-value], 
.yourlabs-autocomplete em
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    color: black;
    cursor: pointer;
}

/* 
 * You should use the "block" class because the "div" class is deprecated since
 * 2.0. However, the "div" class is still supported for backward compatibility.
 */
.block,
.div
{
    display: block;
}

.autocomplete-light-widget {
    display: inline-block;
    /* for the add-another image */
    vertical-align: middle;
}

.autocomplete-light-widget input,
.autocomplete-light-widget input:focus {
    margin: 0;
    outline: 0;
}

.autocomplete-light-widget {
    /* "Position" the widget */
    position: relative;
}

input.autocomplete {
    position: relative;
    vertical-align: top;
}

input.autocomplete.xhr-pending {
    background-image: url("../autocomplete_light/xhr-pending.73e57937304d.gif");
    background-repeat: no-repeat;
    background-position: right;
}

.autocomplete-light-widget.modern-style {
    border: 1px solid lightgrey;
    padding: 4px 4px 3px 4px;
}

.autocomplete-light-widget.modern-style input,
.autocomplete-light-widget.modern-style input:focus {
    border: 0;
    margin: 2px 0;
}

.autocomplete-light-widget.modern-style .deck [data-value],
.autocomplete-light-widget.modern-style .deck .choice {
    border: 1px solid lightgrey;
    border-radius: 4px;
}

.autocomplete-light-widget.yourlabs-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
}

.autocomplete-light-widget .deck [data-value],
.autocomplete-light-widget .deck .choice
{
    list-style-type: none;
    display: inline-block;
    padding-top: 3px;
    padding-right: 3px;
}

.autocomplete-light-widget .deck [data-value] .remove
{
    background-image: url("../autocomplete_light/delete.2fbde56e39ec.png");
    color: #fff;
    cursor: pointer;
    text-indent: -999px;
    height: 16px;
    width: 16px;
    display: inline-block;
    background-position-y: -1px;
    background-repeat: no-repeat;
}

.autocomplete-light-widget .deck [data-value] .remove:hover
{
    background-position: -15px 0;
}

.yourlabs-autocomplete .choice-detail, 
.yourlabs-autocomplete .choice-update 
{
    display: none;
}

/* These lines are important to avoid style change to the underlying divs */
.autocomplete-light-clearfix:after {
    content: "";
    display: table; 
    clear: both;
}

/* credit: http://www.csslab.cl/2008/01/30/ventana-modal-solo-con-css/ */
#yourlabs_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index:1001;
    opacity:.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}

/*!
 * Cropper v3.0.0
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-09-03T13:13:53.439Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}

.cropper-container img {
  /* Avoid margin top issue (Occur only when margin-top <= -height) */
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0
}

.cropper-center:before,
  .cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f
}

.cropper-line.line-e {
  cursor: e-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: n-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: w-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: s-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px
}

.cropper-point.point-e {
  cursor: e-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: n-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: w-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: ne-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nw-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: sw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: se-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {

  .cropper-point.point-se {
    height: 15px;
    width: 15px
  }
}

@media (min-width: 992px) {

  .cropper-point.point-se {
    height: 10px;
    width: 10px
  }
}

@media (min-width: 1200px) {

  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px
  }
}

.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}


div.recurrence-widget {
    float: left;
    border: 1px solid #ccc;
}

div.recurrence-widget div.panel {
    border-bottom: 1px solid #ddd;
}

div.recurrence-widget select,
div.recurrence-widget input {
    margin: 0 .5em;
}

div.recurrence-widget a.recurrence-label {
    display: block;
    cursor: pointer;
    padding: .5em .75em;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 3em;
    color: black;
}

div.recurrence-widget .remove,
div.recurrence-widget .remove:link,
div.recurrence-widget .remove:visited {
    float: left;
    padding: .25em .5em;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #555;
    line-height: 1.4em;
}

div.recurrence-widget .remove:hover {
    color: #a00;
}

div.recurrence-widget .control {
    padding: .5em 1em .5em .5em;
}

div.recurrence-widget .add-button,
div.recurrence-widget .add-button:link,
div.recurrence-widget .add-button:visited {
    color: green;
}

div.recurrence-widget .plus {
    font-size: 1.2em;
    font-weight: bold;
    padding-right: .5em;
}

div.recurrence-widget .add-button:hover {
    color: green;
}

div.recurrence-widget .control .add-date {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px solid #ddd;
}

div.recurrence-widget .freq {
    display: inline
}

div.recurrence-widget .interval {
    display: inline;
    padding-left: 1em;
}

div.recurrence-widget form {
    overflow: hidden;
    padding: .5em 2.2em;
    border-top: 1px solid #ddd;
}

div.recurrence-widget .form {
    padding: .5em 0;
}

div.recurrence-widget .radio {
    margin-left: 0;
}

div.recurrence-widget .form ul {
    margin: 0;
    padding: 0;
}

div.recurrence-widget .form ul li {
    list-style-type: none;
}

div.recurrence-widget .section {
    margin: .5em 1em;
}

div.recurrence-widget .until-count {
    margin: 0;
    padding: 0;
}

div.recurrence-widget .until-count li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.recurrence-widget .until-count .count {
    padding-left: 1em;
}

div.recurrence-widget .monthday .grid {
    margin-left: .5em;
}

div.recurrence-widget .grid {
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

div.recurrence-widget .grid td {
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: .8em;
    cursor: pointer;
}

div.recurrence-widget .grid td.active {
    background-color: #ddd;
}

div.recurrence-widget .grid td.empty {
    border: 0;
}

div.recurrence-widget .grid-disabled td.active {
    background-color: #ddd;
}

div.recurrence-widget .disabled {
    opacity: .75;
    filter: alpha(opacity=75);
}

div.recurrence-widget .limit ul {
    margin-top: .5em;
}

div.recurrence-widget .weekly .section {
    margin: 1em 0;
}

div.recurrence-widget .weekly td {
    width: 2.5em;
}

div.recurrence-widget .yearly table {
    margin: .5em 0 1em 0;
}

div.recurrence-widget .yearly td {
    padding: 1em 1.5em;
}

div.recurrence-widget .checkbox {
    margin-left: 0;
}

div.recurrence-widget .until-count {
    margin-left: 1.5em;
}

div.recurrence-widget .mode {
    padding: .25em 0 1em 0;
}

div.recurrence-widget .date-selector .calendar-button {
    background: url("../recurrence/img/recurrence-calendar-icon.17cd454d9760.png") no-repeat center;
    padding: .25em;
}

table.recurrence-calendar {
    position: absolute;
    background-color: white;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    /*outline: 3px solid white;*/
    margin: 0;
}

table.recurrence-calendar td {
    padding: 0;
}

table.recurrence-calendar a,
table.recurrence-calendar a:link,
table.recurrence-calendar a:visited {
    color: #555;
    font-weight: bold;
}

table.recurrence-calendar .year,
table.recurrence-calendar .navigation {
    border-right: 1px solid #ccc;
}

table.recurrence-calendar .body td {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.recurrence-calendar .body td.header {
    border-top: 1px solid #ccc;
    font-weight: bold;
    color: #555;
}

table.recurrence-calendar .body td.header,
table.recurrence-calendar .body td.day {
    padding: .25em;
    text-align: center;
    vertical-align: center;
}

table.recurrence-calendar .body td.day {
    cursor: pointer;
}

table.recurrence-calendar .body td.active {
    background-color: #ddd;
}

table.recurrence-calendar .body td.empty {
    background-color: #eee;
}

table.recurrence-calendar .year {
    padding-top: .25em;
    padding-right: 2em;
    text-align: center;
}

table.recurrence-calendar .navigation {
    width: 100%;
}

table.recurrence-calendar .navigation {
    text-align: center;
}

table.recurrence-calendar .navigation td.prev-year,
table.recurrence-calendar .navigation td.next-year,
table.recurrence-calendar .navigation td.prev-month,
table.recurrence-calendar .navigation td.next-month {
    /*width: 1%;*/
    font-size: .8em;
}

table.recurrence-calendar .remove,
table.recurrence-calendar .remove:link,
table.recurrence-calendar .remove:visited {
    float: left;
    padding: .1em .25em;
    padding-bottom: 0;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #555;
    line-height: 1.2em;
}

table.recurrence-calendar .remove:hover {
    color: #a00;
}

table.recurrence-calendar .footer {
    height: .5em;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box{border-radius:5px;border:none;border-bottom:3px solid #f71169;background:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box{margin-bottom:7px}.tooltipster-sidetip.tooltipster-punk .tooltipster-content{color:#fff;padding:8px 16px}.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border{border-left-color:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border{border-right-color:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border{border-top-color:#f71169}
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.ol-control,.ol-scale-line{position:absolute;padding:2px}.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width}.ol-overlay-container{will-change:left,right,top,bottom}.ol-unsupported{display:none}.ol-viewport .ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-control{background-color:rgba(255,255,255,.4);border-radius:4px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}@media print{.ol-control{display:none}}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;font-size:.7rem;line-height:1.375em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none;line-height:inherit}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution.ol-logo-only ul{display:block}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0;height:1.1em;line-height:1em}.ol-attribution.ol-logo-only{background:0 0;bottom:.4em;height:1.1em;line-height:1em}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-logo-only button,.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #555555;
  font-size: 1rem;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 0.25rem;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #eaeaea;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #0E4364;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #3385a1;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #0E4364;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 35px!important;
  font-family: sans-serif;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;

  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #000;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #636c71;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.5;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 1rem;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 1rem;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 1rem;
  height: 32px;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0.25rem;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}
a.depth-1, .depth-1 a {
  background: #34b9ed;
  border-color: #34b9ed; }
  a.depth-1:hover, .depth-1 a:hover {
    background: #129cd2;
    border-color: #129cd2; }

.collapse.depth-1, .collapsing.depth-1 {
  padding-left: 0.3rem; }

a.depth-2, .depth-2 a {
  background: #129cd2;
  border-color: #129cd2; }
  a.depth-2:hover, .depth-2 a:hover {
    background: #0d729a;
    border-color: #0d729a; }

.collapse.depth-2, .collapsing.depth-2 {
  padding-left: 0.6rem; }

a.depth-3, .depth-3 a {
  background: #0d729a;
  border-color: #0d729a; }
  a.depth-3:hover, .depth-3 a:hover {
    background: #094961;
    border-color: #094961; }

.collapse.depth-3, .collapsing.depth-3 {
  padding-left: 0.9rem; }

a.depth-4, .depth-4 a {
  background: #094961;
  border-color: #094961; }
  a.depth-4:hover, .depth-4 a:hover {
    background: #041f29;
    border-color: #041f29; }

.collapse.depth-4, .collapsing.depth-4 {
  padding-left: 1.2rem; }

a.depth-5, .depth-5 a {
  background: #041f29;
  border-color: #041f29; }
  a.depth-5:hover, .depth-5 a:hover {
    background: black;
    border-color: black; }

.collapse.depth-5, .collapsing.depth-5 {
  padding-left: 1.5rem; }

a.depth-6, .depth-6 a {
  background: black;
  border-color: black; }
  a.depth-6:hover, .depth-6 a:hover {
    background: black;
    border-color: black; }

.collapse.depth-6, .collapsing.depth-6 {
  padding-left: 1.8rem; }

a.depth-7, .depth-7 a {
  background: black;
  border-color: black; }
  a.depth-7:hover, .depth-7 a:hover {
    background: black;
    border-color: black; }

.collapse.depth-7, .collapsing.depth-7 {
  padding-left: 2.1rem; }

a.depth-8, .depth-8 a {
  background: black;
  border-color: black; }
  a.depth-8:hover, .depth-8 a:hover {
    background: black;
    border-color: black; }

.collapse.depth-8, .collapsing.depth-8 {
  padding-left: 2.4rem; }

.dropdown-toggle[aria-expanded=true]:after {
  border-top: 0;
  border-bottom: 0.3em solid; }

[aria-expanded=true] .fa-caret-down:before {
  content: "\f0d8"; }

.location-button .dropdown-toggle, .location-button .map-marker, .sidebar-accordion .dropdown-toggle, .sidebar-accordion .map-marker {
  text-align: center;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 140%;
  line-height: 2;
  color: white; }
  .location-button .dropdown-toggle:focus, .location-button .dropdown-toggle:hover, .location-button .map-marker:focus, .location-button .map-marker:hover, .sidebar-accordion .dropdown-toggle:focus, .sidebar-accordion .dropdown-toggle:hover, .sidebar-accordion .map-marker:focus, .sidebar-accordion .map-marker:hover {
    text-decoration: none; }

.location-button .btn-primary.dropdown-toggle, .sidebar-accordion .btn-primary.dropdown-toggle {
  font-size: 140%;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0; }

.location-button .btn-info.dropdown-toggle, .sidebar-accordion .btn-info.dropdown-toggle {
  font-size: 140%;
  line-height: 2; }

.location-button .dropdown-toggle.compact, .location-button .map-marker.compact, .sidebar-accordion .dropdown-toggle.compact, .sidebar-accordion .map-marker.compact {
  line-height: 1.6;
  padding-top: 0;
  padding-bottom: 0; }

.location-button .primary-text, .location-button .subtext, .sidebar-accordion .primary-text, .sidebar-accordion .subtext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

.location-button .map-marker.compact, .sidebar-accordion .map-marker.compact {
  padding-top: 0.1rem; }

.btn.v2ui > .fa {
  margin-left: 0.75em; }

.btn-primary a {
  color: white; }

.btn-inline {
  display: inline-block; }

.avatar-badge {
  position: absolute;
  top: 0;
  right: 5rem;
  background: #ff0e17;
  z-index: 1000;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: none; }

.li-badge {
  top: auto;
  right: auto;
  margin: 3px 0px 0px 6px; }

#sidebarToggleBtn {
  padding: 0.6rem 0.8rem; }

.sidebarWrapper .btn-block {
  overflow: hidden; }

.ekko-button {
  display: flex;
  justify-content: space-between; }
  .ekko-button .ekko-button-text {
    display: flex;
    flex-direction: column; }
  .ekko-button .ekko-button-logo {
    height: 2.2rem; }

* {
  font-family: 'Lato', sans-serif !important; }

:lang(th) {
  font-family: 'Prompt', sans-serif !important; }

.renderersvg-element .assetTitle {
  font-family: "Arial", sans-serif !important; }

html,
body {
  height: 100%;
  background: #f2f2f2; }

#sidebar {
  border-right: 1px solid rgba(0, 0, 0, 0.125); }
  #sidebar .sidebar-wrapper .btn-primary {
    border-color: #0E4364; }

.breadcrumb {
  background-color: white;
  color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .breadcrumb .dropdown-toggle {
    line-height: 1.15rem;
    right: -7px; }
  .breadcrumb .breadcrumb-tooltip a {
    border-radius-bottom-right: 0;
    border-radius-bottom-left: 0; }
  .breadcrumb .breadcrumb-item {
    margin-bottom: 0.75rem; }
    .breadcrumb .breadcrumb-item:before {
      padding-left: 0.75rem; }

.btn-white {
  background: linear-gradient(0deg, #595959, 1%, white 100%);
  color: black;
  border-color: #afafaf; }
  .btn-white:hover {
    color: black;
    border-color: #afafaf;
    background: linear-gradient(0deg, #595959, 1%, #f2f2f2 100%); }
  .btn-white:active {
    background-image: linear-gradient(0deg, #424242, 1%, #cccccc 100%); }

.alert-warning {
  background-color: #B2A838;
  border-color: #A69C34;
  color: white; }

.btn.alert-warning:hover {
  background-color: #9b9231;
  border-color: #777025; }

.alert-danger {
  background-color: #B23842;
  border-color: #A6343E;
  color: white; }

.btn.alert-danger:hover {
  background-color: #9b3139;
  border-color: #77252d; }

.btn:focus {
  box-shadow: none; }

.dropdown-item:hover {
  background-color: #e6e6e6; }

.flex-grow-1 {
  flex-grow: 1; }

.text-info {
  color: #3893b2 !important; }

.primary-gradient {
  background: linear-gradient(180deg, #3893b2, 38%, #3387a3 100%); }

.secondary-gradient {
  background: linear-gradient(180deg, #81b5a1, 38%, #5b9c83 100%); }

.info-gradient {
  background: linear-gradient(180deg, #72d1f4, 38%, #1aa7d9 100%); }

.btn-primary {
  background: linear-gradient(180deg, #0e4364, 38%, #08273a 100%);
  color: white; }
  .btn-primary a {
    color: white; }
  .btn-primary:hover {
    border-color: #0E4364; }
  .btn-primary:focus {
    box-shadow: none;
    color: white; }
  .btn-primary[rel=external] {
    padding-right: 1rem;
    background: linear-gradient(180deg, #0e4364, 38%, #08273a 100%); }

.btn-external {
  background: linear-gradient(180deg, #3893b2, 38%, #3387a3 100%);
  color: white; }

.btn-secondary {
  background: linear-gradient(180deg, #3893b2, 38%, #3387a3 100%);
  border-color: #3385a1; }
  .btn-secondary a {
    color: white; }
  .btn-secondary:hover {
    border-color: #3385a1; }
  .btn-secondary:active {
    background: linear-gradient(180deg, #30809b, 38%, #2c768f 100%);
    border-color: #2c768f; }
  .btn-secondary:focus {
    box-shadow: none; }

.show > .btn-secondary.dropdown-toggle {
  background: linear-gradient(180deg, #30809b, 38%, #2c768f 100%);
  border-color: #2c768f; }

.btn-warning {
  background: linear-gradient(180deg, #3893b2, 38%, #3387a3 100%);
  border-color: #3385a1; }
  .btn-warning a {
    color: white; }
  .btn-warning:hover {
    border-color: #3385a1; }
  .btn-warning:active {
    background: linear-gradient(180deg, #30809b, 38%, #2c768f 100%);
    border-color: #2c768f; }
  .btn-warning:focus {
    box-shadow: none; }

.btn-danger {
  background: linear-gradient(180deg, #3893b2, 38%, #3387a3 100%);
  border-color: #3385a1; }
  .btn-danger a {
    color: white; }
  .btn-danger:hover {
    border-color: #3385a1; }
  .btn-danger:active {
    background: linear-gradient(180deg, #30809b, 38%, #2c768f 100%);
    border-color: #2c768f; }
  .btn-danger:focus {
    box-shadow: none; }

.btn-info {
  background: linear-gradient(180deg, #3893b2, 38%, #3387a3 100%);
  border-color: #3385a1; }
  .btn-info a {
    color: white; }
  .btn-info:hover {
    border-color: #3385a1; }
  .btn-info:active {
    background: linear-gradient(180deg, #30809b, 38%, #2c768f 100%);
    border-color: #2c768f; }
  .btn-info:focus {
    box-shadow: none; }

a.depth-1, .depth-1 a {
  background: linear-gradient(180deg, #3893b2, 38%, #3387a3 100%);
  border-color: #fff; }

a.depth-1:hover, .depth-1 a:hover {
  background: linear-gradient(180deg, #3893b2, 38%, #3387a3 100%);
  border-color: #fff; }

a.depth-2, .depth-2 a {
  background: linear-gradient(180deg, #2a6d84 38%, #256074 100%);
  border-color: #fff; }

a.depth-2:hover, .depth-2 a:hover {
  background: linear-gradient(180deg, #2a6d84 38%, #256074 100%);
  border-color: #fff; }

a.depth-3, .depth-3 a {
  background: linear-gradient(180deg, #1b4655 38%, #163a46 100%);
  border-color: #fff; }

a.depth-3:hover, .depth-3 a:hover {
  background: linear-gradient(180deg, #1b4655 38%, #163a46 100%);
  border-color: #fff; }

a.depth-4, .depth-4 a {
  background: linear-gradient(180deg, #112d36 38%, #0c2027 100%);
  border-color: #fff; }

a.depth-4:hover, .depth-4 a:hover {
  background: linear-gradient(180deg, #112d36 38%, #0c2027 100%);
  border-color: #fff; }

a.depth-5, .depth-5 a {
  background: linear-gradient(180deg, #112d36 38%, #0c2027 100%);
  border-color: #fff; }

a.depth-5:hover, .depth-5 a:hover {
  background: linear-gradient(180deg, #112d36 38%, #0c2027 100%);
  border-color: #fff; }

a.depth-6, .depth-6 a {
  background: linear-gradient(180deg, #112d36 38%, #0c2027 100%);
  border-color: #fff; }

a.depth-6:hover, .depth-6 a:hover {
  background: linear-gradient(180deg, #112d36 38%, #0c2027 100%);
  border-color: #fff; }

a.depth-7, .depth-7 a {
  background: linear-gradient(180deg, #112d36 38%, #0c2027 100%);
  border-color: #fff; }

a.depth-7:hover, .depth-7 a:hover {
  background: linear-gradient(180deg, #112d36 38%, #0c2027 100%);
  border-color: #fff; }

#navbar-logo-text {
  position: fixed;
  left: 3.6rem;
  top: 0.7rem; }

#navbar-logo-image {
  max-height: 2.6rem;
  max-width: 15rem;
  margin: 0.8rem 0rem 0.6rem 0rem; }

#topSearch input {
  border: 1px white solid; }

.overflow-hidden {
  overflow: hidden; }

#id_user_lat_lng_map {
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.modal-content {
  overflow: hidden; }

input[type='file'] {
  padding: 0; }

.versatileimagefield {
  float: unset; }

@media (max-width: 767px) {
  #content {
    margin-top: 3.8rem !important; }
  #content,
  .noBreadcrumbs {
    margin-top: 0.5rem !important; }
  .breadcrumb .breadcrumb-item {
    margin-bottom: 0.5rem !important; }
  #sidebar h5 {
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 0.1rem; }
  #sidebar .navbar-toggler {
    background: #0e4364;
    height: 1.75rem; }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    width: fit-content; }
  #topSearch {
    margin-top: 0.1rem; }
    #topSearch input {
      border: 1px #99bf00 solid; }
  .footer {
    text-align: center !important; }
    .footer .left-footer {
      position: absolute;
      width: 10rem !important;
      z-index: 1;
      height: 100%; }
    .footer .right-footer {
      background-color: #0E4364 !important;
      position: absolute;
      color: white;
      left: 10rem;
      right: 0; }
  #topnavContentWrapper {
    min-height: 0;
    position: absolute;
    top: 4.5rem;
    background: white;
    padding: 0;
    z-index: -1; }
    #topnavContentWrapper #topnavContent {
      padding: 1rem;
      box-shadow: rgba(120, 120, 120, 0.6) 0px 0.2rem; }
  #topNav {
    padding: 0;
    height: 4.5rem; }
    #topNav .navbar-toggler {
      margin: 1.2rem 0; }
    #topNav #accountNav {
      top: 1rem !important; }
      #topNav #accountNav .dropdown-menu {
        position: absolute;
        top: 2.75rem;
        right: -1rem; }
  #sidebar {
    top: 4.5rem !important; }
  #navbar-logo-text {
    position: fixed;
    left: 4.1rem;
    top: 1rem; }
  #navbar-logo-image {
    max-height: 3.1rem;
    margin: 0.8rem 1rem 0.6rem 1rem; } }

.editorCanvas {
  border-radius: 0.25rem; }

.image-wrapper img {
  border-radius: 0.25rem; }

.image-to-modal {
  border-radius: 0.25rem; }

#map {
  border-radius: 0.25rem; }

.card-table-wrapper {
  border: 1px solid #eceeef;
  border-radius: 0.25rem; }

.card-table {
  border-radius: 0.25rem;
  overflow: hidden; }
  .card-table td {
    border-left: 1px solid #eceeef; }

.pre {
  white-space: pre !important; }

.pre-wrap {
  white-space: pre-wrap !important; }

.breadcrumb-item {
  margin-bottom: 0.5em; }
  .breadcrumb-item span {
    display: inline-block;
    padding: 0.5rem 0; }
  .breadcrumb-item .dropdown {
    display: inline-block;
    padding-right: 2.4em;
    z-index: inherit; }
    .breadcrumb-item .dropdown .dropdown-toggle {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      -webkit-appearance: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .breadcrumb-item .dropdown :after {
      margin-left: 0;
      padding-left: 0; }
  .breadcrumb-item .breadcrumb-no-children {
    display: inline-block;
    z-index: 100; }
  .breadcrumb-item span.fa {
    padding: 0 0.5em 0 0;
    display: inline;
    line-height: 1; }

@media (max-width: 991px) {
  .breadcrumb {
    display: flex;
    padding: 0.5rem;
    padding-bottom: 0; }
    .breadcrumb span, .breadcrumb a, .breadcrumb button {
      font-size: 82%;
      height: 100%; }
    .breadcrumb .dropdown-menu {
      z-index: 128; }
  .breadcrumb-title {
    display: none; }
  .breadcrumb-inner {
    width: 1000rem; }
  .breadcrumb-item .dropdown {
    z-index: inherit; }
  .breadcrumb-item:last-child {
    padding-right: 0.5rem; } }

#id_barcode_preview_holder {
  background: #eceeef;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  padding: 1rem; }
  #id_barcode_preview_holder img {
    max-width: 100%;
    max-height: 250px; }

input[type='checkbox'] {
  cursor: pointer; }

.productTypeForm select {
  cursor: pointer; }

#header_help_button {
  font-size: 16px; }

.brand-text-wrapper {
  vertical-align: top;
  display: inline-flex;
  flex-direction: column;
  margin-top: 1.5rem; }

.brand-text {
  line-height: 0rem;
  text-align: center; }

.brand-text-small {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center; }

.fade-slow {
  opacity: 0;
  transition: opacity 0.5s linear; }

.fade-slow.show {
  opacity: 1; }

.dropdown-item:active {
  background-color: #0E4364; }

.portal-grid > * {
  padding: .5rem;
  background-color: #333;
  transition: background-color 100ms linear;
  color: white; }

.portal-grid {
  display: grid;
  grid-auto-rows: minmax(100px, auto);
  grid-gap: .5rem; }
  .portal-grid h3 {
    font-size: 1.25rem; }
  .portal-grid .fa-3x {
    font-size: 2em; }
  .portal-grid a {
    text-decoration: none;
    border-radius: 0.25rem;
    display: flex;
    align-items: flex-end; }
    .portal-grid a:hover {
      color: white;
      cursor: pointer;
      background-color: #666;
      transition: background-color 100ms linear; }

@media screen and (min-width: 45em) and (max-width: 80em) {
  .portal-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem; } }

@media screen and (min-width: 80em) {
  .portal-grid {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 1rem; }
    .portal-grid a {
      grid-column: span 1;
      grid-row: span 1; } }

.popover-title {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-content {
  padding: .5rem .75rem;
  color: #212529; }

label.required:after {
  content: '*'; }

.form-group.has-error input, .form-group.has-error textarea, .form-group.has-error select,
tr.has-error input,
tr.has-error textarea,
tr.has-error select {
  color: #d9534f; }

.form-group.has-error label.control-label, .form-group.has-error .help-block.error,
tr.has-error label.control-label,
tr.has-error .help-block.error {
  color: #d9534f;
  font-weight: bold; }

tr.has-error textarea {
  background-color: #ff9a9a; }

.help-block {
  font-size: 90%;
  margin-top: 0.3em; }

label.control-label {
  font-weight: bold; }

.inline-flag-icon {
  display: inline-block;
  width: 4%;
  margin-right: 1%; }

.input-inline-flag-icon {
  height: 2.25rem;
  line-height: 2.25rem; }

select.form-control-warning,
select.form-control-success,
select.form-control-danger {
  background-position: center right 2em; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.autocomplete-light-widget {
  width: 100%; }

.yourlabs-autocomplete.autocomplete-light-widget {
  width: auto;
  margin-top: -1em; }

form > .error {
  display: block;
  margin: 1em;
  color: red; }

fieldset.hidden-fieldset {
  display: none; }

.inverse-fc {
  border: rgba(255, 255, 255, 0.85); }

.field-validation-error {
  color: #d9534f;
  box-shadow: 0 0 0 2px rgba(218, 62, 90, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); }

/* MAP CSS */
#pageHolder {
  position: relative;
  opacity: 0;
  transition: opacity 1s ease; }

#mapHolder, #trackingMap {
  position: relative;
  transition: box-shadow 0.4s;
  width: 100%;
  border-radius: 0.25rem;
  z-index: 0; }

#mapHolder:hover, #trackingMap:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px;
  transition: box-shadow 0.4s; }

#trackingMap {
  width: 100%;
  height: 700px; }

.sidebarHolder_wrap {
  position: absolute;
  top: 0;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 0px 4px;
  width: 0px; }

.sidebarHolder {
  height: 100%;
  display: none; }

.sbContent {
  height: 100%;
  text-align: center;
  overflow: hidden; }

.sbContent:hover {
  overflow-y: overlay; }

.sbContent::-webkit-scrollbar {
  width: 6px;
  background: #f0f0f0; }

.showHidePanel {
  display: none;
  position: absolute;
  top: 8px;
  right: -23px;
  width: 23px;
  height: 48px;
  line-height: 48px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.218039) 2px 0px 5px;
  border: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  outline: none;
  cursor: pointer;
  text-align: center; }

#legend {
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 10px;
  margin: 10px;
  background-color: white;
  border: 0;
  display: none;
  border-radius: 2px;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  cursor: pointer;
  overflow-y: hidden;
  max-height: 40%; }

#legend:hover {
  overflow-y: overlay; }

#legend::-webkit-scrollbar {
  width: 6px;
  background: #f0f0f0; }

#legend img {
  vertical-align: middle;
  max-width: 21px;
  max-height: 34px;
  margin-right: 5px; }

#legend div {
  margin-right: 5px;
  margin-left: 5px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  padding: 2px;
  text-align: left; }

#mapSliderDates {
  text-align: center; }

.sidebarHolder_wrap {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.home-page-panel {
  transition: box-shadow 0.4s;
  padding: 0;
  background-color: #fff;
  height: 100%;
  border: none;
  overflow: hidden; }
  .home-page-panel .card-header {
    background: linear-gradient(180deg, #3893b2, 38%, #3387a3 100%);
    color: white;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: none; }
  .home-page-panel .btn {
    outline: none;
    box-shadow: none;
    border-radius: 0;
    color: black;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden; }
    .home-page-panel .btn:hover {
      background-color: #e6e6e6; }
  .home-page-panel .alert-warning:last-child, .home-page-panel .alert-danger:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .home-page-panel .alert-warning:not(:last-child), .home-page-panel .alert-danger:not(:last-child) {
    border-bottom: none; }
  .home-page-panel .alert-warning, .home-page-panel .alert-danger {
    color: white; }
  .home-page-panel .alert-warning {
    background-color: #B2A838;
    border-color: #A69C34;
    color: white; }
  .home-page-panel .btn.alert-warning:hover {
    background-color: #9b9231;
    border-color: #8f862d; }
  .home-page-panel .alert-danger {
    background-color: #B23842;
    border-color: #A6343E;
    color: white; }
  .home-page-panel .btn.alert-danger:hover {
    background-color: #9b3139;
    border-color: #8f2d35; }
  .home-page-panel .panel-icon {
    width: 20%;
    text-align: center; }
  .home-page-panel .btn:hover {
    background-color: silver; }
  .home-page-panel .btn:focus, .home-page-panel .btn:active {
    box-shadow: none; }

.home-page-panel:hover {
  /*box-shadow: rgba(0,0,0,0.2) 0px 4px 4px;
	transition: box-shadow 0.4s;*/ }

.row-danger {
  background-color: #f2dede !important;
  border-color: #ebcccc !important;
  color: #a94442 !important; }

.image-panel, .doc-panel {
  height: 100%;
  transition: box-shadow 0.3s;
  /*box-shadow: rgba(0,0,0,0.1) 0px 0px 20px;*/
  color: black;
  text-decoration: none; }
  .image-panel .asset-image-wrapper, .image-panel .location-image-wrapper, .image-panel .product-image-wrapper, .doc-panel .asset-image-wrapper, .doc-panel .location-image-wrapper, .doc-panel .product-image-wrapper {
    flex-grow: 1;
    padding: 0.25rem;
    margin: auto;
    display: flex; }
  .image-panel .asset-image, .image-panel .location-image, .image-panel .product-image, .doc-panel .asset-image, .doc-panel .location-image, .doc-panel .product-image {
    margin: auto;
    max-width: 100%;
    border-radius: 0.25rem;
    max-height: 30rem; }
  .image-panel .fa, .doc-panel .fa {
    text-align: center; }
  .image-panel .caption, .doc-panel .caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.95);
    width: 100%;
    height: 100%;
    display: none;
    text-align: left;
    color: #fff !important;
    z-index: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .image-panel .caption h4, .doc-panel .caption h4 {
      padding: 0.75rem 0 0 15px; }
  .image-panel .card-footer .col, .image-panel .card-footer col-3, .doc-panel .card-footer .col, .doc-panel .card-footer col-3 {
    padding: 0 0.5rem 0 0.5rem; }
    .image-panel .card-footer .col:first-child, .image-panel .card-footer col-3:first-child, .doc-panel .card-footer .col:first-child, .doc-panel .card-footer col-3:first-child {
      padding: 0 0.5rem 0 1rem; }
    .image-panel .card-footer .col:last-child, .image-panel .card-footer col-3:last-child, .doc-panel .card-footer .col:last-child, .doc-panel .card-footer col-3:last-child {
      padding: 0 1rem 0 0.5rem; }

@media (max-width: 991px) {
  .doc-panel-wrapper, .image-panel-wrapper {
    padding: 0 1rem 0 1rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .doc-panel-wrapper, .image-panel-wrapper {
    padding-right: 0; }
    .doc-panel-wrapper:nth-child(2n+0), .image-panel-wrapper:nth-child(2n+0) {
      padding-right: 1rem; } }

@media (min-width: 1200px) {
  .doc-panel-wrapper {
    padding-right: 0; }
    .doc-panel-wrapper:nth-child(3n+0) {
      padding-right: 1rem; } }

@media (min-width: 1200px) {
  .image-panel-wrapper {
    padding-right: 0; }
    .image-panel-wrapper:nth-child(4n+0) {
      padding-right: 1rem; } }

.image-wrapper img {
  max-width: 100%;
  max-height: 500px; }

.imgColumn img, .imgColumn object {
  max-width: 100%;
  max-height: 100%; }

.image-panel:hover, .image-panel:focus,
.doc-panel:hover, .doc-panel:focus {
  /*box-shadow: rgba(0,0,0,0.2) 0px 0px 20px;*/
  transition: box-shadow 0.3s;
  color: black;
  text-decoration: none; }

.add-image-panel, .add-doc-panel {
  min-height: 15rem; }

.index-image-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .index-image-container img {
    max-height: 300px;
    max-width: 100%; }
  .index-image-container .image-wrapper {
    margin: auto; }
  .index-image-container .container {
    width: 100%;
    padding: 0; }

body {
  padding-top: 64px; }

/* Cropper Customisation */
/* Our classes */
@media (min-width: 768px) {
  .cropper-image-wrapper {
    max-height: 50vh; } }

.cropper-image-wrapper {
  position: relative; }

@media (max-width: 767px) {
  .cropper-image-controls {
    margin-left: -126px !important;
    width: 252px !important; } }

.cropper-image-controls {
  bottom: 0;
  color: #fff;
  height: 40px;
  left: 50%;
  margin-bottom: 6px;
  margin-left: -309px;
  position: absolute;
  width: 618px;
  z-index: 2015;
  display: none; }
  .cropper-image-controls .control-margin {
    margin-left: 6px; }
  .cropper-image-controls .free-form-enabled {
    background-color: #0074d9;
    outline: 5px auto -webkit-focus-ring-color; }
  .cropper-image-controls button {
    background-color: rgba(0, 0, 0, 0.5);
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 40px;
    text-align: center;
    width: 40px; }
  .cropper-image-controls button:first-child {
    border-radius: 0.25rem 0 0 0.25rem; }
  .cropper-image-controls button:last-child {
    border-radius: 0 0.25rem 0.25rem 0; }
  .cropper-image-controls button:only-child {
    border-radius: 0.25rem; }

.cropper-image-controls button:hover {
  background-color: #0074d9; }

#cropper-rotation-slider-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px; }

.cropper-image-controls::-webkit-scrollbar {
  height: 4px; }

.cropper-image-controls::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

.cropper-image-controls::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.cropper-image-controls::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

/* Cropper Classes */
.cropper-drag-box {
  border-radius: 0.25rem; }

.slider.slider-horizontal:hover .tooltip.tooltip-main, .slider.slider-vertical:hover .tooltip.tooltip-main {
  opacity: 1 !important; }

.navbar-fixed-top, #sidebar {
  vertical-align: middle;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1031; }
  .navbar-fixed-top .navbar-brand, #sidebar .navbar-brand {
    line-height: 3rem;
    text-transform: uppercase;
    font-family: Muli, sans-serif;
    font-size: 1.5rem; }
    .navbar-fixed-top .navbar-brand img, #sidebar .navbar-brand img {
      max-height: 2rem;
      max-width: 3rem;
      margin-right: 0.25em; }
    .navbar-fixed-top .navbar-brand span, #sidebar .navbar-brand span {
      display: none; }

.noSidebar #content {
  margin-top: 0.8rem; }

img.avatar.small {
  border-radius: 20px; }

.sidebarWrapper {
  width: 100%; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab; }

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.v-align-items {
  display: flex;
  align-items: center; }

.marquee-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#backToTopButton {
  position: fixed;
  right: 1rem;
  bottom: 1rem; }

.grid-2-col {
  display: grid;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr; }
  .grid-2-col div {
    border-top: 1px solid #eceeef;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .grid-2-col div:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 0.5rem; }
  .grid-2-col div:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 1rem; }
  .grid-2-col .productTypeForm {
    border-bottom: 1px solid #eceeef; }

.grid-2-col.right-min {
  grid-template-columns: 1fr max-content; }

.note-container {
  margin: 0 1rem 1rem 1rem;
  padding: 0.5rem 0.75rem;
  height: 100%;
  max-height: 10rem;
  overflow-y: auto; }

.card-footer {
  padding: 0.75rem 1rem; }
  .card-footer .footer-buttons {
    display: flex;
    justify-content: space-evenly; }
    .card-footer .footer-buttons .footer-btn {
      flex-grow: 1;
      padding-right: 1rem; }
    .card-footer .footer-buttons .footer-btn:last-child {
      padding-right: 0; }

#topNav {
  background: #08273a;
  z-index: 1032; }
  #topNav .navbar-toggler {
    font-size: 1rem; }
  #topNav #topSearch {
    margin-bottom: 1rem;
    width: 100%; }
  #topNav img.avatar {
    position: absolute;
    top: 0;
    right: 5.5rem;
    max-height: 2.7rem; }
  #topNav .nav-item.dropdown {
    margin-left: 2rem;
    z-index: 1033; }
  #topNav #accountDropdown {
    color: white;
    padding-left: 40px; }
  #topNav #accountNav {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    margin-right: 4.5rem; }

#sidebar {
  background: white;
  box-shadow: 0 0.2rem rgba(120, 120, 120, 0.6);
  max-height: 70%;
  overflow: auto; }
  #sidebar h5 {
    font-size: 0.9rem; }
  #sidebar .navbar-toggler {
    top: 0.7rem; }

.fa {
  font-family: FontAwesome !important; }

.btn .fa {
  line-height: 1.25; }

.pagination-info a {
  color: #0E4364;
  text-decoration: none; }

.pagination .page-item .page-link {
  color: #0E4364; }

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #0E4364;
  border-color: #0E4364; }

#content {
  color: #292b2c;
  margin-top: 3rem; }

/* Tablet and below (mobile-first) */
body > .container-fluid {
  margin-bottom: 1.6rem; }

#sidebar {
  top: 4rem;
  padding: 1rem 1rem;
  z-index: 1031; }

.footer {
  font-size: 85%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  height: 1.6rem;
  line-height: 1.6rem;
  vertical-align: middle;
  z-index: 1031;
  cursor: default;
  box-shadow: 0 -0.2rem rgba(120, 120, 120, 0.6); }
  .footer .left-footer {
    color: white;
    background-color: #0E4364;
    width: 15rem;
    height: 100%; }
  .footer .right-footer {
    height: 100%; }

.header-fa {
  margin-top: -0.20em;
  color: #0E4364;
  margin-left: auto; }

.page-header {
  margin-bottom: 1em;
  display: flex;
  align-items: center; }

#wrapper.fullWrapper #content {
  margin-top: 0; }

#heroLogo {
  max-height: 17rem;
  max-width: 100%; }

.flash {
  max-width: 45rem;
  margin: auto; }

#quickAddDropdown {
  width: 100%; }
  #quickAddDropdown button a {
    text-decoration: none; }
  #quickAddDropdown .dropdown-menu {
    left: auto;
    right: 0; }

#add_asset_btn {
  display: block;
  width: 100%; }

#topnavFullWrapper {
  margin-left: 0;
  width: 100%; }

/* Tablet and above */
@media (min-width: 576px) {
  #topNav {
    min-height: 4rem; }
    #topNav #topSearch {
      margin-bottom: 0; } }

img.mfa {
  max-height: 80%;
  max-width: 100%; }

/* Desktop and above */
@media (min-width: 768px) {
  /* Split out into a two-column layout. */
  #sidebar {
    position: fixed;
    left: 0;
    height: 100%;
    width: 15rem;
    padding: 0 1rem 0.75rem 1rem;
    max-height: calc(100% - 5.6rem); }
  .navbar-fixed-top {
    left: 0;
    top: 0; }
  img.mfa {
    max-width: 20rem; }
  .footer {
    box-shadow: none;
    text-align: center;
    padding: 0; }
    .footer .left-footer {
      color: white;
      background-color: #0E4364;
      width: 15rem;
      position: absolute; }
    .footer .right-footer {
      color: #888;
      background-color: transparent;
      margin: auto;
      display: block;
      position: fixed;
      right: 0;
      left: 15rem; }
  #heroLogo {
    max-width: 45%; }
  #topNav {
    padding-right: 10rem;
    box-shadow: none; }
    #topNav .navbar-brand {
      position: fixed;
      padding: 0;
      text-align: center;
      width: 15rem; }
      #topNav .navbar-brand img.pro {
        left: 3.6rem; }
      #topNav .navbar-brand span {
        display: inline; }
    #topNav #accountNav {
      margin-right: 0; }
    #topNav #topnavFullWrapper {
      margin-left: 15rem;
      width: 100%; }
  #wrapper.wrapper {
    padding-left: 15rem; }
  .noSidebar #wrapper.wrapper {
    padding-left: 0; }
  #sidebar {
    z-index: 1031;
    box-shadow: none; }
  #content {
    margin-top: 0; }
  body > .container-fluid {
    margin-bottom: 0; }
  #quickAddDropdown {
    display: inline-flex;
    position: absolute;
    right: 0;
    margin-top: 0.3rem; } }

@media (min-width: 992px) {
  .table-responsive {
    display: table; } }

::-webkit-scrollbar {
  width: 0.5rem; }

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

::-webkit-scrollbar-thumb {
  background-color: #ccc; }

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.card::-webkit-scrollbar-track {
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.card::-webkit-scrollbar-thumb {
  border: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.imp-success {
  color: lightgreen; }

.imp-fail {
  color: red; }

.tooltip .tooltip-inner {
  max-width: 100%; }

.noPadding td {
  padding-top: 0.1em;
  padding-bottom: 1em; }

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px; } }

.massive-font {
  font-size: 30px;
  text-align: center; }

.progress {
  height: 50px;
  text-align: center; }

.progress-bar {
  padding: 15px;
  height: 50px; }

.import_result_table {
  text-align: left !important; }

.expandable-content.collapse.show {
  display: table-cell; }

[rel=external] {
  padding-right: 1.5em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDMuMDk2NzE0OSAyLjY1NTc5NzUiCiAgIGhlaWdodD0iMC43NDk1MjUwN21tIgogICB3aWR0aD0iMC44NzM5NjE3NW1tIj4KICA8ZwogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzQuNDU0MDgsLTIzOS41OTU0NikiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8ZwogICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuODYyMzM3Nyw4LjU4NzAxMykiCiAgICAgICBpZD0iZzM0MzUiPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDM0MzciCiAgICAgICAgIGQ9Im0gMjM3LjU2NjksMjMzLjU5NDY3IGMgLTAuMjIzMiwtMC4xMjM3MSAtMC4yNDgzMSwtMC4yNDE1IC0wLjI1MDE4LC0xLjE3MzI5IC0wLjAwMiwtMC44MzQ5NiAwLjAwMywtMC44Nzc4NSAwLjEwOTE4LC0xLjAwMDkyIDAuMTQ0MjEsLTAuMTY3MTcgMC4zODc4LC0wLjIxOTU3IDEuMDIyOTksLTAuMjIwMDkgMC41NDI1NywtNC40ZS00IDAuNjc1MjMsMC4wMzQ3IDAuNjI0OTgsMC4xNjU2NCAtMC4wMjU4LDAuMDY3MiAtMC4xMzMwMSwwLjA3ODkgLTAuNzE5MjQsMC4wNzg5IC0wLjg4OTk0LDAgLTAuODQyNDYsLTAuMDU3MiAtMC44NDI0NiwxLjAxMzk5IDAsMC43MDc0MyAwLjAxLDAuODAzODIgMC4wOTAyLDAuODc2NDQgMC4wNzY3LDAuMDY5NCAwLjIxOTc2LDAuMDgxNiAwLjk1OTYzLDAuMDgxNiAxLjAwOTY1LDAgMC45NzE1NCwwLjAyMDIgMC45NzE1NCwtMC41MTQ0MSAwLC0wLjI5MDgzIDAuMDEsLTAuMzIzNyAwLjA5ODYsLTAuMzIzNyAwLjA5MDIsMCAwLjA5ODUsMC4wMzI1IDAuMDk3NSwwLjM4MjA4IC0xMGUtNCwwLjQwNDYyIC0wLjA1NjgsMC41MzM3OSAtMC4yNzkxNCwwLjY0NzQ3IC0wLjE2MDQyLDAuMDgyIC0xLjczMTQzLDAuMDcwNiAtMS44ODM1NiwtMC4wMTM3IHogbSAxLjAyODQ1LC0wLjc5NTQ5IC0wLjExNzIyLC0wLjEyNDc4IDAuNTg3NzUsLTAuNTg5MyAwLjU4Nzc2LC0wLjU4OTI5IC0wLjE4MTQzLC0wLjE4NTgxIGMgLTAuMjY2ODksLTAuMjczMzEgLTAuMjA5MDksLTAuMzE1MzEgMC40MTA0MiwtMC4yOTgyNiBsIDAuNTEzNjMsMC4wMTQyIDAuMDE0MSwwLjUwNjIxIGMgMC4wMTY3LDAuNjAyODggLTAuMDM2NCwwLjY3MDg4IC0wLjMxNDA3LDAuNDAxNzcgbCAtMC4xNzAyNiwtMC4xNjUwMiAtMC41NzkwNywwLjU3NzU1IGMgLTAuMzE4NDgsMC4zMTc2NiAtMC41OTE1LDAuNTc3NTYgLTAuNjA2NywwLjU3NzU2IC0wLjAxNTIsMCAtMC4wODA0LC0wLjA1NjIgLTAuMTQ0ODcsLTAuMTI0NzggeiIKICAgICAgICAgc3R5bGU9ImZpbGw6IzI3MjcyNyIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 87%; }

.totpMessage {
  position: relative;
  top: -1rem;
  text-align: right;
  display: block; }

@media (min-width: 768px) {
  #loginForm {
    max-width: 30rem;
    margin: auto; } }

/* The Modal (background) */
#image-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1132;
  /* Sit on top */
  padding-top: 10rem;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (image) */
#modal-image {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

/* Modal Content (visual styles) */
.image-to-modal {
  cursor: pointer;
  transition: opacity 0.3s; }

.image-to-modal:hover {
  opacity: 0.7;
  transition: opacity 0.3s; }

/* Caption of Modal Image */
#image-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  font-size: 1.2rem;
  font-weight: 500; }

/* Add Animation */
#modal-image, #image-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* The Close Button */
#image-close {
  position: absolute;
  top: 5rem;
  right: 2.5rem;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

#image-close:hover,
#image-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  #modal-image {
    width: 100%; } }

#pmPopUp {
  font-size: 1.2rem; }

.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: hidden; }

.notification-card {
  border-radius: 0px; }
  .notification-card .card-footer {
    height: 1em;
    line-height: 0px; }
  .notification-card .btn {
    bottom: 0;
    position: absolute; }
  .notification-card #notification-message-containter p {
    padding: 0.75rem 1.25rem; }
  .notification-card .avatar {
    position: absolute;
    max-height: 2.7rem;
    border-radius: 100%;
    margin: 1rem;
    box-shadow: black 0px 0px 1px; }

#product-tool-wrapper {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.port-controls-wrapper, .mount-controls-wrapper {
  margin-top: -0.1rem; }

/* Product Port and Mount Lists */
[id^="product-tool-port-"], [id^="product-tool-mount-"] {
  transition: all 0.25s;
  border-top: 1px solid #eceeef;
  padding: 0.75rem 1rem; }
  [id^="product-tool-port-"]:first-child, [id^="product-tool-mount-"]:first-child {
    border-top: none; }

.product-tool-port-hover {
  transition: all 0.25s;
  background: rgba(217, 83, 79, 0.25);
  box-shadow: inset 0 0 0 2px #d9534f; }

.product-tool-mount-hover {
  transition: all 0.25s;
  background: rgba(92, 184, 92, 0.25);
  box-shadow: inset 0 0 0 2px #5cb85c; }

@media print {
  #topNav,
  #leftNavContent,
  #sidebar,
  .breadcrumb {
    display: none !important; }
  #content {
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 32 !important; }
  body {
    padding-top: 1rem !important; } }

.pagination {
  overflow: auto; }

.page-item-hidden {
  display: none; }

.search-form h3 {
  display: none; }

.search-form.sticky {
  z-index: 1030;
  overflow: auto;
  max-height: 17.5rem; }

.search-result {
  margin-bottom: 1rem; }
  .search-result .card-text {
    margin: 0; }
    .search-result .card-text strong {
      display: block; }

.search-result .card-block img {
  float: left;
  max-width: 8rem;
  width: 8rem;
  margin-right: 1rem; }

.search-result .highlighted {
  background-color: #2e9de2;
  padding: 0;
  color: #292b2c; }

.search-result .card-text ul {
  list-style: none;
  padding-left: 0; }
  .search-result .card-text ul li {
    margin-bottom: 0.5em; }

.multiple-checkbox ul {
  list-style: none; }

.filter-form {
  width: 100%; }
  .filter-form .input-group {
    width: 100%; }
  .filter-form .btn {
    cursor: pointer; }

@media (max-width: 767px) {
  .search-result .btn.btn-primary {
    float: none;
    width: 100%; }
  ul.pagination {
    margin-top: 1.5rem; }
  .multiple-checkbox ul {
    margin-left: 0;
    padding-left: 0; }
    .multiple-checkbox ul li {
      display: inline;
      margin-right: 1rem; }
  h1 {
    font-size: 120%; } }

@media (min-width: 768px) {
  .search-form.sticky {
    z-index: 1030;
    overflow: auto;
    max-height: 30rem;
    height: 90%;
    position: sticky;
    top: 4.2rem; }
    .search-form.sticky .card {
      max-height: 20rem; }
  .search-result .card-text strong {
    display: inline-block;
    width: 8em;
    text-align: right;
    margin-right: 1em; }
  .search-result .card-text li {
    margin-bottom: 0; } }

.sidebar-accordion .card, .sidebar-accordion .btn-group {
  background: none;
  border: none; }

.sidebar-accordion .btn-group, .sidebar-accordion .text-holder {
  width: 100%;
  overflow: hidden; }

.sidebar-accordion .text-holder.compact {
  text-align: left;
  padding: 0.5rem; }

.sidebar-accordion .btn {
  color: white;
  position: relative; }

.sidebar-accordion .btn-secondary.dropdown-toggle {
  line-height: 0.6; }

.sidebar-accordion .primary-text, .sidebar-accordion .subtext {
  text-shadow: 1px 1px 1px rgba(40, 40, 40, 0.8); }

.sidebar-accordion .subtext .fa {
  display: inline; }

.sidebar-accordion .primary-text {
  height: 1.6em;
  line-height: 1.4em;
  font-weight: normal; }

.sidebar-accordion .primary-text.compact {
  height: 1.4em;
  line-height: 1.4em; }
  .sidebar-accordion .primary-text.compact .fa {
    display: inline; }
    .sidebar-accordion .primary-text.compact .fa:last-of-type {
      padding-right: 0.25rem; }

.accordionItem {
  background-color: transparent;
  margin-bottom: 0.25rem;
  border: 0; }
  .accordionItem .btn {
    margin-top: 0.25rem;
    margin-bottom: 0; }

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */ }

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

.scene .title {
  position: absolute;
  margin: 8px;
  font-size: 120%;
  font-weight: bold;
  color: #c8c8c8;
  text-shadow: 2px 2px 1px rgba(20, 20, 20, 0.9);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 8px; }

.scene > .controls {
  position: absolute;
  margin: 8px; }

.scene .status {
  position: absolute;
  border-radius: 4px;
  border: 1px solid #444444;
  font-size: 70%;
  background-color: #c8c8c8;
  padding: 0.2em;
  margin: 4px; }

@media only screen and (max-width: 768px) {
  .slideOutPanel {
    width: 100% !important;
    overflow-y: scroll; } }

canvas.overlay {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

.loadingIndicator {
  position: absolute;
  top: 4px;
  right: 1em;
  color: white;
  font-weight: bold;
  font-size: 24px; }

[data-render-scene] {
  position: relative; }

td.highlighted {
  background-color: #FFD !important; }

#detailsPanel, #objectsPanel, #dataPanel {
  width: 35em;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(230, 230, 230, 0.92);
  z-index: 9999; }
  #detailsPanel .details, #objectsPanel .details, #dataPanel .details {
    font-size: 85%;
    margin: 0.5em;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden; }
  #detailsPanel .type, #objectsPanel .type, #dataPanel .type {
    text-transform: capitalize; }
  #detailsPanel table th, #detailsPanel table td, #objectsPanel table th, #objectsPanel table td, #dataPanel table th, #dataPanel table td {
    width: 50%; }
  #detailsPanel table.tightTable .highlighted, #objectsPanel table.tightTable .highlighted, #dataPanel table.tightTable .highlighted {
    background-color: #FFD !important; }
  #detailsPanel table.tightTable th,
  #detailsPanel table.tightTable td, #objectsPanel table.tightTable th,
  #objectsPanel table.tightTable td, #dataPanel table.tightTable th,
  #dataPanel table.tightTable td {
    width: auto; }
  #detailsPanel .close, #objectsPanel .close, #dataPanel .close {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 1.5em;
    height: 1.5em;
    display: block;
    z-index: 10002; }
  #detailsPanel .description, #objectsPanel .description, #dataPanel .description {
    margin: 1em 0; }
  #detailsPanel form, #objectsPanel form, #dataPanel form {
    margin: 1em;
    font-size: 150%; }
    #detailsPanel form input[type=checkbox], #objectsPanel form input[type=checkbox], #dataPanel form input[type=checkbox] {
      margin-right: 1em;
      width: 1.2em;
      height: 1.2em; }

#diagramLoadingSpinnerWrapper {
  position: relative;
  display: flex;
  flex-direction: column; }

.buttonMenu {
  background-color: rgba(160, 160, 160, 0.6);
  border-radius: 6px;
  border: 1px solid #a0a0a0;
  position: absolute;
  margin: 8px 0 0 8px;
  height: 3em;
  z-index: 100;
  font-size: 120%; }
  .buttonMenu a {
    width: 3em;
    text-align: center;
    height: 1.8em;
    vertical-align: middle;
    display: inline-block;
    color: #e6e6e6; }
    .buttonMenu a span {
      margin-top: 0.2em; }
  .buttonMenu a:hover {
    color: white; }

[data-render-menu] {
  width: 28px;
  height: 28px;
  text-align: center;
  position: absolute;
  transition: background-color 0.3s;
  background-color: #c8c8c8;
  border: 3px solid #444444;
  border-radius: 50%; }
  [data-render-menu] span {
    position: relative;
    display: block;
    top: 3px;
    font-size: 1rem; }
    [data-render-menu] span fa {
      margin: 0;
      padding: 0; }

[data-render-menu]:hover {
  cursor: pointer;
  background-color: #fff; }

[data-render-tag] {
  background: url("../img/tag-bg.ffb98fc0592c.svg");
  width: 28px;
  height: 52px;
  filter: drop-shadow(2px 2px 3px rgba(55, 55, 55, 0.7));
  text-align: center;
  position: absolute; }
  [data-render-tag] span {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    top: 6px;
    left: 6px; }
  [data-render-tag] em {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    text-align: center;
    margin-bottom: -1.65em;
    margin-left: 14px;
    line-height: 1.5em;
    font-size: 0.75em;
    white-space: nowrap;
    border: 1px solid #444444;
    border-radius: 0.5em;
    background-color: #e4e4e5;
    filter: none; }
    [data-render-tag] em i {
      margin: 0 0.5em;
      display: block; }
  [data-render-tag] em.hidden, [data-render-tag] em.editHidden {
    display: none; }

[data-render-tag].scene_object {
  opacity: 0.85; }

[data-render-tag].revealed, [data-render-menu].revealed {
  z-index: 100; }
  [data-render-tag].revealed em.hidden, [data-render-menu].revealed em.hidden {
    display: block; }

[data-render-tag].cluster, [data-render-tag].controls {
  background: none;
  width: 40px;
  height: 40px;
  margin: 0;
  margin-left: -4px;
  margin-top: 16px;
  background-color: #ffc;
  border: 1px solid rgba(55, 55, 55, 0.7);
  border-radius: 20px;
  line-height: 36px;
  font-weight: bold; }

[data-render-tag].controls {
  margin: 8px;
  filter: none;
  width: 36px;
  height: 36px;
  background: #c8c8c8 url("../img/settings-bg.bfaec54e1813.svg") no-repeat;
  background-size: 80%;
  background-position: center; }

[data-render-tag].cluster.expanded {
  background-color: #ccc;
  transition: background-color 0.3s; }

[data-render-tag]:hover {
  cursor: pointer; }

[data-render-tag].controls:hover {
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: #fff; }

[data-render-tag].scene_object, [data-render-tag].space_spaceobject {
  filter: drop-shadow(2px 2px 3px rgba(55, 55, 55, 0.7)) hue-rotate(190deg); }

[data-control] {
  margin-top: 8px !important;
  font-size: 110%;
  padding: 0; }

[data-render-tag].expanded {
  opacity: 0.6;
  transition: opacity 0.3s; }

[data-render-tag].expanded:hover {
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 1; }

[data-render-tag].scene_object:hover {
  filter: drop-shadow(2px 2px 3px rgba(55, 55, 55, 0.7)) hue-rotate(190deg) brightness(150%); }

[data-render-tag].assets_asset span {
  background: url("../img/asset-bg.4308f1be655c.png"); }

[data-render-tag].space_spaceobject {
  filter: drop-shadow(2px 2px 3px rgba(55, 55, 55, 0.7)) hue-rotate(190deg) brightness(150%); }
  [data-render-tag].space_spaceobject span {
    background: url("../img/globe-bg.13ad3b618970.png"); }

[data-render-tag].panoRevealed {
  filter: drop-shadow(2px 2px 3px rgba(55, 55, 55, 0.7)) hue-rotate(285deg) brightness(170%); }
  [data-render-tag].panoRevealed span {
    background: none; }

.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.hovicon.effect-2 {
  color: #000;
  box-shadow: 0 0 0 3px #c8c8c8;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.hovicon.effect-2:hover {
  box-shadow: 0 0 0 3px #fff; }

.hovicon.effect-2:after {
  top: -5px;
  left: -5px;
  padding: 5px;
  z-index: -1;
  background: #c8c8c8;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s; }

.hovicon.effect-2:hover:after {
  background: #fff; }

/* Effect 2a */
.hovicon.effect-2.sub-a:hover, .hovicon.effect-2.sub-a:hover i {
  background: #fff; }

.hovicon.effect-2.sub-a:hover:after {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75); }

span.count {
  margin-top: -3px;
  max-width: 2em;
  overflow: hidden; }

svg.renderer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.drawingLabel {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 3px;
  margin-right: 1em; }

.layers .row input[type=checkbox] {
  width: 1.2em;
  height: 1.2em; }

.bootbox-body svg.renderer {
  position: relative; }

.bootbox-body .dl-link {
  display: block; }

.svg-controls {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
  max-width: 95%;
  z-index: 255;
  max-height: 75%;
  overflow: auto; }
  .svg-controls .slider {
    max-width: 100%;
    width: 100%; }
  .svg-controls .fa {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 200%; }
  .svg-controls .fa:hover {
    color: #A9A9A9;
    cursor: pointer; }
  .svg-controls .row {
    margin-top: 1em;
    margin-bottom: 1em; }

.svg-key .fa {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 200%; }

.svg-key .fa:hover {
  color: #A9A9A9;
  cursor: pointer; }

.svg-key .row {
  margin-top: 1em;
  margin-bottom: 1em; }

.svg-key .key-colour {
  margin-left: 2rem;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

@media (min-width: 768px) {
  .svg-controls {
    max-width: 32%; } }

.borderPathTool {
  border-style: solid;
  border-width: 2px;
  min-height: 200px; }

.locationEditor {
  margin: 0px; }

.group-selected {
  fill: red;
  stroke: #646464;
  stroke-width: 1px;
  stroke-dasharray: 2,2;
  stroke-linejoin: round; }

.expandedCanvas {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%; }

td.actions {
  white-space: nowrap;
  vertical-align: middle; }

.table {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 1.5; }

.asset-table, .history-table, .monitoring-table, .setup-table {
  margin-bottom: 0;
  /*td:hover {
		background-color: rgba($brand-primary, 0.1);
		outline: 1px solid rgba($brand-primary, 0.8);
		outline-offset: -1px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-transition-duration: 200ms;
		-moz-transition-duration: 200ms;
		-o-transition-duration: 200ms;
		transition-duration: 200ms;

		-webkit-transition-property: width, outline, background-color;
		-moz-transition-property: width, outline, background-color;
		-o-transition-property: width, outline, background-color;
		transition-property: width, outline, background-color;

		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-timing-function: ease-in-out;
		-o-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}*/ }
  .asset-table thead th, .history-table thead th, .monitoring-table thead th, .setup-table thead th {
    white-space: nowrap;
    border-bottom: 2px solid #ddd;
    border-top: none;
    background: linear-gradient(180deg, #0e4364, 38%, #08273a 100%);
    color: white;
    position: sticky;
    top: 0;
    z-index: 100; }
    .asset-table thead th a, .history-table thead th a, .monitoring-table thead th a, .setup-table thead th a {
      color: white; }
  .asset-table .table thead th, .history-table .table thead th, .monitoring-table .table thead th, .setup-table .table thead th {
    z-index: 99; }
  .asset-table th.actions, .history-table th.actions, .monitoring-table th.actions, .setup-table th.actions {
    color: white; }
  .asset-table td, .history-table td, .monitoring-table td, .setup-table td {
    padding: 0.5rem 0.75rem;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 30rem; }
  .asset-table td.actions > div, .history-table td.actions > div, .monitoring-table td.actions > div, .setup-table td.actions > div {
    width: 100%; }
  .asset-table .actions > a, .history-table .actions > a, .monitoring-table .actions > a, .setup-table .actions > a {
    display: inline-flex; }
  .asset-table .actions > .btn, .history-table .actions > .btn, .monitoring-table .actions > .btn, .setup-table .actions > .btn {
    color: white; }
  .asset-table .actions > .btn-primary, .history-table .actions > .btn-primary, .monitoring-table .actions > .btn-primary, .setup-table .actions > .btn-primary {
    color: white; }
  .asset-table a, .history-table a, .monitoring-table a, .setup-table a {
    color: #1080e0;
    text-decoration: none; }

.asset-table-card, .history-table-card, .monitoring-table-card, .setup-table-card {
  overflow-x: auto;
  min-height: 17rem; }

.report-list {
  margin-bottom: 0; }
  .report-list a {
    color: #0E4364;
    text-decoration: none; }

tr.highlight {
  background-color: #FFD !important; }

.selector {
  padding-left: 0.5em;
  display: flex;
  flex-direction: column; }
  .selector h2 {
    font-size: 90%;
    font-weight: bold;
    font-family: inherit; }
  .selector input {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.25rem; }
  .selector select {
    padding: 0; }
    .selector select option {
      padding: 0.2rem 0.4rem; }
      .selector select option:first-child {
        padding-top: 0.3rem; }
      .selector select option:last-child {
        padding-bottom: 0.3rem; }
  .selector input, .selector select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: none; }
    .selector input:focus, .selector select:focus {
      border-color: #0E4364; }
  .selector select {
    font-size: 92%; }
  .selector .selector-available select {
    height: 6em; }
  .selector .selector-chosen select {
    height: 8.25em; }
  .selector .selector-available a, .selector .selector-chosen a {
    margin: 0 0.5em; }
  .selector .selector-available select, .selector .selector-chosen select {
    line-height: 1.5; }
  .selector p {
    margin: 0; }
    .selector p label {
      display: none; }
  .selector a {
    font-size: 85%; }
  .selector a.selector-chooseall, .selector a.selector-clearall {
    display: block;
    text-align: right;
    color: #0E4364;
    text-decoration: none; }
  .selector .selector-chooser {
    list-style: none;
    margin: 0.5em;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center; }
    .selector .selector-chooser .selector-add, .selector .selector-chooser .selector-remove {
      width: 16px;
      height: 16px;
      display: block;
      text-indent: -3000px;
      overflow: hidden;
      cursor: default;
      opacity: 0.3; }
    .selector .selector-chooser .active.selector-add, .selector .selector-chooser .active.selector-remove {
      opacity: 1; }
    .selector .selector-chooser .active.selector-add:hover, .selector .selector-chooser .active.selector-remove:hover {
      cursor: pointer; }
    .selector .selector-chooser .active.selector-add:focus, .selector .selector-chooser .active.selector-add:hover {
      background-position: 0 -112px; }
    .selector .selector-chooser .selector-add {
      background: url("../img/selector-icons.b4555096cea2.svg") 0 -32px no-repeat; }
    .selector .selector-chooser .selector-remove {
      background: url("../img/selector-icons.b4555096cea2.svg") 0 0 no-repeat; }

@media (min-width: 576px) {
  .selector:not(.stacked) {
    flex-direction: row; }
    .selector:not(.stacked) .selector-available, .selector:not(.stacked) .selector-chosen {
      width: 48%; }
    .selector:not(.stacked) .selector-chooser {
      flex-direction: column; }
      .selector:not(.stacked) .selector-chooser li {
        display: inline-block; }
      .selector:not(.stacked) .selector-chooser .selector-add {
        background: url("../img/selector-icons.b4555096cea2.svg") 0 -96px no-repeat; }
      .selector:not(.stacked) .selector-chooser .selector-remove {
        background: url("../img/selector-icons.b4555096cea2.svg") 0 -64px no-repeat; }
    .selector:not(.stacked) a.selector-chooseall, .selector:not(.stacked) a.selector-clearall {
      text-align: left; }
    .selector:not(.stacked) .selector-available select {
      height: 12em; }
    .selector:not(.stacked) .selector-chosen select {
      height: 14.25em; } }

#card-errors {
  color: #A44;
  font-weight: bold; }

#payment-form .form-group {
  font-size: 100%;
  font-family: "Lato", sans-serif; }
  #payment-form .form-group .ElementsApp input {
    font-family: "Lato", sans-serif; }
  #payment-form .form-group [name=street_address] {
    max-width: 30em; }
  #payment-form .form-group [name=postal_code] {
    max-width: 10em; }
  #payment-form .form-group [name=country] {
    max-width: 20em; }
  #payment-form .form-group span.last4 {
    font-weight: normal;
    margin-left: 2em; }

#payment-form #card-element {
  width: 24em;
  max-width: 100%; }

.layers-control {
  padding: 1.25em; }

[data-input-id="id_asset-searching-autocomplete"], #sidebar .yourlabs-autocomplete autocomplete-light-widget {
  position: inherit !important;
  max-height: 50vh;
  left: 15px !important;
  overflow-y: auto;
  margin-top: 4rem !important; }

.wizard-modal .card, .wizard-modal .wizard-table, .setup-card-container .card, .setup-card-container .wizard-table {
  height: 100%; }
  .wizard-modal .card .card-block, .wizard-modal .wizard-table .card-block, .setup-card-container .card .card-block, .setup-card-container .wizard-table .card-block {
    display: flex;
    flex-direction: column; }
  .wizard-modal .card .wizard-button, .wizard-modal .card .setup-button, .wizard-modal .wizard-table .wizard-button, .wizard-modal .wizard-table .setup-button, .setup-card-container .card .wizard-button, .setup-card-container .card .setup-button, .setup-card-container .wizard-table .wizard-button, .setup-card-container .wizard-table .setup-button {
    margin-top: auto; }

.wizard-modal #info_icon, .setup-card-container #info_icon {
  position: absolute;
  font-size: initial;
  text-decoration: none;
  color: black; }

.wizard-modal p > a, .setup-card-container p > a {
  color: #0E4364;
  text-decoration: none; }

.setup-card-container table {
  margin-bottom: 0; }

.autocomplete-light-widget.row {
  margin: auto; }

.setup-tab-wrapper {
  width: 100%;
  margin: 0 auto; }
  .setup-tab-wrapper .section-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .setup-tab-wrapper .section-wrapper .card {
      overflow: hidden; }
  .setup-tab-wrapper section {
    display: none;
    padding-top: 1rem;
    border-top: 1px solid #ddd; }
  .setup-tab-wrapper h1 {
    font-weight: 400;
    text-align: center;
    margin: 1rem; }
  .setup-tab-wrapper p {
    margin: 0 0 20px;
    line-height: 1.5; }
  .setup-tab-wrapper input {
    display: none; }
  .setup-tab-wrapper label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 12px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent; }
  .setup-tab-wrapper label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px; }
  .setup-tab-wrapper label[for='tools_tab']:before {
    content: '\f085'; }
  .setup-tab-wrapper label[for='assets_tab']:before {
    content: '\f192'; }
  .setup-tab-wrapper label[for='location_tab']:before {
    content: '\f041'; }
  .setup-tab-wrapper label[for='product_tab']:before {
    content: '\f288'; }
  .setup-tab-wrapper label[for='datafields_tab']:before {
    content: '\f1c0'; }
  .setup-tab-wrapper label[for='tasks_tab']:before {
    content: '\f0ae'; }
  .setup-tab-wrapper label[for='users_tab']:before {
    content: '\f0c0'; }
  .setup-tab-wrapper label[for='notifications_tab']:before {
    content: '\f0f3'; }
  .setup-tab-wrapper label[for='audit_trail_tab']:before {
    content: '\f1da'; }
  .setup-tab-wrapper label[for='help_tab']:before {
    content: '\f05a'; }
  .setup-tab-wrapper label:hover {
    color: #888;
    cursor: pointer; }
  .setup-tab-wrapper input:checked + label {
    color: #0e4364;
    border: 1px solid #ddd;
    border-top: 2px solid #0e4364;
    border-bottom: 1px solid #f2f2f2; }

.section-header {
  color: white;
  font-size: 16px;
  padding: 0.75rem 1rem;
  font-weight: bold;
  background: linear-gradient(180deg, #0e4364, 38%, #08273a 100%);
  width: 100%;
  height: 3rem;
  overflow: hidden; }

#tools_tab:checked ~ #setup_tools,
#assets_tab:checked ~ #setup_assets,
#location_tab:checked ~ #setup_locations,
#product_tab:checked ~ #setup_products,
#datafields_tab:checked ~ #setup_datafields,
#tasks_tab:checked ~ #setup_tasks,
#users_tab:checked ~ #setup_users,
#help_tab:checked ~ #setup_help,
#audit_trail_tab:checked ~ #setup_audit_trail,
#notifications_tab:checked ~ #setup_notifications {
  display: block; }

.section-options .option {
  color: black;
  text-align: left;
  width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eceeef;
  overflow: hidden;
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative; }
  .section-options .option:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom: none; }
  .section-options .option a {
    color: #333333;
    text-decoration: none;
    display: block; }
  .section-options .option div {
    z-index: 2;
    width: 100%;
    height: 100%; }
  .section-options .option:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #e6e6e6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .section-options .option:hover:before {
    box-shadow: inset 0 0 6px #e6e6e6;
    opacity: 1;
    width: 100%; }

.section-options .option-text {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.section-options .setup-option-icon {
  text-align: center;
  padding: 2px; }

.setup-table {
  font-size: 14px;
  margin-bottom: 0; }
  .setup-table tr {
    line-height: 1; }
    .setup-table tr:first-child td {
      border-top: none; }
    .setup-table tr:first-child th {
      border-top: none; }
  .setup-table td {
    text-align: right; }
  .setup-table th {
    text-align: left;
    font-weight: 500; }

@media screen and (max-width: 650px) {
  .setup-tab-wrapper label {
    font-size: 0; }
  .setup-tab-wrapper label:before {
    margin: 0;
    margin-right: 0;
    font-size: 18px; } }

@media screen and (max-width: 400px) {
  label {
    padding: 15px; } }

.tab-content-wrapper {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

#sidebar .navbar-toggler {
  background: #143642; }

.ekko-button {
  display: flex;
  justify-content: space-between; }
  .ekko-button .ekko-button-text {
    display: flex;
    flex-direction: column; }
  .ekko-button .ekko-button-logo {
    height: 2.2rem; }

.snow-global-grid {
  grid-template-areas: "a-1 a-2 a-3 a-4 a-5" "a-1 a-2 a-3 a-4 a-6" "a-7 a-8 a-10 a-10 a-10" "a-9 a-9 a-10 a-10 a-10";
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, minmax(5.5rem, 0.5fr)) minmax(12rem, 1fr) minmax(4rem, 1fr); }

.snow-americas-grid, .snow-emea-grid, .snow-apj-grid {
  grid-template-areas: "a-1 a-2 a-3 a-4 a-5" "a-6 a-7 a-9 a-9 a-9" "a-8 a-8 a-9 a-9 a-9";
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, minmax(12rem, 1fr)); }

.snow-location-grid {
  grid-template-areas: "a-1 a-2 a-3 a-4" "a-1 a-2 a-5 a-6" "a-1 a-2 a-7 a-8" "a-1 a-2 a-9 a-10";
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.5fr) minmax(0, 0.5fr);
  grid-template-rows: repeat(4, minmax(10rem, 1fr)); }

.snow-global-grid, .snow-americas-grid, .snow-emea-grid, .snow-apj-grid, .snow-location-grid {
  display: grid;
  gap: 1rem; }

.stat-card {
  padding: 1rem;
  background-color: #dcebf0;
  color: #2c3e40;
  border: 1px solid #D5D5D5;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr; }
  .stat-card .stat-card-title {
    font-size: clamp(0.8rem, 1vw, 1.1rem);
    font-weight: bold; }
  .stat-card .stat-card-icon {
    width: clamp(1.8rem, 2.2vw, 2.6rem);
    color: #99c3ae;
    opacity: 0; }
  .stat-card .stat-card-content {
    font-size: clamp(3.6rem, 5vw, 6.6rem);
    font-weight: bold;
    text-align: center;
    grid-column: 1 / 3;
    align-self: center; }
  .stat-card .stat-card-content-md {
    font-size: clamp(2rem, 2.5vw, 3rem);
    font-weight: bold;
    text-align: center;
    grid-column: 1 / 3;
    align-self: center; }
  .stat-card .stat-card-content-sm {
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    font-weight: bold;
    grid-column: 1 / 3;
    align-self: center; }

.overflow-card {
  display: grid;
  grid-gap: 1rem;
  grid-auto-rows: max-content;
  overflow: auto;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-content: start; }

.snow-card {
  transition: all 250ms !important;
  height: 100%;
  width: 100%;
  animation: cardEntrance 500ms ease-out 1;
  animation-fill-mode: backwards;
  position: relative; }

@keyframes cardEntrance {
  0% {
    opacity: 0;
    transform: scale(0.3);
    filter: hue-rotate(180deg); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: hue-rotate(0deg); } }
  .snow-card:nth-child(1) {
    grid-area: a-1;
    animation-delay: calc(1 * 50ms); }
  .snow-card:nth-child(2) {
    grid-area: a-2;
    animation-delay: calc(2 * 50ms); }
  .snow-card:nth-child(3) {
    grid-area: a-3;
    animation-delay: calc(3 * 50ms); }
  .snow-card:nth-child(4) {
    grid-area: a-4;
    animation-delay: calc(4 * 50ms); }
  .snow-card:nth-child(5) {
    grid-area: a-5;
    animation-delay: calc(5 * 50ms); }
  .snow-card:nth-child(6) {
    grid-area: a-6;
    animation-delay: calc(6 * 50ms); }
  .snow-card:nth-child(7) {
    grid-area: a-7;
    animation-delay: calc(7 * 50ms); }
  .snow-card:nth-child(8) {
    grid-area: a-8;
    animation-delay: calc(8 * 50ms); }
  .snow-card:nth-child(9) {
    grid-area: a-9;
    animation-delay: calc(9 * 50ms); }
  .snow-card:nth-child(10) {
    grid-area: a-10;
    animation-delay: calc(10 * 50ms); }

.snow-card:hover {
  box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
  transform: translateY(-2px) scale(1.01);
  text-decoration: none; }

.snow-card-sm .stat-card-content {
  font-size: 3rem; }

.snow-global-impact-card {
  background-color: #99c3ae;
  align-content: center;
  background-position: bottom right;
  background-size: auto 65%;
  background-repeat: no-repeat;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: bold;
  text-decoration: none; }

.snow-ekko-card {
  align-content: center;
  background-position: center;
  background-size: auto 80%;
  background-repeat: no-repeat;
  font-size: 3rem;
  font-weight: bold;
  text-decoration: none; }

.snow-button-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(120px, 10%) minmax(120px, 10%) minmax(120px, 10%) minmax(120px, 10%) 1fr minmax(120px, 10%);
  grid-template-rows: auto;
  margin-bottom: 1rem; }
  .snow-button-grid div {
    font-size: clamp(0.8rem, 0.8vw, 0.9rem); }
  .snow-button-grid #pdf-export-btn {
    grid-column: 6; }
  .snow-button-grid .btn-block + .btn-block {
    margin-top: 0; }

.btn, .primary-text {
  font-weight: bold; }

.global-impact-wrapper h1 {
  font-size: 4rem; }

.global-impact-wrapper h2 {
  font-size: 3rem; }

.global-impact-wrapper h3 {
  font-size: 2rem; }

.global-impact-wrapper h1, .global-impact-wrapper h2, .global-impact-wrapper h3 {
  font-weight: bold; }

.global-impact-wrapper h2, .global-impact-wrapper h3, .global-impact-wrapper p {
  color: #143642;
  margin-bottom: 1em; }

.global-impact-wrapper img {
  display: block;
  max-width: 100%; }

.global-impact-wrapper .nav {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding: 1.2rem 0 2rem 0;
  font-weight: bold; }
  .global-impact-wrapper .nav a {
    color: #143642;
    text-decoration: none; }
  .global-impact-wrapper .nav a:hover {
    color: #205669; }

.global-impact-wrapper header {
  background-color: #99c3ae;
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-inline: 4rem; }
  .global-impact-wrapper header img {
    max-width: 40%;
    margin-top: -3rem; }
  .global-impact-wrapper header h1 {
    color: white; }
  .global-impact-wrapper header .banner-text {
    width: 60%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly; }
    .global-impact-wrapper header .banner-text h1, .global-impact-wrapper header .banner-text h2 {
      margin-bottom: 0; }

.global-impact-wrapper .bg-accent {
  background-color: #DEEBF0; }

.global-impact-wrapper .bg-light {
  background-color: #F3F3F3; }

.global-impact-wrapper .bg-dark {
  background-color: #99c3ae; }

.global-impact-wrapper section {
  padding-block: 4rem; }

.global-impact-wrapper .split {
  display: flex;
  flex-direction: column;
  gap: 4rem; }

.global-impact-wrapper .flex-basis > * {
  flex-basis: 100%; }

.global-impact-wrapper .container {
  padding: 0;
  margin-inline: auto;
  width: 90%; }

.global-impact-wrapper .image-wrapper {
  display: flex; }

.global-impact-wrapper .power-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: minmax(12rem, 1fr) minmax(18rem, 1fr);
  grid-template-areas: "a-1 a-2 a-3 a-4" "a-5 a-5 a-6 a-6"; }
  .global-impact-wrapper .power-grid .panel {
    border: 1px solid #D5D5D5; }
  .global-impact-wrapper .power-grid .stat-panel {
    padding: 1rem;
    background-color: #dcebf0;
    color: #2c3e40; }

.global-impact-wrapper .dot {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0.2rem;
  color: white; }

.global-impact-wrapper #certificates {
  padding-bottom: 8rem; }

.global-impact-wrapper .cert-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed; }
  .global-impact-wrapper .cert-table th {
    vertical-align: middle;
    text-align: center; }
  .global-impact-wrapper .cert-table td {
    vertical-align: middle;
    text-align: center; }
  .global-impact-wrapper .cert-table th:first-child {
    text-align: left;
    padding-left: 1rem;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem; }
  .global-impact-wrapper .cert-table td:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem; }
  .global-impact-wrapper .cert-table .cert-true {
    background-color: #198754; }
  .global-impact-wrapper .cert-table .cert-false {
    background-color: #dc3545; }
  .global-impact-wrapper .cert-table tbody tr {
    transition: background-color .3s ease-in-out; }
  .global-impact-wrapper .cert-table tbody tr:hover {
    background-color: #bbd6e0; }

.global-impact-wrapper #community {
  padding-top: 0; }

.global-impact-wrapper .community-banner {
  padding-inline: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .global-impact-wrapper .community-banner .banner-title {
    display: flex;
    gap: 2rem;
    padding-bottom: 1rem;
    align-items: baseline; }
    .global-impact-wrapper .community-banner .banner-title img {
      max-height: 3rem;
      max-width: 100%;
      margin-top: 0rem; }
  .global-impact-wrapper .community-banner img {
    max-width: 50%;
    margin-top: -3rem; }
  .global-impact-wrapper .community-banner p {
    color: white;
    font-weight: bold; }

.global-impact-wrapper .community-body {
  padding-top: 4rem; }

.global-impact-wrapper .news-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr); }

.global-impact-wrapper .news-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #D5D5D5;
  background-color: white; }
  .global-impact-wrapper .news-card img {
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 1rem; }
  .global-impact-wrapper .news-card h3, .global-impact-wrapper .news-card p, .global-impact-wrapper .news-card b {
    padding-inline: 1rem; }
  .global-impact-wrapper .news-card b {
    padding-bottom: 1rem; }

.global-impact-wrapper .community-links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 25rem; }
  .global-impact-wrapper .community-links img {
    border: 1px solid #D5D5D5;
    background-color: white; }

@media screen and (min-width: 1008px) and (max-width: 1350px) {
  .snow-global-grid {
    grid-template-areas: "a-1 a-2 a-7 a-8" "a-3 a-4 a-7 a-8" "a-5 a-6 a-10 a-10" "a-9 a-9 a-10 a-10";
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, minmax(7rem, 14rem)); }
    .snow-global-grid .stat-card-content, .snow-global-grid stat-card-content-md, .snow-global-grid stat-card-content-sm {
      font-size: clamp(2.2rem, 3vw, 2.6rem);
      font-weight: bold;
      grid-column: 1 / 3;
      align-self: center;
      text-align: center; }
  .snow-americas-grid, .snow-emea-grid, .snow-apj-grid {
    grid-template-areas: "a-6 a-6 a-1 a-2 a-3" "a-7 a-7 a-5 a-5 a-4" "a-8 a-8 a-9 a-9 a-9";
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, minmax(7rem, 0.5fr)) repeat(1, minmax(0, 1fr)); }
    .snow-americas-grid .stat-card-content, .snow-americas-grid stat-card-content-md, .snow-americas-grid stat-card-content-sm, .snow-emea-grid .stat-card-content, .snow-emea-grid stat-card-content-md, .snow-emea-grid stat-card-content-sm, .snow-apj-grid .stat-card-content, .snow-apj-grid stat-card-content-md, .snow-apj-grid stat-card-content-sm {
      font-size: clamp(2.2rem, 3vw, 2.6rem);
      font-weight: bold;
      grid-column: 1 / 3;
      align-self: center;
      text-align: center; }
  .snow-location-grid {
    grid-template-areas: "a-1 a-1 a-2" "a-3 a-4 a-2" "a-5 a-6 a-2" "a-7 a-8 a-2" "a-9 a-10 a-2";
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr) minmax(0, 1fr);
    grid-template-rows: max-content repeat(4, minmax(10rem, 1fr)); }
    .snow-location-grid .stat-card-content, .snow-location-grid stat-card-content-md, .snow-location-grid stat-card-content-sm {
      font-size: clamp(2.2rem, 3vw, 2.6rem);
      font-weight: bold;
      grid-column: 1 / 3;
      align-self: center;
      text-align: center; }
    .snow-location-grid .overflow-card {
      grid-template-rows: initial; }
      .snow-location-grid .overflow-card h3 {
        font-size: clamp(1.4rem, 1.6vw, 2rem); }
      .snow-location-grid .overflow-card h5 {
        font-size: clamp(1.2rem, 1.4vw, 1.8rem);
        text-align: center; }
      .snow-location-grid .overflow-card table {
        font-size: clamp(0.7rem, 0.8vw, 1rem); }
  .global-impact-wrapper .container {
    padding: 0;
    width: 95%; }
  .global-impact-wrapper .split {
    gap: 1rem; }
  .global-impact-wrapper .nav {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 0.4rem 0 1.2rem 0;
    font-weight: bold; }
  .global-impact-wrapper header {
    gap: 1rem;
    padding-inline: 1rem; }
    .global-impact-wrapper header img {
      margin-top: -0.6rem; }
    .global-impact-wrapper header .banner-text {
      gap: 0.5rem;
      flex-direction: column; }
  .global-impact-wrapper h1 {
    font-size: clamp(2rem, 7vw, 3rem);
    margin-bottom: 0.5rem; }
  .global-impact-wrapper h2 {
    font-size: clamp(1.2rem, 4vw, 2rem);
    margin-bottom: 0.5rem; }
  .global-impact-wrapper h3 {
    font-size: clamp(1.1rem, 4vw, 1.8rem);
    margin-bottom: 0.5rem; }
  .global-impact-wrapper section {
    padding-block: 2rem; }
  .global-impact-wrapper .split {
    gap: 2rem; }
  .global-impact-wrapper .targets-grid {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(16rem, 1fr)); }
  .global-impact-wrapper .power-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(12rem, 1fr)) minmax(18rem, 1fr);
    grid-template-areas: "a-1 a-2 a-3" "a-4 a-5 a-5" "a-6 a-6 a-6"; }
  .global-impact-wrapper #certificates {
    padding-bottom: 4rem; }
  .global-impact-wrapper .community-banner {
    padding-inline: 1rem;
    align-items: flex-end; }
    .global-impact-wrapper .community-banner .banner-title {
      gap: 1rem;
      padding-top: 1rem;
      padding-bottom: 2rem; }
  .global-impact-wrapper .community-body {
    padding-top: 2rem; }
  .global-impact-wrapper .news-grid {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr); }
  .global-impact-wrapper .community-links {
    gap: 1rem;
    align-items: center; } }

@media screen and (min-width: 1350px) {
  .global-impact-wrapper .split {
    flex-direction: row; }
  .global-impact-wrapper .flex-basis > * {
    flex-basis: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1007px) {
  .snow-button-grid {
    grid-template-columns: repeat(5, 1fr); }
    .snow-button-grid #pdf-export-btn {
      grid-column: unset; }
  .snow-global-grid {
    grid-template-areas: "a-1 a-2" "a-3 a-4" "a-5 a-6" "a-7 a-7" "a-8 a-8" "a-9 a-9" "a-10 a-10";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(7rem, auto)) repeat(3, minmax(14rem, auto)) 21rem; }
  .snow-americas-grid, .snow-emea-grid, .snow-apj-grid {
    grid-template-areas: "a-1 a-2" "a-3 a-4" "a-5 a-5" "a-6 a-6" "a-7 a-7" "a-8 a-8" "a-9 a-9";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(7rem, auto)) repeat(4, minmax(14rem, auto)) 21rem; }
  .snow-location-grid {
    grid-template-areas: "a-1 a-2" "a-3 a-2" "a-4 a-2" "a-5 a-2" "a-6 a-2" "a-7 a-2" "a-8 a-2" "a-9 a-2" "a-10 a-2";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: max-content repeat(8, minmax(10rem, 1fr)); }
    .snow-location-grid .stat-card-content, .snow-location-grid stat-card-content-md, .snow-location-grid stat-card-content-sm {
      font-size: clamp(2.2rem, 3vw, 2.6rem);
      font-weight: bold;
      grid-column: 1 / 3;
      align-self: center;
      text-align: center; }
    .snow-location-grid .overflow-card h3 {
      font-size: clamp(1.4rem, 1.6vw, 2rem); }
    .snow-location-grid .overflow-card h5 {
      font-size: clamp(1.2rem, 1.4vw, 1.8rem);
      text-align: center; }
    .snow-location-grid .overflow-card table {
      font-size: clamp(0.7rem, 0.8vw, 1rem); }
  .global-impact-wrapper .container {
    padding: 0;
    width: 95%; }
  .global-impact-wrapper .split {
    gap: 1rem; }
  .global-impact-wrapper .nav {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 0.4rem 0 1.2rem 0;
    font-weight: bold; }
  .global-impact-wrapper header {
    gap: 1rem;
    padding-inline: 1rem; }
    .global-impact-wrapper header img {
      margin-top: -0.6rem; }
    .global-impact-wrapper header .banner-text {
      gap: 0.5rem;
      flex-direction: column; }
  .global-impact-wrapper h1 {
    font-size: clamp(2rem, 7vw, 3rem);
    margin-bottom: 0.5rem; }
  .global-impact-wrapper h2 {
    font-size: clamp(1.2rem, 4vw, 2rem);
    margin-bottom: 0.5rem; }
  .global-impact-wrapper h3 {
    font-size: clamp(1.1rem, 4vw, 1.8rem);
    margin-bottom: 0.5rem; }
  .global-impact-wrapper section {
    padding-block: 2rem; }
  .global-impact-wrapper .split {
    gap: 2rem; }
  .global-impact-wrapper .targets-grid {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(16rem, 1fr)); }
  .global-impact-wrapper .power-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(12rem, 1fr)) minmax(18rem, 1fr);
    grid-template-areas: "a-1 a-2 a-3" "a-4 a-5 a-5" "a-6 a-6 a-6"; }
  .global-impact-wrapper #certificates {
    padding-bottom: 4rem; }
  .global-impact-wrapper .community-banner {
    padding-inline: 1rem;
    align-items: flex-end; }
    .global-impact-wrapper .community-banner .banner-title {
      gap: 1rem;
      padding-top: 1rem;
      padding-bottom: 2rem; }
  .global-impact-wrapper .community-body {
    padding-top: 2rem; }
  .global-impact-wrapper .news-grid {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr); }
  .global-impact-wrapper .community-links {
    gap: 1rem;
    align-items: center; } }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .snow-button-grid {
    padding-top: 3em;
    grid-template-columns: repeat(5, 1fr); }
    .snow-button-grid #pdf-export-btn {
      grid-column: unset; }
  .snow-global-grid {
    grid-template-areas: "a-1 a-2" "a-3 a-4" "a-5 a-6" "a-7 a-7" "a-8 a-8" "a-9 a-9" "a-10 a-10";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(7rem, auto)) repeat(3, minmax(14rem, auto)) 21rem; }
  .snow-americas-grid, .snow-emea-grid, .snow-apj-grid {
    grid-template-areas: "a-1 a-2" "a-3 a-4" "a-5 a-5" "a-6 a-6" "a-7 a-7" "a-8 a-8" "a-9 a-9";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(7rem, auto)) repeat(4, minmax(14rem, auto)) 21rem; }
  .snow-location-grid {
    grid-template-areas: "a-1 a-2" "a-3 a-2" "a-4 a-2" "a-5 a-2" "a-6 a-2" "a-7 a-2" "a-8 a-2" "a-9 a-2" "a-10 a-2";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: max-content repeat(8, minmax(10rem, 1fr)); }
    .snow-location-grid .stat-card-content, .snow-location-grid stat-card-content-md, .snow-location-grid stat-card-content-sm {
      font-size: clamp(2.2rem, 3vw, 2.6rem);
      font-weight: bold;
      grid-column: 1 / 3;
      align-self: center;
      text-align: center; }
    .snow-location-grid .overflow-card h3 {
      font-size: clamp(1.4rem, 1.6vw, 2rem); }
    .snow-location-grid .overflow-card h5 {
      font-size: clamp(1.2rem, 1.4vw, 1.8rem);
      text-align: center; }
    .snow-location-grid .overflow-card table {
      font-size: clamp(0.7rem, 0.8vw, 1rem); }
  .footer {
    display: none; }
  .global-impact-wrapper .container {
    padding: 0;
    width: 95%; }
  .global-impact-wrapper .split {
    gap: 1rem; }
  .global-impact-wrapper .nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0 1rem 0;
    font-weight: bold; }
  .global-impact-wrapper header {
    gap: 1rem;
    padding-inline: 1rem; }
    .global-impact-wrapper header img {
      margin-top: -0.6rem; }
    .global-impact-wrapper header .banner-text {
      gap: 0.5rem;
      flex-direction: column; }
  .global-impact-wrapper h1 {
    font-size: clamp(2rem, 7vw, 3rem);
    margin-bottom: 0.5rem; }
  .global-impact-wrapper h2 {
    font-size: clamp(1.2rem, 4vw, 2rem);
    margin-bottom: 0.5rem; }
  .global-impact-wrapper h3 {
    font-size: clamp(1.1rem, 4vw, 1.8rem);
    margin-bottom: 0.5rem; }
  .global-impact-wrapper section {
    padding-block: 2rem; }
  .global-impact-wrapper .split {
    gap: 2rem; }
  .global-impact-wrapper .targets-grid {
    gap: 1rem;
    grid-template-rows: repeat(4, minmax(16rem, 1fr));
    grid-template-columns: 1fr; }
  .global-impact-wrapper .power-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(12rem, 1fr)) repeat(2, minmax(18rem, 1fr));
    grid-template-areas: "a-1 a-2" "a-3 a-4" "a-5 a-5" "a-6 a-6"; }
  .global-impact-wrapper #certificates {
    padding-bottom: 4rem; }
  .global-impact-wrapper .community-banner {
    padding-inline: 1rem;
    align-items: flex-end; }
    .global-impact-wrapper .community-banner .banner-title {
      gap: 1rem;
      padding-top: 1rem;
      padding-bottom: 2rem; }
  .global-impact-wrapper .community-body {
    padding-top: 2rem; }
  .global-impact-wrapper .news-grid {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr); }
  .global-impact-wrapper .community-links {
    gap: 1rem;
    align-items: center; } }

@media screen and (min-width: 411px) and (max-width: 500px) {
  .snow-button-grid {
    grid-template-columns: repeat(4, 1fr); }
    .snow-button-grid #pdf-export-btn {
      grid-column: 4; } }

@media screen and (min-width: 341px) and (max-width: 410px) {
  .snow-button-grid {
    grid-template-columns: repeat(3, 1fr); }
    .snow-button-grid #pdf-export-btn {
      grid-column: 3; } }

@media screen and (min-width: 0px) and (max-width: 340px) {
  .snow-button-grid {
    grid-template-columns: 1fr; }
    .snow-button-grid #pdf-export-btn {
      grid-column: unset; } }

/* Vendor Import */
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em; }
    @media (min-width: 576px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #ccc;
      border-top-color: rgba(0, 0, 0, 0.2);
      bottom: -7px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      bottom: -6px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0; }
  .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 1.5em;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 0.25rem; }
    .bootstrap-datetimepicker-widget table th {
      height: 1.5em;
      line-height: 1.5em;
      width: 1.5em; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 12em; }
      .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #636c72;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #eceeef; }
    .bootstrap-datetimepicker-widget table td {
      height: 1.5em;
      line-height: 1.5em;
      width: 1.5em; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 1.5em;
        line-height: 1.5em;
        color: #636c72; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 1.5em;
        line-height: 1.5em;
        width: 1.5em; }
      .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #eceeef;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #636c72; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: #0E4364;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #0E4364;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #636c72;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span.month, .bootstrap-datetimepicker-widget table td span.year, .bootstrap-datetimepicker-widget table td span.decade {
        width: 3em;
        height: 3em;
        line-height: 3em; }
      .bootstrap-datetimepicker-widget table td span.year {
        width: 4.5em; }
      .bootstrap-datetimepicker-widget table td span.decade {
        width: 7.5em; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 0.25rem; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #eceeef; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #0E4364;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #636c72; }
        .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
          background: none;
          color: #636c72;
          cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }
