@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700&amp;subset=latin,latin-ext);@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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.2;
}

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

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

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

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: 400;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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 .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 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: 0.75rem;
  padding-left: 0.75rem;
}

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  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-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  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%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-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-body {
  flex: 1 1 auto;
  min-height: 1px;
  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-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  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-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  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-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

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

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.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: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  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 {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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-primary {
  background-color: #007bff !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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;
}

.border-primary {
  border-color: #007bff !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-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

.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-row {
  display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !important;
  }

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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.8571428571%;
}

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

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

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

.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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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-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;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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-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;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !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-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;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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-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;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !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;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

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

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

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

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

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

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

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

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    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;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .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 #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.page-wrapper {
  min-height: 80vh;
}

.header-title img {
  opacity: 1;
}

.pagination span.page-link {
  padding: 14px 18px;
  border: 0px;
  border-top: 3px solid #e0e0e0;
}
.pagination li.page-item .page-link {
  border: 1 !important;
  box-sizing: border-box;
}
.pagination li.page-item.active .page-link {
  background: #00BCD4;
  border-color: #00BCD4;
}

h3 {
  font-size: 22px;
}

.btn-success {
  background: #7ec159 !important;
}

.border-success {
  border: 1px solid #7ec159 !important;
}

.padding20 {
  padding: 20px;
}

a:hover,
a:focus {
  color: #7ec159;
  text-decoration: none;
}

.ptpb70 {
  padding: 70px 0px 70px 0px;
}

a {
  color: #7ec159;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  width: inherit;
}

/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc;
}

.c100 *,
.c100 *:before,
.c100 *:after {
  box-sizing: content-box;
}

.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.big {
  font-size: 240px;
}

.c100.small {
  font-size: 80px;
}

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: whitesmoke;
  width: 0.84em;
  height: 0.84em;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
  transform: rotate(3.6deg);
}

.c100.p2 .bar {
  transform: rotate(7.2deg);
}

.c100.p3 .bar {
  transform: rotate(10.8deg);
}

.c100.p4 .bar {
  transform: rotate(14.4deg);
}

.c100.p5 .bar {
  transform: rotate(18deg);
}

.c100.p6 .bar {
  transform: rotate(21.6deg);
}

.c100.p7 .bar {
  transform: rotate(25.2deg);
}

.c100.p8 .bar {
  transform: rotate(28.8deg);
}

.c100.p9 .bar {
  transform: rotate(32.4deg);
}

.c100.p10 .bar {
  transform: rotate(36deg);
}

.c100.p11 .bar {
  transform: rotate(39.6deg);
}

.c100.p12 .bar {
  transform: rotate(43.2deg);
}

.c100.p13 .bar {
  transform: rotate(46.8deg);
}

.c100.p14 .bar {
  transform: rotate(50.4deg);
}

.c100.p15 .bar {
  transform: rotate(54deg);
}

.c100.p16 .bar {
  transform: rotate(57.6deg);
}

.c100.p17 .bar {
  transform: rotate(61.2deg);
}

.c100.p18 .bar {
  transform: rotate(64.8deg);
}

.c100.p19 .bar {
  transform: rotate(68.4deg);
}

.c100.p20 .bar {
  transform: rotate(72deg);
}

.c100.p21 .bar {
  transform: rotate(75.6deg);
}

.c100.p22 .bar {
  transform: rotate(79.2deg);
}

.c100.p23 .bar {
  transform: rotate(82.8deg);
}

.c100.p24 .bar {
  transform: rotate(86.4deg);
}

.c100.p25 .bar {
  transform: rotate(90deg);
}

.c100.p26 .bar {
  transform: rotate(93.6deg);
}

.c100.p27 .bar {
  transform: rotate(97.2deg);
}

.c100.p28 .bar {
  transform: rotate(100.8deg);
}

.c100.p29 .bar {
  transform: rotate(104.4deg);
}

.c100.p30 .bar {
  transform: rotate(108deg);
}

.c100.p31 .bar {
  transform: rotate(111.6deg);
}

.c100.p32 .bar {
  transform: rotate(115.2deg);
}

.c100.p33 .bar {
  transform: rotate(118.8deg);
}

.c100.p34 .bar {
  transform: rotate(122.4deg);
}

.c100.p35 .bar {
  transform: rotate(126deg);
}

.c100.p36 .bar {
  transform: rotate(129.6deg);
}

.c100.p37 .bar {
  transform: rotate(133.2deg);
}

.c100.p38 .bar {
  transform: rotate(136.8deg);
}

.c100.p39 .bar {
  transform: rotate(140.4deg);
}

.c100.p40 .bar {
  transform: rotate(144deg);
}

.c100.p41 .bar {
  transform: rotate(147.6deg);
}

.c100.p42 .bar {
  transform: rotate(151.2deg);
}

.c100.p43 .bar {
  transform: rotate(154.8deg);
}

.c100.p44 .bar {
  transform: rotate(158.4deg);
}

.c100.p45 .bar {
  transform: rotate(162deg);
}

.c100.p46 .bar {
  transform: rotate(165.6deg);
}

.c100.p47 .bar {
  transform: rotate(169.2deg);
}

.c100.p48 .bar {
  transform: rotate(172.8deg);
}

.c100.p49 .bar {
  transform: rotate(176.4deg);
}

.c100.p50 .bar {
  transform: rotate(180deg);
}

.c100.p51 .bar {
  transform: rotate(183.6deg);
}

.c100.p52 .bar {
  transform: rotate(187.2deg);
}

.c100.p53 .bar {
  transform: rotate(190.8deg);
}

.c100.p54 .bar {
  transform: rotate(194.4deg);
}

.c100.p55 .bar {
  transform: rotate(198deg);
}

.c100.p56 .bar {
  transform: rotate(201.6deg);
}

.c100.p57 .bar {
  transform: rotate(205.2deg);
}

.c100.p58 .bar {
  transform: rotate(208.8deg);
}

.c100.p59 .bar {
  transform: rotate(212.4deg);
}

.c100.p60 .bar {
  transform: rotate(216deg);
}

.c100.p61 .bar {
  transform: rotate(219.6deg);
}

.c100.p62 .bar {
  transform: rotate(223.2deg);
}

.c100.p63 .bar {
  transform: rotate(226.8deg);
}

.c100.p64 .bar {
  transform: rotate(230.4deg);
}

.c100.p65 .bar {
  transform: rotate(234deg);
}

.c100.p66 .bar {
  transform: rotate(237.6deg);
}

.c100.p67 .bar {
  transform: rotate(241.2deg);
}

.c100.p68 .bar {
  transform: rotate(244.8deg);
}

.c100.p69 .bar {
  transform: rotate(248.4deg);
}

.c100.p70 .bar {
  transform: rotate(252deg);
}

.c100.p71 .bar {
  transform: rotate(255.6deg);
}

.c100.p72 .bar {
  transform: rotate(259.2deg);
}

.c100.p73 .bar {
  transform: rotate(262.8deg);
}

.c100.p74 .bar {
  transform: rotate(266.4deg);
}

.c100.p75 .bar {
  transform: rotate(270deg);
}

.c100.p76 .bar {
  transform: rotate(273.6deg);
}

.c100.p77 .bar {
  transform: rotate(277.2deg);
}

.c100.p78 .bar {
  transform: rotate(280.8deg);
}

.c100.p79 .bar {
  transform: rotate(284.4deg);
}

.c100.p80 .bar {
  transform: rotate(288deg);
}

.c100.p81 .bar {
  transform: rotate(291.6deg);
}

.c100.p82 .bar {
  transform: rotate(295.2deg);
}

.c100.p83 .bar {
  transform: rotate(298.8deg);
}

.c100.p84 .bar {
  transform: rotate(302.4deg);
}

.c100.p85 .bar {
  transform: rotate(306deg);
}

.c100.p86 .bar {
  transform: rotate(309.6deg);
}

.c100.p87 .bar {
  transform: rotate(313.2deg);
}

.c100.p88 .bar {
  transform: rotate(316.8deg);
}

.c100.p89 .bar {
  transform: rotate(320.4deg);
}

.c100.p90 .bar {
  transform: rotate(324deg);
}

.c100.p91 .bar {
  transform: rotate(327.6deg);
}

.c100.p92 .bar {
  transform: rotate(331.2deg);
}

.c100.p93 .bar {
  transform: rotate(334.8deg);
}

.c100.p94 .bar {
  transform: rotate(338.4deg);
}

.c100.p95 .bar {
  transform: rotate(342deg);
}

.c100.p96 .bar {
  transform: rotate(345.6deg);
}

.c100.p97 .bar {
  transform: rotate(349.2deg);
}

.c100.p98 .bar {
  transform: rotate(352.8deg);
}

.c100.p99 .bar {
  transform: rotate(356.4deg);
}

.c100.p100 .bar {
  transform: rotate(360deg);
}

.c100:hover {
  cursor: default;
}

.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

.c100.dark {
  background-color: #777777;
}

.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}

.c100.dark > span {
  color: #777777;
}

.c100.dark:after {
  background-color: #666666;
}

.c100.dark:hover > span {
  color: #c6ff00;
}

.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}

.c100.green:hover > span {
  color: #4db53c;
}

.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}

.c100.green.dark:hover > span {
  color: #5fd400;
}

.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}

.c100.orange:hover > span {
  color: #dd9d22;
}

.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}

.c100.orange.dark:hover > span {
  color: #e08833;
}

@media only screen and (max-width: 1200px) {
  .logo {
    border: 0px solid green;
  }

  .top-menu li a {
    padding: 0 5px 8px;
  }

  .widget.banner-live-coaching .layer {
    bottom: 20px;
  }

  .widget.banner-live-coaching.banner-open-tws .layer {
    bottom: 10px;
  }
}
@media only screen and (max-width: 1190px) {
  .logo {
    border: 0px solid orange;
  }

  .material .container {
    width: auto;
  }

  .top-menu li a {
    padding: 0 5px 5px;
  }

  body.material .input-field label {
    width: auto !important;
  }

  .top-menu li a {
    /*padding:0 10px 8px;*/
    padding: 0 8px 8px;
    font-size: 13px;
  }

  .page-welcome .aie-button.steps2 {
    margin-right: 0;
  }

  #courses-wrap .cod-banner h3 {
    font-size: 39px;
  }

  #courses-wrap .cod-banner h3 span {
    font-size: 50px;
  }

  #courses-wrap .cod-banner h4 {
    font-size: 25px;
  }

  .cod-banner {
    min-height: auto;
  }

  .widget.banner-live-coaching .layer {
    bottom: 20px;
  }

  .banner-live-coaching h3 {
    font-size: 20px;
  }

  .banner-live-streaming .layer {
    bottom: 20px;
  }

  .search-wrap input {
    width: 80%;
  }

  .chosen-container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .logo {
    border: 0px solid red;
  }

  .current-task-wrap .mytable.cols-3 .col-3 {
    padding-right: 15px;
  }

  .top-menu li a {
    padding: 0 5px 5px;
  }

  .page-liveclass #content-right-parent {
    display: inline-block;
    width: 100%;
  }

  .annoucement-wrap .feature-image {
    display: none;
  }

  .page-home #content-right-parent,
.page-tws #content-right-parent {
    display: none;
  }

  .page-home #content-left-parent,
.page-liveclass #content-left-parent,
.page-tws #content-left-parent {
    width: 100%;
  }

  .cod-banner {
    margin: auto;
  }

  .banner-live-streaming .layer {
    bottom: 10px;
  }

  .banner-live-streaming h3 {
    font-size: 20px;
  }

  .banner-live-streaming h3 span {
    font-size: 25px;
  }

  .box-white-rounded .a .inner {
    border-right: 0;
    padding-right: 0;
  }

  .triangle-right {
    display: none;
  }

  .balance-height3 {
    min-height: auto;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 970px) {
  .logo {
    border: 0px solid blue;
  }

  .trader-comm-wrap .recent_badges_wrap .col {
    display: block;
    float: left;
  }

  .top-profile-section .col-xs-3,
.top-profile-section .col-xs-2 {
    overflow: hidden;
  }

  .top-menu,
.annoucement-wrap .feature-image,
#content-right-parent {
    display: none;
  }

  .annoucement-wrap h1 {
    font-size: 28px;
  }

  #courses-wrap h1,
#courses-wrap h2 {
    font-size: 25px;
  }

  #courses-wrap h3 {
    font-size: 15px;
  }

  #content-left-parent {
    width: 100% !important;
    max-width: 100%;
    flex: 1;
  }

  .wistia_embed_parent img {
    min-height: inherit;
  }

  .mobile-menu-wrap {
    display: block !important;
  }

  .course-content-wrapper,
#courses-wrap h1,
#courses-wrap h2 {
    margin-top: 0;
  }

  .page-index #courses-wrap {
    margin-top: 20px;
  }

  #content-left-parent.scanner-form-wrap {
    width: auto;
  }

  .col-right .mytable {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .logo {
    border: 0px solid green;
  }

  .trader-comm-wrap .mytable .col.a,
.trader-comm-wrap .mytable .col.b,
.trader-comm-wrap .mytable .recent_badges_wrap {
    display: block;
    width: auto;
  }

  .trader-comm-wrap .mytable .recent_badges_wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .task-icon-wrap {
    background: none !important;
    padding: 0;
  }

  .current-task-wrap .box-white {
    padding: 10px;
  }

  .badge-content .mytable .col {
    display: block;
  }

  .badge-all .green-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .badge-all .green-header h2 {
    margin-bottom: 5px;
    margin-top: 0;
  }

  .badge-content {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .badge-content .line-green {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .badge-all .green-header p {
    width: 100%;
  }

  .next_lessson_wrap .mytable .col {
    /*display: block;
    text-align: center;*/
  }

  /*.next_lessson_wrap .box-white .inner{
  	padding:0;
  }*/
  .nextlesson_wrap,
.next_parent_wrap .pad-righ15 {
    width: auto;
  }

  .next_parent_wrap {
    max-height: inherit;
    min-height: inherit;
  }

  .next_lessson_wrap h3 {
    margin-top: 10px;
  }

  /*.next_lessson_wrap .box-white{
  	padding:20px;
  }*/
  /*.next_lessson_wrap a.aie-button{
  	margin:auto;
  }*/
  .top-profile-section p.light {
    font-size: 15px;
  }

  .top-profile-section h5 {
    font-size: 20px;
  }

  .light-green-header {
    padding-top: 20px;
  }

  .current-task-wrap .box-white .col {
    display: block;
    width: auto;
    text-align: center;
  }

  .task-icon-wrap {
    display: block;
    margin: auto;
    width: 165px;
  }

  .current_task_bg {
    background: none !important;
  }

  .page-index #courses-wrap ul.course li img {
    max-width: 256px;
  }

  .container {
    width: 95%;
  }

  .footer p {
    font-size: 12px;
  }

  #courses-wrap ul.course li img {
    /*max-width:inherit;
    min-width:inherit;*/
    max-width: 256px;
    min-width: 256px;
    max-height: inherit;
    min-height: inherit;
  }

  #courses-wrap ul.course li {
    float: none;
    margin: auto;
    max-width: inherit;
    text-align: center;
    min-height: inherit;
  }

  ul.badge-system.normal-width {
    margin: auto;
  }

  #courses-wrap h3 {
    text-align: center;
  }

  ul.social li,
ul.badge-system li {
    padding: 0 5px;
  }

  .header {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .timer-wrap {
    margin-top: 0;
  }

  .sequence_nav {
    display: none;
  }

  .page-welcome #video-parent-wrap {
    min-height: inherit;
  }

  #seminar-ws .seminar-dates-list p.small-font {
    font-size: 13px;
  }

  .page-welcome .aie-button {
    font-size: 13px;
    min-width: auto;
    padding: 10px 15px;
  }

  .seminar-description {
    margin-top: 20px;
  }

  #youtube-video-wrap iframe,
#youtube-video-wrap,
iframe#youtube-video-wrap {
    min-height: 300px;
  }

  .cod-banner .layer,
.banner-live-streaming .layer {
    position: inherit;
    left: 0;
    top: 0;
  }

  .cod-banner img,
.banner-live-streaming img {
    display: none;
  }

  .cod-banner,
.banner-live-streaming {
    min-height: auto;
  }

  #courses-wrap.trade-details h1 {
    font-size: 20px;
  }

  #courses-wrap.trade-details h1 span {
    font-size: 17px;
  }

  .video_wrap {
    min-height: 274px;
  }

  #courses-wrap.trade-details h3 {
    text-align: left;
  }

  .search-wrap button {
    display: none;
  }

  .search-wrap input {
    width: 100%;
    padding: 10px;
  }

  .search-wrap .inner {
    padding: 0;
  }

  #courses-wrap .post-search-wrap h3 {
    text-align: left;
  }

  .search-result-wrap {
    overflow: scroll;
  }

  #section-scan-simple button {
    display: block;
    margin: 10px auto auto;
    min-width: 200px;
  }

  #section-scan-simple input[type=text] {
    margin-bottom: 10px;
  }

  .balance-height2 {
    min-height: auto;
  }

  .to-hide {
    display: none;
  }

  .col-profile-info-mobile {
    display: block;
  }

  .top-profile-section .col-xs-3,
.top-profile-section .col-xs-2 {
    width: auto;
  }

  .top-profile-section h3 {
    margin: 0;
  }

  .top-profile-section h3 {
    font-size: 20px;
  }

  .green-header {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .top-profile-section .col-xs-3,
.top-profile-section .col-xs-2 {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .logo {
    border: 0px solid yellow;
  }

  .next_lessson_wrap a.aie-button {
    text-align: center;
  }

  .next_lessson_wrap h3,
.box-white h3 {
    font-size: 18px;
  }

  .trader-comm-wrap .recent_badges_wrap .col {
    margin-right: 0;
    padding: 0 10px;
    width: auto;
  }

  .recent-badges-wrap .mytable .col {
    display: block;
    text-align: center;
    width: auto !important;
  }

  .box-white .recent_badges_wrap .badge-wrap {
    /*display: block;*/
    margin: auto auto 10px;
  }

  .box-white .recent-badges-wrap .mytable .col {
    display: table;
    margin: auto auto 10px;
  }

  .box-white .grey-bg,
.task-icon-wrap {
    padding: 10px;
  }

  .nextlesson_wrap {
    height: auto;
    width: 100%;
  }

  .top-profile-section h3 {
    font-size: 17px;
  }

  .grey-bg h1 {
    font-size: 25px;
  }

  .current-task-wrap h2 {
    font-size: 20px;
  }

  .box-white-rounded h3,
.next_lessson_wrap h3,
.box-white h3 {
    font-size: 19px;
  }

  #main-content {
    min-height: inherit;
  }

  #courses-wrap {
    padding-bottom: 10px;
  }

  .chart_machine {
    min-width: auto;
  }

  .chosen-container-single .chosen-single span,
.relative .normal-select,
.aie-button.pace-forward,
.backtest-results p,
.backtest-table th,
.backtest-table td,
.fields span,
.ival {
    font-size: 14px;
  }

  .fields h4 {
    font-size: 16px;
  }

  .scan-backtest-tpl h4 {
    font-size: 18px;
  }

  .parent-backtest-table {
    overflow: scroll;
  }

  .course-content-wrapper {
    margin-top: 0;
  }

  .top30 {
    margin-top: 10px;
  }

  .logo {
    max-width: 180px;
  }

  #courses-wrap h1,
#courses-wrap h2 {
    font-size: 21px;
  }

  #courses-wrap .course-small-description,
.post-content,
.widget-content ul li {
    font-size: 14px;
  }

  .courses-list .table .col.col-3 {
    display: none;
  }

  .button-with-progress-wrap.small {
    float: right;
    margin-right: 10px;
    width: 100px;
  }

  .quiz-slick .slick-prev,
.quiz-slick .slick-next {
    font-size: 12px;
    padding: 8px 5px;
  }

  .page-quiz .back-green {
    margin-top: 80px !important;
  }

  .page-quiz .head-1 {
    width: 65%;
  }

  .page-quiz .head-2 {
    width: 35%;
  }

  .question-answer .row .col-sm-2 {
    margin-bottom: 5px;
  }

  .question-wrap .full-grey,
.question-answer {
    padding: 10px;
  }

  .material.page-profile .aie-button {
    font-size: 13px;
    min-width: auto;
    padding: 10px 15px;
  }

  .page-profile .contact-email {
    overflow-wrap: break-word;
  }

  .page-welcome .aie-button {
    padding: 8px;
  }

  #youtube-video-wrap iframe,
#youtube-video-wrap,
iframe#youtube-video-wrap {
    min-height: 250px;
  }

  #courses-wrap .cod-banner h3 {
    font-size: 20px;
  }

  #courses-wrap .cod-banner h3 span {
    font-size: 29px;
  }

  #courses-wrap .cod-banner h4 {
    font-size: 20px;
  }

  #courses-wrap .cod-banner h5,
.banner-live-streaming h3 {
    font-size: 15px;
  }

  .banner-live-streaming h3 span {
    font-size: 18px;
  }

  #courses-wrap.trade-details h1,
.trade-info .head h5 {
    font-size: 18px;
  }

  #courses-wrap.trade-details h1 span,
.trade-info .head h6 {
    font-size: 15px;
  }

  #courses-wrap.trade-details h1 span {
    padding-left: 10px;
  }

  .top-profile-section .col-xs-3,
.top-profile-section .col-xs-2 {
    display: none;
  }

  .terms-wrap a.aie-button.left,
.terms-wrap a.aie-button.right {
    display: block;
    float: none;
    margin: auto auto 10px;
    text-align: center;
  }

  .terms-wrap h2 {
    font-size: 25px;
  }

  .terms-wrap h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .logo {
    border: 0px solid orange;
  }
}
#app {
  min-height: 80vh;
}

/*-----------------------------------
 *
 *              Colors
 *
 *-----------------------------------
*/
.bg-light-grey {
  background-color: #eee;
}

/*-----------------------------------
 *
 *            Components
 *
 *-----------------------------------
*/
.badge-category-item:nth-child(even) {
  background: #eee;
}

ul.clean {
  list-style-type: none;
  padding-left: 0;
}

.social-links ul li:not(:last-child) {
  margin-right: 1em;
}

.aie-slider .aie-control-next {
  position: absolute;
  top: 120px;
}
.aie-slider .aie-control-next.prev-button {
  left: 10px;
}
.aie-slider .aie-control-next.next-button {
  right: 10px;
}

input[type=checkbox]:after {
  border: 2px solid #7ec159;
}

.btn:not(.dropdown-toggle),
.btn-secondary:not(.dropdown-toggle) {
  background-color: #27384c;
}

ul.settings-sidebar {
  display: block;
  font-size: 1.4em;
}
ul.settings-sidebar > li {
  margin: 0;
}
ul.settings-sidebar > li a {
  color: #6c757d;
  display: block;
  padding: 10px 15px;
}
ul.settings-sidebar > li a.active {
  color: #fff;
  background: #27384c;
}
ul.settings-sidebar > li a.active:hover {
  background-color: white;
  color: initial;
}
ul.settings-sidebar > li a:hover {
  background-color: #0e2037;
  color: white;
  text-decoration: none;
}

.social-links-rounded > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.social-links-rounded > li > a:hover {
  text-decoration: none;
}
.social-links-rounded > li:not(:last-child) {
  margin-right: 5px;
}

.video-list {
  font-size: 1.4em;
}

.featured-image-area {
  position: relative;
}
.featured-image-area:after {
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+49,0.51+98 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.51) 98%, rgba(0, 0, 0, 0.51) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#82000000",GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured-image-area .content-inside {
  position: absolute;
  padding: 10px;
  width: 100%;
  z-index: 2;
}
.featured-image-area .content-inside.bottom {
  bottom: 0;
}
.featured-image-area .content-inside.top {
  top: 0;
}

.form-group-with-icon-right {
  padding-left: 28px;
  position: relative;
}
.form-group-with-icon-right .form-control {
  padding: 10px;
}
.form-group-with-icon-right span.icon {
  left: 0;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.avatar-image-picker {
  position: relative;
}
.avatar-image-picker .btn-remove-selected {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.video-container .thumbnail-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.wistia_embed_parent {
  position: relative;
  margin-top: 20px;
}
.wistia_embed_parent .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

#youtube-video-embed {
  min-height: 450px;
}

.widget-banner {
  position: relative;
}
.widget-banner .widget-background-image {
  width: 100%;
}
.widget-banner .layer {
  text-align: center;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  width: 100%;
}

.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: white;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 0.45;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 0%;
  padding: 30px;
}

.content-details h3::before {
  content: "";
  display: block;
  height: 2px;
  left: 30px;
  position: absolute;
  width: 50px;
  background: #c3cfd8 none repeat scroll 0 0;
  bottom: 60%;
  transition: all 0.3s linear 0s;
}

.content-details h3 {
  font-size: 22px;
  font-weight: 900;
  margin: 0;
  color: #396161;
}

.content-details p {
  color: #44baad;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 60px;
}

body {
  font-family: "Raleway", sans-serif !important;
  line-height: 1.5;
}

.avatar-image-picker {
  outline: none;
  outline-offset: -10px;
  background: #93cc74b3;
  color: dimgray;
  padding: 10px 10px;
  height: 200px;
  width: 200px;
  position: absolute;
  z-index: 900;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
}

.fileinput-upload-button {
  opacity: 0;
  /* invisible but it's there! */
  width: 100%;
  min-height: 200px;
  position: absolute;
  z-index: 950;
  cursor: pointer;
}

.image-preview {
  position: absolute;
  width: 90%;
}

.btn-remove-selected {
  float: right;
  position: relative;
  z-index: 1000;
}

.line-green {
  border-bottom: 3px solid #7ec159;
  max-width: 70px;
  margin: 20px 0 40px;
}

.wtHolder {
  width: 100% !important;
  height: auto !important;
}

.header-standard {
  background-color: #ffffff !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.page-wrapper,
.disclaimer {
  background-color: #ffffff;
}

.header-title img {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .header-navigation .nav li a {
    color: #333333 !important;
  }
}
.tws {
  background-color: #e3f2fe !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #eeeeee !important;
}

.with-border {
  border: 1px solid white;
}

.badge-sq .badge-check {
  position: absolute;
  color: #7ec159 !important;
  top: -5px;
  left: 25px;
  -webkit-text-stroke-width: 0.15px;
  -webkit-text-stroke-color: white;
}

.badge-sq {
  position: relative;
}

.badge-side-div {
  max-width: 12.5%;
}

.container:before,
.container:after,
.row:before,
.row:after {
  content: normal !important;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  color: inherit;
}

.clickable {
  cursor: pointer !important;
}

.search-nav::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #90caf9 !important;
  opacity: 1;
  /* Firefox */
}

.search-nav:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #90caf9 !important;
  opacity: 1;
  /* Firefox */
}

.search-nav::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #90caf9 !important;
  opacity: 1;
  /* Firefox */
}

.text-wrap {
  word-break: break-word;
}

.light-green-header {
  background: #ebf7f6;
  padding-top: 50px;
  padding-bottom: 20px;
}

.padding20 {
  padding: 20px;
}

#trader .wistia_embed_parent {
  position: relative;
  width: 70%;
  margin: auto;
  margin-top: 50px;
}

#navbarDropdownMenuLink.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  color: #2ab0a2;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
}

/** PRELOADER **/
.child-links {
  display: none;
}

.drpbtn-full-width {
  width: 100%;
  text-align: center;
}

.main-preloader {
  position: fixed;
  top: 0;
  z-index: 999999;
  background: rgba(50, 50, 50, 0.85) none repeat scroll 0 0;
  width: 100%;
  height: 100%;
  display: none;
}

.main-preloader .inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20%;
  width: 100%;
}

.ploader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(55, 181, 168, 0.2);
  border-right: 1.1em solid rgba(55, 181, 168, 0.2);
  border-bottom: 1.1em solid rgba(55, 181, 168, 0.2);
  border-left: 1.1em solid #7ec159;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.ploader,
.ploader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**END preloader*/
body,
html {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

#main-content {
  min-height: 450px;
  border: 0px solid red;
}

.material .container {
  width: 1170px;
}

.material .btn:hover,
.material .btn:active,
.material .btn:focus {
  color: #fff;
  outline: none;
}

.material .input-field label,
.seminar-dates-list .small-font span {
  font-weight: normal;
}

.login-wrapper,
.forgotpass-wrapper {
  max-width: 400px;
  margin: auto;
  margin-top: 5%;
}

.forgot-pass {
  font-style: italic;
  margin-top: 20px;
  display: block;
  text-align: center;
}

.toast-success {
  background-color: #26a69a !important;
}

.top-menu::after {
  content: "";
  display: flex;
  clear: both;
}

ul#top-menu {
  border: 0px solid red;
  padding-left: 15px;
  display: flex;
  margin-bottom: 0px;
  padding: 6px 12px;
}

.top-menu > li {
  float: left;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-right: 18px;
}

.top-menu > li:last-child {
  margin-right: 0;
}

.top-menu > li a,
.top-menu-mobile > li a {
  font-size: 16px;
  font-weight: 500;
  color: #32373f;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.top-menu > li > a {
  padding: 6px 12px;
}

.top-menu > li.active > a {
  text-decoration: none;
  background: #c5cecb;
  border-radius: 12px;
  padding: 6px 12px;
}

.top-menu > li ul.sub-menu {
  display: none;
  border: 1px solid #d8d8d8;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  min-width: 180px;
  position: absolute;
  z-index: 9999;
  top: 100%;
}

.top-menu > li ul.sub-menu li {
  float: none;
  list-style: none;
}

.top-menu > li ul.sub-menu li a {
  text-transform: none;
  padding: 10px;
  display: block;
}

.top-menu > li ul.sub-menu li a:hover {
  text-decoration: none;
  background: #fafafa;
}

.top-menu > li:hover ul {
  display: block;
}

.footer {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer p {
  font-size: 14px;
  text-align: justify;
}

.annoucement-wrap {
  border: 1px solid #d8d8d8;
  padding: 20px;
  position: relative;
}

.annoucement-wrap a.close-announcement {
  color: #333333;
  position: absolute;
  right: 20px;
}

.annoucement-wrap a.close-announcement:hover {
  color: #5f5b5b;
}

.annoucement-wrap h1 {
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 20px;
}

.annoucement-wrap .feature-image {
  display: block;
  margin: auto;
  max-width: 231px;
  max-height: 312px;
}

a.aie-button {
  display: table;
  cursor: pointer;
}

.aie-button {
  font-weight: 500;
  font-size: 16px;
  background: #7ec159;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
}

button.aie-button {
  border: none;
}

input.aie-button {
  border: none;
  padding: 13px 40px;
}

.aie-button:hover,
.aie-button:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background: #34a398;
}

.aie-button.transparent {
  background: none;
  border: 1px solid #d8d8d8;
  color: #54b3fc;
}

.aie-button.transparent:hover {
  background: none;
  color: #65aadf;
}

.aie-button.transparent2 {
  background: none;
  border: 1px solid #d8d8d8;
  color: #7ec159;
}

.aie-button.fifteen,
.widget p.fifteen,
.page-welcome .small-font,
.fixed-height.small-font {
  font-size: 15px;
}

.widget p.fifteen {
  font-weight: 400;
}

.aie-button.full-width {
  width: 100%;
  text-align: center;
}

.aie-button.medium {
  min-width: 180px;
  text-align: center;
}

.aie-button.resume {
  background: #54b3fc;
}

.aie-button.small {
  font-size: 13px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.course-content-wrapper {
  padding-top: 20px;
}

.widget {
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

.widget .title {
  font-weight: 400;
  font-size: 20px;
  padding: 12px 20px;
}

.widget .widget-content {
  padding: 12px 20px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.widget .widget-content.no-border-bottom {
  border-bottom: none;
}

.widget .widget-content.no-border-top {
  border-top: none;
}

.widget .widget-content.no-border {
  border-bottom: none;
  border-top: none;
}

.widget .widget-content.grey {
  background: #fafafa;
  font-size: 16px;
}

.widget .widget-content.grey .titles {
  font-size: 16px;
  font-weight: normal;
}

.widget .title.grey,
.full-grey {
  background: #fafafa;
}

.widget a.aie-button {
  margin: 20px auto auto;
  width: 100%;
  text-align: center;
}

.pad10 {
  padding-top: 10px;
}

.widget-content .row,
.widget-content p {
  font-size: 14px;
  font-weight: 600;
}

.widget-content p.normal {
  font-size: 18px;
  font-weight: normal;
}

.widget-content .row span {
  font-size: 13px;
  font-weight: normal;
}

.widget-content img {
  margin-right: 10px;
}

.widget img.thumb {
  max-width: 100%;
  min-width: 100%;
}

.widget .widget-content-image .resume-progress {
  background: rgba(173, 218, 252, 0.85) none repeat scroll 0 0;
  margin-top: -4px;
}

ul.social,
ul.badge-system {
  display: table;
  margin: 0;
  padding: 0;
  width: 60%;
}

ul.social li,
ul.badge-system li {
  display: table-cell;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

ul.badge-system {
  width: 100%;
}

ul.badge-system li .circle {
  min-height: 30px;
  min-width: 30px;
  max-width: 30px;
  max-height: 30px;
  background: #b5b5b5;
  position: relative;
  margin: auto;
  border-radius: 50px;
}

ul.badge-system li .circle img {
  position: absolute;
  max-height: 22px;
  max-width: 25px;
  top: 14%;
  left: 19%;
}

ul.badge-system.big li .circle img {
  max-width: 32px;
  max-height: 36px;
  top: 13%;
  left: 18%;
}

ul.badge-system li .circle img.badge-1 {
  left: 30%;
  margin: 0;
  top: 10%;
}

ul.badge-system li .circle img.badge-2 {
  left: 21%;
  margin: 0;
  top: 18%;
}

ul.badge-system li .circle img.badge-3 {
  left: 23%;
  margin: 0;
  top: 18%;
}

ul.badge-system li .circle img.badge-4 {
  left: 22%;
  margin: 0;
  top: 15%;
}

ul.badge-system li .circle img.badge-5 {
  left: 22%;
  margin: 0;
  top: 18%;
}

ul.badge-system li .circle.active {
  background: #7ec159;
}

#content-left-parent {
  width: 74.6667%;
}

#content-right-parent {
  width: 25.3333%;
}

ul.badge-system.big li .circle {
  min-height: 40px;
  min-width: 40px;
  max-width: 40px;
  max-height: 40px;
}

ul.badge-system.big li img.badge-1 {
  max-width: 16px;
}

ul.badge-system.big li img.badge-2 {
  max-width: 24px;
}

ul.badge-system.big li img.badge-3 {
  max-width: 21px;
}

ul.badge-system.big li img.badge-4 {
  left: 24%;
  max-width: 20px;
}

ul.badge-system.big li img.badge-5 {
  left: 24%;
  max-width: 21px;
  top: 19%;
}

ul.badge-system.normal-width {
  width: 38%;
  border: 0px solid red;
}

.help-block.form-error,
p.small-font {
  font-size: 14px;
}

#courses-wrap h1,
#courses-wrap h2 {
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
}

#courses-wrap h2 {
  font-size: 24px;
}

#courses-wrap h1.medium {
  font-size: 20px;
}

.line-green {
  border-bottom: 3px solid #7ec159;
  max-width: 70px;
}

.line-green.grey {
  border-bottom: 3px solid #bbbbbb;
}

#courses-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}

#courses-wrap.noborder {
  border-bottom: none;
}

#courses-wrap h3 {
  font-size: 18px;
  font-weight: normal;
}

.clear {
  clear: both;
}

#courses-wrap ul.course,
#courses-wrap ul.course li {
  margin: 0;
  padding: 0;
}

#courses-wrap ul.course li {
  float: left;
  border: 0px solid red;
  list-style: none;
  max-width: 256px;
  min-height: 330px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#courses-wrap ul.course li img {
  max-width: 256px;
  min-width: 256px;
  max-height: 189px;
  min-height: 189px;
}

#courses-wrap ul.course {
  border: 0px solid blue;
  padding-top: 30px;
}

#courses-wrap ul.course li .inner {
  border: 0px solid red;
  padding: 15px;
}

#courses-wrap ul.course li p {
  font-weight: 400;
}

#courses-wrap .course-small-description,
.post-content,
.widget-content ul li,
#sclub_wrap p,
#sclub_wrap ul li,
#sclub_wrap ol li {
  font-size: 15px;
}

.widget-content ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.resume-progress {
  height: 4px;
  background: #addafc;
  position: relative;
}

.percent {
  position: absolute;
  left: 0;
  height: 4px;
  background: #4a9ddc;
}

.page-index .content-left {
  width: 100%;
}

.content-left {
  border: 0px solid orange;
  width: 95%;
}

.courses-list .row {
  margin-left: 0px;
  margin-right: 0px;
  border: 0px solid red;
}

.courses-list span {
  font-size: 16px;
}

lenght {
  font-size: 14px;
}

.button-with-progress-wrap.small {
  max-width: 160px;
}

.button-with-progress-wrap a {
  padding: 8px;
}

.button-with-progress-wrap.green a {
  background: #71cac0;
}

.button-with-progress-wrap.green a:hover {
  background: #52c9bc;
}

.button-with-progress-wrap.blue a {
  background: #54b3fc;
}

.button-with-progress-wrap.blue a:hover {
  background: #6dbcf8;
}

.button-with-progress-wrap.grey a {
  background: #c2c9c9;
}

.button-with-progress-wrap.grey a:hover {
  background: #cbd1d1;
}

.button-with-progress-wrap.green .resume-progress {
  background: #a5e4dd;
}

.button-with-progress-wrap.green .resume-progress .percent {
  background: #3daa9f;
}

.courses-list {
  padding-bottom: 20px;
}

.courses-list .table {
  display: table;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.courses-list .table.even {
  background: #fafafa;
}

.courses-list .table.border-top {
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}

.courses-list .table.border-bottom,
.border-bottom {
  border-bottom: 1px solid #d8d8d8;
}

.center {
  text-align: center;
}

.courses-list .table .col {
  display: table-cell;
  vertical-align: middle;
}

.courses-list .table .col.col-1 {
  width: 6%;
}

.courses-list .table .col.col-2 {
  width: 30%;
  font-weight: 500;
}

.courses-list .table .col.col-3 {
  width: 20%;
}

.courses-list .table .col.col-4 {
  width: 20%;
}

.attachment-wrap p {
  font-size: 16px;
}

.attachment-wrap i,
.widget-course-list i,
.back-green {
  color: #7ec159;
  font-size: 25px;
}

.widget-course-list i {
  font-size: 17px;
}

.widget-course-list a {
  color: #333;
  font-weight: normal;
}

.widget-course-list a.watch,
.widget-course-list a.active {
  font-weight: 600;
}

.widget-course-list a.active {
  color: #54b3fc;
}

.widget-course-list a.prev i,
.widget-course-list a.next i {
  color: #333;
  font-size: 20px;
}

.widget-course-list a.prev.disabled i,
.widget-course-list a.next.disabled i {
  color: #d8d8d8;
  cursor: text;
}

.wistia_embed_parent {
  position: relative;
  /*width:90%;*/
}

.wistia_embed_parent img {
  max-width: 100%;
  min-height: 450px;
}

.wistia_embed {
  /*width:95%;
  height:400px;*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
}

.video_loader {
  font-size: 14px;
  display: block;
  margin-top: 25%;
}

.course-small-description + [data-readmore-toggle],
a.course-small-description[data-readmore] {
  font-size: 14px;
}

.progress-wrap {
  height: 5px;
  background: #e5e5e5;
  position: relative;
}

.progress-wrap ._progress {
  background: #54b3fc;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.bottom10 {
  margin-bottom: 10px;
}

.mytable {
  display: table;
}

.mytable .col {
  display: table-cell;
}

.widget-course-list .mytable .col-1 {
  width: 20px;
}

/**  LOADER 2 **/
#fountainG {
  position: relative;
  width: 120px;
  height: 14px;
  margin: auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: #37b5a8;
  width: 14px;
  height: 14px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 15px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 30px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 45px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 60px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 75px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 90px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 105px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgba(55, 181, 168, 0.94);
  }
  100% {
    transform: scale(0.3);
    background-color: white;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgba(55, 181, 168, 0.94);
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: white;
  }
}
/**  END LOADER 2 **/
.box-grey {
  border: 1px solid #d8d8d8;
  padding: 20px 30px;
  font-size: 14px;
}

.box-grey label {
  font-weight: normal;
  font-size: 14px;
}

.box-grey p {
  font-size: 16px;
  margin: 0;
}

.page-profile h1.medium {
  margin: 0;
  margin-bottom: 10px;
}

.material .input-field label {
  left: 0;
}

.material .select-wrapper .caret {
  border-top: 0px;
}

.material .intl-tel-input {
  width: 90%;
}

.material .header {
  padding-bottom: 0;
}

.error_msg {
  font-size: 14px;
  color: red;
}

.sequence_nav {
  margin: 0;
  padding: 0;
}

.sequence_nav li {
  list-style: none;
  position: relative;
  min-height: 90px;
}

.sequence_nav li p {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  text-transform: uppercase;
}

.sequence_nav .rounded,
.sequence_nav_mobile .rounded {
  border: 1px solid #d8d8d8;
  height: 48px;
  width: 48px;
  display: block;
  margin: auto;
  position: relative;
  border-radius: 30px;
  -khtml-border-radius: 30px;
}

.sequence_nav li.active .rounded {
  background: #effaf9;
  border: 1px solid #5cc3b8;
}

.sequence_nav li.active p,
.sequence_nav li.done p {
  font-weight: 600;
  text-transform: uppercase;
}

.icon_terms_condition,
.icon_welcome,
.icon_workshop,
.icon_conference,
.icon_service,
.icon_finish {
  display: block;
  background: url(../images/termsncondition@2x.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  width: 16px;
  height: 14px;
  top: 16px;
  left: 16px;
}

.icon_welcome {
  background: url(../images/welcome@2x.png) no-repeat center top;
  background-size: 100%;
  width: 14px;
  height: 16px;
  top: 15px;
  left: 17px;
}

.active .icon_welcome {
  background: url(../images/welcome-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.icon_workshop {
  background: url(../images/workshop@2x.png) no-repeat center top;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 16px;
  left: 16px;
}

.active .icon_workshop {
  background: url(../images/workshop-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.icon_conference {
  background: url(../images/conference@2x.png) no-repeat center top;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 16px;
  left: 16px;
}

.active .icon_conference {
  background: url(../images/conference-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.icon_service {
  background: url(../images/personalize@2x.png) no-repeat center top;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 16px;
  left: 16px;
}

.active .icon_service {
  background: url(../images/personalize-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.icon_finish {
  background: url(../images/finish@2x.png) no-repeat center top;
  background-size: 100%;
  width: 15px;
  height: 16px;
  top: 16px;
  left: 17px;
}

.active .icon_finish {
  background: url(../images/finish-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.sequence_nav .active.done .rounded,
.sequence_nav .done .rounded {
  background: #7ec159;
}

.sequence_nav .active.done .rounded .icon,
.sequence_nav .done .rounded .icon {
  background: url(../images/check@2x.png) no-repeat center top;
  background-size: 100%;
  width: 16px;
  height: 14px;
  top: 16px;
  left: 16px;
}

.bordered {
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
}

.fixed-height {
  max-height: 290px;
  min-height: 290px;
  overflow: scroll;
  overflow-x: hidden;
}

.page-welcome #video-parent-wrap {
  max-width: 800px;
  min-height: 450px;
  overflow: hidden;
}

.horizontal-line {
  background: #d8d8d8;
  height: 30px;
  left: 33px;
  position: absolute;
  top: 60%;
  width: 2px;
  z-index: 1;
}

.right {
  float: right;
}

.left {
  float: right;
}

.seminar-header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.seminar-header img {
  padding-right: 15px;
}

select.inputs,
textarea.inputs {
  border: 1px solid #d8d8d8;
  padding: 7px;
  font-size: 15px;
}

.page-welcome select.inputs,
.page-welcome textarea.inputs {
  width: 95%;
}

.image-responsive {
  width: 100%;
  height: auto;
}

.seminar-dates-list .small-font {
  font-weight: 600;
}

/***  QUIZ ***/
.quiz-slick {
  position: relative;
}

.question-wrap {
  border: 1px solid #d8d8d8;
}

.question-wrap .full-grey {
  border-bottom: 1px solid #d8d8d8;
}

.quiz-slick .slick-prev,
.quiz-slick .slick-next {
  position: absolute;
  bottom: -70px;
}

.quiz-slick .slick-prev {
  left: 0;
}

.quiz-slick .slick-next {
  right: 0;
}

.question-wrap .full-grey,
.question-answer {
  padding: 10px 25px;
  margin: 0;
}

.back-green {
  display: table;
}

.back-green i,
.back-green span {
  display: table-cell;
  vertical-align: middle;
}

.back-green span {
  padding-left: 5px;
}

div.sweet-alert h2 {
  font-size: 18px;
}

.quiz-results {
  background: #fff;
  display: table;
  float: right;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
}

.quiz-finish-wrap,
.forgotpass-wrapper,
.mobile-menu-wrap,
.top-menu-mobile {
  display: none;
}

.quiz-finish-wrap .full-grey {
  border: 1px solid #d8d8d8;
}

.requiz-wrap {
  text-align: left;
  margin-top: 20px;
}

.badge.wrong {
  background: #c7254e;
  color: #fff;
}

.badge.correct {
  background: #7ec159;
  color: #fff;
}

.correct {
  color: #7ec159;
}

.wrong {
  color: #c7254e;
}

.requiz-question-wrap ul {
  padding: 0;
}

.requiz-question-wrap ul li {
  list-style: none;
  padding-bottom: 5px;
}

.requiz-question-wrap ul li i {
  padding-right: 10px;
}

.timer-wrap {
  margin-top: 30px;
}

/* Icon 1 */
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #7ec159;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon1.open span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
}

/* Icon 1 */
.mobile-menu-wrap {
  display: none;
  float: right;
  width: 31px;
  margin-top: 8px;
}

.top-menu-mobile {
  background: #fafafa;
  margin: 0;
  padding: 0;
  border: 0px solid red;
  margin-top: 10px;
}

.top-menu-mobile li {
  list-style: none;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10px;
  padding-bottom: 5px;
}

.top-menu-mobile li a {
  display: block;
}

.top-menu-mobile li ul li {
  border-bottom: none;
}

.sequence_nav_mobile {
  border: 1px solid red;
  margin-bottom: 20px;
}

.sequence_nav_mobile li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.page-index #courses-wrap ul.course li p {
  max-height: 58px;
  min-height: 58px;
  overflow: hidden;
  /*white-space: nowrap;
  text-overflow: ellipsis;*/
}

.page-welcome .aie-button.steps2 {
  margin-right: 45px;
}

.aie-button.disabled-button {
  pointer-events: none !important;
  background: #7ed8cf !important;
}

ul.badge-system.big li .circle.badge_1 img {
  left: 35%;
  top: 15%;
}

ul.badge-system.big li .circle.badge_2 img {
  left: 27%;
  top: 19%;
}

ul.badge-system.big li .circle.badge_3 img {
  left: 23%;
  top: 21%;
}

ul.badge-system.big li .circle.badge_4 img {
  left: 24%;
  top: 18%;
}

ul.badge-system.big li .circle.badge_5 img {
  left: 27%;
  top: 21%;
}

ul.badge-system li .circle.badge_1 img {
  left: 30%;
  top: 13%;
}

ul.badge-system li .circle.badge_2 img {
  left: 26%;
  top: 13%;
}

ul.badge-system li .circle.badge_3 img {
  left: 15%;
  top: 13%;
}

ul.badge-system li .circle.badge_4 img {
  left: 25%;
  top: 13%;
}

ul.badge-system li .circle.badge_5 img {
  left: 20%;
  top: 13%;
}

#youtube-video-wrap {
  max-width: 800px;
  min-height: 450px;
  overflow: hidden;
  background: #333;
}

#youtube-video-wrap iframe {
  min-height: 450px;
}

#sidebar-banner img {
  max-width: 100%;
}

/** NEW CODE 2017 */
.cod-banner {
  max-width: 800px;
  min-height: 434px;
  position: relative;
}

.cod-banner .layer {
  /*left: 60px;
  position: absolute;
  text-align: center;
  top: 60px;
  width: auto;*/
  bottom: 60px;
  left: 22%;
  position: absolute;
  text-align: center;
  width: auto;
}

.cod-banner img,
.widget img,
.banner-live-streaming img {
  max-width: 100%;
  height: auto;
}

.cod-banner img {
  width: 100%;
}

#courses-wrap .cod-banner h3 {
  font-size: 59px;
  color: #62acf2;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}

#courses-wrap .cod-banner h3 span {
  font-size: 69px;
  display: block;
}

#courses-wrap .cod-banner h4 {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: none;
}

#courses-wrap .cod-banner h5 {
  font-size: 19px;
  color: #555555;
  font-weight: normal;
  margin-bottom: 30px;
  display: none;
}

.cod-banner a.aie-button {
  margin: auto;
}

.page-home .percentage-progress {
  text-align: right;
}

.page-home .percentage-label {
  /*color:#bdbdbd;*/
  font-size: 16px;
  font-weight: normal;
}

.widget.banner-live-coaching,
.banner-live-streaming {
  text-align: center;
  position: relative;
  border: none;
}

.widget.banner-live-coaching .layer {
  bottom: 50px;
  position: absolute;
  width: 100%;
}

.banner-live-coaching h5 {
  font-size: 16px;
  color: #e47d9c;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.banner-live-coaching h3 {
  font-size: 26px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: inherit;
}

.banner-live-coaching p {
  font-size: 13px;
  color: #333333;
  margin-bottom: 40px;
}

.widget.banner-live-coaching a.aie-button,
.banner-live-streaming a.aie-button,
.banner-howto-tws a.aie-button {
  margin: auto;
  width: auto;
}

.banner-live-streaming {
  margin-bottom: 25px;
}

.banner-live-streaming .layer {
  bottom: 35px;
  position: absolute;
  width: 100%;
}

.banner-live-streaming h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}

.banner-live-streaming h3 span {
  color: #e46189;
  font-size: 32px;
}

.top40 {
  margin-top: 40px;
}

.banner-live-coaching.banner-open-tws h5 {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
}

.banner-live-coaching.banner-open-tws h3 {
  color: #62acf2;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-open-tws img.interactive-logo {
  margin-bottom: 30px;
}

.widget.banner-live-coaching.banner-open-tws .layer {
  bottom: 40px;
}

.banner-howto-tws {
  background: #e3f2fe;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.banner-howto-tws h5 {
  font-size: 20px;
  color: #333333;
  margin: 0 0 5px;
}

.banner-howto-tws h3 {
  font-size: 30px;
  color: #62acf2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
}

.banner-howto-tws h4 {
  font-size: 25px;
  color: #62acf2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
}

.banner-howto-tws img {
  margin: 0 0 30px;
}

/* MYTRADING */
.trade-list td {
  font-size: 15px;
}

#courses-wrap.trade-details h1 {
  font-size: 22px;
}

#courses-wrap.trade-details h1 span {
  font-size: 17px;
  padding-left: 15px;
}

span.indent {
  padding-left: 15px;
}

.video_wrap {
  /* background:#ccc; */
  min-height: 374px;
  width: 100%;
  margin-bottom: 20px;
  /* border:1px solid #ccc; */
  position: relative;
}

.video_wrap #video_wrapper {
  position: absolute !important;
}

#courses-wrap.trade-details h3 a.view_chart {
  display: table;
  float: right;
}

#courses-wrap.trade-details h3 {
  border-bottom: 1px solid #bcbcbd;
  padding-bottom: 10px;
  color: #7ec159;
}

#courses-wrap.trade-details img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.tbl {
  display: table;
  width: 100%;
}

.tbl .col {
  display: table-cell;
  vertical-align: middle;
}

.trade-info .head {
  background: #68979d;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
  color: #fff;
}

.trade-info .head h5,
.trade-info .head h6 {
  margin: 0;
  padding: 0;
}

.trade-info .head h5 {
  font-size: 20px;
  font-weight: 400;
}

.trade-info .head h6 {
  font-size: 17px;
  font-weight: 400;
}

.trade-info .head i {
  font-size: 30px;
}

.trade-info {
  margin-bottom: 20px;
}

.trade-info .body {
  background: none;
  color: inherit;
  border: 1px solid #d8d8d8;
  border-top: 0;
}

.trade-info .body ul,
.trade-info .body ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.trade-info .body ul li {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.trade-info .body ul li span {
  background: #f9f9f9;
  position: relative;
}

.trade-info .body ul li span.a {
  float: left;
  padding-right: 5px;
}

.trade-info .body ul li span.b {
  float: right;
  padding-left: 5px;
}

.trade-info .body p,
.trade-info .body h3 {
  text-align: center;
  font-size: 14px;
}

.trade-info .body h3 {
  font-size: 18px;
  color: #7ec159;
}

.trade-info .body ul li:after {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  white-space: nowrap;
  width: 0;
  float: left;
}

.blue-body {
  background: #d0ddec;
}

.blue-body table {
  width: 100%;
  font-size: 14px;
}

.blue-body table .indent {
  text-indent: 5px;
}

.trade-info .inner {
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 20px;
}

/* MYTRADING */
.video_wrap #eduvideo_wrapper {
  position: absolute !important;
}

.video_wrap.rackspace_video {
  min-height: 430px;
}

.wistia-video-wrap {
  width: 100%;
  margin: auto;
  position: relative;
}
.wistia-video-wrap #wistia_chrome_23 {
  border-radius: 10px !important;
  border: 1px solid #898989;
}
.wistia-video-wrap .w-css-reset {
  background-color: transparent !important;
}

.sidebar-video {
  margin-top: 10px;
}

.wistia-close-video {
  color: #333333;
  position: absolute;
  right: -20px;
  top: -15px;
  z-index: 10;
}

/* TRADER RESOURCES */
.search-wrap {
  border: 0px solid red;
  padding: 50px;
  padding-left: 0px;
  padding-right: 0px;
}

.search-wrap .inner {
  border: 0px solid red;
  padding-left: 50px;
  padding-right: 50px;
}

.search-wrap input {
  padding: 15px;
  font-size: 18px;
  border: 2px solid #c3cfd8;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  width: 87%;
  font-weight: normal;
  vertical-align: top;
}

.search-wrap button {
  background: #c3cfd8;
  border: none;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  color: #fff;
  font-size: 28px;
  margin-left: 30px;
  padding: 15px 30px;
  vertical-align: top;
}

.mansory-wrap {
  border: 0px solid red;
  margin-top: 60px;
}

.mansory-wrap .item {
  width: 361px;
  max-width: 361px;
  float: left;
  position: relative;
}

.mansory-wrap .item img {
  max-width: 100%;
  transition: all 0.3s linear 0s;
}

.mansory-wrap .item:hover img {
  opacity: 0.5;
}

.item .inner-content {
  border: 0px solid blue;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 30px;
}

#content-left-parent.tr-resource {
  width: 100%;
}

#content-left-parent.tr-resource .content-left {
  margin: auto;
}

#courses-wrap .item .inner-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

#courses-wrap .item .inner-content h3:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 30px;
  position: absolute;
  width: 50px;
  background: #c3cfd8 none repeat scroll 0 0;
  bottom: 70%;
  transition: all 0.3s linear 0s;
}

#courses-wrap .item .inner-content h3:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 30px;
  position: absolute;
  width: 0px;
  background: none;
  bottom: 70%;
  transition: all 0.3s linear 0s;
}

#courses-wrap .item:hover .inner-content h3:after {
  background: #1e8ad2;
  width: 50px;
}

#courses-wrap .item:hover .inner-content h3:before {
  width: 0;
}

.item .inner-content .click-here {
  color: #1e8ad2;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 60px;
}

.item .inner-content .click-here:hover {
  text-decoration: none;
  color: #333;
}

.item .inner-content .click-here:active,
.item .inner-content .click-here:focus {
  outline: none;
  text-decoration: none;
}

.s_field_wrap {
  position: relative;
  display: inline;
  border: 0px solid green;
}

.s_loader {
  background: url(../images/loader-green.svg) no-repeat center top;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 15px;
  width: 24px;
  display: none;
}

.search-wrap .dropdown-menu {
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
}

.search-wrap .dropdown-menu li a {
  font-size: 18px;
  padding: 5px 15px;
  background: none;
}

.search-wrap .dropdown-menu li a:hover {
  background: none;
}

#courses-wrap .post-search-wrap h3 {
  color: #333;
}

#courses-wrap .post-search-wrap p {
  color: #333;
  font-size: 14px;
}

.search-wrap .dropdown-menu li a.link {
  padding: 0;
  color: #333;
  font-weight: 600px;
}

.search-wrap .dropdown-menu li a.link:hover,
.search-wrap .dropdown-menu li a.link:active,
.search-wrap .dropdown-menu li a.link:focus {
  color: #1e8ad2;
  text-decoration: none;
}

.search-wrap .dropdown-menu li i {
  color: #1e8ad2;
  padding-right: 10px;
}

.post-search-wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.search-wrap .dropdown-menu li:last-child .post-search-wrap {
  border-bottom: none;
}

.top-menu ul li.active a {
  color: #7ec159;
  border-bottom: 0px;
}

.tr_search_not_found {
  padding-left: 5px;
  display: none;
}

#trader_resources.wistia-video-wrap {
  width: 70%;
}

#top-menu.top-menu li ul li ul {
  display: none;
  position: absolute;
  border: none;
  top: 0;
  left: 100%;
  border: 1px solid #d8d8d8;
}

#top-menu.top-menu li ul li:hover ul {
  display: block;
}

/** 2 day bootcamp **/
.bootcamp_selection_date {
  margin: 30px auto 40px;
  max-width: 450px;
}

.bootcamp_selection_date select {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 10px;
}

.bootcamp_selection_date .aie-button {
  display: block;
  margin: auto;
}

.page-home .layer a.aie-button {
  font-size: 20px;
}

.progress-cc-wrap {
  max-width: 800px;
}

/** BADGE UPDATE CSS */
.badge-home .header {
  margin-bottom: 0px;
  border-bottom: 0;
}

.green-header {
  background: #7ec159;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.top-profile-section .mytable .col {
  vertical-align: middle;
}

.top-profile-section h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 25px 0 0;
}

.top-profile-section p.email,
.box-white p,
.badge-all .green-header p,
.badge-content p {
  font-size: 15px;
  margin: 0;
}

.col-avatar,
.col-badge,
.pad-righ15 {
  padding-right: 15px;
}

.pad-righ25 {
  padding-right: 25px;
}

.pad-righ10 {
  padding-right: 10px;
}

.pad-left25 {
  padding-left: 25px;
}

.top-profile-section img.avatar {
  /*margin-bottom:-60px;
  max-width:128px;
  max-height:128px;
  min-width:128px;
  min-height:128px;
  border:3px solid #fff;
  -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px;*/
}

.light-green-header {
  background: #ebf7f6;
  padding-top: 50px;
  padding-bottom: 20px;
}

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

.top-profile-section p.light,
.next_parent_wrap p.light {
  font-size: 16px;
  font-weight: 200;
  margin: 0;
}

.top-profile-section h5,
.next_parent_wrap h5 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.badge-circle {
  width: 80px;
  height: 80px;
  background: none;
  border-radius: 50px;
  border: 4px solid #9bdad4;
  position: relative;
}

.yellow-badge {
  background: url(../images/badge/yellow-bagde.png) no-repeat center top;
  background-size: cover;
  width: 35px;
  height: 41px;
  left: 28%;
  position: absolute;
  top: 23%;
  z-index: 1;
}

.col-badge .c100 {
  float: none;
  height: 80px;
  width: 80px;
  background-color: #9bdad4;
  margin: 0;
}

.col-badge .c100 .bar {
  border: 0.08em solid #12746a;
  height: 0.85em;
  width: 0.85em;
}

.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  border: 0.08em solid #12746a;
}

.c100.p100 .fill {
  height: 0.85em;
  width: 0.85em;
}

.col-badge .c100::after {
  background-color: #7ec159;
}

i.check {
  display: block;
  height: 12px;
  left: 29%;
  position: absolute;
  top: 36%;
  width: 16px;
  background: url(../images/badge/check.png) no-repeat center top;
  background-size: cover;
}

.col-right .mytable {
  margin-left: 50px;
}

.light-green-header h4,
.box-white h3,
.current-task-wrap h2,
.trader-comm-wrap h3,
.badge-content .mytable h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
}

.box-white {
  background: #fff;
  border: 1px solid #d8d8d8;
}

.mytable.vertical-center .col {
  vertical-align: middle;
}

.mytable.vertical-top .col {
  vertical-align: top;
}

.box-white img.nextlesson {
  /*max-width:180px;
  max-height:213px;
  height:213px;*/
}

.nextlesson_wrap {
  /*width:180px;*/
  /*width:213px;
  height:213px;*/
  height: 213px;
  width: 256px;
}

.box-white h3 {
  font-size: 22px;
  margin: 0;
}

.box-white p {
  margin-top: 8px;
  margin-bottom: 15px;
}

.box-white .inner {
  padding: 19px;
}

.grey-bg {
  background: #fafafa;
}

.bull-badge .c100 {
  float: none;
  background-color: #fff;
  margin: 0;
  box-shadow: 1px 1px 2px 1px #ccc;
}

.bull-badge .c100 .bar {
  border: 0.08em solid #f9c650;
}

.bull-badge .c100::after {
  background-color: transparent;
}

.bull-badge-icon {
  height: 70px;
  width: 70px;
  /*z-index:1;*/
  position: absolute;
  left: 5px;
  top: 5px;
  background: url(../images/badge/bull-bagde.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap {
  width: 98px;
  height: 110px;
  border: 0px solid red;
  background: url(../images/badge/yellow-bagde@2x.png) no-repeat center top;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.badge-wrap.badge-violet {
  background: url(../images/badge/violet-badge@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-green {
  background: url(../images/badge/green-badge@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-blue {
  background: url(../images/badge/blue-bagde@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-lightblue {
  background: url(../images/badge/light-blue@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-red {
  background: url(../images/badge/red-badge@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-grey {
  background: url(../images/badge/grey-bagde@2x.png) no-repeat center top;
  background-size: cover;
  transform: scale(0.9);
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
}

/* HOVER EFFECt */
.badge-wrap.badge-grey:hover .lock {
  display: none;
}

.badge-wrap.badge-grey:hover {
  background: url(../images/badge/yellow-bagde@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-blue:hover {
  background: url(../images/badge/blue-bagde@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-violet:hover {
  background: url(../images/badge/violet-badge@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-red:hover {
  background: url(../images/badge/red-badge@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-lightblue:hover {
  background: url(../images/badge/light-blue@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-green:hover {
  background: url(../images/badge/green-badge@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

/* END HOVER EFFECt */
.badge-wrap.small {
  width: 43px;
  height: 47px;
}

.badge-wrap.small img {
  max-width: 19px;
  max-height: 19px;
}

.box-white .grey-bg .mytable .col {
  border: 0px solid red;
}

.box-white .grey-bg .mytable .col.badge-col,
.trader-comm-wrap .recent_badges_wrap .badge-col {
  width: 70px;
}

.box-white .badge-wrap {
  margin: auto;
}

.badge-wrap .check {
  height: 38px;
  width: 38px;
  background: url(../images/badge/checkgreen@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap .lock {
  height: 33px;
  width: 25px;
  background: url(../images/badge/lock-icon@2x.png) no-repeat center top;
  background-size: cover;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.badge-wrap.small .lock {
  background-size: 100% 100%;
  height: 20px;
  width: 18px;
}

.badge-wrap.small .check {
  height: 21px;
  position: absolute;
  right: -10px;
  top: -5px;
  width: 21px;
}

.box-white .grey-bg .mytable {
  width: 100%;
}

.box-white .grey-bg {
  font-size: 13px;
}

.grey-bg a {
  color: #7ec159;
  text-transform: uppercase;
  font-weight: 500;
}

.current-task-wrap h2 {
  font-size: 22px;
}

.task-icon-wrap {
  background: #fff0cc;
  min-width: 165px;
  padding: 15px 0;
  display: table-cell;
  text-align: center;
}

.current_task_bg.default {
  background: #fff0cc;
}

.task-icon-wrap.violet,
.task-icon-wrap.badge-violet,
.current_task_bg.badge-violet {
  background: #e5dffe;
}

.task-icon-wrap.badge-lightblue,
.current_task_bg.badge-lightblue {
  background: #cedcf4;
}

.task-icon-wrap.badge-blue,
.current_task_bg.badge-blue {
  background: #abe9f4;
}

.task-icon-wrap.badge-red,
.current_task_bg.badge-red {
  background: #fbd1cc;
}

.task-icon-wrap.badge-green,
.current_task_bg.badge-green {
  background: #c7e5b2;
}

.mytable.cols-3 .col-3 {
  width: 25%;
  text-align: center;
}

.aie-button.auto {
  margin: auto;
}

.current-task-wrap .box-white {
  margin-bottom: 30px;
}

.current-task-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.current-task-wrap h2.top20 {
  padding-top: 10px;
}

.trader-comm-wrap {
  border: 1px solid #d8d8d8;
  background: #fafafa;
  /*padding:50px 20px 30px;*/
  position: relative;
  border-top: 0;
}

.trader-comm-wrap .col {
  text-align: center;
  margin-bottom: 10px;
}

.trader-comm-wrap h3,
.badge-content .mytable h2,
.trader-comm-wrap .mytable .col p {
  font-size: 18px;
}

.trader-comm-wrap p {
  font-size: 13px;
  width: 90%;
  margin: auto;
}

.trader-comm-wrap .badge-wrap {
  margin: auto;
}

.badge-wrap.big .check {
  position: absolute;
  right: -10px;
  top: 0;
}

.progress-trader-wrap {
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #c5f0ec;
}

.progress-trader-wrap .progress-trader-bar {
  background: #7ec159;
  height: 6px;
}

.badge-all .green-header .container,
.badge-content,
.text-center {
  text-align: center;
}

.badge-all .green-header h2 {
  font-size: 32px;
  font-weight: 400;
}

.badge-all .green-header p {
  margin: auto;
  width: 48%;
}

.badge-all .green-header {
  padding-bottom: 35px;
}

.badge-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.badge-content h3 {
  font-size: 26px;
  font-weight: 400;
}

.line-green.auto {
  margin: 20px auto auto;
}

.badge-content .mytable {
  margin: auto;
}

.badge-content .mytable .col {
  max-width: 250px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.badge-content .mytable p {
  font-size: 14px;
  margin: auto;
}

.badge-content .line-green {
  margin-bottom: 50px;
  margin-top: 30px;
}

.current-task-wrap .box-white h3,
.trader-comm-wrap h3,
.badge-content h2,
.next_lessson_wrap h3 {
  text-transform: capitalize;
}

.current-task-wrap .box-white .col-2 {
  width: 70%;
}

.current_task_readmore {
  max-height: 45px;
}

.current-task-wrap .pad-left25 a {
  font-size: 15px;
  color: #7ec159;
  margin-top: -10px;
}

.badge-wrap-center {
  display: table;
  margin: auto;
}

.recent_badges_wrap .badge-col {
  text-align: center;
}

.current-task-wrap .pad-left25 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.col-profile-info-mobile,
.upload-action-save {
  display: none;
}

.mytable-center {
  border: 1px solid red;
}

.badge_current_task a.aie-button {
  min-width: 185px;
}

.avatar-parent {
  background: #d8d8d8;
  position: relative;
  border: 1px solid blue;
  display: block;
  max-width: 130px;
  max-height: 130px;
  min-width: 130px;
  min-height: 130px;
  border: 3px solid #fff;
  overflow: hidden;
  border-radius: 70px;
  margin-bottom: -60px;
}

.avatar-parent .avatar {
  max-width: 128px;
  max-height: 128px;
  min-width: 128px;
  min-height: 128px;
  border-radius: 70px;
}

a.avatar-parent:focus {
  outline: none;
}

.camera-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 5px 5px 20px;
  background: #4e5153;
  background: rgba(78, 81, 83, 0.8);
  transition: opacity 0.13s ease-out 0s;
  transition: opacity 0.13s ease-out 0s;
  opacity: 0;
  z-index: 2;
  display: none;
}

.camera-wrap h6 {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.camera-wrap img.camera {
  max-width: 30px;
}

.avatar-parent:hover .camera-wrap {
  display: block;
  opacity: 1;
}

.hideuploadbutton {
  border: 1px solid red;
}

.btn-upload-profile {
  display: block;
  position: relative;
}

.btn-upload-profile p {
  border: 1px solid #d8d8d8;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
}

.btn-upload-profile p i {
  padding-right: 20px;
}

.btn-upload-profile:hover p {
  background: #f6f7f9;
}

.upload-profile-wrap {
  height: 350px;
  width: 100%;
  display: none;
  margin-bottom: 30px;
}

.next_parent_wrap {
  min-height: 213px;
  max-height: 213px;
}

.next_parent_wrap .pad-righ15 {
  width: 32%;
  text-align: center;
  padding-bottom: 25px;
}

.lesson-badge .c100 {
  margin: auto;
}

.bull-badge.lesson-badge .c100::after {
  background: #7ec159;
}

.next_parent_wrap p.light {
  margin-bottom: 2px;
  margin-top: 10px;
}

.next_parent_wrap p {
  margin-bottom: 25px;
  margin-top: 10px;
}

.next_parent_wrap .yellow-badge {
  left: 30%;
  top: 24%;
}

.lesson-badge .c100.p51 .fill,
.lesson-badge .c100.p52 .fill,
.lesson-badge .c100.p53 .fill,
.lesson-badge .c100.p54 .fill,
.lesson-badge .c100.p55 .fill,
.lesson-badge .c100.p56 .fill,
.lesson-badge .c100.p57 .fill,
.lesson-badge .c100.p58 .fill,
.lesson-badge .c100.p59 .fill,
.lesson-badge .c100.p60 .fill,
.lesson-badge .c100.p61 .fill,
.lesson-badge .c100.p62 .fill,
.lesson-badge .c100.p63 .fill,
.lesson-badge .c100.p64 .fill,
.lesson-badge .c100.p65 .fill,
.lesson-badge .c100.p66 .fill,
.lesson-badge .c100.p67 .fill,
.lesson-badge .c100.p68 .fill,
.lesson-badge .c100.p69 .fill,
.lesson-badge .c100.p70 .fill,
.lesson-badge .c100.p71 .fill,
.lesson-badge .c100.p72 .fill,
.lesson-badge .c100.p73 .fill,
.lesson-badge .c100.p74 .fill,
.lesson-badge .c100.p75 .fill,
.lesson-badge .c100.p76 .fill,
.lesson-badge .c100.p77 .fill,
.lesson-badge .c100.p78 .fill,
.lesson-badge .c100.p79 .fill,
.lesson-badge .c100.p80 .fill,
.lesson-badge .c100.p81 .fill,
.lesson-badge .c100.p82 .fill,
.lesson-badge .c100.p83 .fill,
.lesson-badge .c100.p84 .fill,
.lesson-badge .c100.p85 .fill,
.lesson-badge .c100.p86 .fill,
.lesson-badge .c100.p87 .fill,
.lesson-badge .c100.p88 .fill,
.lesson-badge .c100.p89 .fill,
.lesson-badge .c100.p90 .fill,
.lesson-badge .c100.p91 .fill,
.lesson-badge .c100.p92 .fill,
.lesson-badge .c100.p93 .fill,
.lesson-badge .c100.p94 .fill,
.lesson-badge .c100.p95 .fill,
.lesson-badge .c100.p96 .fill,
.lesson-badge .c100.p97 .fill,
.lesson-badge .c100.p98 .fill,
.lesson-badge .c100.p99 .fill,
.lesson-badge .c100.p100 .fill {
  border: 0.08em solid #f9c650;
}

.trader-comm-wrap .mytable {
  width: 100%;
}

.trader-comm-wrap .mytable .col.a {
  width: 150px;
  text-align: left;
}

.trader-comm-wrap .grey-bg {
  border-top: 1px solid #d8d8d8;
  padding: 15px 20px;
}

.trader-comm-wrap .main-inner {
  padding: 50px 20px 30px;
}

.trader-comm-wrap .mytable .col p {
  margin: auto auto auto 0;
}

.trader-comm-wrap .col.text-right {
  text-align: right;
  width: 150px;
}

.trader-comm-wrap .row.row-centered {
  text-align: center;
}

.trader-comm-wrap .row.row-centered .col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
  vertical-align: top;
  margin-bottom: 20px;
}

.next_lessson_wrap p.text-danger {
  font-size: 15px;
  margin-top: 20px;
}

input[type=file] {
  background: red;
  border: 2px solid red;
  display: block;
  height: 82px;
}

.header.full-layout {
  margin-bottom: 0;
}

.badge-information {
  padding: 20px 30px;
}

.badge-information img {
  margin: auto;
  display: block;
}

.badge-information h3 {
  font-size: 26px;
  color: #333333;
}

.badge-information p {
  font-size: 15px;
}

.badge-wrap.medium {
  height: 72px;
  width: 65px;
}

.badge-wrap.medium img {
  max-height: 30px;
  max-width: 30px;
}

.mytable.float-right {
  float: right;
}

.mytable.float-right .col {
  padding-left: 20px;
}

.aie-button.grey {
  background: #c1c1c1;
}

/** BADGE UPDATE CSS */
/******************
TABS
******************/
ul#tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 5px 5px 0 0;
}

ul#tabs > li {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 5px;
  margin-right: 30px;
  color: #7d828f;
}

ul#tabs > li:first-child {
  margin-left: 30px;
}

ul#tabs > li.active {
  font-weight: 600;
  color: #07143a;
  border-bottom: 3px solid #ff6655;
}

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  background: #fff;
  padding: 20px 30px;
}

ul#tab > li {
  display: none;
  margin: 0;
  padding: 0;
}

ul#tab > li.active {
  display: block;
}

/******************
END TABS
******************/
.labelx {
  color: #7d828f;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

.left {
  float: left;
}

.terms-wrap {
  height: 100%;
  position: absolute;
  width: 100%;
}

.terms-wrap #main-content {
  margin-top: 4%;
}

.top-menu li a.sub:after {
  content: "\25B6";
  position: absolute;
  right: 10px;
  top: 30%;
}

#sclub_wrap ol li {
  margin-bottom: 10px;
  max-width: 60%;
}

#sclub_wrap ul li {
  list-style: none;
  margin-bottom: 10px;
  max-width: 60%;
}

#courses-wrap .bold {
  font-weight: bold;
}

.wheel_wrap img {
  display: block;
  margin: auto;
  max-height: 500px;
}

.mytable .col.align_middle {
  vertical-align: middle;
}

#sclub_wrap ul .mytable {
  width: 80%;
}

.wheel_wrap .mytable {
  margin: 10px auto auto;
}

.wheel_wrap .mytable .col {
  padding: 0 20px;
}

.sclub_sticky {
  display: none;
  background: #fff;
  width: 100%;
  z-index: 9999 !important;
}

.sclub_sticky button {
  float: right;
}

.sticky-wrapper.is-sticky .sclub_sticky {
  display: block;
  padding: 10px;
}

#sclub_wrap ul#sclub_list li {
  list-style: inside none disc;
}

#sclub_wrap #courses-wrap {
  margin-top: -40px;
}

.empty_wheel {
  display: none;
}

/*.top-menu li a, .top-menu-mobile li a{
	padding:0 12px 8px;
}*/
.top-menu li.active ul li a {
  border-bottom: none;
}

/* Added css when there's no logo */
.banner-live-coaching.banner-open-tws h3 {
  margin-bottom: 90px !important;
}

/*  This Code is for the Test */
#IIT-signUpForm.IIT-signUpForm {
  width: 222px !important;
  margin-left: 38% !important;
}

/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit 
  the CSS below. Click "details" 
  below to add comments or questions.
  This file uses some SCSS. Learn more  
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  https://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
  /* The base font size controls the size of everything, not just text.
    All dimensions use em-based sizes so that the scale along with the font size.
    Try increasing it to 15px and see what happens. */
  font-size: 10px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #fff;
}

/* The "Big Play Button" is the play button that shows before the video plays.
	 To center it set the align values to center and middle. The typical location
	 of the button is the center, but there is trend towards moving it to a corner
	 where it gets out of the way of valuable content in the poster image.*/
.vjs-default-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big. 
    All width/height values use ems, which are a multiple of the font size.
    If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 3em;
  /* We're using SCSS vars here because the values are used in multiple places.
    Now that font size is set, the following em values will be a multiple of the
    new font size. If the font-size is 3em (30px), then setting any of
    the following values to 3em would equal 30px. 3 * font-size. */
  /* 1.5em = 45px default */
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  /* 0.06666em = 2px default */
  border: 0.06666em solid #fff;
  /* 0.3em = 9px default */
  border-radius: 0.3em;
  /* Align top left. 0.5em = 15px default */
  left: 0.5em;
  top: 0.5em;
}

/* The default color of control backgrounds is mostly black but with a little
	 bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #2b333f;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(43, 51, 63, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

/* The slider bar color is used for the progress bar and the volume bar
	 (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #bfc7d3;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.5);
}

/* The load progress bar also has internal divs that represent
	 smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.75);
}

.card-header {
  padding: 0;
}

.collapse {
  visibility: visible;
}

button.btn.btn-link.collapsed {
  width: 100%;
  text-align: left;
  text-transform: none;
}

.btn:not(:disabled):not(.disabled) {
  width: 100%;
  text-align: left;
  text-transform: none;
}

.card {
  padding: 0px 12px 12px;
}

.pt-8 {
  padding-top: 2.5rem;
}

input[type=checkbox]:before {
  border-radius: 6px;
}

@media only screen and (max-width: 970px) {
  ul#top-menu {
    display: none;
  }
}
.strategy-details {
  margin-top: 20px;
  display: flex;
  gap: 4px;
}
.strategy-details .view-details {
  background-color: #333840;
  font-size: 12px;
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 6px;
  justify-content: center;
  color: #a8f187;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  overflow: auto !important;
}

.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 80%;
  border-radius: 4px;
}

.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

table#recordsTable tr {
  font-size: 12px;
}
table#recordsTable td {
  font-size: 12px;
}

.bg-2D2D2D {
  background-color: #2d2d2d;
}

.bg-FF5733 {
  background-color: #ff5733;
}

.bg-28B463 {
  background-color: #28b463;
}

.bg-E5E8E7 {
  background-color: #e5e8e7;
}

.new-bg {
  background-color: #2d2d2d;
}

.new-menu-bg {
  background-color: #e5e8e7;
  border-radius: 12px;
}

.top-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.branding {
  display: flex;
  align-items: center;
}
.branding .mta-contact-info {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  gap: 10px;
  color: #989fa2;
}
.branding .mta-contact-info a {
  color: #989fa2;
}
.branding .mta-contact-info .support {
  color: #fff;
}

.bg-CFDCD9 {
  background-color: rgba(207, 220, 217, 0.23);
}

.page-content {
  padding-bottom: 50px;
}

.onboard-msg {
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.onboard-msg h1 {
  font-size: 36px;
}
.onboard-msg p {
  font-size: 16px;
  font-weight: 400;
}

.page-header-content {
  width: 90%;
  display: flex;
  padding: 10px;
  background-color: #2d2d2d;
  border-radius: 10px;
  margin: 0 auto;
}
.page-header-content .onboard-msg {
  flex: 0 0 45%;
}
.page-header-content .onboard-msg .onboard-content {
  padding: 35px 30px 0 35px;
}
.page-header-content .onboard-msg .onboard-content h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.page-header-content .onboard-msg .onboard-content .onboard-ctx-mobile {
  display: none;
}
.page-header-content .onboard-msg .onboard-content .onboard-video-mobile {
  display: none;
}
.page-header-content .onboard-msg .onboard-content .onboard-cta {
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.page-header-content .onboard-msg .onboard-content .onboard-cta .get-help {
  display: flex;
  align-items: center;
  color: #212731;
  padding: 13px 37px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  background-color: #fff;
}
.page-header-content .onboard-msg .onboard-content .onboard-cta .get-help img {
  margin-left: 10px;
}
.page-header-content .onboard-msg .onboard-content .onboard-cta #close-video {
  padding: 13px 37px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  cursor: pointer;
}
.page-header-content .onboard-video {
  flex: 0 0 55%;
}
.page-header-content .onboard-video #wistia_chrome_26 {
  border-radius: 10px !important;
}

.quicklinks {
  padding-top: 35px;
  width: 90%;
  margin: 0 auto;
}
.quicklinks .cotent-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.quicklinks .qlinks {
  display: flex;
  gap: 16px;
}
.quicklinks .qlinks .qlink {
  flex: 1;
  cursor: pointer;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 20px 20px 20px;
  border: 1px solid #fbfbfb;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.quicklinks .qlinks .qlink .linkto {
  display: flex;
  align-items: center;
  margin-top: 45px;
  color: #32373f;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
}
.quicklinks .qlinks .qlink .linkto .light {
  font-size: 14px;
  font-weight: 400;
}
.quicklinks .qlinks .qlink .img-link {
  height: 85px;
  width: 85px;
}

.faq-container {
  padding: 20px;
  width: 100%;
}
.faq-container .page-title {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
}
.faq-container .faq-search {
  background-color: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 45px;
  width: 100%;
  border: none;
}
.faq-container .faq-search:focus {
  outline: none;
  border: none;
}
.faq-container .faq-wrapper {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 8px #cdcdcd;
  margin-bottom: 12px;
}
.faq-container .faq-wrapper .faq-question {
  cursor: pointer;
  padding: 16px;
  display: flex;
}
.faq-container .faq-wrapper .faq-question p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 0;
}
.faq-container .faq-wrapper .faq-question .faq-icon {
  margin-left: auto;
}
.faq-container .faq-wrapper .faq-details {
  line-height: 28px;
  color: #32373f;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out, padding 0.8s ease-in-out;
}
.faq-container .faq-wrapper .faq-details ol,
.faq-container .faq-wrapper .faq-details ul {
  padding-left: 16px;
  color: #000;
  padding-top: 12px;
}
.faq-container .faq-wrapper .show {
  display: block;
  max-height: 2000px;
  padding: 0px 16px 16px 16px;
}
.faq-container .faq-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
  padding-left: 16px;
}
.faq-container .faq {
  margin-bottom: 12px;
  padding: 0 16px;
}
.faq-container .faq p {
  margin-bottom: 16px;
}
.faq-container .faq p span.question {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.faq-container .faq ol,
.faq-container .faq ul {
  padding-left: 16px;
  color: #000;
}

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

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

.page-centent {
  width: 100%;
  padding: 12px;
}

.strategy-tabs-wrapper {
  display: flex;
  align-items: center;
  border-bottom: #e5e8e7 solid 3px;
  font-family: "Roboto", sans-serif;
}
.strategy-tabs-wrapper .strategy-tabs > .active {
  border-bottom: #32373f solid 3px;
  color: #32373f;
  opacity: 1;
}
.strategy-tabs-wrapper .strategy-tabs > .active > .active {
  color: #32373f;
  opacity: 1;
}
.strategy-tabs-wrapper .strategy-tabs li {
  margin-bottom: -3px;
}
.strategy-tabs-wrapper .strategy-tabs li a {
  font-size: 18px;
  color: #32373f;
}
.strategy-tabs-wrapper .strategy-tabs li a:focus {
  background: none;
}
.strategy-tabs-wrapper .strategy-tabs li a :hover {
  background: none;
}
.strategy-tabs-wrapper .strategy-tabs li:not(.active) {
  opacity: 0.5;
}
.strategy-tabs-wrapper .strategy-tabs li:focus {
  background: none;
}
.strategy-tabs-wrapper .strategy-tabs li :hover {
  background: none;
}
.strategy-tabs-wrapper .search-wrapper {
  margin-left: auto;
  background-color: #fff;
  border-radius: 6px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  width: 40%;
}
.strategy-tabs-wrapper .search-wrapper .search-input {
  background-color: #fff;
  padding: 6px;
  border: none;
}
.strategy-tabs-wrapper .search-wrapper .search-input:active {
  border: none;
  outline: none;
}
.strategy-tabs-wrapper .search-wrapper .search-input:focus-visible {
  outline: none;
}

.strategies-wrapper {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Roboto", sans-serif;
}
.strategies-wrapper .strategy-card {
  width: calc(20% - 10px);
  box-sizing: border-box;
  padding: 20px 22px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #fff;
}
.strategies-wrapper .strategy-card .strategy-state {
  display: inline-block;
  padding: 2px 10px;
  font-size: 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.strategies-wrapper .strategy-card .active {
  background: #75bd55;
  color: #fff;
}
.strategies-wrapper .strategy-card .new {
  background: #ffb845;
  color: #32373f;
}
.strategies-wrapper .strategy-card .strategy-name {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.strategies-wrapper .strategy-card .strategy-description {
  font-size: 14px;
  line-height: 19.6px;
  color: #32373f;
  min-height: 80px;
  margin-bottom: 20px;
}
.strategies-wrapper .strategy-card .subscribe,
.strategies-wrapper .strategy-card .view {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
}
.strategies-wrapper .strategy-card .subscribe img,
.strategies-wrapper .strategy-card .view img {
  margin-left: 10px;
}
.strategies-wrapper .strategy-card .subscribe {
  background-color: #1697f2;
  color: #fff;
}
.strategies-wrapper .strategy-card .view {
  background-color: #333840;
  color: #fff;
  font-size: 12px;
}

.no-strategies {
  padding: 20px 0;
}

.login-content-wrapper {
  padding-bottom: 300px;
}

.login-card-wrapper {
  padding-top: 138px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 438px;
  margin: 0 auto;
}
.login-card-wrapper .login-header {
  font-size: 32px;
  color: #2d2d2d;
  font-weight: 500;
  text-align: center;
  margin-bottom: 36px;
}
.login-card-wrapper .input-wrapper {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background: #fff;
  margin-bottom: 18px;
  border-radius: 8px;
  box-shadow: 0px 1px 6px #cdcdcd;
}
.login-card-wrapper .input-wrapper input {
  border: none;
  width: 100%;
  margin-left: 12px;
  font-size: 14px;
  padding: 6px 2px;
}
.login-card-wrapper .input-wrapper input:focus {
  border: none;
  outline: none;
}
.login-card-wrapper .btn-login-submit {
  background-color: #91d074;
  border: none;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #2d2d2d;
}
.login-card-wrapper .text-forgot {
  font-size: 14px;
  color: #91d074;
  text-align: center;
  font-weight: 600;
  text-decoration: underline;
}
.login-card-wrapper .reg-info {
  padding-top: 50px;
  text-align: center;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
}
.login-card-wrapper .reg-info a {
  font-weight: 600;
}

.change-password {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 12px 80px 12px;
}
.change-password .page-header {
  padding-bottom: 32px;
  border-bottom: none;
}
.change-password .form-wrapper {
  margin-bottom: 20px;
}
.change-password .form-wrapper input {
  margin-bottom: 16px;
  border: none;
  padding: 6px 12px;
  box-shadow: 0px 1px 6px #cdcdcd;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
}
.change-password .form-wrapper input:focus {
  outline: none;
  border: none;
}
.change-password .btn-save-pass {
  background-color: #91d074;
  border: none;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #2d2d2d;
}

.records-per-page {
  margin-bottom: 12px;
}

.pagination-wrapper {
  display: flex;
}
.pagination-wrapper #pagination {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.pagination-wrapper button {
  padding: 2px 12px;
  margin: 0px 4px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}
.pagination-wrapper button:disabled {
  border: 2px solid #7ec159;
  color: #7ec159;
}
.pagination-wrapper span {
  font-size: 16px;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .strategies-wrapper .strategy-card {
    width: calc(25% - 10px);
  }
}
@media (max-width: 900px) {
  .strategies-wrapper .strategy-card {
    width: calc(33.333% - 10px);
  }
}
@media (max-width: 991px) {
  .strategies-wrapper .strategy-card {
    width: calc(33.333% - 10px);
  }

  .page-header-content .onboard-video {
    display: flex;
  }
}
@media (max-width: 600px) {
  .strategies-wrapper .strategy-card {
    width: calc(70% - 10px);
  }
}
@media (max-width: 400px) {
  .strategies-wrapper {
    justify-content: center;
  }
  .strategies-wrapper .strategy-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* Adjust the max-width value as needed */
  .page-header-content .onboard-msg .onboard-content {
    padding-bottom: 20px;
  }
  .page-header-content .onboard-msg .onboard-content .onboard-video-mobile {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .page-header-content .onboard-msg .onboard-content .onboard-ctx {
    display: none;
  }
  .page-header-content .onboard-msg .onboard-content .onboard-ctx-mobile {
    display: block;
  }
  .page-header-content .onboard-msg .onboard-content .onboard-cta {
    margin-top: 40px;
  }
  .page-header-content .onboard-video {
    display: none;
  }

  .login-card-wrapper {
    padding-top: 50px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .branding {
    display: inline;
    flex-direction: column;
    align-items: flex-start;
  }
  .branding > a {
    display: block;
    text-align: center;
  }
  .branding .mta-contact-info {
    font-size: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 18px;
    padding-bottom: 8px;
    justify-content: center;
  }
  .branding .mta-contact-info a {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    justify-content: space-between;
  }

  .new-menu-bg {
    background-color: transparent;
    border-radius: 12px;
  }

  .page-header-content {
    width: 90%;
    display: block;
  }
  .page-header-content .onboard-msg {
    margin-bottom: 16px;
  }

  .quicklinks .qlinks {
    display: block;
    gap: 16px;
  }
  .quicklinks .qlinks .qlink {
    margin-bottom: 16px;
    display: block;
  }

  .strategy-tabs-wrapper {
    display: block;
    margin-bottom: 24px;
  }
  .strategy-tabs-wrapper .strategy-tabs {
    margin-bottom: 8px;
  }
  .strategy-tabs-wrapper .search-wrapper {
    width: 100%;
    margin-bottom: 12px;
  }

  .strategies-wrapper {
    display: flex;
    justify-content: center;
  }
}
@charset "UTF-8";
/*------------------------------------------------------------------

[Table of contents]

1. Libraries
2. Colors
3. Variables
4. Custom Mixins
5. Common Classes
6. Basic Elements
7. Page Layout
8. Forms
9. Buttons
10. Widgets
11. Pagination
12. Pricing
13. Partners
14. Breadcrumbs
15. Charts
16. Navigation
17. Tables
18. Promo Box
19. Invoice Template
20. Isotope
21. FAQ
22. Posts
23. Features
24. Footer
25. Headers
26. Promotions
27. Map
28. Bootstrap Carousel
29. Agents
30. Agencies
31. Properties
*/
/*------------------------------------------------------------------
[ 1. Libraries ]
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .btn-secondary > .caret,
.dropup > .btn > .caret,
.dropup > .btn-secondary > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../assets/libraries/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../assets/libraries/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/libraries/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../assets/libraries/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../assets/libraries/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../assets/libraries/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

.glyphicon-cd:before {
  content: "\E201";
}

.glyphicon-save-file:before {
  content: "\E202";
}

.glyphicon-open-file:before {
  content: "\E203";
}

.glyphicon-level-up:before {
  content: "\E204";
}

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

.glyphicon-baby-formula:before {
  content: "\E216";
}

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

.glyphicon-piggy-bank:before {
  content: "\E225";
}

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

.glyphicon-ice-lolly:before {
  content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

.glyphicon-education:before {
  content: "\E233";
}

.glyphicon-option-horizontal:before {
  content: "\E234";
}

.glyphicon-option-vertical:before {
  content: "\E235";
}

.glyphicon-menu-hamburger:before {
  content: "\E236";
}

.glyphicon-modal-window:before {
  content: "\E237";
}

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

.glyphicon-text-size:before {
  content: "\E241";
}

.glyphicon-text-color:before {
  content: "\E242";
}

.glyphicon-text-background:before {
  content: "\E243";
}

.glyphicon-object-align-top:before {
  content: "\E244";
}

.glyphicon-object-align-bottom:before {
  content: "\E245";
}

.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

.glyphicon-object-align-left:before {
  content: "\E247";
}

.glyphicon-object-align-vertical:before {
  content: "\E248";
}

.glyphicon-object-align-right:before {
  content: "\E249";
}

.glyphicon-triangle-right:before {
  content: "\E250";
}

.glyphicon-triangle-left:before {
  content: "\E251";
}

.glyphicon-triangle-bottom:before {
  content: "\E252";
}

.glyphicon-triangle-top:before {
  content: "\E253";
}

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

.glyphicon-menu-left:before {
  content: "\E257";
}

.glyphicon-menu-right:before {
  content: "\E258";
}

.glyphicon-menu-down:before {
  content: "\E259";
}

.glyphicon-menu-up:before {
  content: "\E260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, #slider .carousel-caption, .promoted .promoted-caption {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, #slider .carousel-caption:before, .promoted .promoted-caption:before, .container:after, #slider .carousel-caption:after, .promoted .promoted-caption:after {
  content: " ";
  display: table;
}
.container:after, #slider .carousel-caption:after, .promoted .promoted-caption:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, #slider .carousel-caption, .promoted .promoted-caption {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, #slider .carousel-caption, .promoted .promoted-caption {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, #slider .carousel-caption, .promoted .promoted-caption {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row, .property-amenities ul {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .property-amenities ul:before, .row:after, .property-amenities ul:after {
  content: " ";
  display: table;
}
.row:after, .property-amenities ul:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .property-amenities li, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .property-amenities li, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3, .property-amenities li {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn,
.input-group-sm > .input-group-btn > input[type=date].btn-secondary, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm > .input-group-btn > input[type=time].btn-secondary,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn-secondary,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm > .input-group-btn > input[type=month].btn-secondary,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn,
.input-group-lg > .input-group-btn > input[type=date].btn-secondary, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg > .input-group-btn > input[type=time].btn-secondary,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn-secondary,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg > .input-group-btn > input[type=month].btn-secondary,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .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,
.input-group-lg > .input-group-btn > .form-control-static.btn-secondary, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.btn-secondary {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn-secondary {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn-secondary {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn-secondary,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].btn-secondary {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn-secondary {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn-secondary {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn-secondary,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].btn-secondary {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-secondary + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-secondary + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn, .btn-secondary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn-secondary:focus, .btn.focus, .focus.btn-secondary, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn-secondary:hover, .btn:focus, .btn-secondary:focus, .btn.focus, .focus.btn-secondary {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn-secondary:active, .btn.active, .active.btn-secondary {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.btn-secondary, .btn[disabled], [disabled].btn-secondary, fieldset[disabled] .btn, fieldset[disabled] .btn-secondary {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-secondary {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-secondary {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .btn-secondary {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 1;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .btn-secondary,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-secondary {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn-secondary:hover, .btn-group > .btn:focus, .btn-group > .btn-secondary:focus, .btn-group > .btn:active, .btn-group > .btn-secondary:active, .btn-group > .btn.active, .btn-group > .active.btn-secondary,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn-secondary:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn-secondary:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn-secondary:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn-secondary {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn-secondary + .btn, .btn-group .btn + .btn-secondary, .btn-group .btn-secondary + .btn-secondary,
.btn-group .btn + .btn-group,
.btn-group .btn-secondary + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-secondary,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-secondary,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-secondary:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .btn-secondary:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-secondary: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 > .btn-secondary: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, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-secondary {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-secondary: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, .btn-group > .btn-group:last-child:not(:first-child) > .btn-secondary:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-secondary + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .btn-secondary + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret, .btn-secondary .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .btn-secondary .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .btn-secondary .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-secondary,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-secondary {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .btn-secondary {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn-secondary + .btn, .btn-group-vertical > .btn + .btn-secondary, .btn-group-vertical > .btn-secondary + .btn-secondary,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-secondary + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-secondary,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn-secondary:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn-secondary:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .btn-secondary:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-secondary {
  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) > .btn-secondary: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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-secondary:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-secondary,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .btn-secondary {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-secondary input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-secondary input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.btn-secondary {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.btn-secondary {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-secondary,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn-secondary,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-secondary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-secondary {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-secondary,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn-secondary,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-secondary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-secondary {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .input-group-btn > .btn-secondary {
  position: relative;
}
.input-group-btn > .btn + .btn, .input-group-btn > .btn-secondary + .btn, .input-group-btn > .btn + .btn-secondary, .input-group-btn > .btn-secondary + .btn-secondary {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn-secondary:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn-secondary:focus, .input-group-btn > .btn:active, .input-group-btn > .btn-secondary:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-secondary,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-secondary,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, #slider .carousel-caption > .navbar-header, .promoted .promoted-caption > .navbar-header,
.container > .navbar-collapse,
#slider .carousel-caption > .navbar-collapse,
.promoted .promoted-caption > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, #slider .carousel-caption > .navbar-header, .promoted .promoted-caption > .navbar-header,
.container > .navbar-collapse,
#slider .carousel-caption > .navbar-collapse,
.promoted .promoted-caption > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, #slider .navbar > .carousel-caption .navbar-brand, .promoted .navbar > .promoted-caption .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.btn-secondary {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.btn-secondary {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .btn-secondary .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .btn-secondary .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn-secondary .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, #slider .carousel-caption .jumbotron, .promoted .promoted-caption .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container, .jumbotron #slider .carousel-caption, #slider .jumbotron .carousel-caption, .jumbotron .promoted .promoted-caption, .promoted .jumbotron .promoted-caption {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, #slider .carousel-caption .jumbotron, .promoted .promoted-caption .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .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;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .btn-secondary + .btn, .modal-footer .btn + .btn-secondary, .modal-footer .btn-secondary + .btn-secondary {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-secondary + .btn, .modal-footer .btn-group .btn + .btn-secondary, .modal-footer .btn-group .btn-secondary + .btn-secondary {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .btn-secondary {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .property-valuation-values li:before, .property-row-meta:before, .property-row:before, .property-large-content:before, .property-medium-gallery:before, .property-box-bottom:before, .property-box-meta:before, .agent-medium:before, .agent-small:before, .infobox:before, .promotion:before, .header-topbar:before, .header-top:before, .header-main:before, .post-meta:before, .post:before, .posts:before, .widget-content:before, .clearfix:after, .property-valuation-values li:after, .property-row-meta:after, .property-row:after, .property-large-content:after, .property-medium-gallery:after, .property-box-bottom:after, .property-box-meta:after, .agent-medium:after, .agent-small:after, .infobox:after, .promotion:after, .header-topbar:after, .header-top:after, .header-main:after, .post-meta:after, .post:after, .posts:after, .widget-content:after {
  content: " ";
  display: table;
}
.clearfix:after, .property-valuation-values li:after, .property-row-meta:after, .property-row:after, .property-large-content:after, .property-medium-gallery:after, .property-box-bottom:after, .property-box-meta:after, .agent-medium:after, .agent-small:after, .infobox:after, .promotion:after, .header-topbar:after, .header-top:after, .header-main:after, .post-meta:after, .post:after, .posts:after, .widget-content:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*------------------------------------------------------------------
[ 2. Colors ]
*/
/*------------------------------------------------------------------
[ 3. Variables ]
*/
/*------------------------------------------------------------------
[ 4. Custom Mixins ]
*/
/*------------------------------------------------------------------
[ 5. Common Classes ]
*/
.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb-60 {
  margin-bottom: -60px !important;
}

.no-margin {
  margin: 0px !important;
}

.strike {
  text-decoration: line-through;
}

.min-width {
  min-width: 1px;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.nowrap {
  white-space: nowrap;
}

.blur {
  -webkit-filter: blur(3px);
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

h1.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  line-height: 60px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

h2.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 48px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

h3.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 40px;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

.small-title {
  color: #9E9E9E;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}

.large-title {
  text-align: center;
}
.large-title h1 {
  color: #26C6DA;
  font-size: 200px;
}
.large-title h2 {
  color: #9E9E9E;
  font-size: 36px;
}

p.text {
  color: #616161;
}

.block {
  margin: 0px 0px 30px 0px;
  padding: 60px 0px;
}
.block h1 {
  color: #616161;
  font-size: 30px;
  margin: 0px 0px 50px 0px;
  padding: 0px;
}
.block p {
  color: #616161;
  font-size: 14px;
  margin: 0px;
}
.block p a {
  border-bottom: 1px solid #26C6DA;
  color: #26C6DA;
}
.block p a:hover {
  text-decoration: none;
}

.box {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px;
  padding: 16px;
}
.box h1 {
  margin: 10px 0px 26px 0px;
  font-size: 22px;
}

.fullwidth {
  margin-left: -750px;
  margin-right: -750px;
  padding-left: 750px;
  padding-right: 750px;
}

.background-grey {
  background-color: #F5F5F5;
}

.background-map {
  background-image: url("../img/map.png");
  background-position: center center;
  background-repeat: repeat;
}

.background-white {
  background-color: #fff;
}

.center {
  text-align: center;
}

.vertical-align {
  vertical-align: middle;
}

.min-width {
  width: 1px;
}

.alert {
  border-radius: 0px;
  border: 0px;
  border-left: 3px solid transparent;
}

.alert-info {
  background-color: #E1F5FE;
  border-left-color: #81D4FA;
  color: #0277BD;
}

.alert-success {
  background-color: #E8F5E9;
  border-left-color: #A5D6A7;
  color: #2E7D32;
}

.alert-danger {
  background-color: #FFEBEE;
  border-left-color: #EF9A9A;
  color: #C62828;
}

.alert-warning {
  background-color: #FFF8E1;
  border-left-color: #FFE082;
  color: #FF6F00;
}

.circle-color {
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  margin: 0px 15px 15px 0px;
  width: 36px;
}

.circle-color-red {
  background-color: #EF5350;
}

.circle-color-pink {
  background-color: #EC407A;
}

.circle-color-deep-purple {
  background-color: #7E57C2;
}

.circle-color-indigo {
  background-color: #5C6BC0;
}

.circle-color-blue {
  background-color: #42A5F5;
}

.circle-color-light-blue {
  background-color: #29B6F6;
}

.circle-color-cyan {
  background-color: #26C6DA;
}

.circle-color-teal {
  background-color: #26A69A;
}

.circle-color-green {
  background-color: #66BB6A;
}

.circle-color-light-green {
  background-color: #9CCC65;
}

.circle-color-lime {
  background-color: #D4E157;
}

.circle-color-yellow {
  background-color: #FFEE58;
}

.circle-color-amber {
  background-color: #FFCA28;
}

.circle-color-orange {
  background-color: #FFA726;
}

.circle-color-deep-orange {
  background-color: #FF7043;
}

.circle-color-brown {
  background-color: #8D6E63;
}

.circle-color-blue-grey {
  background-color: #78909C;
}

.sharing-buttons {
  margin-top: 20px;
  padding-left: 0px;
}
.sharing-buttons li {
  display: inline-block;
  margin-bottom: 16px;
}
.sharing-buttons li a {
  background-color: #26C6DA;
  color: #fff;
  font-size: 13px;
  padding: 8px 15px;
  position: relative;
  text-decoration: none;
}
.sharing-buttons li a:before {
  content: "\F1E0";
  font-family: "FontAwesome";
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  position: absolute;
  transition: all linear 0.2s;
}
.sharing-buttons li a .fa-left {
  transition: all linear 0.2s;
  margin-right: 6px;
}
.sharing-buttons li a.facebook {
  background-color: #466ab3;
}
.sharing-buttons li a.twitter {
  background-color: #3bbceb;
}
.sharing-buttons li a.google-plus {
  background-color: #db6558;
}
.sharing-buttons li a .social-name {
  transition: all linear 0.2s;
}
.sharing-buttons li a:hover:before {
  opacity: 1;
}
.sharing-buttons li a:hover .fa, .sharing-buttons li a:hover .social-name {
  opacity: 0;
}

.hero {
  margin: 0px 0px 60px 0px;
}
.hero h1, .hero p {
  margin: 0px;
  text-align: center;
}
.hero h1 {
  color: #424242;
  font-size: 36px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
}
.hero p {
  font-size: 18px;
  line-height: 30px;
}

/*------------------------------------------------------------------
[ 6. Basic Elements ]
*/
html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #FAFAFA;
  color: #212121;
  font-size: 13px;
  font-family: "Roboto", "Arial", sans-serif;
  height: 100%;
  line-height: 24px;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 .action, h2 .action, h3 .action, h4 .action, h5 .action, h6 .action {
  color: #00BCD4;
  font-size: 12px;
  font-weight: 500;
  float: right;
  margin-top: 6px;
  text-transform: uppercase;
}
h1 .action:hover, h2 .action:hover, h3 .action:hover, h4 .action:hover, h5 .action:hover, h6 .action:hover {
  text-decoration: none;
}

h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

h6 {
  font-size: 12px;
  margin-bottom: 10px;
}

h1.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  line-height: 60px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

a {
  color: #26C6DA;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

blockquote {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  color: #424242;
  font-style: italic;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding: 16px 16px 16px 80px;
  position: relative;
}
blockquote:before {
  color: #26C6DA;
  content: "\F10E";
  display: block;
  font-family: "FontAwesome";
  font-size: 45px;
  left: 16px;
  position: absolute;
  top: 25px;
}

ol {
  color: #616161;
  list-style-position: inside;
  padding: 0px;
}
ol li {
  margin-bottom: 10px;
}

ul {
  color: #616161;
  list-style-position: inside;
  padding: 0px;
}
ul li {
  margin-bottom: 10px;
}

#map-contact {
  height: 300px;
}

.page-wrapper {
  display: table;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.main {
  display: table-row;
}
.main a {
  transition: color 0.15s linear;
}

.custom-space {
  background-color: #00BCD4;
  color: #fff;
  margin-bottom: 30px;
}

.custom-space-caption {
  background-color: #00ACC1;
  font-size: 12px;
  padding: 2px 16px;
}

.custom-space-inner {
  margin: 0px 0px 30px 0px;
  padding: 16px;
}
.custom-space-inner h1 {
  margin: 0px 0px 10px 0px;
  font-size: 34px;
}
.custom-space-inner p {
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
}

.module {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  margin-bottom: 30px;
  display: table;
  width: 100%;
}

.module-info {
  background-color: #FAFAFA;
  display: table-cell;
  font-size: 12px;
  padding: 16px;
  text-transform: uppercase;
}
.module-info .fa {
  color: #616161;
  font-size: 18px;
  vertical-align: middle;
}

.module-content {
  display: table-cell;
  padding: 16px;
}
.module-content strong {
  color: #26C6DA;
  font-weight: 600;
  text-transform: uppercase;
}
.module-content span {
  font-weight: 600;
}

/*------------------------------------------------------------------
[ 7. Page Layout ]
*/
.main {
  margin-bottom: 60px;
}

.content, .sidebar {
  margin-bottom: 60px;
  margin-top: 60px;
}

/*------------------------------------------------------------------
[ 8. Forms ]
*/
input, textarea, button {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  resize: none;
}

label {
  color: #616161;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}

.input-group {
  margin-bottom: 15px;
}
.input-group .form-control {
  padding-left: 15px;
}

.input-group-addon {
  background-color: #FAFAFA;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  color: #00ACC1;
  min-width: 48px;
  text-align: center;
  transition: box-shadow 0.12s linear;
}
.input-group-addon.active {
  box-shadow: 0px 2px 0px 0px #1E88E5;
}

.form-control {
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0px;
  position: relative;
  transition: box-shadow 0.12s linear;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:focus, .form-control:active {
  box-shadow: 0px 2px 0px 0px #1E88E5;
}
.form-control:focus::-webkit-input-placeholder, .form-control:active::-webkit-input-placeholder {
  color: #616161;
}
.form-control:focus:-moz-placeholder, .form-control:active:-moz-placeholder {
  color: #616161;
}
.form-control:focus::-moz-placeholder, .form-control:active::-moz-placeholder {
  color: #616161;
}
.form-control:focus:-ms-input-placeholder, .form-control:active:-ms-input-placeholder {
  color: #616161;
}

textarea.form-control {
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  padding: 10px 0px;
  position: relative;
  transition: box-shadow 0.15s linear;
}
textarea.form-control:focus, textarea.form-control:active {
  box-shadow: 0px 2px 0px 0px #1E88E5;
}

input[type=checkbox] {
  border: 0px;
  cursor: pointer;
  height: 20px;
  margin: 0px 10px 0px 0px;
  position: relative;
  overflow: hidden;
  vertical-align: -5px;
  width: 20px;
}
input[type=checkbox]:before {
  background-color: transparent;
  border: 2px solid #E0E0E0;
  content: "";
  display: block;
  height: 20px;
  left: 0px;
  opacity: 1;
  position: absolute;
  transition: opacity 0.15s linear;
  top: 0px;
  width: 20px;
}
input[type=checkbox]:after {
  border: 2px solid #26C6DA;
  content: "";
  display: block;
  height: 23px;
  left: -5px;
  opacity: 0;
  position: absolute;
  top: -9px;
  transform: rotate(-45deg);
  transition: opacity 0.15s linear;
  width: 27px;
}
input[type=checkbox]:checked:before {
  opacity: 0;
}
input[type=checkbox]:checked:after {
  opacity: 1;
}
input[type=checkbox]:focus {
  box-shadow: none;
  outline: 0px;
}

.bootstrap-select {
  display: block;
  width: 100% !important;
}
.bootstrap-select button.btn, .bootstrap-select button.btn-secondary {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  height: 48px;
  padding: 0px;
  text-transform: none;
}
.bootstrap-select button.btn:hover, .bootstrap-select button.btn-secondary:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4);
}
.bootstrap-select button.btn:active, .bootstrap-select button.btn-secondary:active, .bootstrap-select button.btn:focus, .bootstrap-select button.btn-secondary:focus {
  background-color: transparent;
  box-shadow: 0px 2px 0px 0px #1E88E5;
  color: rgba(0, 0, 0, 0.7);
  outline: 0 !important;
}
.bootstrap-select div.dropdown-menu {
  background-color: #fff;
  border: 0px;
  border-radius: 1px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  display: block;
  height: 0px;
  margin: 2px 0px 0px 0px;
  min-width: inherit !important;
  overflow: hidden;
  padding: 0px;
  right: 0px;
  visibility: hidden;
  width: 0px;
}
.bootstrap-select div.dropdown-menu li {
  margin: 0px;
}
.bootstrap-select div.dropdown-menu li.selected a {
  background-color: #64B5F6 !important;
  color: #fff;
}
.bootstrap-select div.dropdown-menu li.selected a:before {
  display: none;
}
.bootstrap-select div.dropdown-menu li a {
  color: #000;
  outline: 0px !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
.bootstrap-select div.dropdown-menu li a:before {
  background-color: #F5F5F5;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: width 0.15s linear;
  width: 0px;
  z-index: 0;
}
.bootstrap-select div.dropdown-menu li a span {
  position: relative;
  z-index: 1;
}
.bootstrap-select div.dropdown-menu li a:hover {
  background-color: transparent;
}
.bootstrap-select div.dropdown-menu li a:hover:before {
  width: 100%;
}

.bootstrap-select.open button.btn, .bootstrap-select.open button.btn-secondary {
  background-color: transparent !important;
  box-shadow: 0px 2px 0px 0px #1E88E5 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.bootstrap-select.open div.dropdown-menu {
  visibility: visible;
}

.file-input .form-control {
  height: 37px;
  line-height: 37px;
}
.file-input .file-caption-name {
  font-size: 13px;
  line-height: 14px;
}
.file-input .file-caption-name .kv-caption-icon {
  color: #42A5F5;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .file-input .btn, .file-input .btn-secondary {
    font-size: 12px;
  }
  .file-input .form-control {
    float: none;
    margin: 0px 0px 10px 0px !important;
  }
  .file-input .input-group {
    display: block;
  }
  .file-input .input-group-btn {
    display: block;
  }
}

.file-preview {
  border-color: #FAFAFA;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .file-preview-image {
    height: auto;
    width: 100%;
  }
}

.file-preview-frame {
  border-color: #EEEEEE;
  box-shadow: none;
  transition: background-color 0.15s linear;
}
.file-preview-frame:hover {
  background-color: #FAFAFA;
  box-shadow: none !important;
}

/*------------------------------------------------------------------
[ 9. Buttons ]
*/
.btn:not(.dropdown-toggle), .btn-secondary:not(.dropdown-toggle) {
  background-color: #00BCD4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  transition: all 0.15s linear;
}
.btn:not(.dropdown-toggle):hover, .btn-secondary:not(.dropdown-toggle):hover {
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.btn:not(.dropdown-toggle):hover .fa, .btn-secondary:not(.dropdown-toggle):hover .fa {
  opacity: 0.9;
}
.btn:not(.dropdown-toggle):hover:before, .btn-secondary:not(.dropdown-toggle):hover:before {
  width: 100%;
}
.btn:not(.dropdown-toggle):active, .btn-secondary:not(.dropdown-toggle):active, .btn:not(.dropdown-toggle):focus, .btn-secondary:not(.dropdown-toggle):focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  outline: 0px !important;
}
.btn:not(.dropdown-toggle) small, .btn-secondary:not(.dropdown-toggle) small {
  display: block;
  font-size: 10px;
  margin-top: 3px;
}
.btn:not(.dropdown-toggle) .fa, .btn-secondary:not(.dropdown-toggle) .fa {
  font-size: 14px;
  margin-right: 10px;
  opacity: 0.7;
  transition: opacity 0.15s linear;
}

.btn-secondary {
  background-color: #1E88E5 !important;
}

button.btn, button.btn-secondary {
  color: #fff;
}

.btn-simple, .post-read-more {
  color: #26C6DA;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-simple:hover, .post-read-more:hover {
  color: #26C6DA;
  text-decoration: none;
}

.btn-xl {
  font-size: 15px;
  font-weight: 600;
  padding: 12px 28px;
}

.btn-standard, .btn-alert {
  color: #424242;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 8px;
}
.btn-standard:hover, .btn-alert:hover {
  color: #424242 !important;
  text-decoration: none;
}

.btn-alert {
  color: #EF5350;
}
.btn-alert:hover {
  color: #EF5350 !important;
}

.btn-file, .fileinput-remove, .fileinput-upload-button {
  border-color: transparent;
  box-shadow: none !important;
  padding: 9px 12px;
}
.btn-file:active, .btn-file:focus, .btn-file:hover, .fileinput-remove:active, .fileinput-remove:focus, .fileinput-remove:hover, .fileinput-upload-button:active, .fileinput-upload-button:focus, .fileinput-upload-button:hover {
  border-color: transparent;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/*------------------------------------------------------------------
[ 10. Widgets ]
*/
.widget {
  margin-bottom: 15px;
}
.widget:last-child {
  margin-bottom: 0px;
}
.widget .menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.widget .menu a {
  border-bottom: 1px solid #F5F5F5;
  color: #757575;
  display: block;
  font-size: 15px;
  line-height: 40px;
}
.widget .menu a:hover {
  color: #616161;
  text-decoration: none;
}
.widget .menu a:hover:before {
  content: "\F111";
}
.widget .menu a:before {
  color: #26C6DA;
  content: "\F10C";
  font-family: "FontAwesome";
  font-size: 9px;
  margin: 0px 8px 0px 0px;
  vertical-align: middle;
}
.widget .menu li {
  margin: 0px;
}
.widget .menu li:last-child a {
  border-bottom: 0px;
}

.widget-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0px 0px 30px 0px;
}
.widget-title h2 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  font-weight: normal;
  line-height: 60px;
  margin: 0px;
}

.widget-content {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  padding: 16px;
}
.widget-simple .widget-content {
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
}
.widget-primary .widget-content {
  background-color: #2196F3;
}
.widget-primary .widget-content .form-control {
  box-shadow: 0px 2px 0px #90CAF9;
  color: #fff;
}
.widget-primary .widget-content .form-control:active, .widget-primary .widget-content .form-control:focus {
  box-shadow: 0px 2px 0px #fff;
}
.widget-primary .widget-content .form-control::-webkit-input-placeholder {
  color: #fff;
}
.widget-primary .widget-content .form-control:-moz-placeholder {
  color: #fff;
}
.widget-primary .widget-content .form-control::-moz-placeholder {
  color: #fff;
}
.widget-primary .widget-content .form-control:-ms-input-placeholder {
  color: #fff;
}

/*------------------------------------------------------------------
[ 11. Pagination ]
*/
.pagination {
  margin: 0px 0px 30px 0px;
}
.pagination li:first-child a, .pagination li:last-child a {
  border-radius: 0px;
}
.pagination li.active a {
  background-color: transparent;
  border-color: #26C6DA;
  color: #424242;
  font-weight: 600;
}
.pagination li.active a:hover {
  background-color: transparent;
  border-color: #26C6DA;
  color: #424242;
}
.pagination li a {
  background-color: transparent;
  border: 0px;
  border-top: 3px solid #E0E0E0;
  color: #616161;
  font-size: 15px;
  padding: 14px 18px;
  transition: all 0.15s linear;
}
.pagination li a:hover {
  color: #616161;
}

/*------------------------------------------------------------------
[ 12. Pricing ]
*/
.pricing-col {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  margin-bottom: 30px;
}
.pricing-col.popular {
  outline: 5px solid #26C6DA;
}

.pricing-header {
  background-color: #fff;
  color: #fff;
  padding: 16px 16px 38px 16px;
  text-align: center;
}

.pricing-title {
  color: #9E9E9E;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-value {
  color: #424242;
  font-size: 48px;
  margin: 30px 0px;
}

.pricing-duration {
  color: #9E9E9E;
  font-size: 12px;
  margin-bottom: 30px;
}

.pricing-content {
  background-color: #EEEEEE;
  padding: 16px;
}
.pricing-content .btn, .pricing-content .btn-secondary {
  display: block;
  font-weight: 600;
  margin: 0px 0px 16px 0px;
  padding: 10px 12px;
  text-align: center;
}
.pricing-content ul {
  list-style-position: inside;
  margin: 0px -16px;
  padding: 0px 30px;
}
.pricing-content ul li {
  color: #616161;
  font-size: 14px;
  padding: 7px 0px;
}
.pricing-content ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

/*------------------------------------------------------------------
[ 13. Partners ]
*/
.partners {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  margin: 0px 0px 30px 0px;
  padding: 16px;
}
.partners:hover .partner-item {
  opacity: 0.7;
}

.partner-item {
  display: block;
  line-height: 100px;
  text-align: center;
  transition: all 0.15s linear !important;
}
.partner-item:hover {
  opacity: 1 !important;
}

/*------------------------------------------------------------------
[ 14. Breadcrumbs ]
*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}
.breadcrumb > li {
  color: #E3F2FD;
  font-size: 12px;
  margin: 0px;
}
.breadcrumb > li a {
  color: #E3F2FD;
}
.breadcrumb > li a:hover {
  color: #E3F2FD;
  text-decoration: none;
}
.breadcrumb > li.active {
  color: #E3F2FD;
}
.breadcrumb > li:before {
  color: #1E88E5 !important;
}

/*------------------------------------------------------------------
[ 15. Charts ]
*/
.header-chart {
  margin-bottom: -30px;
  margin-top: 60px;
}
.header-chart #chart svg {
  height: 300px;
}
.header-chart #chart .nvd3 .nv-indexLine {
  display: none;
}
.header-chart #chart .nvd3 .nv-axis line {
  stroke: rgba(255, 255, 255, 0.15);
}
.header-chart #chart .nvd3 .nv-axis path.domain {
  display: none;
}
.header-chart #chart .nv-controlsWrap {
  display: none;
}
.header-chart #chart .nvd3 .nv-groups path.nv-line {
  stroke: #fff;
}
.header-chart #chart .tick text {
  fill: rgba(255, 255, 255, 0.8);
}
.header-chart #chart .nvd3 .nv-axis .nv-axisMaxMin text, .header-chart #chart .nvd3 .nv-axis .nv-axisMaxMin text {
  fill: #fff;
}
.header-chart #chart .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #00BCD4;
}
.header-chart #chart .nv-group {
  fill: rgba(255, 255, 255, 0.05) !important;
}

/*------------------------------------------------------------------
[ 16. Navigation ]
*/
@media (min-width: 768px) {
  .header-standard .header-navigation, .header-minimal .header-navigation {
    float: right;
  }
  .header-navigation .nav li {
    margin: 0px;
  }
  .header-navigation .nav li a {
    color: #90CAF9;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 20px;
    position: relative;
    text-transform: uppercase;
    transition: color 0.15s linear;
  }
  .header-minimal .header-navigation .nav li a {
    color: #424242;
  }
  .header-minimal.primary .header-navigation .nav li a {
    color: #90CAF9;
  }
  .header-background .header-navigation .nav li a {
    color: #BBDEFB;
  }
  .header-call-to-action-wrapper .header-navigation .nav li a {
    color: rgba(255, 255, 255, 0.68);
  }
  .header-navigation .nav li a .fa {
    padding-left: 5px;
  }
  .header-navigation .nav li a:hover {
    background-color: transparent;
    color: #fff;
  }
  .header-minimal .header-navigation .nav li a:hover {
    color: #424242;
  }
  .header-navigation .nav li a:focus {
    background-color: transparent;
    border-radius: 0px;
    outline: 0px !important;
  }
  .header-navigation .nav li a:after {
    background-color: transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    left: 0px;
    position: absolute;
    transition: background-color 0.15s linear;
    width: 100%;
  }
  .header-minimal .header-navigation .nav li a:after {
    bottom: -10px;
  }
  .header-navigation .nav li.important > a {
    color: #fff;
    font-weight: 600;
  }
  .header-navigation .nav li.important > a:hover {
    color: #fff;
  }
  .header-minimal .header-navigation .nav li.important > a {
    color: #26C6DA;
  }
  .header-minimal .header-navigation .nav li.important > a:hover {
    color: #26C6DA;
  }
  .header-minimal.primary .header-navigation .nav li.important > a {
    color: #fff;
  }
  .header-minimal.primary .header-navigation .nav li.important > a:hover {
    color: #fff;
  }
  .header-navigation .nav li.active > a {
    background-color: transparent !important;
    color: #fff;
  }
  .header-minimal .header-navigation .nav li.active > a {
    color: #424242;
  }
  .header-navigation .nav li.active > a:after {
    background-color: #00BCD4;
  }
  .header-standard .header-navigation .nav li.active > a:after {
    display: none;
  }
  .header-navigation .nav li:focus {
    outline: 0px !important;
  }
  .header-navigation .nav li.has-children {
    position: relative;
  }
  .header-navigation .nav li.has-children:after {
    background-color: transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -10px;
    width: 10px;
  }
  .header-navigation .nav li.has-children a {
    text-decoration: none !important;
  }
  .header-navigation .nav li.has-children div {
    -webkit-backface-visibility: hidden;
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    height: 0px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 0px;
    z-index: 9999;
  }
  .header-navigation .nav li.has-children div > a {
    color: #90CAF9;
    transition: color 0.2s linear;
    white-space: nowrap;
  }
  .header-navigation .nav li.has-children div > a:hover {
    text-decoration: none;
  }
  .header-minimal .header-navigation .nav li.has-children div > a {
    color: #424242;
  }
  .header-navigation .nav li.has-children .sub-menu {
    list-style: none;
    padding: 0px;
  }
  .header-navigation .nav li.has-children .sub-menu li {
    position: relative;
  }
  .header-navigation .nav li.has-children .sub-menu li a.subtitle {
    color: #9E9E9E;
    cursor: default;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .header-navigation .nav li.has-children .sub-menu li a.subtitle:after, .header-navigation .nav li.has-children .sub-menu li a.subtitle:before {
    display: none;
  }
  .header-navigation .nav li.has-children .sub-menu li a {
    color: #212121;
    display: block;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-transform: none;
    transition: background-color 0.15s linear;
    white-space: nowrap;
  }
  .header-navigation .nav li.has-children .sub-menu li a:hover {
    text-decoration: none;
  }
  .header-navigation .nav li.has-children .sub-menu li a:hover:before {
    width: 100%;
  }
  .header-navigation .nav li.has-children .sub-menu li a:before {
    background-color: #F5F5F5;
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    transition: width 0.15s linear;
    width: 0px;
    z-index: -1;
  }
  .header-navigation .nav li.has-children .has-children > a:after {
    color: #BDBDBD;
    content: "\F0DA";
    display: block;
    font-family: "FontAwesome";
    left: auto !important;
    position: absolute;
    right: 10px !important;
    top: 10px;
    width: auto !important;
  }
  .header-navigation .nav li.has-children .has-children div {
    left: 102% !important;
  }
  .header-navigation .nav li.has-children:hover > div {
    visibility: visible;
  }
  .header-navigation .nav li.has-children:hover > div > a {
    color: #212121;
  }
}
.navbar-toggle {
  margin-right: 0px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.header-minimal .navbar-toggle .icon-bar {
  background-color: #212121;
}
.header-minimal.primary .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header-large .navbar-toggle {
  position: absolute;
  right: 15px;
  top: 0px;
}

@media (max-width: 767px) {
  .nav-main-title {
    font-family: "Montserrat";
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    padding: 0px 24px;
  }
  .nav-main-title a {
    color: #424242;
  }
  .nav-main-title a:hover {
    text-decoration: none;
  }
  .nav-main-title img {
    height: 34px;
    margin-right: 15px;
    vertical-align: -5px;
  }

  .nav-main-wrapper {
    background-color: #fff;
    border-right: 1px solid #EEEEEE;
    bottom: 0px;
    left: -240px;
    position: fixed;
    top: 0px;
    transition: left 0.3s linear 0s;
    width: 240px;
    z-index: 9999;
  }
  .nav-main-wrapper.open {
    left: 0px;
    transition: left 0.3s linear 0.3s;
  }
  .nav-main-wrapper.open:before {
    left: 240px;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear 0s, left 0.3s linear 0.3s;
    visibility: visible;
  }
  .nav-main-wrapper:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    opacity: 0;
    position: fixed;
    top: 0px;
    transition: visibility 0.6s, opacity 0.3s linear 0.3s, left 0.3s linear 0s;
    visibility: hidden;
    width: 100%;
  }

  .nav-main-inner {
    height: 100%;
    overflow: scroll;
  }

  .header-navigation .nav {
    overflow: scroll;
  }
  .header-navigation .nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .header-navigation .nav div {
    height: 0px;
    overflow: hidden;
    width: 100%;
  }
  .header-navigation .nav > li.active a {
    background-color: transparent;
    border-radius: 0px;
    color: #00ACC1;
  }
  .header-navigation .nav > li > a {
    font-weight: 700;
  }
  .header-navigation .nav > li > a .fa {
    display: none;
  }
  .header-navigation .nav > li > div > a {
    display: none;
  }
  .header-navigation .nav li {
    float: none;
    display: block;
    margin: 0px;
  }
  .header-navigation .nav a {
    display: block;
    color: #424242;
    padding: 15px 0 15px 22px;
    transition: all 0.15s linear;
  }
  .header-navigation .nav a:hover {
    background-color: #F5F5F5;
    text-decoration: none;
  }
}
/*------------------------------------------------------------------
[ 17. Tables ]
*/
.table:not(.table-simple) thead th {
  background-color: #42A5F5;
  border-color: transparent !important;
  color: #fff;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #F5F5F5;
}

.table-simple {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  padding: 16px;
}
.table-simple thead th {
  border-bottom: 2px solid #EEEEEE !important;
}
.table-simple tbody {
  color: #616161;
}
.table-simple tbody td {
  border-top: 1px solid #EEEEEE !important;
  padding: 9px 12px;
  vertical-align: middle !important;
}

@media (max-width: 767px) {
  .table th:empty,
.table td:empty {
    display: none;
  }
}

/*------------------------------------------------------------------
[ 18. Promo Box ]
*/
.promo {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.promo a {
  display: block;
  text-decoration: none;
}
.promo:hover .promo-content {
  background-color: #26C6DA;
}
.promo:hover .promo-content .promo-title {
  color: #fff;
}
.promo:hover .promo-content .promo-subtitle {
  color: #fff;
}

.promo-content {
  background-color: #fff;
  overflow: hidden;
  padding: 16px;
  position: relative;
  transition: background-color 0.15s linear;
}
.promo-content span {
  position: relative;
  z-index: 2;
}

.promo-title {
  color: #424242;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0px 0px 8px 0px;
  transition: color 0.15s linear;
}

.promo-subtitle {
  color: #9E9E9E;
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.15s linear;
}

.promo-title-over {
  bottom: 10px;
  color: #fff;
  left: 50%;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  transform: translateX(-50%);
  z-index: 99;
}

.promo-image {
  display: block;
  filter: blur(0px);
  position: relative;
  overflow: hidden;
  transition: all 0.15s linear;
}
.promo-image img {
  transition: all 0.15s linear;
  width: 100%;
}

.promo-image-inner {
  display: block;
  position: relative;
}

/*------------------------------------------------------------------
[ 19. Invoice Template ]
*/
.invoice-wrapper {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.invoice-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}

.invoice-logo {
  float: left;
  font-size: 26px;
  text-transform: uppercase;
}
.invoice-logo i {
  color: #42A5F5;
  margin: 0px 10px 0px 0px;
}

.invoice-description {
  float: right;
}
.invoice-description span, .invoice-description strong {
  display: block;
}
.invoice-description strong {
  font-size: 20px;
}

.invoice-info {
  padding: 20px 0px;
}

/*------------------------------------------------------------------
[ 20. Isotope ]
*/
.isotope-filter {
  list-style: none;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  text-align: center;
}
.isotope-filter li {
  display: inline-block;
  margin: 0px 10px;
}
.isotope-filter li.selected a {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  color: #26C6DA;
}
@media (max-width: 767px) {
  .isotope-filter li {
    display: block;
    float: none;
    margin: 0px 0px 15px 0px;
    width: 100%;
  }
  .isotope-filter li:last-child {
    margin-bottom: 0px;
  }
  .isotope-filter li a {
    display: block;
  }
}
.isotope-filter a {
  border: 1px solid transparent;
  color: #616161;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.15s linear;
}
.isotope-filter a:hover {
  text-decoration: none;
}

.properties-isotope {
  margin-left: -15px;
  margin-right: -15px;
}

/*------------------------------------------------------------------
[ 21. FAQ ]
*/
.faq-item {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 60px;
  padding: 16px;
  position: relative;
}
.faq-item:before {
  background-color: #26C6DA;
  color: #fff;
  content: "Q";
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 44px;
  left: -60px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 44px;
}
.faq-item:after {
  border: 5px solid transparent;
  border-bottom-color: #26C6DA;
  content: "";
  display: block;
  height: 0px;
  left: -21px;
  position: absolute;
  top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 0px;
}

.faq-item-question {
  margin: 0px 0px 20px 0px;
}
.faq-item-question h2 {
  color: #424242;
  margin: 0px;
  padding: 0px;
}

.faq-item-answer {
  color: #616161;
}

.faq-item-meta {
  border-top: 1px solid #F5F5F5;
  color: #757575;
  margin-top: 6px;
  padding-top: 16px;
  text-align: right;
}
.faq-item-meta a {
  color: #26C6DA;
}
.faq-item-meta .rate {
  margin-left: 20px;
}
.faq-item-meta .separator {
  margin: 0px 10px;
}

/*------------------------------------------------------------------
[ 22. Posts ]
*/
.posts {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px;
  padding: 16px;
}

.post {
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.post:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.post-image, .post-image-left {
  border: 3px solid #EEEEEE;
  margin-bottom: 16px;
}
.post-image a, .post-image-left a {
  display: block;
}
.post-image img, .post-image-left img {
  display: block;
  width: 100%;
}

.post-body {
  display: table-cell;
}

.post-image-left {
  float: left;
  margin-right: 30px;
  max-width: 350px;
}

.post-title {
  font-size: 24px;
  margin: 0px 0px 16px 0px;
  padding: 0px;
}
.post-title a {
  color: #424242;
}

.post-excerpt {
  color: #616161;
  margin-bottom: 16px;
}

.post-meta {
  margin: 0px 0px 16px 0px;
}

.post-meta-author {
  color: #616161;
  float: left;
  font-size: 12px;
}
.post-meta-author a {
  font-weight: 600;
}

.post-meta-tags {
  float: right;
}
.post-meta-tags a {
  background-color: #F5F5F5;
  border-bottom: 2px solid #EEEEEE;
  color: #616161;
  display: inline-block;
  font-size: 12px;
  margin: 0px 0px 0px 3px;
  padding: 0px 8px;
  transition: all 0.15s linear;
}
.post-meta-tags a:hover {
  background-color: #EEEEEE;
  text-decoration: none;
}

.post-read-more {
  float: right;
}

.comment {
  list-style: none;
  margin: 0px 0px 20px 0px;
}
.comment > .comment-author {
  border-radius: 50%;
  float: left;
  height: 70px;
  margin: 0px 20px 0px 0px;
  overflow: hidden;
  width: 70px;
}
.comment .comment-content {
  display: table-cell;
}
.comment .comment-meta {
  margin: 0px 0px 10px 0px;
}
.comment .comment-meta .separator {
  color: rgba(0, 0, 0, 0.3);
  padding: 0px 15px;
}
.comment .children {
  padding-left: 90px;
}

.form-allowed-tags {
  background-color: #EEEEEE;
  padding: 16px;
}

/*------------------------------------------------------------------
[ 23. Features ]
*/
.features {
  padding-bottom: 20px;
  padding-top: 35px;
}

.feature {
  margin: 0px 0px 40px 0px;
}
.feature h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}
.feature h3 .fa {
  color: #2196F3;
  font-size: 24px;
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
}
.feature p {
  color: #757575;
  font-size: 13px;
  margin: 0px;
}

.feature-icon {
  color: #2196F3;
  font-size: 40px;
  margin: 0px 0px 30px 0px;
}

/*------------------------------------------------------------------
[ 24. Footer ]
*/
.footer {
  background-color: #1E88E5;
  display: table-row;
  height: 1px;
}
.footer.footer-simple {
  background-color: #fff;
}
.footer .widget {
  margin-bottom: 0px;
}
.footer .widget h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin: 0px -30px 15px 0px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer .widget h2 {
    margin-top: 20px;
  }
}
.footer .widget:last-child h2 {
  margin-right: 0px;
}
.footer .widget .sharing-buttons li {
  margin-right: 10px;
}

.footer-simple .widget h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #424242;
}

.footer-top .nav-pills li {
  margin: 0px;
}
.footer-top .nav-pills li:first-child a {
  padding-left: 0px;
}
.footer-top .nav-pills li a {
  color: #90CAF9;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.15s linear;
}
.footer-top .nav-pills li a:hover {
  background-color: transparent;
  color: #fff;
}
.footer-top .nav-pills li a:active, .footer-top .nav-pills li a:focus {
  background-color: transparent;
}
@media (max-width: 767px) {
  .footer-top .nav-pills li {
    float: none;
  }
  .footer-top .nav-pills li a {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer-top .nav-stacked li {
  margin: 0px;
}
.footer-top .nav-stacked li a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  color: #E3F2FD;
  padding: 8px 0px;
  transition: all 0.15s linear;
}
.footer-simple .footer-top .nav-stacked li a {
  color: #616161;
}
.footer-top .nav-stacked li a:hover {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.footer-simple .footer-top .nav-stacked li a:hover {
  border-bottom: 1px solid #EEEEEE;
  color: #424242;
}

.footer-top-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0px;
}
.footer-simple .footer-top-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-bottom {
  color: #fff;
  padding: 25px 0px;
}
.footer-simple .footer-bottom {
  color: #424242;
}
.footer-bottom a {
  color: #fff;
}
.footer-simple .footer-bottom a {
  color: #26C6DA;
}

.footer-bottom-left {
  float: left;
}
@media (max-width: 767px) {
  .footer-bottom-left {
    float: none;
  }
}

.footer-bottom-right {
  float: right;
}
@media (max-width: 767px) {
  .footer-bottom-right {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    float: none;
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer-simple .footer-bottom-right {
    border-top-color: #F5F5F5;
  }
}

.footer-bar {
  background-color: #1976D2;
  color: #fff;
  padding-bottom: 7px;
  padding-top: 7px;
}
.footer-bar .scroll-top {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
}

/*------------------------------------------------------------------
[ 25. Headers ]
*/
.search-main {
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}

.header.header-minimal {
  background-color: #fff;
}
.header.header-minimal.primary {
  background-color: #1E88E5;
}

.header-inner {
  position: relative;
}
.header-standard .header-inner {
  padding: 27px 0px;
}
.header-minimal .header-inner {
  padding: 10px 0px;
}

.header-large .header-main {
  margin: 37px 0px;
}
.header-call-to-action-wrapper .header-main {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 700px 20px 700px;
  margin: -27px -700px 0px -700px;
}

.header-title {
  float: left;
  font-family: "Montserrat";
  font-size: 30px;
  margin-top: 3px;
}
.header-minimal .header-title {
  font-size: 24px;
  margin-top: 8px;
}
.header-title img {
  margin-right: 15px;
  opacity: 0.5;
  transition: opacity 0.15s linear;
  vertical-align: -8px;
}
.header-minimal .header-title img {
  height: 34px;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-title img {
    margin-right: 0px;
  }
}
.header-title a {
  color: #fff;
}
.header-minimal .header-title a {
  color: #424242;
}
.header-minimal.primary .header-title a {
  color: #fff;
}
.header-title a:hover {
  color: #fff;
  text-decoration: none;
}
.header-minimal .header-title a:hover {
  color: #424242;
}
.header-minimal.primary .header-title a:hover {
  color: #fff;
}
.header-title a:active, .header-title a:focus {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-title span {
    display: none;
  }
}
.header-title:hover img {
  opacity: 1;
}

.header-title-image {
  fill: #90CAF9;
  height: 36px;
  margin-right: 10px;
  vertical-align: -6px;
  width: 36px;
}

.header-search {
  float: right;
  margin-left: 100px;
  width: 550px;
}
@media (max-width: 767px) {
  .header-search {
    clear: both;
    float: none;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    width: 100%;
  }
}
.header-search .input-group {
  margin: 0px;
}
.header-search .form-control {
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #37b5a8;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  height: 60px;
  padding: 0px;
  transition: border-color 0.15s linear;
}
.header-search .form-control::-webkit-input-placeholder {
  color: #fff;
}
.header-search .form-control:-moz-placeholder {
  color: #fff;
}
.header-search .form-control::-moz-placeholder {
  color: #fff;
}
.header-search .form-control:-ms-input-placeholder {
  color: #fff;
}
.header-search .form-control:focus {
  border-bottom-color: #fff;
}
.header-search .form-control:focus ~ .input-group-btn .btn, .header-search .form-control:focus ~ .input-group-btn .btn-secondary {
  border-bottom-color: #fff;
}
.header-search .input-group-btn .btn, .header-search .input-group-btn .btn-secondary {
  background-color: #37b5a8;
  border: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-radius: 0px;
  box-shadow: none;
  height: 60px;
  transition: border-color 0.15s linear;
}
.header-search .input-group-btn .btn i, .header-search .input-group-btn .btn-secondary i {
  font-size: 28px;
  vertical-align: middle;
  color: #fff;
}
.header-search .input-group-btn .btn:hover, .header-search .input-group-btn .btn-secondary:hover, .header-search .input-group-btn .btn:focus, .header-search .input-group-btn .btn-secondary:focus {
  color: #fff;
  outline: 0px !important;
}
.header-search .input-group-btn .btn:after, .header-search .input-group-btn .btn-secondary:after, .header-search .input-group-btn .btn:before, .header-search .input-group-btn .btn-secondary:before {
  display: none;
}

.header-action {
  background-color: #00BCD4;
  border-radius: 50%;
  bottom: -28px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: block;
  height: 56px;
  line-height: 54px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-align: center;
  transition: box-shadow 0.15s linear;
  width: 56px;
  z-index: 100;
}
.header-action .fa {
  font-size: 18px;
  line-height: 58px;
}
.header-action:hover {
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.header-action:active, .header-action:focus {
  color: #fff;
  outline: 0px;
}
.header-large .header-action {
  bottom: -64px;
  right: 5px;
}

.header-call-to-action {
  margin: 84px 0px;
  text-align: center;
}
.header-call-to-action h1 {
  font-size: 40px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.header-call-to-action h2 {
  font-size: 14px;
  line-height: 24px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px;
  width: 50%;
}
.header-call-to-action .buttons {
  margin-top: 60px;
}
.header-call-to-action .buttons a {
  margin: 0px 15px;
}
@media (max-width: 767px) {
  .header-call-to-action .buttons .btn, .header-call-to-action .buttons .btn-secondary {
    display: block;
    float: none;
    margin: 0px 0px 10px 0px;
  }
  .header-call-to-action .buttons .btn:last-child, .header-call-to-action .buttons .btn-secondary:last-child {
    margin-bottom: 0px;
  }
}

.header-background {
  background-image: url("../img/tmp/mix-bw.png");
  background-size: 1083px 536px;
}

.header-background-inner {
  background-color: rgba(33, 150, 243, 0.85);
  position: relative;
}

.header-top {
  margin: 20px 0px 30px 0px;
}
.header-top ul {
  float: right;
  margin: 0px;
  padding: 0px;
}
.header-top ul li {
  margin: 0px 0px 0px 30px;
}
.header-top ul li a {
  color: #64B5F6;
  font-weight: 500;
  padding: 0px;
  transition: color 0.15s linear;
}
.header-top ul li a:hover {
  background-color: transparent;
  color: #BBDEFB;
}
.header-top ul li a:active, .header-top ul li a:focus {
  background-color: transparent;
}
.header-top .social {
  margin-left: 30px;
  margin-top: 2px;
}
.header-top .social li {
  margin: 0px 8px;
}
.header-top .social li i {
  font-size: 16px;
  margin: 0px 2px;
}
.header-top .social li:last-child {
  margin-right: 0px;
}

.header-topbar {
  background-color: #1565C0;
  color: #E3F2FD;
  padding: 3px 0px;
}

.header-topbar-left {
  float: left;
}
@media (max-width: 767px) {
  .header-topbar-left {
    float: none;
  }
}

.header-topbar-right {
  float: right;
}
@media (max-width: 767px) {
  .header-topbar-right {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    float: none;
    margin-top: 8px;
    padding-top: 8px;
  }
}

.header-topbar-social {
  display: inline;
  margin: 0px;
  padding: 0px;
}
.header-topbar-social li {
  display: inline;
  list-style: none;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
.header-topbar-social li a {
  color: #BBDEFB;
  font-size: 15px;
  vertical-align: middle;
}
.header-topbar-social li a:hover {
  color: #E3F2FD;
}

.header-topbar-links {
  display: inline;
}
.header-topbar-links li {
  display: inline;
  padding-left: 10px;
  vertical-align: middle;
}
.header-topbar-links li:first-child {
  padding-left: 0px;
}
.header-topbar-links li img {
  margin: -2px 5px 0px 0px;
  vertical-align: middle;
}
.header-topbar-links li a {
  color: #E3F2FD;
}
.header-topbar-links li a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------
[ 26. Promotions ]
*/
.promoted {
  background-size: cover;
  min-height: 500px;
  position: relative;
}
.promoted .promoted-inner {
  background-color: rgba(179, 229, 252, 0.15);
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.promoted .promoted-caption {
  bottom: 40px;
  left: 50%;
  position: absolute;
  text-align: left;
  transform: translateX(-50%);
}
.promoted .promoted-caption h1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.promoted .promoted-caption h2 {
  color: #fff;
  font-size: 30px;
  margin: 0px 0px 20px 0px;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.promotion {
  background-color: #EEEEEE;
  margin: 0px 0px 30px 0px;
  padding: 32px;
}

.promotion-icon {
  color: #26C6DA;
  float: left;
  margin: 0px 30px 0px 0px;
}
.promotion-icon .fa {
  float: left;
  font-size: 70px;
}

.promotion-text {
  color: #424242;
  display: table-cell;
  font-size: 18px;
  line-height: 28px;
}
.promotion-text a {
  border-bottom: 1px solid #26C6DA;
  color: #26C6DA;
}
.promotion-text a:hover {
  text-decoration: none;
}

.notes {
  margin-bottom: -30px;
}

.note {
  background-color: #EF5350;
  height: 0px;
  margin-bottom: 30px;
  padding-bottom: 100%;
  position: relative;
}
.note strong, .note span {
  color: #fff;
  display: block;
}
.note strong {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
}
.note span {
  font-size: 14px;
  font-weight: 500;
}
.note.red-light {
  background-color: #FFEBEE;
}
.note.red-light strong, .note.red-light span {
  color: #F44336;
}
.note.blue {
  background-color: #2196F3;
}
.note.blue-light {
  background-color: #E3F2FD;
}
.note.blue-light strong, .note.blue-light span {
  color: #2196F3;
}
.note.white {
  background-color: #fff;
}
.note.white strong, .note.white span {
  color: #616161;
}

.note-inner {
  left: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------------------------------------
[ 27. Map ]
*/
.map-wrapper {
  position: relative;
}

.map {
  background-color: #fff;
  height: 500px;
  position: relative;
}
.map .load-bar {
  position: absolute !important;
}

.marker {
  background-color: #2196F3;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 40px;
  line-height: 32px;
  text-align: center;
  width: 40px;
}
.marker img {
  vertical-align: middle;
  width: 16px;
}
.marker.pink {
  background-color: #E91E63;
}
.marker.cyan {
  background-color: #00BCD4;
}
.marker.blue {
  background-color: #2196F3;
}
.marker.deep-purple {
  background-color: #673AB7;
}
.marker.indigo {
  background-color: #3F51B5;
}
.marker.teal {
  background-color: #009688;
}
.marker.green {
  background-color: #4CAF50;
}
.marker.light-green {
  background-color: #8BC34A;
}
.marker.lime {
  background-color: #CDDC39;
}
.marker.yellow {
  background-color: #FBC02D;
}
.marker.amber {
  background-color: #FFC107;
}
.marker.orange {
  background-color: #FF9800;
}
.marker.deep-orange {
  background-color: #FF5722;
}
.marker.brown {
  background-color: #795548;
}

.clusterer {
  background-color: #42A5F5;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
}

.map-filter-horizontal {
  background-color: rgba(255, 255, 255, 0.92);
  border-bottom: 2px solid #EEEEEE;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  bottom: 0px;
  left: 0px;
  padding: 41px 0px;
  position: absolute;
  right: 0px;
}
.map-filter-horizontal .form-group {
  margin-bottom: 0px;
}
.map-filter-horizontal .form-control, .map-filter-horizontal .bootstrap-select button.btn, .map-filter-horizontal .bootstrap-select button.btn-secondary {
  box-shadow: 0px 1px 0px #BDBDBD;
  color: #757575;
}
.map-filter-horizontal .form-control::-webkit-input-placeholder, .map-filter-horizontal .bootstrap-select button.btn::-webkit-input-placeholder, .map-filter-horizontal .bootstrap-select button.btn-secondary::-webkit-input-placeholder {
  color: #757575;
}
.map-filter-horizontal .form-control:-moz-placeholder, .map-filter-horizontal .bootstrap-select button.btn:-moz-placeholder, .map-filter-horizontal .bootstrap-select button.btn-secondary:-moz-placeholder {
  color: #757575;
}
.map-filter-horizontal .form-control::-moz-placeholder, .map-filter-horizontal .bootstrap-select button.btn::-moz-placeholder, .map-filter-horizontal .bootstrap-select button.btn-secondary::-moz-placeholder {
  color: #757575;
}
.map-filter-horizontal .form-control:-ms-input-placeholder, .map-filter-horizontal .bootstrap-select button.btn:-ms-input-placeholder, .map-filter-horizontal .bootstrap-select button.btn-secondary:-ms-input-placeholder {
  color: #757575;
}
.map-filter-horizontal .form-control:focus, .map-filter-horizontal .bootstrap-select button.btn:focus, .map-filter-horizontal .bootstrap-select button.btn-secondary:focus {
  box-shadow: 0px 2px 0px #42A5F5;
}
.map-filter-horizontal .bootstrap-select div.dropdown-menu li.selected a {
  background-color: #1E88E5 !important;
}
.map-filter-horizontal .bootstrap-select.open button.btn, .map-filter-horizontal .bootstrap-select.open button.btn-secondary {
  box-shadow: 0px 2px 0px #42A5F5 !important;
  color: #757575 !important;
}

.infobox {
  background-color: transparent;
  height: 120px;
  position: relative;
  width: 420px;
}
.infobox .close {
  color: #424242;
  cursor: pointer;
  height: 17px;
  display: block;
  font-size: 10px;
  line-height: 17px;
  opacity: 1;
  position: absolute;
  right: 10px;
  text-align: center;
  text-indent: 0px;
  top: 10px;
  transition: background-color 0.15s linear, color 0.15s linear;
  width: 17px;
}
.infobox:before {
  border: 6px solid transparent;
  border-right-color: #2196F3;
  content: "";
  display: block;
  height: 0px;
  left: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  z-index: 999;
}
.infobox.pink:before {
  border-right-color: #E91E63;
}
.infobox.cyan:before {
  border-right-color: #00BCD4;
}
.infobox.blue:before {
  border-right-color: #2196F3;
}
.infobox.deep-purple:before {
  border-right-color: #673AB7;
}
.infobox.indigo:before {
  border-right-color: #3F51B5;
}
.infobox.teal:before {
  border-right-color: #009688;
}
.infobox.green:before {
  border-right-color: #4CAF50;
}
.infobox.light-green:before {
  border-right-color: #8BC34A;
}
.infobox.lime:before {
  border-right-color: #CDDC39;
}
.infobox.yellow:before {
  border-right-color: #FBC02D;
}
.infobox.orange:before {
  border-right-color: #FF9800;
}
.infobox.deep-orange:before {
  border-right-color: #FF5722;
}
.infobox.indigo:before {
  border-right-color: #3F51B5;
}
.infobox.amber:before {
  border-right-color: #FFC107;
}
.infobox.brown:before {
  border-right-color: #795548;
}
.infobox:hover .infobox-contact {
  margin-left: 0px;
}

.infobox-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 2px 0px 0px 2px;
  border-left: 4px solid #2196F3;
  display: block;
  float: left;
  height: 120px;
  margin: 0px;
  position: relative;
  width: 120px;
}
.infobox-image:after {
  background-color: black;
  background-image: url("../img/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  content: "";
  display: table-cell;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transition: opacity 0.15s linear;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}
.infobox-image:hover:after {
  opacity: 0.5;
}
.infobox-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .infobox-image:before {
  color: #42A5F5;
}
.orange .infobox-image {
  border-color: #FF9800;
}
.deep-orange .infobox-image {
  border-color: #FF5722;
}
.brown .infobox-image {
  border-color: #795548;
}
.pink .infobox-image {
  border-color: #E91E63;
}
.cyan .infobox-image {
  border-color: #00BCD4;
}
.blue .infobox-image {
  border-color: #2196F3;
}
.deep-purple .infobox-image {
  border-color: #673AB7;
}
.indigo .infobox-image {
  border-color: #3F51B5;
}
.teal .infobox-image {
  border-color: #009688;
}
.green .infobox-image {
  border-color: #4CAF50;
}
.light-green .infobox-image {
  border-color: #8BC34A;
}
.lime .infobox-image {
  border-color: #CDDC39;
}
.yellow .infobox-image {
  border-color: #FBC02D;
}
.amber .infobox-image {
  border-color: #FFC107;
}
.orange .infobox-image {
  border-color: #FF9800;
}
.deep-orange .infobox-image {
  border-color: #FF5722;
}
.brown .infobox-image {
  border-color: #795548;
}
.infobox-image img {
  display: block;
  position: relative;
  z-index: 2;
}

.infobox-content {
  background-color: #fff;
  height: 120px;
  float: left;
  padding: 8px;
  position: relative;
  width: 160px;
  z-index: 2;
}

.infobox-content-title {
  color: #424242;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.infobox-content-title a {
  color: #424242;
}
.infobox-content-title a:hover {
  text-decoration: none;
}

.infobox-content-body {
  color: #616161;
  font-size: 11px;
  line-height: 18px;
  margin: 0px;
}

.infobox-content-price {
  color: #26C6DA;
  font-size: 14px;
  font-weight: 600;
  margin: -5px 0px 2px 0px;
}

.infobox-contact {
  background-color: #EEEEEE;
  height: 120px;
  float: left;
  padding: 8px;
  position: relative;
  margin-left: -140px;
  transition: margin 0.2s linear;
  width: 140px;
  z-index: 1;
}

.infobox-contact-title {
  color: #424242;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.infobox-contact-title a {
  color: #424242;
}
.infobox-contact-title a:hover {
  text-decoration: none;
}

.infobox-contact-body {
  color: #616161;
}
.infobox-contact-body .fa {
  color: #212121;
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #map-admin {
    height: 400px !important;
  }
}

#map-canvas {
  height: 200px;
  margin-bottom: 30px;
}

.controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 400px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}

#pac-input:focus {
  border-color: #4d90fe;
  margin-left: -1px;
  padding-left: 14px;
  /* Regular padding-left + 1. */
  width: 401px;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

/*------------------------------------------------------------------
[ 28. Bootstrap Carousel ]
*/
#slider {
  height: 500px;
}
#slider .item {
  background-size: cover;
  height: 500px;
  position: relative;
  width: 100%;
}
#slider .item-inner {
  background-color: rgba(179, 229, 252, 0.15);
  height: 100%;
  left: 0px;
  position: relative;
  top: 0px;
  width: 100%;
}
#slider .carousel-caption {
  left: 50%;
  text-align: left;
  transform: translateX(-50%);
}
#slider .carousel-caption h1 {
  font-weight: bold;
}
#slider .carousel-caption h2 {
  margin: 0px 0px 20px 0px;
  font-weight: bold;
}
#slider .carousel-control {
  background-image: none;
  width: 10%;
}
#slider .carousel-control i {
  font-size: 40px;
  position: absolute;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.15s linear;
}
#slider .carousel-control.left i {
  left: 40px;
}
#slider .carousel-control.right i {
  right: 40px;
}

/*------------------------------------------------------------------
[ 29. Agents ]
*/
.agent-card {
  margin-bottom: -30px;
}
.agent-card h2 {
  margin-top: 0px;
}

.agent-card-info {
  color: #616161;
}
.agent-card-info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.agent-card-info ul li {
  margin: 0px;
}
.agent-card-info ul a {
  color: #26C6DA;
}
.agent-card-info ul .fa {
  margin-right: 5px;
}

.agent-card-image {
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.agent-card-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F007";
  display: block;
  font-family: "FontAwesome";
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%), translateY(-50%);
}
.footer .agent-card-image:before {
  color: #42A5F5;
}
.agent-card-image img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.agent-card-form .form-group:last-child {
  margin-bottom: 0px;
}

.agent-small {
  margin: 0px 0px 15px 0px;
}
.agent-small:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.agent-small:last-child .agent-small-content {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.agent-small-inner {
  display: table;
  width: 100%;
}

.agent-small-image {
  display: table-cell;
  width: 76px;
}
.agent-small-image img {
  border-radius: 50%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.agent-small-image-inner {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 50px;
  float: left;
  margin: 0px 16px 0px 0px;
  position: relative;
  width: 50px;
}
.agent-small-image-inner:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F007";
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .agent-small-image-inner:before {
  color: #42A5F5;
}

.agent-small-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: table-cell;
  padding-bottom: 15px;
  vertical-align: top;
}
.footer .agent-small-content {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.agent-small-title {
  margin: 0px 0px 10px 0px;
}
.agent-small-title a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  font-weight: 500;
}
.footer .agent-small-title a {
  color: #fff;
}

.agent-small-email, .agent-small-phone {
  font-size: 12px;
  line-height: 22px;
}
.agent-small-email .fa, .agent-small-phone .fa {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  margin: 0px 6px 0px 0px;
  vertical-align: middle;
}
.footer .agent-small-email .fa, .footer .agent-small-phone .fa {
  color: rgba(255, 255, 255, 0.7);
}
.agent-small-email a:hover, .agent-small-phone a:hover {
  text-decoration: none;
}
.footer .agent-small-email a, .footer .agent-small-phone a {
  color: #fff;
}

.agent-simple {
  margin-bottom: 30px;
}

.agent-simple-title {
  color: #616161;
  font-size: 20px;
}
.agent-simple-title a {
  color: #616161;
}
.agent-simple-title a:hover {
  text-decoration: none;
}

.agent-simple-image {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  height: 0px;
  margin: 0px 0px 30px 0px;
  padding-bottom: 100%;
  position: relative;
}
.agent-simple-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F007";
  display: block;
  font-family: "FontAwesome";
  font-size: 55px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%), translateY(-50%);
}
.footer .agent-simple-image:before {
  color: #42A5F5;
}
.agent-simple-image img {
  border-radius: 50%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.agent-simple-content {
  bottom: 45px;
  left: 0px;
  position: absolute;
  z-index: 3;
}
.agent-simple-content span {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  line-height: 2;
  padding: 0px 8px;
}
.agent-simple-content span .fa {
  margin-right: 5px;
}
.agent-simple-content .agent-simple-email {
  margin: -3px 0px;
}
.agent-simple-content .agent-simple-email a {
  color: #26C6DA;
}

.agent-row {
  background-color: #F5F5F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .agent-row {
    background-color: #fff;
  }
}
.agent-row .row, .agent-row .property-amenities ul, .property-amenities .agent-row ul {
  display: table;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.agent-row .row > div, .agent-row .property-amenities ul > div, .property-amenities .agent-row ul > div {
  display: table-cell;
  float: none;
  vertical-align: top;
}
@media (max-width: 767px) {
  .agent-row .row > div, .agent-row .property-amenities ul > div, .property-amenities .agent-row ul > div {
    display: block;
  }
}

.agent-row-image {
  background-color: #fff;
  padding: 16px;
}
.agent-row-image img {
  border-radius: 50%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.agent-row-image-inner a {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.agent-row-image-inner a:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F007";
  display: block;
  font-family: "FontAwesome";
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%), translateY(-50%);
}
.footer .agent-row-image-inner a:before {
  color: #42A5F5;
}

.agent-row-content {
  background-color: #fff;
}
.agent-row-content p {
  color: #616161;
}

.agent-row-title a {
  color: #424242;
}
.agent-row-title a:hover {
  text-decoration: none;
}

.agent-row-subtitle {
  color: #616161;
  font-size: 15px;
}

.agent-row-info {
  padding: 16px;
}
.agent-row-info ul {
  color: #424242;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.agent-row-info ul .fa {
  color: #616161;
  margin: 0px 5px 0px 0px;
}
.agent-row-info ul li {
  margin: 0px;
}
.agent-row-info ul a {
  color: #26C6DA;
}

.agent-medium {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 16px;
}

.agent-medium-image {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  float: left;
  height: 120px;
  position: relative;
  width: 120px;
}
.agent-medium-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F007";
  display: block;
  font-family: "FontAwesome";
  font-size: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .agent-medium-image:before {
  color: #42A5F5;
}
.agent-medium-image img {
  border-radius: 50%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.agent-medium-content {
  color: #616161;
  margin: 0px 0px 0px 140px;
}
.agent-medium-content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.agent-medium-content ul .fa {
  margin: 0px 5px 0px 0px;
}
.agent-medium-content ul li {
  margin: 0px;
}
.agent-medium-content a {
  color: #26C6DA;
}
.agent-medium-content hr {
  margin: 10px 0px;
}

.agent-medium-title {
  margin: 0px;
}
.agent-medium-title a {
  color: #424242;
}
.agent-medium-title a:hover {
  text-decoration: none;
}

.agent-medium-subtitle {
  color: #616161;
  font-size: 13px;
}

/*------------------------------------------------------------------
[ 30. Agencies ]
*/
.agency-row {
  background-color: #F5F5F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .agency-row {
    background-color: #fff;
  }
}
.agency-row .row, .agency-row .property-amenities ul, .property-amenities .agency-row ul {
  display: table;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.agency-row .row > div, .agency-row .property-amenities ul > div, .property-amenities .agency-row ul > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .agency-row .row > div, .agency-row .property-amenities ul > div, .property-amenities .agency-row ul > div {
    display: block;
  }
}

.agency-row-image {
  background-color: #fff;
  padding: 16px;
  text-align: center;
}

.agency-row-image-inner a {
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.agency-row-image-inner a:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F0F2";
  display: block;
  font-family: "FontAwesome";
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%), translateY(-50%);
}
.footer .agency-row-image-inner a:before {
  color: #42A5F5;
}

.agency-row-content {
  background-color: #fff;
}
.agency-row-content p {
  color: #616161;
}

.agency-row-title a {
  color: #424242;
}
.agency-row-title a:hover {
  text-decoration: none;
}

.agency-row-subtitle {
  color: #616161;
  font-size: 15px;
}

.agency-row-info {
  padding: 16px;
}
.agency-row-info ul {
  color: #424242;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.agency-row-info ul .fa {
  color: #616161;
  margin: 0px 5px 0px 0px;
}
.agency-row-info ul a {
  color: #26C6DA;
}
.agency-row-info ul li {
  margin: 0px;
}

/*------------------------------------------------------------------
[ 31. Properties ]
*/
.property-amenities {
  margin: 0px 0px 30px 0px;
}
.property-amenities ul {
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}
.property-amenities li {
  color: #424242;
  line-height: 34px;
}
.property-amenities li.yes:before, .property-amenities li.no:before {
  color: #BDBDBD;
  content: "\F00D";
  font-family: "FontAwesome";
  font-size: 12px;
  margin: 0px 10px 0px 0px;
  vertical-align: top;
}
.property-amenities li.yes:before {
  color: #26C6DA;
}

.property-badge {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  color: #757575;
  display: block;
  font-size: 11px;
  font-weight: 600;
  left: 16px;
  line-height: 1;
  padding: 7px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
}

.property-box {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px;
}

.property-box-excerpt {
  background-color: rgba(30, 136, 229, 0.7);
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 16px;
  top: 0px;
  transition: opacity 0.15s linear;
  right: 0px;
  overflow: hidden;
  opacity: 0;
  z-index: 3;
}

.property-box-content {
  padding: 16px;
}

.property-box-image {
  background-color: rgba(0, 0, 0, 0.12);
  min-height: 150px;
  overflow: hidden;
  position: relative;
}
.property-box-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .property-box-image:before {
  color: #42A5F5;
}
.property-box-image img {
  position: relative;
  z-index: 3;
  width: 100%;
}
.property-box-image:hover .property-box-excerpt {
  opacity: 1;
}

.property-box-meta-item {
  float: left;
  text-align: center;
  width: 33.33%;
}
.property-box-meta-item span, .property-box-meta-item strong {
  display: block;
}
.property-box-meta-item span {
  color: #9E9E9E;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.85;
}
.property-box-meta-item strong {
  color: #424242;
  font-size: 22px;
  font-weight: normal;
  margin: 0px;
  opacity: 0.85;
}

.property-box-bottom {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px 16px;
}

.property-box-price {
  color: #00BCD4;
  font-size: 14px;
  font-weight: 600;
  float: left;
}

.property-box-view {
  color: #212121;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
}
.property-box-view:hover {
  color: #212121;
  text-decoration: none;
}

.property-medium {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 16px;
}

.property-medium-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  min-height: 80px;
  position: relative;
}
.property-medium-image:after {
  background-color: black;
  background-image: url("../img/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  content: "";
  display: table-cell;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transition: opacity 0.15s linear;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}
.property-medium-image:hover:after {
  opacity: 0.5;
}
.property-medium-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .property-medium-image:before {
  color: #42A5F5;
}
.property-medium-image img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .property-medium-image {
    margin-bottom: 16px;
  }
}

.property-medium-title {
  color: #424242;
  font-size: 20px;
  margin: 0px 0px 15px 0px;
}
.property-medium-title a {
  color: #424242;
}

.property-medium-content {
  color: #616161;
}
.property-medium-content p {
  margin: 0px;
}

.property-medium-location {
  list-style: none;
  margin: -10px 0px 10px 0px;
  padding: 0px;
}
.property-medium-location li {
  display: inline;
}
.property-medium-location li a {
  color: #9E9E9E;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.property-medium-price {
  color: #00BCD4;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: -10px;
}

.property-medium-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.property-medium-meta-item {
  float: left;
  text-align: center;
  width: 33.33%;
}
.property-medium-meta-item span, .property-medium-meta-item strong {
  display: block;
}
.property-medium-meta-item span {
  color: #9E9E9E;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.85;
}
.property-medium-meta-item strong {
  color: #424242;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  opacity: 0.85;
}

.property-medium-gallery {
  margin-top: 15px;
}

.property-medium-gallery-item {
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  float: left;
  margin-right: 8px;
  min-height: 30px;
  position: relative;
  width: 46px;
}
.property-medium-gallery-item:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .property-medium-gallery-item:before {
  color: #42A5F5;
}
.property-medium-gallery-item img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.property-small {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 15px 0px;
}
.footer .property-small {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.property-small:last-child {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.property-small-inner {
  display: table;
  width: 100%;
}

.property-small-image {
  display: table-cell;
  width: 96px;
}
.property-small-image img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.property-small-image-inner {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  height: 60px;
  margin: 0px 16px 0px 0px;
  position: relative;
  width: 80px;
}
.property-small-image-inner:after {
  background-color: black;
  background-image: url("../img/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  content: "";
  display: table-cell;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transition: opacity 0.15s linear;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}
.property-small-image-inner:hover:after {
  opacity: 0.5;
}
.property-small-image-inner:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .property-small-image-inner:before {
  color: #42A5F5;
}
.property-small-image-inner:after {
  background-size: 22px 22px;
}

.property-small-content {
  display: table-cell;
  vertical-align: top;
}

.property-small-title {
  margin: 0px;
}
.property-small-title a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  font-weight: 500;
}
.footer .property-small-title a {
  color: #fff;
}

.property-small-location {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.property-small-location li {
  display: inline;
}
.property-small-location li a {
  color: #9E9E9E;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer .property-small-location li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .property-small-location li {
  color: rgba(255, 255, 255, 0.6);
}

.property-small-price {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}

.property-simple-wrapper {
  margin-bottom: -30px;
}

.property-simple {
  margin-bottom: 30px;
}

.property-simple-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  min-height: 75px;
  position: relative;
}
.property-simple-image:after {
  background-color: black;
  background-image: url("../img/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  content: "";
  display: table-cell;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transition: opacity 0.15s linear;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}
.property-simple-image:hover:after {
  opacity: 0.5;
}
.property-simple-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .property-simple-image:before {
  color: #42A5F5;
}
.property-simple-image img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.property-simple-title {
  font-size: 15px;
  margin: 15px 0px 0px 0px;
}
.property-simple-title a {
  color: #232323;
}

.property-simple-location {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.property-simple-location li {
  display: inline;
}
.property-simple-location li a {
  color: #9E9E9E;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.property-simple-status {
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  margin: 3px 0px 0px 0px;
}
.property-simple-status strong.red {
  color: #EF5350;
}
.property-simple-status strong.green {
  color: #66BB6A;
}

.property-large {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px;
}

.property-large-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  min-height: 170px;
  overflow: hidden;
  position: relative;
}
.property-large-image:after {
  background-color: black;
  background-image: url("../img/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  content: "";
  display: table-cell;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transition: opacity 0.15s linear;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}
.property-large-image:hover:after {
  opacity: 0.5;
}
.property-large-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .property-large-image:before {
  color: #42A5F5;
}
.property-large-image img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.property-large-content {
  background-color: #fff;
}

.property-large-title {
  float: left;
  margin: 0px;
  padding: 16px 0px 16px 16px;
}
.property-large-title a {
  color: #212121;
}

.property-large-link {
  background-color: #00ACC1;
  color: #fff;
  display: block;
  height: 54px;
  float: right;
  font-size: 22px;
  line-height: 54px;
  text-align: center;
  transition: all 0.15s linear;
  width: 54px;
}
.property-large-link:active, .property-large-link:focus, .property-large-link:hover {
  color: #fff;
  background-color: #00838F;
}

.property-row {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.property-row-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  float: left;
  height: 195px;
  width: 262px;
}
.property-row-image:after {
  background-color: black;
  background-image: url("../img/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  content: "";
  display: table-cell;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transition: opacity 0.15s linear;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}
.property-row-image:hover:after {
  opacity: 0.5;
}
.property-row-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .property-row-image:before {
  color: #42A5F5;
}
.property-row-image img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .property-row-image {
    float: none;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .property-row-image {
    float: none;
    height: auto;
    width: 100%;
  }
}

.property-row-body {
  color: #616161;
}

.property-row-content {
  float: left;
  margin-left: 30px;
  min-height: 195px;
  position: relative;
  width: 525px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .property-row-content {
    width: 375px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .property-row-content {
    float: none;
    margin-left: 0px;
    padding: 0px 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .property-row-content {
    float: none;
    margin-left: 0px;
    padding: 0px 15px;
    width: 100%;
  }
}

.property-row-title {
  color: #424242;
  margin-bottom: 0px;
}
.property-row-title a {
  color: #424242;
}

.property-row-location {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  list-style: none;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}
.property-row-location li {
  display: inline;
}
.property-row-location li a {
  color: #9E9E9E;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.property-row-meta {
  background-color: #F5F5F5;
  border-top: 1px solid #E0E0E0;
  bottom: 0px;
  left: -30px;
  position: absolute;
  right: -30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .property-row-meta {
    bottom: -22px;
    left: -30px;
    margin-left: 15px;
    margin-right: -45px;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (max-width: 767px) {
  .property-row-meta {
    bottom: -22px;
    left: -30px;
    margin-left: 15px;
    margin-right: -45px;
    position: relative;
    right: auto;
    top: auto;
  }
}

.property-row-meta-item {
  border-right: 1px solid #E0E0E0;
  float: left;
  font-size: 12px;
  padding: 6px 20px;
}
.property-row-meta-item span {
  margin: 0px 5px 0px 0px;
}
.property-row-meta-item strong {
  font-weight: 500;
}
.property-row-meta-item:last-child {
  border-right: 0px;
}

.property-table {
  margin: 0px 0px 30px 0px;
  width: 100%;
}
.property-table thead th {
  background-color: #42A5F5;
  color: #fff;
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .property-table thead th {
    padding: 6px;
  }
}
.property-table tbody td {
  vertical-align: middle;
  padding: 12px;
}
@media (max-width: 767px) {
  .property-table tbody td {
    padding: 6px;
  }
}
.property-table tbody tr:nth-child(odd) td {
  background-color: #F5F5F5;
}
.property-table tbody tr:nth-child(even) td {
  background-color: #FAFAFA;
}

.property-table-info-image {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  float: left;
  height: 80px;
  margin: 0px 16px 0px 0px;
  position: relative;
  width: 120px;
}
.property-table-info-image:after {
  background-color: black;
  background-image: url("../img/magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  content: "";
  display: table-cell;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transition: opacity 0.15s linear;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
}
.property-table-info-image:hover:after {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .property-table-info-image {
    height: 60px;
    width: 90px;
  }
}
.property-table-info-image:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .property-table-info-image:before {
  color: #42A5F5;
}
.property-table-info-image img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .property-table-info-content {
    clear: both;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .property-table-info-content {
    clear: both;
    padding-top: 20px;
  }
}

.property-table-info-content-title {
  color: #424242;
  font-size: 18px;
  margin: 0px;
}
.property-table-info-content-title a {
  color: #424242;
}
@media (max-width: 767px) {
  .property-table-info-content-title {
    font-size: 13px;
  }
}

.property-table-info-content-price {
  color: #00BCD4;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .property-table-info-content-price {
    font-size: 13px;
  }
}

.property-table-info-content-location {
  list-style: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.property-table-info-content-location li {
  display: inline;
}
.property-table-info-content-location li a {
  color: #9E9E9E;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.property-table-beds, .property-table-baths {
  color: #757575;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .property-table-beds, .property-table-baths {
    font-size: 13px;
  }
}

.property-table-contract, .property-table-type {
  color: #757575;
  font-size: 16px;
}
@media (max-width: 767px) {
  .property-table-contract, .property-table-type {
    font-size: 13px;
  }
}

.property-valuation {
  margin: 0px 0px 30px 0px;
}

.property-valuation-keys, .property-valuation-values {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.property-valuation-keys li {
  color: #9E9E9E;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}

.property-valuation-values li {
  display: block;
  padding: 5px 0px;
}
.property-valuation-values li span {
  background-color: #26C6DA;
  display: block;
  float: right;
  height: 18px;
}

.property-chart {
  margin: 0px;
}

#property-chart {
  height: 300px;
}
#property-chart .nvd3 .nv-indexLine {
  display: none;
}
#property-chart .nvd3 .nv-axis line {
  stroke: rgba(0, 0, 0, 0.05);
}
#property-chart .nvd3 .nv-axis path.domain {
  display: none;
}
#property-chart .nv-controlsWrap {
  display: none;
}
#property-chart .nvd3 .nv-groups path.nv-line {
  stroke: #00BCD4;
}
#property-chart .tick text {
  fill: #616161;
}
#property-chart .nvd3 .nv-axis .nv-axisMaxMin text, #property-chart .nvd3 .nv-axis .nv-axisMaxMin text {
  fill: #616161;
}
#property-chart .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #2196F3;
}

.map-property {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  margin-bottom: 30px;
  padding: 16px;
}

#map-property {
  height: 300px;
}

.property-gallery {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0px 0px 30px 0px;
  padding: 15px;
}

.property-gallery {
  position: relative;
}
.property-gallery .owl-prev, .property-gallery .owl-next {
  color: #26C6DA;
  font-size: 18px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
}
.property-gallery .owl-prev {
  left: -25px;
}
.property-gallery .owl-next {
  right: -25px;
}
@media (max-width: 767px) {
  .property-gallery {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 362px !important;
  }
}

.property-gallery-preview a {
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  margin: -16px -16px 0px -16px;
  min-height: 200px;
  position: relative;
}
.property-gallery-preview a:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  transform: translateX(-50%), translateY(-50%);
}
.footer .property-gallery-preview a:before {
  color: #42A5F5;
}
.property-gallery-preview a img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.property-gallery-list-wrapper {
  padding: 30px 60px 14px 60px;
}

.property-gallery-list-item {
  float: left;
  list-style: none;
  padding: 0px 2px;
  position: relative;
}
.property-gallery-list-item a {
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  height: 50px;
  width: 50px;
}
.property-gallery-list-item a img {
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
  z-index: 2;
}
.property-gallery-list-item a:before {
  color: rgba(0, 0, 0, 0.2);
  content: "\F015";
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.footer .property-gallery-list-item a:before {
  color: #42A5F5;
}

.property-list {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  margin: 0 0 30px 0;
  padding: 30px;
}
.property-list dl {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
.property-list dt {
  color: #616161;
  float: left;
  font-weight: normal;
  line-height: 36px;
}
.property-list dt.active a {
  color: #37b5a8;
  font-weight: bold;
}
.property-list dt a {
  color: #3c3838;
}
.property-list dd {
  border-bottom: 1px solid #EEEEEE;
  color: #424242;
  font-weight: 600;
  line-height: 36px;
  text-align: right;
}
.property-list dd.active span {
  color: #37b5a8;
  font-weight: bold;
}
.property-list dd:last-child {
  border-bottom: 0px;
}

.property-carousel-wrapper {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  margin: 0px 0px 30px 0px;
  padding: 16px 50px;
}

@media (max-width: 767px) {
  .property-carousel {
    width: 250px;
  }
  .property-carousel .property-simple-image {
    min-height: 60px;
  }
}
.property-carousel .owl-item {
  overflow: hidden;
  width: 0px;
}
.property-carousel .owl-prev, .property-carousel .owl-next {
  color: #26C6DA;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.property-carousel .owl-prev {
  left: -30px;
}
.property-carousel .owl-next {
  right: -30px;
}

.property-carousel-item {
  padding: 0px 10px;
}
.property-carousel-item > div {
  margin-bottom: 0px;
}

.properties-sort {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  margin: 0px 0px 30px 0px;
  padding: 16px;
}

.not-found {
  margin: 120px 0px 0px 0px;
}

.not-found-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 60px 0px 40px 0px;
  padding: 0px 0px 40px 0px;
}
.not-found-title strong {
  color: #BDBDBD;
  font-size: 150px;
  margin-right: 20px;
}
.not-found-title span {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.not-found-content h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
}

.not-found-subtitle {
  margin: 0px 0px 40px 0px;
  padding: 0px;
}

.not-found-list {
  font-size: 16px;
}
.not-found-list a {
  border-bottom: 1px solid #26C6DA;
}
.not-found-list a:hover {
  border-bottom: 1px solid #00ACC1;
}
.not-found-list li {
  line-height: 36px;
}

.not-found-links {
  margin: 0px;
}
.not-found-links li {
  list-style: none;
}
.not-found-links a {
  color: #424242;
}
.not-found-links a:hover {
  text-decoration: underline;
}
@charset "UTF-8";
.page-wrapper {
  min-height: 80vh;
}

.header-title img {
  opacity: 1;
}

.pagination span.page-link {
  padding: 14px 18px;
  border: 0px;
  border-top: 3px solid #e0e0e0;
}
.pagination li.page-item .page-link {
  border: 1 !important;
  box-sizing: border-box;
}
.pagination li.page-item.active .page-link {
  background: #00BCD4;
  border-color: #00BCD4;
}

h3 {
  font-size: 22px;
}

.btn-success {
  background: #7ec159 !important;
}

.border-success {
  border: 1px solid #7ec159 !important;
}

.padding20 {
  padding: 20px;
}

a:hover,
a:focus {
  color: #7ec159;
  text-decoration: none;
}

.ptpb70 {
  padding: 70px 0px 70px 0px;
}

a {
  color: #7ec159;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  width: inherit;
}

/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc;
}

.c100 *,
.c100 *:before,
.c100 *:after {
  box-sizing: content-box;
}

.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.big {
  font-size: 240px;
}

.c100.small {
  font-size: 80px;
}

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: whitesmoke;
  width: 0.84em;
  height: 0.84em;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
  transform: rotate(3.6deg);
}

.c100.p2 .bar {
  transform: rotate(7.2deg);
}

.c100.p3 .bar {
  transform: rotate(10.8deg);
}

.c100.p4 .bar {
  transform: rotate(14.4deg);
}

.c100.p5 .bar {
  transform: rotate(18deg);
}

.c100.p6 .bar {
  transform: rotate(21.6deg);
}

.c100.p7 .bar {
  transform: rotate(25.2deg);
}

.c100.p8 .bar {
  transform: rotate(28.8deg);
}

.c100.p9 .bar {
  transform: rotate(32.4deg);
}

.c100.p10 .bar {
  transform: rotate(36deg);
}

.c100.p11 .bar {
  transform: rotate(39.6deg);
}

.c100.p12 .bar {
  transform: rotate(43.2deg);
}

.c100.p13 .bar {
  transform: rotate(46.8deg);
}

.c100.p14 .bar {
  transform: rotate(50.4deg);
}

.c100.p15 .bar {
  transform: rotate(54deg);
}

.c100.p16 .bar {
  transform: rotate(57.6deg);
}

.c100.p17 .bar {
  transform: rotate(61.2deg);
}

.c100.p18 .bar {
  transform: rotate(64.8deg);
}

.c100.p19 .bar {
  transform: rotate(68.4deg);
}

.c100.p20 .bar {
  transform: rotate(72deg);
}

.c100.p21 .bar {
  transform: rotate(75.6deg);
}

.c100.p22 .bar {
  transform: rotate(79.2deg);
}

.c100.p23 .bar {
  transform: rotate(82.8deg);
}

.c100.p24 .bar {
  transform: rotate(86.4deg);
}

.c100.p25 .bar {
  transform: rotate(90deg);
}

.c100.p26 .bar {
  transform: rotate(93.6deg);
}

.c100.p27 .bar {
  transform: rotate(97.2deg);
}

.c100.p28 .bar {
  transform: rotate(100.8deg);
}

.c100.p29 .bar {
  transform: rotate(104.4deg);
}

.c100.p30 .bar {
  transform: rotate(108deg);
}

.c100.p31 .bar {
  transform: rotate(111.6deg);
}

.c100.p32 .bar {
  transform: rotate(115.2deg);
}

.c100.p33 .bar {
  transform: rotate(118.8deg);
}

.c100.p34 .bar {
  transform: rotate(122.4deg);
}

.c100.p35 .bar {
  transform: rotate(126deg);
}

.c100.p36 .bar {
  transform: rotate(129.6deg);
}

.c100.p37 .bar {
  transform: rotate(133.2deg);
}

.c100.p38 .bar {
  transform: rotate(136.8deg);
}

.c100.p39 .bar {
  transform: rotate(140.4deg);
}

.c100.p40 .bar {
  transform: rotate(144deg);
}

.c100.p41 .bar {
  transform: rotate(147.6deg);
}

.c100.p42 .bar {
  transform: rotate(151.2deg);
}

.c100.p43 .bar {
  transform: rotate(154.8deg);
}

.c100.p44 .bar {
  transform: rotate(158.4deg);
}

.c100.p45 .bar {
  transform: rotate(162deg);
}

.c100.p46 .bar {
  transform: rotate(165.6deg);
}

.c100.p47 .bar {
  transform: rotate(169.2deg);
}

.c100.p48 .bar {
  transform: rotate(172.8deg);
}

.c100.p49 .bar {
  transform: rotate(176.4deg);
}

.c100.p50 .bar {
  transform: rotate(180deg);
}

.c100.p51 .bar {
  transform: rotate(183.6deg);
}

.c100.p52 .bar {
  transform: rotate(187.2deg);
}

.c100.p53 .bar {
  transform: rotate(190.8deg);
}

.c100.p54 .bar {
  transform: rotate(194.4deg);
}

.c100.p55 .bar {
  transform: rotate(198deg);
}

.c100.p56 .bar {
  transform: rotate(201.6deg);
}

.c100.p57 .bar {
  transform: rotate(205.2deg);
}

.c100.p58 .bar {
  transform: rotate(208.8deg);
}

.c100.p59 .bar {
  transform: rotate(212.4deg);
}

.c100.p60 .bar {
  transform: rotate(216deg);
}

.c100.p61 .bar {
  transform: rotate(219.6deg);
}

.c100.p62 .bar {
  transform: rotate(223.2deg);
}

.c100.p63 .bar {
  transform: rotate(226.8deg);
}

.c100.p64 .bar {
  transform: rotate(230.4deg);
}

.c100.p65 .bar {
  transform: rotate(234deg);
}

.c100.p66 .bar {
  transform: rotate(237.6deg);
}

.c100.p67 .bar {
  transform: rotate(241.2deg);
}

.c100.p68 .bar {
  transform: rotate(244.8deg);
}

.c100.p69 .bar {
  transform: rotate(248.4deg);
}

.c100.p70 .bar {
  transform: rotate(252deg);
}

.c100.p71 .bar {
  transform: rotate(255.6deg);
}

.c100.p72 .bar {
  transform: rotate(259.2deg);
}

.c100.p73 .bar {
  transform: rotate(262.8deg);
}

.c100.p74 .bar {
  transform: rotate(266.4deg);
}

.c100.p75 .bar {
  transform: rotate(270deg);
}

.c100.p76 .bar {
  transform: rotate(273.6deg);
}

.c100.p77 .bar {
  transform: rotate(277.2deg);
}

.c100.p78 .bar {
  transform: rotate(280.8deg);
}

.c100.p79 .bar {
  transform: rotate(284.4deg);
}

.c100.p80 .bar {
  transform: rotate(288deg);
}

.c100.p81 .bar {
  transform: rotate(291.6deg);
}

.c100.p82 .bar {
  transform: rotate(295.2deg);
}

.c100.p83 .bar {
  transform: rotate(298.8deg);
}

.c100.p84 .bar {
  transform: rotate(302.4deg);
}

.c100.p85 .bar {
  transform: rotate(306deg);
}

.c100.p86 .bar {
  transform: rotate(309.6deg);
}

.c100.p87 .bar {
  transform: rotate(313.2deg);
}

.c100.p88 .bar {
  transform: rotate(316.8deg);
}

.c100.p89 .bar {
  transform: rotate(320.4deg);
}

.c100.p90 .bar {
  transform: rotate(324deg);
}

.c100.p91 .bar {
  transform: rotate(327.6deg);
}

.c100.p92 .bar {
  transform: rotate(331.2deg);
}

.c100.p93 .bar {
  transform: rotate(334.8deg);
}

.c100.p94 .bar {
  transform: rotate(338.4deg);
}

.c100.p95 .bar {
  transform: rotate(342deg);
}

.c100.p96 .bar {
  transform: rotate(345.6deg);
}

.c100.p97 .bar {
  transform: rotate(349.2deg);
}

.c100.p98 .bar {
  transform: rotate(352.8deg);
}

.c100.p99 .bar {
  transform: rotate(356.4deg);
}

.c100.p100 .bar {
  transform: rotate(360deg);
}

.c100:hover {
  cursor: default;
}

.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

.c100.dark {
  background-color: #777777;
}

.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}

.c100.dark > span {
  color: #777777;
}

.c100.dark:after {
  background-color: #666666;
}

.c100.dark:hover > span {
  color: #c6ff00;
}

.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}

.c100.green:hover > span {
  color: #4db53c;
}

.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}

.c100.green.dark:hover > span {
  color: #5fd400;
}

.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}

.c100.orange:hover > span {
  color: #dd9d22;
}

.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}

.c100.orange.dark:hover > span {
  color: #e08833;
}

@media only screen and (max-width: 1200px) {
  .logo {
    border: 0px solid green;
  }

  .top-menu li a {
    padding: 0 5px 8px;
  }

  .widget.banner-live-coaching .layer {
    bottom: 20px;
  }

  .widget.banner-live-coaching.banner-open-tws .layer {
    bottom: 10px;
  }
}
@media only screen and (max-width: 1190px) {
  .logo {
    border: 0px solid orange;
  }

  .material .container {
    width: auto;
  }

  .top-menu li a {
    padding: 0 5px 5px;
  }

  body.material .input-field label {
    width: auto !important;
  }

  .top-menu li a {
    /*padding:0 10px 8px;*/
    padding: 0 8px 8px;
    font-size: 13px;
  }

  .page-welcome .aie-button.steps2 {
    margin-right: 0;
  }

  #courses-wrap .cod-banner h3 {
    font-size: 39px;
  }

  #courses-wrap .cod-banner h3 span {
    font-size: 50px;
  }

  #courses-wrap .cod-banner h4 {
    font-size: 25px;
  }

  .cod-banner {
    min-height: auto;
  }

  .widget.banner-live-coaching .layer {
    bottom: 20px;
  }

  .banner-live-coaching h3 {
    font-size: 20px;
  }

  .banner-live-streaming .layer {
    bottom: 20px;
  }

  .search-wrap input {
    width: 80%;
  }

  .chosen-container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .logo {
    border: 0px solid red;
  }

  .current-task-wrap .mytable.cols-3 .col-3 {
    padding-right: 15px;
  }

  .top-menu li a {
    padding: 0 5px 5px;
  }

  .page-liveclass #content-right-parent {
    display: inline-block;
    width: 100%;
  }

  .annoucement-wrap .feature-image {
    display: none;
  }

  .page-home #content-right-parent,
.page-tws #content-right-parent {
    display: none;
  }

  .page-home #content-left-parent,
.page-liveclass #content-left-parent,
.page-tws #content-left-parent {
    width: 100%;
  }

  .cod-banner {
    margin: auto;
  }

  .banner-live-streaming .layer {
    bottom: 10px;
  }

  .banner-live-streaming h3 {
    font-size: 20px;
  }

  .banner-live-streaming h3 span {
    font-size: 25px;
  }

  .box-white-rounded .a .inner {
    border-right: 0;
    padding-right: 0;
  }

  .triangle-right {
    display: none;
  }

  .balance-height3 {
    min-height: auto;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 970px) {
  .logo {
    border: 0px solid blue;
  }

  .trader-comm-wrap .recent_badges_wrap .col {
    display: block;
    float: left;
  }

  .top-profile-section .col-xs-3,
.top-profile-section .col-xs-2 {
    overflow: hidden;
  }

  .top-menu,
.annoucement-wrap .feature-image,
#content-right-parent {
    display: none;
  }

  .annoucement-wrap h1 {
    font-size: 28px;
  }

  #courses-wrap h1,
#courses-wrap h2 {
    font-size: 25px;
  }

  #courses-wrap h3 {
    font-size: 15px;
  }

  #content-left-parent {
    width: 100% !important;
    max-width: 100%;
    flex: 1;
  }

  .wistia_embed_parent img {
    min-height: inherit;
  }

  .mobile-menu-wrap {
    display: block !important;
  }

  .course-content-wrapper,
#courses-wrap h1,
#courses-wrap h2 {
    margin-top: 0;
  }

  .page-index #courses-wrap {
    margin-top: 20px;
  }

  #content-left-parent.scanner-form-wrap {
    width: auto;
  }

  .col-right .mytable {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .logo {
    border: 0px solid green;
  }

  .trader-comm-wrap .mytable .col.a,
.trader-comm-wrap .mytable .col.b,
.trader-comm-wrap .mytable .recent_badges_wrap {
    display: block;
    width: auto;
  }

  .trader-comm-wrap .mytable .recent_badges_wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .task-icon-wrap {
    background: none !important;
    padding: 0;
  }

  .current-task-wrap .box-white {
    padding: 10px;
  }

  .badge-content .mytable .col {
    display: block;
  }

  .badge-all .green-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .badge-all .green-header h2 {
    margin-bottom: 5px;
    margin-top: 0;
  }

  .badge-content {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .badge-content .line-green {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .badge-all .green-header p {
    width: 100%;
  }

  .next_lessson_wrap .mytable .col {
    /*display: block;
    text-align: center;*/
  }

  /*.next_lessson_wrap .box-white .inner{
  	padding:0;
  }*/
  .nextlesson_wrap,
.next_parent_wrap .pad-righ15 {
    width: auto;
  }

  .next_parent_wrap {
    max-height: inherit;
    min-height: inherit;
  }

  .next_lessson_wrap h3 {
    margin-top: 10px;
  }

  /*.next_lessson_wrap .box-white{
  	padding:20px;
  }*/
  /*.next_lessson_wrap a.aie-button{
  	margin:auto;
  }*/
  .top-profile-section p.light {
    font-size: 15px;
  }

  .top-profile-section h5 {
    font-size: 20px;
  }

  .light-green-header {
    padding-top: 20px;
  }

  .current-task-wrap .box-white .col {
    display: block;
    width: auto;
    text-align: center;
  }

  .task-icon-wrap {
    display: block;
    margin: auto;
    width: 165px;
  }

  .current_task_bg {
    background: none !important;
  }

  .page-index #courses-wrap ul.course li img {
    max-width: 256px;
  }

  .container {
    width: 95%;
  }

  .footer p {
    font-size: 12px;
  }

  #courses-wrap ul.course li img {
    /*max-width:inherit;
    min-width:inherit;*/
    max-width: 256px;
    min-width: 256px;
    max-height: inherit;
    min-height: inherit;
  }

  #courses-wrap ul.course li {
    float: none;
    margin: auto;
    max-width: inherit;
    text-align: center;
    min-height: inherit;
  }

  ul.badge-system.normal-width {
    margin: auto;
  }

  #courses-wrap h3 {
    text-align: center;
  }

  ul.social li,
ul.badge-system li {
    padding: 0 5px;
  }

  .header {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .timer-wrap {
    margin-top: 0;
  }

  .sequence_nav {
    display: none;
  }

  .page-welcome #video-parent-wrap {
    min-height: inherit;
  }

  #seminar-ws .seminar-dates-list p.small-font {
    font-size: 13px;
  }

  .page-welcome .aie-button {
    font-size: 13px;
    min-width: auto;
    padding: 10px 15px;
  }

  .seminar-description {
    margin-top: 20px;
  }

  #youtube-video-wrap iframe,
#youtube-video-wrap,
iframe#youtube-video-wrap {
    min-height: 300px;
  }

  .cod-banner .layer,
.banner-live-streaming .layer {
    position: inherit;
    left: 0;
    top: 0;
  }

  .cod-banner img,
.banner-live-streaming img {
    display: none;
  }

  .cod-banner,
.banner-live-streaming {
    min-height: auto;
  }

  #courses-wrap.trade-details h1 {
    font-size: 20px;
  }

  #courses-wrap.trade-details h1 span {
    font-size: 17px;
  }

  .video_wrap {
    min-height: 274px;
  }

  #courses-wrap.trade-details h3 {
    text-align: left;
  }

  .search-wrap button {
    display: none;
  }

  .search-wrap input {
    width: 100%;
    padding: 10px;
  }

  .search-wrap .inner {
    padding: 0;
  }

  #courses-wrap .post-search-wrap h3 {
    text-align: left;
  }

  .search-result-wrap {
    overflow: scroll;
  }

  #section-scan-simple button {
    display: block;
    margin: 10px auto auto;
    min-width: 200px;
  }

  #section-scan-simple input[type=text] {
    margin-bottom: 10px;
  }

  .balance-height2 {
    min-height: auto;
  }

  .to-hide {
    display: none;
  }

  .col-profile-info-mobile {
    display: block;
  }

  .top-profile-section .col-xs-3,
.top-profile-section .col-xs-2 {
    width: auto;
  }

  .top-profile-section h3 {
    margin: 0;
  }

  .top-profile-section h3 {
    font-size: 20px;
  }

  .green-header {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .top-profile-section .col-xs-3,
.top-profile-section .col-xs-2 {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .logo {
    border: 0px solid yellow;
  }

  .next_lessson_wrap a.aie-button {
    text-align: center;
  }

  .next_lessson_wrap h3,
.box-white h3 {
    font-size: 18px;
  }

  .trader-comm-wrap .recent_badges_wrap .col {
    margin-right: 0;
    padding: 0 10px;
    width: auto;
  }

  .recent-badges-wrap .mytable .col {
    display: block;
    text-align: center;
    width: auto !important;
  }

  .box-white .recent_badges_wrap .badge-wrap {
    /*display: block;*/
    margin: auto auto 10px;
  }

  .box-white .recent-badges-wrap .mytable .col {
    display: table;
    margin: auto auto 10px;
  }

  .box-white .grey-bg,
.task-icon-wrap {
    padding: 10px;
  }

  .nextlesson_wrap {
    height: auto;
    width: 100%;
  }

  .top-profile-section h3 {
    font-size: 17px;
  }

  .grey-bg h1 {
    font-size: 25px;
  }

  .current-task-wrap h2 {
    font-size: 20px;
  }

  .box-white-rounded h3,
.next_lessson_wrap h3,
.box-white h3 {
    font-size: 19px;
  }

  #main-content {
    min-height: inherit;
  }

  #courses-wrap {
    padding-bottom: 10px;
  }

  .chart_machine {
    min-width: auto;
  }

  .chosen-container-single .chosen-single span,
.relative .normal-select,
.aie-button.pace-forward,
.backtest-results p,
.backtest-table th,
.backtest-table td,
.fields span,
.ival {
    font-size: 14px;
  }

  .fields h4 {
    font-size: 16px;
  }

  .scan-backtest-tpl h4 {
    font-size: 18px;
  }

  .parent-backtest-table {
    overflow: scroll;
  }

  .course-content-wrapper {
    margin-top: 0;
  }

  .top30 {
    margin-top: 10px;
  }

  .logo {
    max-width: 180px;
  }

  #courses-wrap h1,
#courses-wrap h2 {
    font-size: 21px;
  }

  #courses-wrap .course-small-description,
.post-content,
.widget-content ul li {
    font-size: 14px;
  }

  .courses-list .table .col.col-3 {
    display: none;
  }

  .button-with-progress-wrap.small {
    float: right;
    margin-right: 10px;
    width: 100px;
  }

  .quiz-slick .slick-prev,
.quiz-slick .slick-next {
    font-size: 12px;
    padding: 8px 5px;
  }

  .page-quiz .back-green {
    margin-top: 80px !important;
  }

  .page-quiz .head-1 {
    width: 65%;
  }

  .page-quiz .head-2 {
    width: 35%;
  }

  .question-answer .row .col-sm-2 {
    margin-bottom: 5px;
  }

  .question-wrap .full-grey,
.question-answer {
    padding: 10px;
  }

  .material.page-profile .aie-button {
    font-size: 13px;
    min-width: auto;
    padding: 10px 15px;
  }

  .page-profile .contact-email {
    overflow-wrap: break-word;
  }

  .page-welcome .aie-button {
    padding: 8px;
  }

  #youtube-video-wrap iframe,
#youtube-video-wrap,
iframe#youtube-video-wrap {
    min-height: 250px;
  }

  #courses-wrap .cod-banner h3 {
    font-size: 20px;
  }

  #courses-wrap .cod-banner h3 span {
    font-size: 29px;
  }

  #courses-wrap .cod-banner h4 {
    font-size: 20px;
  }

  #courses-wrap .cod-banner h5,
.banner-live-streaming h3 {
    font-size: 15px;
  }

  .banner-live-streaming h3 span {
    font-size: 18px;
  }

  #courses-wrap.trade-details h1,
.trade-info .head h5 {
    font-size: 18px;
  }

  #courses-wrap.trade-details h1 span,
.trade-info .head h6 {
    font-size: 15px;
  }

  #courses-wrap.trade-details h1 span {
    padding-left: 10px;
  }

  .top-profile-section .col-xs-3,
.top-profile-section .col-xs-2 {
    display: none;
  }

  .terms-wrap a.aie-button.left,
.terms-wrap a.aie-button.right {
    display: block;
    float: none;
    margin: auto auto 10px;
    text-align: center;
  }

  .terms-wrap h2 {
    font-size: 25px;
  }

  .terms-wrap h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .logo {
    border: 0px solid orange;
  }
}
#app {
  min-height: 80vh;
}

/*-----------------------------------
 *
 *              Colors
 *
 *-----------------------------------
*/
.bg-light-grey {
  background-color: #eee;
}

/*-----------------------------------
 *
 *            Components
 *
 *-----------------------------------
*/
.badge-category-item:nth-child(even) {
  background: #eee;
}

ul.clean {
  list-style-type: none;
  padding-left: 0;
}

.social-links ul li:not(:last-child) {
  margin-right: 1em;
}

.aie-slider .aie-control-next {
  position: absolute;
  top: 120px;
}
.aie-slider .aie-control-next.prev-button {
  left: 10px;
}
.aie-slider .aie-control-next.next-button {
  right: 10px;
}

input[type=checkbox]:after {
  border: 2px solid #7ec159;
}

.btn:not(.dropdown-toggle),
.btn-secondary:not(.dropdown-toggle) {
  background-color: #27384c;
}

ul.settings-sidebar {
  display: block;
  font-size: 1.4em;
}
ul.settings-sidebar > li {
  margin: 0;
}
ul.settings-sidebar > li a {
  color: #6c757d;
  display: block;
  padding: 10px 15px;
}
ul.settings-sidebar > li a.active {
  color: #fff;
  background: #27384c;
}
ul.settings-sidebar > li a.active:hover {
  background-color: white;
  color: initial;
}
ul.settings-sidebar > li a:hover {
  background-color: #0e2037;
  color: white;
  text-decoration: none;
}

.social-links-rounded > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.social-links-rounded > li > a:hover {
  text-decoration: none;
}
.social-links-rounded > li:not(:last-child) {
  margin-right: 5px;
}

.video-list {
  font-size: 1.4em;
}

.featured-image-area {
  position: relative;
}
.featured-image-area:after {
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+49,0.51+98 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.51) 98%, rgba(0, 0, 0, 0.51) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#82000000",GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured-image-area .content-inside {
  position: absolute;
  padding: 10px;
  width: 100%;
  z-index: 2;
}
.featured-image-area .content-inside.bottom {
  bottom: 0;
}
.featured-image-area .content-inside.top {
  top: 0;
}

.form-group-with-icon-right {
  padding-left: 28px;
  position: relative;
}
.form-group-with-icon-right .form-control {
  padding: 10px;
}
.form-group-with-icon-right span.icon {
  left: 0;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.avatar-image-picker {
  position: relative;
}
.avatar-image-picker .btn-remove-selected {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.video-container .thumbnail-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.wistia_embed_parent {
  position: relative;
  margin-top: 20px;
}
.wistia_embed_parent .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

#youtube-video-embed {
  min-height: 450px;
}

.widget-banner {
  position: relative;
}
.widget-banner .widget-background-image {
  width: 100%;
}
.widget-banner .layer {
  text-align: center;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  width: 100%;
}

.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: white;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 0.45;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 0%;
  padding: 30px;
}

.content-details h3::before {
  content: "";
  display: block;
  height: 2px;
  left: 30px;
  position: absolute;
  width: 50px;
  background: #c3cfd8 none repeat scroll 0 0;
  bottom: 60%;
  transition: all 0.3s linear 0s;
}

.content-details h3 {
  font-size: 22px;
  font-weight: 900;
  margin: 0;
  color: #396161;
}

.content-details p {
  color: #44baad;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 60px;
}

body {
  font-family: "Raleway", sans-serif !important;
  line-height: 1.5;
}

.avatar-image-picker {
  outline: none;
  outline-offset: -10px;
  background: #93cc74b3;
  color: dimgray;
  padding: 10px 10px;
  height: 200px;
  width: 200px;
  position: absolute;
  z-index: 900;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
}

.fileinput-upload-button {
  opacity: 0;
  /* invisible but it's there! */
  width: 100%;
  min-height: 200px;
  position: absolute;
  z-index: 950;
  cursor: pointer;
}

.image-preview {
  position: absolute;
  width: 90%;
}

.btn-remove-selected {
  float: right;
  position: relative;
  z-index: 1000;
}

.line-green {
  border-bottom: 3px solid #7ec159;
  max-width: 70px;
  margin: 20px 0 40px;
}

.wtHolder {
  width: 100% !important;
  height: auto !important;
}

.header-standard {
  background-color: #ffffff !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.page-wrapper,
.disclaimer {
  background-color: #ffffff;
}

.header-title img {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .header-navigation .nav li a {
    color: #333333 !important;
  }
}
.tws {
  background-color: #e3f2fe !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #eeeeee !important;
}

.with-border {
  border: 1px solid white;
}

.badge-sq .badge-check {
  position: absolute;
  color: #7ec159 !important;
  top: -5px;
  left: 25px;
  -webkit-text-stroke-width: 0.15px;
  -webkit-text-stroke-color: white;
}

.badge-sq {
  position: relative;
}

.badge-side-div {
  max-width: 12.5%;
}

.container:before,
.container:after,
.row:before,
.row:after {
  content: normal !important;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  color: inherit;
}

.clickable {
  cursor: pointer !important;
}

.search-nav::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #90caf9 !important;
  opacity: 1;
  /* Firefox */
}

.search-nav:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #90caf9 !important;
  opacity: 1;
  /* Firefox */
}

.search-nav::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #90caf9 !important;
  opacity: 1;
  /* Firefox */
}

.text-wrap {
  word-break: break-word;
}

.light-green-header {
  background: #ebf7f6;
  padding-top: 50px;
  padding-bottom: 20px;
}

.padding20 {
  padding: 20px;
}

#trader .wistia_embed_parent {
  position: relative;
  width: 70%;
  margin: auto;
  margin-top: 50px;
}

#navbarDropdownMenuLink.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  color: #2ab0a2;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
}

/** PRELOADER **/
.child-links {
  display: none;
}

.drpbtn-full-width {
  width: 100%;
  text-align: center;
}

.main-preloader {
  position: fixed;
  top: 0;
  z-index: 999999;
  background: rgba(50, 50, 50, 0.85) none repeat scroll 0 0;
  width: 100%;
  height: 100%;
  display: none;
}

.main-preloader .inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20%;
  width: 100%;
}

.ploader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(55, 181, 168, 0.2);
  border-right: 1.1em solid rgba(55, 181, 168, 0.2);
  border-bottom: 1.1em solid rgba(55, 181, 168, 0.2);
  border-left: 1.1em solid #7ec159;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.ploader,
.ploader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**END preloader*/
body,
html {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

#main-content {
  min-height: 450px;
  border: 0px solid red;
}

.material .container {
  width: 1170px;
}

.material .btn:hover,
.material .btn:active,
.material .btn:focus {
  color: #fff;
  outline: none;
}

.material .input-field label,
.seminar-dates-list .small-font span {
  font-weight: normal;
}

.login-wrapper,
.forgotpass-wrapper {
  max-width: 400px;
  margin: auto;
  margin-top: 5%;
}

.forgot-pass {
  font-style: italic;
  margin-top: 20px;
  display: block;
  text-align: center;
}

.toast-success {
  background-color: #26a69a !important;
}

.top-menu::after {
  content: "";
  display: flex;
  clear: both;
}

ul#top-menu {
  border: 0px solid red;
  padding-left: 15px;
  display: flex;
  margin-bottom: 0px;
  padding: 6px 12px;
}

.top-menu > li {
  float: left;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-right: 18px;
}

.top-menu > li:last-child {
  margin-right: 0;
}

.top-menu > li a,
.top-menu-mobile > li a {
  font-size: 16px;
  font-weight: 500;
  color: #32373f;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.top-menu > li > a {
  padding: 6px 12px;
}

.top-menu > li.active > a {
  text-decoration: none;
  background: #c5cecb;
  border-radius: 12px;
  padding: 6px 12px;
}

.top-menu > li ul.sub-menu {
  display: none;
  border: 1px solid #d8d8d8;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  min-width: 180px;
  position: absolute;
  z-index: 9999;
  top: 100%;
}

.top-menu > li ul.sub-menu li {
  float: none;
  list-style: none;
}

.top-menu > li ul.sub-menu li a {
  text-transform: none;
  padding: 10px;
  display: block;
}

.top-menu > li ul.sub-menu li a:hover {
  text-decoration: none;
  background: #fafafa;
}

.top-menu > li:hover ul {
  display: block;
}

.footer {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer p {
  font-size: 14px;
  text-align: justify;
}

.annoucement-wrap {
  border: 1px solid #d8d8d8;
  padding: 20px;
  position: relative;
}

.annoucement-wrap a.close-announcement {
  color: #333333;
  position: absolute;
  right: 20px;
}

.annoucement-wrap a.close-announcement:hover {
  color: #5f5b5b;
}

.annoucement-wrap h1 {
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 20px;
}

.annoucement-wrap .feature-image {
  display: block;
  margin: auto;
  max-width: 231px;
  max-height: 312px;
}

a.aie-button {
  display: table;
  cursor: pointer;
}

.aie-button {
  font-weight: 500;
  font-size: 16px;
  background: #7ec159;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
}

button.aie-button {
  border: none;
}

input.aie-button {
  border: none;
  padding: 13px 40px;
}

.aie-button:hover,
.aie-button:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background: #34a398;
}

.aie-button.transparent {
  background: none;
  border: 1px solid #d8d8d8;
  color: #54b3fc;
}

.aie-button.transparent:hover {
  background: none;
  color: #65aadf;
}

.aie-button.transparent2 {
  background: none;
  border: 1px solid #d8d8d8;
  color: #7ec159;
}

.aie-button.fifteen,
.widget p.fifteen,
.page-welcome .small-font,
.fixed-height.small-font {
  font-size: 15px;
}

.widget p.fifteen {
  font-weight: 400;
}

.aie-button.full-width {
  width: 100%;
  text-align: center;
}

.aie-button.medium {
  min-width: 180px;
  text-align: center;
}

.aie-button.resume {
  background: #54b3fc;
}

.aie-button.small {
  font-size: 13px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.course-content-wrapper {
  padding-top: 20px;
}

.widget {
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

.widget .title {
  font-weight: 400;
  font-size: 20px;
  padding: 12px 20px;
}

.widget .widget-content {
  padding: 12px 20px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.widget .widget-content.no-border-bottom {
  border-bottom: none;
}

.widget .widget-content.no-border-top {
  border-top: none;
}

.widget .widget-content.no-border {
  border-bottom: none;
  border-top: none;
}

.widget .widget-content.grey {
  background: #fafafa;
  font-size: 16px;
}

.widget .widget-content.grey .titles {
  font-size: 16px;
  font-weight: normal;
}

.widget .title.grey,
.full-grey {
  background: #fafafa;
}

.widget a.aie-button {
  margin: 20px auto auto;
  width: 100%;
  text-align: center;
}

.pad10 {
  padding-top: 10px;
}

.widget-content .row,
.widget-content p {
  font-size: 14px;
  font-weight: 600;
}

.widget-content p.normal {
  font-size: 18px;
  font-weight: normal;
}

.widget-content .row span {
  font-size: 13px;
  font-weight: normal;
}

.widget-content img {
  margin-right: 10px;
}

.widget img.thumb {
  max-width: 100%;
  min-width: 100%;
}

.widget .widget-content-image .resume-progress {
  background: rgba(173, 218, 252, 0.85) none repeat scroll 0 0;
  margin-top: -4px;
}

ul.social,
ul.badge-system {
  display: table;
  margin: 0;
  padding: 0;
  width: 60%;
}

ul.social li,
ul.badge-system li {
  display: table-cell;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

ul.badge-system {
  width: 100%;
}

ul.badge-system li .circle {
  min-height: 30px;
  min-width: 30px;
  max-width: 30px;
  max-height: 30px;
  background: #b5b5b5;
  position: relative;
  margin: auto;
  border-radius: 50px;
}

ul.badge-system li .circle img {
  position: absolute;
  max-height: 22px;
  max-width: 25px;
  top: 14%;
  left: 19%;
}

ul.badge-system.big li .circle img {
  max-width: 32px;
  max-height: 36px;
  top: 13%;
  left: 18%;
}

ul.badge-system li .circle img.badge-1 {
  left: 30%;
  margin: 0;
  top: 10%;
}

ul.badge-system li .circle img.badge-2 {
  left: 21%;
  margin: 0;
  top: 18%;
}

ul.badge-system li .circle img.badge-3 {
  left: 23%;
  margin: 0;
  top: 18%;
}

ul.badge-system li .circle img.badge-4 {
  left: 22%;
  margin: 0;
  top: 15%;
}

ul.badge-system li .circle img.badge-5 {
  left: 22%;
  margin: 0;
  top: 18%;
}

ul.badge-system li .circle.active {
  background: #7ec159;
}

#content-left-parent {
  width: 74.6667%;
}

#content-right-parent {
  width: 25.3333%;
}

ul.badge-system.big li .circle {
  min-height: 40px;
  min-width: 40px;
  max-width: 40px;
  max-height: 40px;
}

ul.badge-system.big li img.badge-1 {
  max-width: 16px;
}

ul.badge-system.big li img.badge-2 {
  max-width: 24px;
}

ul.badge-system.big li img.badge-3 {
  max-width: 21px;
}

ul.badge-system.big li img.badge-4 {
  left: 24%;
  max-width: 20px;
}

ul.badge-system.big li img.badge-5 {
  left: 24%;
  max-width: 21px;
  top: 19%;
}

ul.badge-system.normal-width {
  width: 38%;
  border: 0px solid red;
}

.help-block.form-error,
p.small-font {
  font-size: 14px;
}

#courses-wrap h1,
#courses-wrap h2 {
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
}

#courses-wrap h2 {
  font-size: 24px;
}

#courses-wrap h1.medium {
  font-size: 20px;
}

.line-green {
  border-bottom: 3px solid #7ec159;
  max-width: 70px;
}

.line-green.grey {
  border-bottom: 3px solid #bbbbbb;
}

#courses-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}

#courses-wrap.noborder {
  border-bottom: none;
}

#courses-wrap h3 {
  font-size: 18px;
  font-weight: normal;
}

.clear {
  clear: both;
}

#courses-wrap ul.course,
#courses-wrap ul.course li {
  margin: 0;
  padding: 0;
}

#courses-wrap ul.course li {
  float: left;
  border: 0px solid red;
  list-style: none;
  max-width: 256px;
  min-height: 330px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#courses-wrap ul.course li img {
  max-width: 256px;
  min-width: 256px;
  max-height: 189px;
  min-height: 189px;
}

#courses-wrap ul.course {
  border: 0px solid blue;
  padding-top: 30px;
}

#courses-wrap ul.course li .inner {
  border: 0px solid red;
  padding: 15px;
}

#courses-wrap ul.course li p {
  font-weight: 400;
}

#courses-wrap .course-small-description,
.post-content,
.widget-content ul li,
#sclub_wrap p,
#sclub_wrap ul li,
#sclub_wrap ol li {
  font-size: 15px;
}

.widget-content ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.resume-progress {
  height: 4px;
  background: #addafc;
  position: relative;
}

.percent {
  position: absolute;
  left: 0;
  height: 4px;
  background: #4a9ddc;
}

.page-index .content-left {
  width: 100%;
}

.content-left {
  border: 0px solid orange;
  width: 95%;
}

.courses-list .row {
  margin-left: 0px;
  margin-right: 0px;
  border: 0px solid red;
}

.courses-list span {
  font-size: 16px;
}

lenght {
  font-size: 14px;
}

.button-with-progress-wrap.small {
  max-width: 160px;
}

.button-with-progress-wrap a {
  padding: 8px;
}

.button-with-progress-wrap.green a {
  background: #71cac0;
}

.button-with-progress-wrap.green a:hover {
  background: #52c9bc;
}

.button-with-progress-wrap.blue a {
  background: #54b3fc;
}

.button-with-progress-wrap.blue a:hover {
  background: #6dbcf8;
}

.button-with-progress-wrap.grey a {
  background: #c2c9c9;
}

.button-with-progress-wrap.grey a:hover {
  background: #cbd1d1;
}

.button-with-progress-wrap.green .resume-progress {
  background: #a5e4dd;
}

.button-with-progress-wrap.green .resume-progress .percent {
  background: #3daa9f;
}

.courses-list {
  padding-bottom: 20px;
}

.courses-list .table {
  display: table;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.courses-list .table.even {
  background: #fafafa;
}

.courses-list .table.border-top {
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}

.courses-list .table.border-bottom,
.border-bottom {
  border-bottom: 1px solid #d8d8d8;
}

.center {
  text-align: center;
}

.courses-list .table .col {
  display: table-cell;
  vertical-align: middle;
}

.courses-list .table .col.col-1 {
  width: 6%;
}

.courses-list .table .col.col-2 {
  width: 30%;
  font-weight: 500;
}

.courses-list .table .col.col-3 {
  width: 20%;
}

.courses-list .table .col.col-4 {
  width: 20%;
}

.attachment-wrap p {
  font-size: 16px;
}

.attachment-wrap i,
.widget-course-list i,
.back-green {
  color: #7ec159;
  font-size: 25px;
}

.widget-course-list i {
  font-size: 17px;
}

.widget-course-list a {
  color: #333;
  font-weight: normal;
}

.widget-course-list a.watch,
.widget-course-list a.active {
  font-weight: 600;
}

.widget-course-list a.active {
  color: #54b3fc;
}

.widget-course-list a.prev i,
.widget-course-list a.next i {
  color: #333;
  font-size: 20px;
}

.widget-course-list a.prev.disabled i,
.widget-course-list a.next.disabled i {
  color: #d8d8d8;
  cursor: text;
}

.wistia_embed_parent {
  position: relative;
  /*width:90%;*/
}

.wistia_embed_parent img {
  max-width: 100%;
  min-height: 450px;
}

.wistia_embed {
  /*width:95%;
  height:400px;*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
}

.video_loader {
  font-size: 14px;
  display: block;
  margin-top: 25%;
}

.course-small-description + [data-readmore-toggle],
a.course-small-description[data-readmore] {
  font-size: 14px;
}

.progress-wrap {
  height: 5px;
  background: #e5e5e5;
  position: relative;
}

.progress-wrap ._progress {
  background: #54b3fc;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.bottom10 {
  margin-bottom: 10px;
}

.mytable {
  display: table;
}

.mytable .col {
  display: table-cell;
}

.widget-course-list .mytable .col-1 {
  width: 20px;
}

/**  LOADER 2 **/
#fountainG {
  position: relative;
  width: 120px;
  height: 14px;
  margin: auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: #37b5a8;
  width: 14px;
  height: 14px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 15px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 30px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 45px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 60px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 75px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 90px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 105px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgba(55, 181, 168, 0.94);
  }
  100% {
    transform: scale(0.3);
    background-color: white;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgba(55, 181, 168, 0.94);
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: white;
  }
}
/**  END LOADER 2 **/
.box-grey {
  border: 1px solid #d8d8d8;
  padding: 20px 30px;
  font-size: 14px;
}

.box-grey label {
  font-weight: normal;
  font-size: 14px;
}

.box-grey p {
  font-size: 16px;
  margin: 0;
}

.page-profile h1.medium {
  margin: 0;
  margin-bottom: 10px;
}

.material .input-field label {
  left: 0;
}

.material .select-wrapper .caret {
  border-top: 0px;
}

.material .intl-tel-input {
  width: 90%;
}

.material .header {
  padding-bottom: 0;
}

.error_msg {
  font-size: 14px;
  color: red;
}

.sequence_nav {
  margin: 0;
  padding: 0;
}

.sequence_nav li {
  list-style: none;
  position: relative;
  min-height: 90px;
}

.sequence_nav li p {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  text-transform: uppercase;
}

.sequence_nav .rounded,
.sequence_nav_mobile .rounded {
  border: 1px solid #d8d8d8;
  height: 48px;
  width: 48px;
  display: block;
  margin: auto;
  position: relative;
  border-radius: 30px;
  -khtml-border-radius: 30px;
}

.sequence_nav li.active .rounded {
  background: #effaf9;
  border: 1px solid #5cc3b8;
}

.sequence_nav li.active p,
.sequence_nav li.done p {
  font-weight: 600;
  text-transform: uppercase;
}

.icon_terms_condition,
.icon_welcome,
.icon_workshop,
.icon_conference,
.icon_service,
.icon_finish {
  display: block;
  background: url(../images/termsncondition@2x.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  width: 16px;
  height: 14px;
  top: 16px;
  left: 16px;
}

.icon_welcome {
  background: url(../images/welcome@2x.png) no-repeat center top;
  background-size: 100%;
  width: 14px;
  height: 16px;
  top: 15px;
  left: 17px;
}

.active .icon_welcome {
  background: url(../images/welcome-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.icon_workshop {
  background: url(../images/workshop@2x.png) no-repeat center top;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 16px;
  left: 16px;
}

.active .icon_workshop {
  background: url(../images/workshop-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.icon_conference {
  background: url(../images/conference@2x.png) no-repeat center top;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 16px;
  left: 16px;
}

.active .icon_conference {
  background: url(../images/conference-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.icon_service {
  background: url(../images/personalize@2x.png) no-repeat center top;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 16px;
  left: 16px;
}

.active .icon_service {
  background: url(../images/personalize-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.icon_finish {
  background: url(../images/finish@2x.png) no-repeat center top;
  background-size: 100%;
  width: 15px;
  height: 16px;
  top: 16px;
  left: 17px;
}

.active .icon_finish {
  background: url(../images/finish-selected@2x.png) no-repeat center top;
  background-size: 100%;
}

.sequence_nav .active.done .rounded,
.sequence_nav .done .rounded {
  background: #7ec159;
}

.sequence_nav .active.done .rounded .icon,
.sequence_nav .done .rounded .icon {
  background: url(../images/check@2x.png) no-repeat center top;
  background-size: 100%;
  width: 16px;
  height: 14px;
  top: 16px;
  left: 16px;
}

.bordered {
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
}

.fixed-height {
  max-height: 290px;
  min-height: 290px;
  overflow: scroll;
  overflow-x: hidden;
}

.page-welcome #video-parent-wrap {
  max-width: 800px;
  min-height: 450px;
  overflow: hidden;
}

.horizontal-line {
  background: #d8d8d8;
  height: 30px;
  left: 33px;
  position: absolute;
  top: 60%;
  width: 2px;
  z-index: 1;
}

.right {
  float: right;
}

.left {
  float: right;
}

.seminar-header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.seminar-header img {
  padding-right: 15px;
}

select.inputs,
textarea.inputs {
  border: 1px solid #d8d8d8;
  padding: 7px;
  font-size: 15px;
}

.page-welcome select.inputs,
.page-welcome textarea.inputs {
  width: 95%;
}

.image-responsive {
  width: 100%;
  height: auto;
}

.seminar-dates-list .small-font {
  font-weight: 600;
}

/***  QUIZ ***/
.quiz-slick {
  position: relative;
}

.question-wrap {
  border: 1px solid #d8d8d8;
}

.question-wrap .full-grey {
  border-bottom: 1px solid #d8d8d8;
}

.quiz-slick .slick-prev,
.quiz-slick .slick-next {
  position: absolute;
  bottom: -70px;
}

.quiz-slick .slick-prev {
  left: 0;
}

.quiz-slick .slick-next {
  right: 0;
}

.question-wrap .full-grey,
.question-answer {
  padding: 10px 25px;
  margin: 0;
}

.back-green {
  display: table;
}

.back-green i,
.back-green span {
  display: table-cell;
  vertical-align: middle;
}

.back-green span {
  padding-left: 5px;
}

div.sweet-alert h2 {
  font-size: 18px;
}

.quiz-results {
  background: #fff;
  display: table;
  float: right;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
}

.quiz-finish-wrap,
.forgotpass-wrapper,
.mobile-menu-wrap,
.top-menu-mobile {
  display: none;
}

.quiz-finish-wrap .full-grey {
  border: 1px solid #d8d8d8;
}

.requiz-wrap {
  text-align: left;
  margin-top: 20px;
}

.badge.wrong {
  background: #c7254e;
  color: #fff;
}

.badge.correct {
  background: #7ec159;
  color: #fff;
}

.correct {
  color: #7ec159;
}

.wrong {
  color: #c7254e;
}

.requiz-question-wrap ul {
  padding: 0;
}

.requiz-question-wrap ul li {
  list-style: none;
  padding-bottom: 5px;
}

.requiz-question-wrap ul li i {
  padding-right: 10px;
}

.timer-wrap {
  margin-top: 30px;
}

/* Icon 1 */
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #7ec159;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon1.open span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
}

/* Icon 1 */
.mobile-menu-wrap {
  display: none;
  float: right;
  width: 31px;
  margin-top: 8px;
}

.top-menu-mobile {
  background: #fafafa;
  margin: 0;
  padding: 0;
  border: 0px solid red;
  margin-top: 10px;
}

.top-menu-mobile li {
  list-style: none;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10px;
  padding-bottom: 5px;
}

.top-menu-mobile li a {
  display: block;
}

.top-menu-mobile li ul li {
  border-bottom: none;
}

.sequence_nav_mobile {
  border: 1px solid red;
  margin-bottom: 20px;
}

.sequence_nav_mobile li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.page-index #courses-wrap ul.course li p {
  max-height: 58px;
  min-height: 58px;
  overflow: hidden;
  /*white-space: nowrap;
  text-overflow: ellipsis;*/
}

.page-welcome .aie-button.steps2 {
  margin-right: 45px;
}

.aie-button.disabled-button {
  pointer-events: none !important;
  background: #7ed8cf !important;
}

ul.badge-system.big li .circle.badge_1 img {
  left: 35%;
  top: 15%;
}

ul.badge-system.big li .circle.badge_2 img {
  left: 27%;
  top: 19%;
}

ul.badge-system.big li .circle.badge_3 img {
  left: 23%;
  top: 21%;
}

ul.badge-system.big li .circle.badge_4 img {
  left: 24%;
  top: 18%;
}

ul.badge-system.big li .circle.badge_5 img {
  left: 27%;
  top: 21%;
}

ul.badge-system li .circle.badge_1 img {
  left: 30%;
  top: 13%;
}

ul.badge-system li .circle.badge_2 img {
  left: 26%;
  top: 13%;
}

ul.badge-system li .circle.badge_3 img {
  left: 15%;
  top: 13%;
}

ul.badge-system li .circle.badge_4 img {
  left: 25%;
  top: 13%;
}

ul.badge-system li .circle.badge_5 img {
  left: 20%;
  top: 13%;
}

#youtube-video-wrap {
  max-width: 800px;
  min-height: 450px;
  overflow: hidden;
  background: #333;
}

#youtube-video-wrap iframe {
  min-height: 450px;
}

#sidebar-banner img {
  max-width: 100%;
}

/** NEW CODE 2017 */
.cod-banner {
  max-width: 800px;
  min-height: 434px;
  position: relative;
}

.cod-banner .layer {
  /*left: 60px;
  position: absolute;
  text-align: center;
  top: 60px;
  width: auto;*/
  bottom: 60px;
  left: 22%;
  position: absolute;
  text-align: center;
  width: auto;
}

.cod-banner img,
.widget img,
.banner-live-streaming img {
  max-width: 100%;
  height: auto;
}

.cod-banner img {
  width: 100%;
}

#courses-wrap .cod-banner h3 {
  font-size: 59px;
  color: #62acf2;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}

#courses-wrap .cod-banner h3 span {
  font-size: 69px;
  display: block;
}

#courses-wrap .cod-banner h4 {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: none;
}

#courses-wrap .cod-banner h5 {
  font-size: 19px;
  color: #555555;
  font-weight: normal;
  margin-bottom: 30px;
  display: none;
}

.cod-banner a.aie-button {
  margin: auto;
}

.page-home .percentage-progress {
  text-align: right;
}

.page-home .percentage-label {
  /*color:#bdbdbd;*/
  font-size: 16px;
  font-weight: normal;
}

.widget.banner-live-coaching,
.banner-live-streaming {
  text-align: center;
  position: relative;
  border: none;
}

.widget.banner-live-coaching .layer {
  bottom: 50px;
  position: absolute;
  width: 100%;
}

.banner-live-coaching h5 {
  font-size: 16px;
  color: #e47d9c;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.banner-live-coaching h3 {
  font-size: 26px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: inherit;
}

.banner-live-coaching p {
  font-size: 13px;
  color: #333333;
  margin-bottom: 40px;
}

.widget.banner-live-coaching a.aie-button,
.banner-live-streaming a.aie-button,
.banner-howto-tws a.aie-button {
  margin: auto;
  width: auto;
}

.banner-live-streaming {
  margin-bottom: 25px;
}

.banner-live-streaming .layer {
  bottom: 35px;
  position: absolute;
  width: 100%;
}

.banner-live-streaming h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}

.banner-live-streaming h3 span {
  color: #e46189;
  font-size: 32px;
}

.top40 {
  margin-top: 40px;
}

.banner-live-coaching.banner-open-tws h5 {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
}

.banner-live-coaching.banner-open-tws h3 {
  color: #62acf2;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-open-tws img.interactive-logo {
  margin-bottom: 30px;
}

.widget.banner-live-coaching.banner-open-tws .layer {
  bottom: 40px;
}

.banner-howto-tws {
  background: #e3f2fe;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.banner-howto-tws h5 {
  font-size: 20px;
  color: #333333;
  margin: 0 0 5px;
}

.banner-howto-tws h3 {
  font-size: 30px;
  color: #62acf2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
}

.banner-howto-tws h4 {
  font-size: 25px;
  color: #62acf2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
}

.banner-howto-tws img {
  margin: 0 0 30px;
}

/* MYTRADING */
.trade-list td {
  font-size: 15px;
}

#courses-wrap.trade-details h1 {
  font-size: 22px;
}

#courses-wrap.trade-details h1 span {
  font-size: 17px;
  padding-left: 15px;
}

span.indent {
  padding-left: 15px;
}

.video_wrap {
  /* background:#ccc; */
  min-height: 374px;
  width: 100%;
  margin-bottom: 20px;
  /* border:1px solid #ccc; */
  position: relative;
}

.video_wrap #video_wrapper {
  position: absolute !important;
}

#courses-wrap.trade-details h3 a.view_chart {
  display: table;
  float: right;
}

#courses-wrap.trade-details h3 {
  border-bottom: 1px solid #bcbcbd;
  padding-bottom: 10px;
  color: #7ec159;
}

#courses-wrap.trade-details img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.tbl {
  display: table;
  width: 100%;
}

.tbl .col {
  display: table-cell;
  vertical-align: middle;
}

.trade-info .head {
  background: #68979d;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
  color: #fff;
}

.trade-info .head h5,
.trade-info .head h6 {
  margin: 0;
  padding: 0;
}

.trade-info .head h5 {
  font-size: 20px;
  font-weight: 400;
}

.trade-info .head h6 {
  font-size: 17px;
  font-weight: 400;
}

.trade-info .head i {
  font-size: 30px;
}

.trade-info {
  margin-bottom: 20px;
}

.trade-info .body {
  background: none;
  color: inherit;
  border: 1px solid #d8d8d8;
  border-top: 0;
}

.trade-info .body ul,
.trade-info .body ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.trade-info .body ul li {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.trade-info .body ul li span {
  background: #f9f9f9;
  position: relative;
}

.trade-info .body ul li span.a {
  float: left;
  padding-right: 5px;
}

.trade-info .body ul li span.b {
  float: right;
  padding-left: 5px;
}

.trade-info .body p,
.trade-info .body h3 {
  text-align: center;
  font-size: 14px;
}

.trade-info .body h3 {
  font-size: 18px;
  color: #7ec159;
}

.trade-info .body ul li:after {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  white-space: nowrap;
  width: 0;
  float: left;
}

.blue-body {
  background: #d0ddec;
}

.blue-body table {
  width: 100%;
  font-size: 14px;
}

.blue-body table .indent {
  text-indent: 5px;
}

.trade-info .inner {
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 20px;
}

/* MYTRADING */
.video_wrap #eduvideo_wrapper {
  position: absolute !important;
}

.video_wrap.rackspace_video {
  min-height: 430px;
}

.wistia-video-wrap {
  width: 100%;
  margin: auto;
  position: relative;
}
.wistia-video-wrap #wistia_chrome_23 {
  border-radius: 10px !important;
  border: 1px solid #898989;
}
.wistia-video-wrap .w-css-reset {
  background-color: transparent !important;
}

.sidebar-video {
  margin-top: 10px;
}

.wistia-close-video {
  color: #333333;
  position: absolute;
  right: -20px;
  top: -15px;
  z-index: 10;
}

/* TRADER RESOURCES */
.search-wrap {
  border: 0px solid red;
  padding: 50px;
  padding-left: 0px;
  padding-right: 0px;
}

.search-wrap .inner {
  border: 0px solid red;
  padding-left: 50px;
  padding-right: 50px;
}

.search-wrap input {
  padding: 15px;
  font-size: 18px;
  border: 2px solid #c3cfd8;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  width: 87%;
  font-weight: normal;
  vertical-align: top;
}

.search-wrap button {
  background: #c3cfd8;
  border: none;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  color: #fff;
  font-size: 28px;
  margin-left: 30px;
  padding: 15px 30px;
  vertical-align: top;
}

.mansory-wrap {
  border: 0px solid red;
  margin-top: 60px;
}

.mansory-wrap .item {
  width: 361px;
  max-width: 361px;
  float: left;
  position: relative;
}

.mansory-wrap .item img {
  max-width: 100%;
  transition: all 0.3s linear 0s;
}

.mansory-wrap .item:hover img {
  opacity: 0.5;
}

.item .inner-content {
  border: 0px solid blue;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 30px;
}

#content-left-parent.tr-resource {
  width: 100%;
}

#content-left-parent.tr-resource .content-left {
  margin: auto;
}

#courses-wrap .item .inner-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

#courses-wrap .item .inner-content h3:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 30px;
  position: absolute;
  width: 50px;
  background: #c3cfd8 none repeat scroll 0 0;
  bottom: 70%;
  transition: all 0.3s linear 0s;
}

#courses-wrap .item .inner-content h3:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 30px;
  position: absolute;
  width: 0px;
  background: none;
  bottom: 70%;
  transition: all 0.3s linear 0s;
}

#courses-wrap .item:hover .inner-content h3:after {
  background: #1e8ad2;
  width: 50px;
}

#courses-wrap .item:hover .inner-content h3:before {
  width: 0;
}

.item .inner-content .click-here {
  color: #1e8ad2;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 60px;
}

.item .inner-content .click-here:hover {
  text-decoration: none;
  color: #333;
}

.item .inner-content .click-here:active,
.item .inner-content .click-here:focus {
  outline: none;
  text-decoration: none;
}

.s_field_wrap {
  position: relative;
  display: inline;
  border: 0px solid green;
}

.s_loader {
  background: url(../images/loader-green.svg) no-repeat center top;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 15px;
  width: 24px;
  display: none;
}

.search-wrap .dropdown-menu {
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
}

.search-wrap .dropdown-menu li a {
  font-size: 18px;
  padding: 5px 15px;
  background: none;
}

.search-wrap .dropdown-menu li a:hover {
  background: none;
}

#courses-wrap .post-search-wrap h3 {
  color: #333;
}

#courses-wrap .post-search-wrap p {
  color: #333;
  font-size: 14px;
}

.search-wrap .dropdown-menu li a.link {
  padding: 0;
  color: #333;
  font-weight: 600px;
}

.search-wrap .dropdown-menu li a.link:hover,
.search-wrap .dropdown-menu li a.link:active,
.search-wrap .dropdown-menu li a.link:focus {
  color: #1e8ad2;
  text-decoration: none;
}

.search-wrap .dropdown-menu li i {
  color: #1e8ad2;
  padding-right: 10px;
}

.post-search-wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.search-wrap .dropdown-menu li:last-child .post-search-wrap {
  border-bottom: none;
}

.top-menu ul li.active a {
  color: #7ec159;
  border-bottom: 0px;
}

.tr_search_not_found {
  padding-left: 5px;
  display: none;
}

#trader_resources.wistia-video-wrap {
  width: 70%;
}

#top-menu.top-menu li ul li ul {
  display: none;
  position: absolute;
  border: none;
  top: 0;
  left: 100%;
  border: 1px solid #d8d8d8;
}

#top-menu.top-menu li ul li:hover ul {
  display: block;
}

/** 2 day bootcamp **/
.bootcamp_selection_date {
  margin: 30px auto 40px;
  max-width: 450px;
}

.bootcamp_selection_date select {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 10px;
}

.bootcamp_selection_date .aie-button {
  display: block;
  margin: auto;
}

.page-home .layer a.aie-button {
  font-size: 20px;
}

.progress-cc-wrap {
  max-width: 800px;
}

/** BADGE UPDATE CSS */
.badge-home .header {
  margin-bottom: 0px;
  border-bottom: 0;
}

.green-header {
  background: #7ec159;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.top-profile-section .mytable .col {
  vertical-align: middle;
}

.top-profile-section h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 25px 0 0;
}

.top-profile-section p.email,
.box-white p,
.badge-all .green-header p,
.badge-content p {
  font-size: 15px;
  margin: 0;
}

.col-avatar,
.col-badge,
.pad-righ15 {
  padding-right: 15px;
}

.pad-righ25 {
  padding-right: 25px;
}

.pad-righ10 {
  padding-right: 10px;
}

.pad-left25 {
  padding-left: 25px;
}

.top-profile-section img.avatar {
  /*margin-bottom:-60px;
  max-width:128px;
  max-height:128px;
  min-width:128px;
  min-height:128px;
  border:3px solid #fff;
  -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px;*/
}

.light-green-header {
  background: #ebf7f6;
  padding-top: 50px;
  padding-bottom: 20px;
}

.text-right {
  text-align: right;
}

.top-profile-section p.light,
.next_parent_wrap p.light {
  font-size: 16px;
  font-weight: 200;
  margin: 0;
}

.top-profile-section h5,
.next_parent_wrap h5 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.badge-circle {
  width: 80px;
  height: 80px;
  background: none;
  border-radius: 50px;
  border: 4px solid #9bdad4;
  position: relative;
}

.yellow-badge {
  background: url(../images/badge/yellow-bagde.png) no-repeat center top;
  background-size: cover;
  width: 35px;
  height: 41px;
  left: 28%;
  position: absolute;
  top: 23%;
  z-index: 1;
}

.col-badge .c100 {
  float: none;
  height: 80px;
  width: 80px;
  background-color: #9bdad4;
  margin: 0;
}

.col-badge .c100 .bar {
  border: 0.08em solid #12746a;
  height: 0.85em;
  width: 0.85em;
}

.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  border: 0.08em solid #12746a;
}

.c100.p100 .fill {
  height: 0.85em;
  width: 0.85em;
}

.col-badge .c100::after {
  background-color: #7ec159;
}

i.check {
  display: block;
  height: 12px;
  left: 29%;
  position: absolute;
  top: 36%;
  width: 16px;
  background: url(../images/badge/check.png) no-repeat center top;
  background-size: cover;
}

.col-right .mytable {
  margin-left: 50px;
}

.light-green-header h4,
.box-white h3,
.current-task-wrap h2,
.trader-comm-wrap h3,
.badge-content .mytable h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
}

.box-white {
  background: #fff;
  border: 1px solid #d8d8d8;
}

.mytable.vertical-center .col {
  vertical-align: middle;
}

.mytable.vertical-top .col {
  vertical-align: top;
}

.box-white img.nextlesson {
  /*max-width:180px;
  max-height:213px;
  height:213px;*/
}

.nextlesson_wrap {
  /*width:180px;*/
  /*width:213px;
  height:213px;*/
  height: 213px;
  width: 256px;
}

.box-white h3 {
  font-size: 22px;
  margin: 0;
}

.box-white p {
  margin-top: 8px;
  margin-bottom: 15px;
}

.box-white .inner {
  padding: 19px;
}

.grey-bg {
  background: #fafafa;
}

.bull-badge .c100 {
  float: none;
  background-color: #fff;
  margin: 0;
  box-shadow: 1px 1px 2px 1px #ccc;
}

.bull-badge .c100 .bar {
  border: 0.08em solid #f9c650;
}

.bull-badge .c100::after {
  background-color: transparent;
}

.bull-badge-icon {
  height: 70px;
  width: 70px;
  /*z-index:1;*/
  position: absolute;
  left: 5px;
  top: 5px;
  background: url(../images/badge/bull-bagde.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap {
  width: 98px;
  height: 110px;
  border: 0px solid red;
  background: url(../images/badge/yellow-bagde@2x.png) no-repeat center top;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.badge-wrap.badge-violet {
  background: url(../images/badge/violet-badge@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-green {
  background: url(../images/badge/green-badge@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-blue {
  background: url(../images/badge/blue-bagde@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-lightblue {
  background: url(../images/badge/light-blue@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-red {
  background: url(../images/badge/red-badge@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap.badge-grey {
  background: url(../images/badge/grey-bagde@2x.png) no-repeat center top;
  background-size: cover;
  transform: scale(0.9);
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
}

/* HOVER EFFECt */
.badge-wrap.badge-grey:hover .lock {
  display: none;
}

.badge-wrap.badge-grey:hover {
  background: url(../images/badge/yellow-bagde@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-blue:hover {
  background: url(../images/badge/blue-bagde@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-violet:hover {
  background: url(../images/badge/violet-badge@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-red:hover {
  background: url(../images/badge/red-badge@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-lightblue:hover {
  background: url(../images/badge/light-blue@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

.badge-wrap.badge-grey.badge-green:hover {
  background: url(../images/badge/green-badge@2x.png) no-repeat center top;
  background-size: cover;
  cursor: help;
  opacity: 1;
  transform: scale(1);
}

/* END HOVER EFFECt */
.badge-wrap.small {
  width: 43px;
  height: 47px;
}

.badge-wrap.small img {
  max-width: 19px;
  max-height: 19px;
}

.box-white .grey-bg .mytable .col {
  border: 0px solid red;
}

.box-white .grey-bg .mytable .col.badge-col,
.trader-comm-wrap .recent_badges_wrap .badge-col {
  width: 70px;
}

.box-white .badge-wrap {
  margin: auto;
}

.badge-wrap .check {
  height: 38px;
  width: 38px;
  background: url(../images/badge/checkgreen@2x.png) no-repeat center top;
  background-size: cover;
}

.badge-wrap .lock {
  height: 33px;
  width: 25px;
  background: url(../images/badge/lock-icon@2x.png) no-repeat center top;
  background-size: cover;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.badge-wrap.small .lock {
  background-size: 100% 100%;
  height: 20px;
  width: 18px;
}

.badge-wrap.small .check {
  height: 21px;
  position: absolute;
  right: -10px;
  top: -5px;
  width: 21px;
}

.box-white .grey-bg .mytable {
  width: 100%;
}

.box-white .grey-bg {
  font-size: 13px;
}

.grey-bg a {
  color: #7ec159;
  text-transform: uppercase;
  font-weight: 500;
}

.current-task-wrap h2 {
  font-size: 22px;
}

.task-icon-wrap {
  background: #fff0cc;
  min-width: 165px;
  padding: 15px 0;
  display: table-cell;
  text-align: center;
}

.current_task_bg.default {
  background: #fff0cc;
}

.task-icon-wrap.violet,
.task-icon-wrap.badge-violet,
.current_task_bg.badge-violet {
  background: #e5dffe;
}

.task-icon-wrap.badge-lightblue,
.current_task_bg.badge-lightblue {
  background: #cedcf4;
}

.task-icon-wrap.badge-blue,
.current_task_bg.badge-blue {
  background: #abe9f4;
}

.task-icon-wrap.badge-red,
.current_task_bg.badge-red {
  background: #fbd1cc;
}

.task-icon-wrap.badge-green,
.current_task_bg.badge-green {
  background: #c7e5b2;
}

.mytable.cols-3 .col-3 {
  width: 25%;
  text-align: center;
}

.aie-button.auto {
  margin: auto;
}

.current-task-wrap .box-white {
  margin-bottom: 30px;
}

.current-task-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.current-task-wrap h2.top20 {
  padding-top: 10px;
}

.trader-comm-wrap {
  border: 1px solid #d8d8d8;
  background: #fafafa;
  /*padding:50px 20px 30px;*/
  position: relative;
  border-top: 0;
}

.trader-comm-wrap .col {
  text-align: center;
  margin-bottom: 10px;
}

.trader-comm-wrap h3,
.badge-content .mytable h2,
.trader-comm-wrap .mytable .col p {
  font-size: 18px;
}

.trader-comm-wrap p {
  font-size: 13px;
  width: 90%;
  margin: auto;
}

.trader-comm-wrap .badge-wrap {
  margin: auto;
}

.badge-wrap.big .check {
  position: absolute;
  right: -10px;
  top: 0;
}

.progress-trader-wrap {
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #c5f0ec;
}

.progress-trader-wrap .progress-trader-bar {
  background: #7ec159;
  height: 6px;
}

.badge-all .green-header .container,
.badge-content,
.text-center {
  text-align: center;
}

.badge-all .green-header h2 {
  font-size: 32px;
  font-weight: 400;
}

.badge-all .green-header p {
  margin: auto;
  width: 48%;
}

.badge-all .green-header {
  padding-bottom: 35px;
}

.badge-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.badge-content h3 {
  font-size: 26px;
  font-weight: 400;
}

.line-green.auto {
  margin: 20px auto auto;
}

.badge-content .mytable {
  margin: auto;
}

.badge-content .mytable .col {
  max-width: 250px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.badge-content .mytable p {
  font-size: 14px;
  margin: auto;
}

.badge-content .line-green {
  margin-bottom: 50px;
  margin-top: 30px;
}

.current-task-wrap .box-white h3,
.trader-comm-wrap h3,
.badge-content h2,
.next_lessson_wrap h3 {
  text-transform: capitalize;
}

.current-task-wrap .box-white .col-2 {
  width: 70%;
}

.current_task_readmore {
  max-height: 45px;
}

.current-task-wrap .pad-left25 a {
  font-size: 15px;
  color: #7ec159;
  margin-top: -10px;
}

.badge-wrap-center {
  display: table;
  margin: auto;
}

.recent_badges_wrap .badge-col {
  text-align: center;
}

.current-task-wrap .pad-left25 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.col-profile-info-mobile,
.upload-action-save {
  display: none;
}

.mytable-center {
  border: 1px solid red;
}

.badge_current_task a.aie-button {
  min-width: 185px;
}

.avatar-parent {
  background: #d8d8d8;
  position: relative;
  border: 1px solid blue;
  display: block;
  max-width: 130px;
  max-height: 130px;
  min-width: 130px;
  min-height: 130px;
  border: 3px solid #fff;
  overflow: hidden;
  border-radius: 70px;
  margin-bottom: -60px;
}

.avatar-parent .avatar {
  max-width: 128px;
  max-height: 128px;
  min-width: 128px;
  min-height: 128px;
  border-radius: 70px;
}

a.avatar-parent:focus {
  outline: none;
}

.camera-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 5px 5px 20px;
  background: #4e5153;
  background: rgba(78, 81, 83, 0.8);
  transition: opacity 0.13s ease-out 0s;
  transition: opacity 0.13s ease-out 0s;
  opacity: 0;
  z-index: 2;
  display: none;
}

.camera-wrap h6 {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.camera-wrap img.camera {
  max-width: 30px;
}

.avatar-parent:hover .camera-wrap {
  display: block;
  opacity: 1;
}

.hideuploadbutton {
  border: 1px solid red;
}

.btn-upload-profile {
  display: block;
  position: relative;
}

.btn-upload-profile p {
  border: 1px solid #d8d8d8;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
}

.btn-upload-profile p i {
  padding-right: 20px;
}

.btn-upload-profile:hover p {
  background: #f6f7f9;
}

.upload-profile-wrap {
  height: 350px;
  width: 100%;
  display: none;
  margin-bottom: 30px;
}

.next_parent_wrap {
  min-height: 213px;
  max-height: 213px;
}

.next_parent_wrap .pad-righ15 {
  width: 32%;
  text-align: center;
  padding-bottom: 25px;
}

.lesson-badge .c100 {
  margin: auto;
}

.bull-badge.lesson-badge .c100::after {
  background: #7ec159;
}

.next_parent_wrap p.light {
  margin-bottom: 2px;
  margin-top: 10px;
}

.next_parent_wrap p {
  margin-bottom: 25px;
  margin-top: 10px;
}

.next_parent_wrap .yellow-badge {
  left: 30%;
  top: 24%;
}

.lesson-badge .c100.p51 .fill,
.lesson-badge .c100.p52 .fill,
.lesson-badge .c100.p53 .fill,
.lesson-badge .c100.p54 .fill,
.lesson-badge .c100.p55 .fill,
.lesson-badge .c100.p56 .fill,
.lesson-badge .c100.p57 .fill,
.lesson-badge .c100.p58 .fill,
.lesson-badge .c100.p59 .fill,
.lesson-badge .c100.p60 .fill,
.lesson-badge .c100.p61 .fill,
.lesson-badge .c100.p62 .fill,
.lesson-badge .c100.p63 .fill,
.lesson-badge .c100.p64 .fill,
.lesson-badge .c100.p65 .fill,
.lesson-badge .c100.p66 .fill,
.lesson-badge .c100.p67 .fill,
.lesson-badge .c100.p68 .fill,
.lesson-badge .c100.p69 .fill,
.lesson-badge .c100.p70 .fill,
.lesson-badge .c100.p71 .fill,
.lesson-badge .c100.p72 .fill,
.lesson-badge .c100.p73 .fill,
.lesson-badge .c100.p74 .fill,
.lesson-badge .c100.p75 .fill,
.lesson-badge .c100.p76 .fill,
.lesson-badge .c100.p77 .fill,
.lesson-badge .c100.p78 .fill,
.lesson-badge .c100.p79 .fill,
.lesson-badge .c100.p80 .fill,
.lesson-badge .c100.p81 .fill,
.lesson-badge .c100.p82 .fill,
.lesson-badge .c100.p83 .fill,
.lesson-badge .c100.p84 .fill,
.lesson-badge .c100.p85 .fill,
.lesson-badge .c100.p86 .fill,
.lesson-badge .c100.p87 .fill,
.lesson-badge .c100.p88 .fill,
.lesson-badge .c100.p89 .fill,
.lesson-badge .c100.p90 .fill,
.lesson-badge .c100.p91 .fill,
.lesson-badge .c100.p92 .fill,
.lesson-badge .c100.p93 .fill,
.lesson-badge .c100.p94 .fill,
.lesson-badge .c100.p95 .fill,
.lesson-badge .c100.p96 .fill,
.lesson-badge .c100.p97 .fill,
.lesson-badge .c100.p98 .fill,
.lesson-badge .c100.p99 .fill,
.lesson-badge .c100.p100 .fill {
  border: 0.08em solid #f9c650;
}

.trader-comm-wrap .mytable {
  width: 100%;
}

.trader-comm-wrap .mytable .col.a {
  width: 150px;
  text-align: left;
}

.trader-comm-wrap .grey-bg {
  border-top: 1px solid #d8d8d8;
  padding: 15px 20px;
}

.trader-comm-wrap .main-inner {
  padding: 50px 20px 30px;
}

.trader-comm-wrap .mytable .col p {
  margin: auto auto auto 0;
}

.trader-comm-wrap .col.text-right {
  text-align: right;
  width: 150px;
}

.trader-comm-wrap .row.row-centered {
  text-align: center;
}

.trader-comm-wrap .row.row-centered .col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
  vertical-align: top;
  margin-bottom: 20px;
}

.next_lessson_wrap p.text-danger {
  font-size: 15px;
  margin-top: 20px;
}

input[type=file] {
  background: red;
  border: 2px solid red;
  display: block;
  height: 82px;
}

.header.full-layout {
  margin-bottom: 0;
}

.badge-information {
  padding: 20px 30px;
}

.badge-information img {
  margin: auto;
  display: block;
}

.badge-information h3 {
  font-size: 26px;
  color: #333333;
}

.badge-information p {
  font-size: 15px;
}

.badge-wrap.medium {
  height: 72px;
  width: 65px;
}

.badge-wrap.medium img {
  max-height: 30px;
  max-width: 30px;
}

.mytable.float-right {
  float: right;
}

.mytable.float-right .col {
  padding-left: 20px;
}

.aie-button.grey {
  background: #c1c1c1;
}

/** BADGE UPDATE CSS */
/******************
TABS
******************/
ul#tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 5px 5px 0 0;
}

ul#tabs > li {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 5px;
  margin-right: 30px;
  color: #7d828f;
}

ul#tabs > li:first-child {
  margin-left: 30px;
}

ul#tabs > li.active {
  font-weight: 600;
  color: #07143a;
  border-bottom: 3px solid #ff6655;
}

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  background: #fff;
  padding: 20px 30px;
}

ul#tab > li {
  display: none;
  margin: 0;
  padding: 0;
}

ul#tab > li.active {
  display: block;
}

/******************
END TABS
******************/
.labelx {
  color: #7d828f;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

.left {
  float: left;
}

.terms-wrap {
  height: 100%;
  position: absolute;
  width: 100%;
}

.terms-wrap #main-content {
  margin-top: 4%;
}

.top-menu li a.sub:after {
  content: "\25B6";
  position: absolute;
  right: 10px;
  top: 30%;
}

#sclub_wrap ol li {
  margin-bottom: 10px;
  max-width: 60%;
}

#sclub_wrap ul li {
  list-style: none;
  margin-bottom: 10px;
  max-width: 60%;
}

#courses-wrap .bold {
  font-weight: bold;
}

.wheel_wrap img {
  display: block;
  margin: auto;
  max-height: 500px;
}

.mytable .col.align_middle {
  vertical-align: middle;
}

#sclub_wrap ul .mytable {
  width: 80%;
}

.wheel_wrap .mytable {
  margin: 10px auto auto;
}

.wheel_wrap .mytable .col {
  padding: 0 20px;
}

.sclub_sticky {
  display: none;
  background: #fff;
  width: 100%;
  z-index: 9999 !important;
}

.sclub_sticky button {
  float: right;
}

.sticky-wrapper.is-sticky .sclub_sticky {
  display: block;
  padding: 10px;
}

#sclub_wrap ul#sclub_list li {
  list-style: inside none disc;
}

#sclub_wrap #courses-wrap {
  margin-top: -40px;
}

.empty_wheel {
  display: none;
}

/*.top-menu li a, .top-menu-mobile li a{
	padding:0 12px 8px;
}*/
.top-menu li.active ul li a {
  border-bottom: none;
}

/* Added css when there's no logo */
.banner-live-coaching.banner-open-tws h3 {
  margin-bottom: 90px !important;
}

/*  This Code is for the Test */
#IIT-signUpForm.IIT-signUpForm {
  width: 222px !important;
  margin-left: 38% !important;
}

/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit 
  the CSS below. Click "details" 
  below to add comments or questions.
  This file uses some SCSS. Learn more  
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  https://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
  /* The base font size controls the size of everything, not just text.
    All dimensions use em-based sizes so that the scale along with the font size.
    Try increasing it to 15px and see what happens. */
  font-size: 10px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #fff;
}

/* The "Big Play Button" is the play button that shows before the video plays.
	 To center it set the align values to center and middle. The typical location
	 of the button is the center, but there is trend towards moving it to a corner
	 where it gets out of the way of valuable content in the poster image.*/
.vjs-default-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big. 
    All width/height values use ems, which are a multiple of the font size.
    If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 3em;
  /* We're using SCSS vars here because the values are used in multiple places.
    Now that font size is set, the following em values will be a multiple of the
    new font size. If the font-size is 3em (30px), then setting any of
    the following values to 3em would equal 30px. 3 * font-size. */
  /* 1.5em = 45px default */
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  /* 0.06666em = 2px default */
  border: 0.06666em solid #fff;
  /* 0.3em = 9px default */
  border-radius: 0.3em;
  /* Align top left. 0.5em = 15px default */
  left: 0.5em;
  top: 0.5em;
}

/* The default color of control backgrounds is mostly black but with a little
	 bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #2b333f;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(43, 51, 63, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

/* The slider bar color is used for the progress bar and the volume bar
	 (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #bfc7d3;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.5);
}

/* The load progress bar also has internal divs that represent
	 smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.75);
}

.card-header {
  padding: 0;
}

.collapse {
  visibility: visible;
}

button.btn.btn-link.collapsed {
  width: 100%;
  text-align: left;
  text-transform: none;
}

.btn:not(:disabled):not(.disabled) {
  width: 100%;
  text-align: left;
  text-transform: none;
}

.card {
  padding: 0px 12px 12px;
}

.pt-8 {
  padding-top: 2.5rem;
}

input[type=checkbox]:before {
  border-radius: 6px;
}

@media only screen and (max-width: 970px) {
  ul#top-menu {
    display: none;
  }
}