@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
:root {
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: "Open Sans", sans-serif;
}
:root :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  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;
}

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

dfn {
  font-style: italic;
}

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: #a45095;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #713766;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  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;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  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-cancel-button,
[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-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 1.32875rem;
  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.32875rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: "Open Sans", sans-serif;
}

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  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: 1400px) {
  .container {
    max-width: 1368px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

  .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: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .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%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.table .table {
  background-color: #ffffff;
}

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

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e6cee1;
}

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

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

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

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

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

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

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

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

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

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

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

.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-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #e8eaed;
}

.table-hover .table-grey:hover {
  background-color: #dadde2;
}
.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: #dadde2;
}

.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: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(0, 0, 0, 0.1);
}

.table-dark {
  color: #ffffff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1.1rem;
  font-size: 1.063rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #d2a2c9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(164, 80, 149, 0.25);
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5945rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

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

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 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.32875rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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.930125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8951875rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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.32875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.993125rem + 2px);
}

.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 {
  color: #868e96;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(70, 195, 95, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #46c35f;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #46c35f;
  box-shadow: 0 0 0 0.2rem rgba(70, 195, 95, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #46c35f;
}
.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: #46c35f;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a6e2b2;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #6dcf80;
}
.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 1px #ffffff, 0 0 0 0.2rem rgba(70, 195, 95, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #46c35f;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(70, 195, 95, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(250, 26, 32, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #fa1a20;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #fa1a20;
  box-shadow: 0 0 0 0.2rem rgba(250, 26, 32, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fa1a20;
}
.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: #fa1a20;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fd979a;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fb4c51;
}
.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 1px #ffffff, 0 0 0 0.2rem rgba(250, 26, 32, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fa1a20;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(250, 26, 32, 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 {
    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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.1rem;
  font-size: 1.063rem;
  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;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(164, 80, 149, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #a45095;
  border-color: #a45095;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #8a437e;
  border-color: #823f76;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 80, 149, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #a45095;
  border-color: #a45095;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #823f76;
  border-color: #793b6e;
}
.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(164, 80, 149, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #f17b02;
  border-color: #f17b02;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #cb6802;
  border-color: #be6102;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 123, 2, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #f17b02;
  border-color: #f17b02;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #be6102;
  border-color: #b25b01;
}
.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(241, 123, 2, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #46c35f;
  border-color: #46c35f;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #38ab4f;
  border-color: #34a24a;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 195, 95, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #46c35f;
  border-color: #46c35f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #34a24a;
  border-color: #319846;
}
.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(70, 195, 95, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  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: #ffffff;
  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(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fed832;
  border-color: #fed832;
}
.btn-warning:hover {
  color: #212529;
  background-color: #fed10c;
  border-color: #fccd01;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 216, 50, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fed832;
  border-color: #fed832;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #fccd01;
  border-color: #efc301;
}
.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(254, 216, 50, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #fa1a20;
  border-color: #fa1a20;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #e9050b;
  border-color: #dc050b;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 26, 32, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #fa1a20;
  border-color: #fa1a20;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc050b;
  border-color: #d0050a;
}
.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(250, 26, 32, 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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  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: #ffffff;
  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(52, 58, 64, 0.5);
}

.btn-grey {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-grey:hover {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
}
.btn-grey:focus, .btn-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-grey.disabled, .btn-grey:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .show > .btn-grey.dropdown-toggle {
  color: #212529;
  background-color: #919ca6;
  border-color: #8a95a1;
}
.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-primary {
  color: #a45095;
  background-color: transparent;
  background-image: none;
  border-color: #a45095;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #a45095;
  border-color: #a45095;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 80, 149, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #a45095;
  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: #ffffff;
  background-color: #a45095;
  border-color: #a45095;
}
.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(164, 80, 149, 0.5);
}

.btn-outline-secondary {
  color: #f17b02;
  background-color: transparent;
  background-image: none;
  border-color: #f17b02;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #f17b02;
  border-color: #f17b02;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 123, 2, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f17b02;
  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: #ffffff;
  background-color: #f17b02;
  border-color: #f17b02;
}
.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(241, 123, 2, 0.5);
}

.btn-outline-success {
  color: #46c35f;
  background-color: transparent;
  background-image: none;
  border-color: #46c35f;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #46c35f;
  border-color: #46c35f;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 195, 95, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #46c35f;
  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: #ffffff;
  background-color: #46c35f;
  border-color: #46c35f;
}
.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(70, 195, 95, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  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: #ffffff;
  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: #fed832;
  background-color: transparent;
  background-image: none;
  border-color: #fed832;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fed832;
  border-color: #fed832;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 216, 50, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fed832;
  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: #fed832;
  border-color: #fed832;
}
.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(254, 216, 50, 0.5);
}

.btn-outline-danger {
  color: #fa1a20;
  background-color: transparent;
  background-image: none;
  border-color: #fa1a20;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #fa1a20;
  border-color: #fa1a20;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 26, 32, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fa1a20;
  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: #ffffff;
  background-color: #fa1a20;
  border-color: #fa1a20;
}
.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(250, 26, 32, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  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: #ffffff;
  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-outline-grey {
  color: #adb5bd;
  background-color: transparent;
  background-image: none;
  border-color: #adb5bd;
}
.btn-outline-grey:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-grey:focus, .btn-outline-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #a45095;
  background-color: transparent;
}
.btn-link:hover {
  color: #713766;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.930125rem;
  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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.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: 1.063rem;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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: #ffffff;
  text-decoration: none;
  background-color: #a45095;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

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

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

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

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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.825rem;
  padding-left: 0.825rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

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

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(: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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  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 + .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.5rem 1.1rem;
  margin-bottom: 0;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.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;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #a45095;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(164, 80, 149, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #e2c4dd;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  background-color: #dddddd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #a45095;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #a45095;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(164, 80, 149, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(164, 80, 149, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #a45095;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(164, 80, 149, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.5945rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #d2a2c9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(210, 162, 201, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8951875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.993125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.5945rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #d2a2c9;
  box-shadow: 0 0 0 0.2rem rgba(164, 80, 149, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #d2a2c9;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.5945rem + 2px);
  padding: 0.5rem 1.1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.5945rem + 2px) - 1px * 2);
  padding: 0.5rem 1.1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0.25rem 0.25rem 0;
}

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

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.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 #dddddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dddddd #dddddd #ffffff;
}
.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: #ffffff;
  background-color: #a45095;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3006875rem;
  padding-bottom: 0.3006875rem;
  margin-right: 1rem;
  font-size: 1.32875rem;
  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.32875rem;
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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 {
    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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  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 .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 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: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  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;
  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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

.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::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}

.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: #a45095;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.page-link:hover {
  color: #713766;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dddddd;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(164, 80, 149, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 1;
  color: #ffffff;
  background-color: #a45095;
  border-color: #a45095;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.32875rem;
  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.930125rem;
  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;
}
.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: #ffffff;
  background-color: #a45095;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #823f76;
}

.badge-secondary {
  color: #ffffff;
  background-color: #f17b02;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #be6102;
}

.badge-success {
  color: #ffffff;
  background-color: #46c35f;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #34a24a;
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #fed832;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #fccd01;
}

.badge-danger {
  color: #ffffff;
  background-color: #fa1a20;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #dc050b;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-grey {
  color: #212529;
  background-color: #adb5bd;
}
.badge-grey[href]:hover, .badge-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #919ca6;
}

.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: 4.0945rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #552a4d;
  background-color: #eddcea;
  border-color: #e6cee1;
}
.alert-primary hr {
  border-top-color: #ddbdd7;
}
.alert-primary .alert-link {
  color: #33192e;
}

.alert-secondary {
  color: #7d4001;
  background-color: #fce5cc;
  border-color: #fbdab8;
}
.alert-secondary hr {
  border-top-color: #facda0;
}
.alert-secondary .alert-link {
  color: #4a2601;
}

.alert-success {
  color: #246531;
  background-color: #daf3df;
  border-color: #cbeed2;
}
.alert-success hr {
  border-top-color: #b8e8c1;
}
.alert-success .alert-link {
  color: #173f1f;
}

.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: #84701a;
  background-color: #fff7d6;
  border-color: #fff4c6;
}
.alert-warning hr {
  border-top-color: #ffefad;
}
.alert-warning .alert-link {
  color: #594c12;
}

.alert-danger {
  color: #820e11;
  background-color: #fed1d2;
  border-color: #febfc1;
}
.alert-danger hr {
  border-top-color: #fea6a9;
}
.alert-danger .alert-link {
  color: #54090b;
}

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

.alert-grey {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}
.alert-grey hr {
  border-top-color: #dadde2;
}
.alert-grey .alert-link {
  color: #424547;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #a45095;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #ffffff;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  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 {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #a45095;
  border-color: #a45095;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #552a4d;
  background-color: #e6cee1;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #552a4d;
  background-color: #ddbdd7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #552a4d;
  border-color: #552a4d;
}

.list-group-item-secondary {
  color: #7d4001;
  background-color: #fbdab8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #7d4001;
  background-color: #facda0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #7d4001;
  border-color: #7d4001;
}

.list-group-item-success {
  color: #246531;
  background-color: #cbeed2;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #246531;
  background-color: #b8e8c1;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #246531;
  border-color: #246531;
}

.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: #84701a;
  background-color: #fff4c6;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #84701a;
  background-color: #ffefad;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #84701a;
  border-color: #84701a;
}

.list-group-item-danger {
  color: #820e11;
  background-color: #febfc1;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #820e11;
  background-color: #fea6a9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #820e11;
  border-color: #820e11;
}

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

.list-group-item-grey {
  color: #5a5e62;
  background-color: #e8eaed;
}
.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}
.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  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.930125rem;
  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: #000000;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  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.930125rem;
  word-wrap: break-word;
  background-color: #ffffff;
  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) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-top-color: #ffffff;
}

.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-right-color: #ffffff;
}

.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) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-bottom-color: #ffffff;
}
.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.063rem;
  color: inherit;
  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: #ffffff;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

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

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

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  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: transparent no-repeat center center;
  background-size: 100% 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #46c35f !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #34a24a !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: #fed832 !important;
}

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #dc050b !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-grey {
  background-color: #adb5bd !important;
}

a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #919ca6 !important;
}

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

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

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

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

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

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

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

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

.border-success {
  border-color: #46c35f !important;
}

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

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

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

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

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

.border-grey {
  border-color: #adb5bd !important;
}

.border-white {
  border-color: #ffffff !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-circle {
  border-radius: 50% !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: 1400px) {
  .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;
}

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

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

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

  .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: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !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-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-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-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-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: 1400px) {
  .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-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-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

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

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

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

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

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

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

.text-secondary {
  color: #f17b02 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #be6102 !important;
}

.text-success {
  color: #46c35f !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-grey {
  color: #adb5bd !important;
}

a.text-grey:hover, a.text-grey:focus {
  color: #919ca6 !important;
}

.text-muted {
  color: #868e96 !important;
}

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

.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 #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @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 #ddd !important;
  }
}
.label {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.label:empty {
  display: none;
}

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

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

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

.label-default {
  background-color: #818a91;
}

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

.label-primary {
  background-color: #0275d8;
}

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

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

.breadcrumb::after {
  display: table;
  clear: both;
  content: "";
}

.breadcrumb > li {
  float: left;
}

.breadcrumb > li + li::before {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #818a91;
  content: "/";
}

.breadcrumb > .active {
  color: #818a91;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.page-item {
  display: inline;
}

.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, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.333333;
}

.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.275rem 0.75rem;
  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;
}

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none;
}

.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:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eceeef;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

.pager .disabled > span {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

.pager-next > a,
.pager-next > span {
  float: right;
}

.pager-prev > a,
.pager-prev > span {
  float: left;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
  width: 100% !important;
}

.jspPane {
  position: absolute;
  width: 100% !important;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: none;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: none;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: none;
  position: relative;
}

.jspDrag {
  background: #d3dee6;
  border: solid 1px #fff;
  border-radius: 2px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 8px;
}

.jspHorizontalBar .jspArrow {
  width: 8px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

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

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.333em;
  line-height: 1em;
  opacity: 0.7;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flag-icon-lt {
  background-image: url("..//assets//assets/img/flags/4x3/lt.svg");
}
.flag-icon-lt.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/lt.svg");
}

.flag-icon-lu {
  background-image: url("..//assets//assets/img/flags/4x3/lu.svg");
}
.flag-icon-lu.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/lu.svg");
}

.flag-icon-lv {
  background-image: url("..//assets//assets/img/flags/4x3/lv.svg");
}
.flag-icon-lv.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/lv.svg");
}

.flag-icon-ly {
  background-image: url("..//assets//assets/img/flags/4x3/ly.svg");
}
.flag-icon-ly.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ly.svg");
}

.flag-icon-ma {
  background-image: url("..//assets//assets/img/flags/4x3/ma.svg");
}
.flag-icon-ma.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ma.svg");
}

.flag-icon-mc {
  background-image: url("..//assets//assets/img/flags/4x3/mc.svg");
}
.flag-icon-mc.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mc.svg");
}

.flag-icon-md {
  background-image: url("..//assets//assets/img/flags/4x3/md.svg");
}
.flag-icon-md.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/md.svg");
}

.flag-icon-me {
  background-image: url("..//assets//assets/img/flags/4x3/me.svg");
}
.flag-icon-me.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/me.svg");
}

.flag-icon-mf {
  background-image: url("..//assets//assets/img/flags/4x3/mf.svg");
}
.flag-icon-mf.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mf.svg");
}

.flag-icon-mg {
  background-image: url("..//assets//assets/img/flags/4x3/mg.svg");
}
.flag-icon-mg.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mg.svg");
}

.flag-icon-mh {
  background-image: url("..//assets//assets/img/flags/4x3/mh.svg");
}
.flag-icon-mh.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mh.svg");
}

.flag-icon-mk {
  background-image: url("..//assets//assets/img/flags/4x3/mk.svg");
}
.flag-icon-mk.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mk.svg");
}

.flag-icon-ml {
  background-image: url("..//assets//assets/img/flags/4x3/ml.svg");
}
.flag-icon-ml.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ml.svg");
}

.flag-icon-mm {
  background-image: url("..//assets//assets/img/flags/4x3/mm.svg");
}
.flag-icon-mm.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mm.svg");
}

.flag-icon-mn {
  background-image: url("..//assets//assets/img/flags/4x3/mn.svg");
}
.flag-icon-mn.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mn.svg");
}

.flag-icon-mo {
  background-image: url("..//assets//assets/img/flags/4x3/mo.svg");
}
.flag-icon-mo.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mo.svg");
}

.flag-icon-mp {
  background-image: url("..//assets//assets/img/flags/4x3/mp.svg");
}
.flag-icon-mp.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mp.svg");
}

.flag-icon-mq {
  background-image: url("..//assets//assets/img/flags/4x3/mq.svg");
}
.flag-icon-mq.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mq.svg");
}

.flag-icon-mr {
  background-image: url("..//assets//assets/img/flags/4x3/mr.svg");
}
.flag-icon-mr.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mr.svg");
}

.flag-icon-ms {
  background-image: url("..//assets//assets/img/flags/4x3/ms.svg");
}
.flag-icon-ms.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ms.svg");
}

.flag-icon-mt {
  background-image: url("..//assets//assets/img/flags/4x3/mt.svg");
}
.flag-icon-mt.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mt.svg");
}

.flag-icon-mu {
  background-image: url("..//assets//assets/img/flags/4x3/mu.svg");
}
.flag-icon-mu.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mu.svg");
}

.flag-icon-mv {
  background-image: url("..//assets//assets/img/flags/4x3/mv.svg");
}
.flag-icon-mv.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mv.svg");
}

.flag-icon-mw {
  background-image: url("..//assets//assets/img/flags/4x3/mw.svg");
}
.flag-icon-mw.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mw.svg");
}

.flag-icon-mx {
  background-image: url("..//assets//assets/img/flags/4x3/mx.svg");
}
.flag-icon-mx.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mx.svg");
}

.flag-icon-my {
  background-image: url("..//assets//assets/img/flags/4x3/my.svg");
}
.flag-icon-my.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/my.svg");
}

.flag-icon-mz {
  background-image: url("..//assets//assets/img/flags/4x3/mz.svg");
}
.flag-icon-mz.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/mz.svg");
}

.flag-icon-na {
  background-image: url("..//assets//assets/img/flags/4x3/na.svg");
}
.flag-icon-na.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/na.svg");
}

.flag-icon-nc {
  background-image: url("..//assets//assets/img/flags/4x3/nc.svg");
}
.flag-icon-nc.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/nc.svg");
}

.flag-icon-ne {
  background-image: url("..//assets//assets/img/flags/4x3/ne.svg");
}
.flag-icon-ne.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ne.svg");
}

.flag-icon-nf {
  background-image: url("..//assets//assets/img/flags/4x3/nf.svg");
}
.flag-icon-nf.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/nf.svg");
}

.flag-icon-ng {
  background-image: url("..//assets//assets/img/flags/4x3/ng.svg");
}
.flag-icon-ng.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ng.svg");
}

.flag-icon-ni {
  background-image: url("..//assets//assets/img/flags/4x3/ni.svg");
}
.flag-icon-ni.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ni.svg");
}

.flag-icon-nl {
  background-image: url("..//assets//assets/img/flags/4x3/nl.svg");
}
.flag-icon-nl.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/nl.svg");
}

.flag-icon-no {
  background-image: url("..//assets//assets/img/flags/4x3/no.svg");
}
.flag-icon-no.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/no.svg");
}

.flag-icon-np {
  background-image: url("..//assets//assets/img/flags/4x3/np.svg");
}
.flag-icon-np.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/np.svg");
}

.flag-icon-nr {
  background-image: url("..//assets//assets/img/flags/4x3/nr.svg");
}
.flag-icon-nr.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/nr.svg");
}

.flag-icon-nu {
  background-image: url("..//assets//assets/img/flags/4x3/nu.svg");
}
.flag-icon-nu.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/nu.svg");
}

.flag-icon-nz {
  background-image: url("..//assets//assets/img/flags/4x3/nz.svg");
}
.flag-icon-nz.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/nz.svg");
}

.flag-icon-om {
  background-image: url("..//assets//assets/img/flags/4x3/om.svg");
}
.flag-icon-om.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/om.svg");
}

.flag-icon-pa {
  background-image: url("..//assets//assets/img/flags/4x3/pa.svg");
}
.flag-icon-pa.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pa.svg");
}

.flag-icon-pe {
  background-image: url("..//assets//assets/img/flags/4x3/pe.svg");
}
.flag-icon-pe.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pe.svg");
}

.flag-icon-pf {
  background-image: url("..//assets//assets/img/flags/4x3/pf.svg");
}
.flag-icon-pf.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pf.svg");
}

.flag-icon-pg {
  background-image: url("..//assets//assets/img/flags/4x3/pg.svg");
}
.flag-icon-pg.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pg.svg");
}

.flag-icon-ph {
  background-image: url("..//assets//assets/img/flags/4x3/ph.svg");
}
.flag-icon-ph.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ph.svg");
}

.flag-icon-pk {
  background-image: url("..//assets//assets/img/flags/4x3/pk.svg");
}
.flag-icon-pk.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pk.svg");
}

.flag-icon-pl {
  background-image: url("..//assets//assets/img/flags/4x3/pl.svg");
}
.flag-icon-pl.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pl.svg");
}

.flag-icon-pm {
  background-image: url("..//assets//assets/img/flags/4x3/pm.svg");
}
.flag-icon-pm.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pm.svg");
}

.flag-icon-pn {
  background-image: url("..//assets//assets/img/flags/4x3/pn.svg");
}
.flag-icon-pn.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pn.svg");
}

.flag-icon-pr {
  background-image: url("..//assets//assets/img/flags/4x3/pr.svg");
}
.flag-icon-pr.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pr.svg");
}

.flag-icon-ps {
  background-image: url("..//assets//assets/img/flags/4x3/ps.svg");
}
.flag-icon-ps.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ps.svg");
}

.flag-icon-pt {
  background-image: url("..//assets//assets/img/flags/4x3/pt.svg");
}
.flag-icon-pt.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pt.svg");
}

.flag-icon-pw {
  background-image: url("..//assets//assets/img/flags/4x3/pw.svg");
}
.flag-icon-pw.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/pw.svg");
}

.flag-icon-py {
  background-image: url("..//assets//assets/img/flags/4x3/py.svg");
}
.flag-icon-py.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/py.svg");
}

.flag-icon-qa {
  background-image: url("..//assets//assets/img/flags/4x3/qa.svg");
}
.flag-icon-qa.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/qa.svg");
}

.flag-icon-re {
  background-image: url("..//assets//assets/img/flags/4x3/re.svg");
}
.flag-icon-re.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/re.svg");
}

.flag-icon-ro {
  background-image: url("..//assets//assets/img/flags/4x3/ro.svg");
}
.flag-icon-ro.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ro.svg");
}

.flag-icon-rs {
  background-image: url("..//assets//assets/img/flags/4x3/rs.svg");
}
.flag-icon-rs.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/rs.svg");
}

.flag-icon-ru {
  background-image: url("..//assets//assets/img/flags/4x3/ru.svg");
}
.flag-icon-ru.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ru.svg");
}

.flag-icon-rw {
  background-image: url("..//assets//assets/img/flags/4x3/rw.svg");
}
.flag-icon-rw.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/rw.svg");
}

.flag-icon-sa {
  background-image: url("..//assets//assets/img/flags/4x3/sa.svg");
}
.flag-icon-sa.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sa.svg");
}

.flag-icon-sb {
  background-image: url("..//assets//assets/img/flags/4x3/sb.svg");
}
.flag-icon-sb.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sb.svg");
}

.flag-icon-sc {
  background-image: url("..//assets//assets/img/flags/4x3/sc.svg");
}
.flag-icon-sc.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sc.svg");
}

.flag-icon-sd {
  background-image: url("..//assets//assets/img/flags/4x3/sd.svg");
}
.flag-icon-sd.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sd.svg");
}

.flag-icon-se {
  background-image: url("..//assets//assets/img/flags/4x3/se.svg");
}
.flag-icon-se.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/se.svg");
}

.flag-icon-sg {
  background-image: url("..//assets//assets/img/flags/4x3/sg.svg");
}
.flag-icon-sg.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sg.svg");
}

.flag-icon-sh {
  background-image: url("..//assets//assets/img/flags/4x3/sh.svg");
}
.flag-icon-sh.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sh.svg");
}

.flag-icon-si {
  background-image: url("..//assets//assets/img/flags/4x3/si.svg");
}
.flag-icon-si.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/si.svg");
}

.flag-icon-sj {
  background-image: url("..//assets//assets/img/flags/4x3/sj.svg");
}
.flag-icon-sj.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sj.svg");
}

.flag-icon-sk {
  background-image: url("..//assets//assets/img/flags/4x3/sk.svg");
}
.flag-icon-sk.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sk.svg");
}

.flag-icon-sl {
  background-image: url("..//assets//assets/img/flags/4x3/sl.svg");
}
.flag-icon-sl.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sl.svg");
}

.flag-icon-sm {
  background-image: url("..//assets//assets/img/flags/4x3/sm.svg");
}
.flag-icon-sm.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sm.svg");
}

.flag-icon-sn {
  background-image: url("..//assets//assets/img/flags/4x3/sn.svg");
}
.flag-icon-sn.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sn.svg");
}

.flag-icon-so {
  background-image: url("..//assets//assets/img/flags/4x3/so.svg");
}
.flag-icon-so.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/so.svg");
}

.flag-icon-sr {
  background-image: url("..//assets//assets/img/flags/4x3/sr.svg");
}
.flag-icon-sr.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sr.svg");
}

.flag-icon-ss {
  background-image: url("..//assets//assets/img/flags/4x3/ss.svg");
}
.flag-icon-ss.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ss.svg");
}

.flag-icon-st {
  background-image: url("..//assets//assets/img/flags/4x3/st.svg");
}
.flag-icon-st.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/st.svg");
}

.flag-icon-sv {
  background-image: url("..//assets//assets/img/flags/4x3/sv.svg");
}
.flag-icon-sv.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sv.svg");
}

.flag-icon-sx {
  background-image: url("..//assets//assets/img/flags/4x3/sx.svg");
}
.flag-icon-sx.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sx.svg");
}

.flag-icon-sy {
  background-image: url("..//assets//assets/img/flags/4x3/sy.svg");
}
.flag-icon-sy.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sy.svg");
}

.flag-icon-sz {
  background-image: url("..//assets//assets/img/flags/4x3/sz.svg");
}
.flag-icon-sz.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/sz.svg");
}

.flag-icon-tc {
  background-image: url("..//assets//assets/img/flags/4x3/tc.svg");
}
.flag-icon-tc.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tc.svg");
}

.flag-icon-td {
  background-image: url("..//assets//assets/img/flags/4x3/td.svg");
}
.flag-icon-td.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/td.svg");
}

.flag-icon-tf {
  background-image: url("..//assets//assets/img/flags/4x3/tf.svg");
}
.flag-icon-tf.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tf.svg");
}

.flag-icon-tg {
  background-image: url("..//assets//assets/img/flags/4x3/tg.svg");
}
.flag-icon-tg.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tg.svg");
}

.flag-icon-th {
  background-image: url("..//assets//assets/img/flags/4x3/th.svg");
}
.flag-icon-th.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/th.svg");
}

.flag-icon-tj {
  background-image: url("..//assets//assets/img/flags/4x3/tj.svg");
}
.flag-icon-tj.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tj.svg");
}

.flag-icon-tk {
  background-image: url("..//assets//assets/img/flags/4x3/tk.svg");
}
.flag-icon-tk.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tk.svg");
}

.flag-icon-tl {
  background-image: url("..//assets//assets/img/flags/4x3/tl.svg");
}
.flag-icon-tl.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tl.svg");
}

.flag-icon-tm {
  background-image: url("..//assets//assets/img/flags/4x3/tm.svg");
}
.flag-icon-tm.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tm.svg");
}

.flag-icon-tn {
  background-image: url("..//assets//assets/img/flags/4x3/tn.svg");
}
.flag-icon-tn.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tn.svg");
}

.flag-icon-to {
  background-image: url("..//assets//assets/img/flags/4x3/to.svg");
}
.flag-icon-to.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/to.svg");
}

.flag-icon-tr {
  background-image: url("..//assets//assets/img/flags/4x3/tr.svg");
}
.flag-icon-tr.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tr.svg");
}

.flag-icon-tt {
  background-image: url("..//assets//assets/img/flags/4x3/tt.svg");
}
.flag-icon-tt.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tt.svg");
}

.flag-icon-tv {
  background-image: url("..//assets//assets/img/flags/4x3/tv.svg");
}
.flag-icon-tv.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tv.svg");
}

.flag-icon-tw {
  background-image: url("..//assets//assets/img/flags/4x3/tw.svg");
}
.flag-icon-tw.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tw.svg");
}

.flag-icon-tz {
  background-image: url("..//assets//assets/img/flags/4x3/tz.svg");
}
.flag-icon-tz.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/tz.svg");
}

.flag-icon-ua {
  background-image: url("..//assets//assets/img/flags/4x3/ua.svg");
}
.flag-icon-ua.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ua.svg");
}

.flag-icon-ug {
  background-image: url("..//assets//assets/img/flags/4x3/ug.svg");
}
.flag-icon-ug.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ug.svg");
}

.flag-icon-um {
  background-image: url("..//assets//assets/img/flags/4x3/um.svg");
}
.flag-icon-um.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/um.svg");
}

.flag-icon-us {
  background-image: url("..//assets//assets/img/flags/4x3/us.svg");
}
.flag-icon-us.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/us.svg");
}

.flag-icon-uy {
  background-image: url("..//assets//assets/img/flags/4x3/uy.svg");
}
.flag-icon-uy.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/uy.svg");
}

.flag-icon-uz {
  background-image: url("..//assets//assets/img/flags/4x3/uz.svg");
}
.flag-icon-uz.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/uz.svg");
}

.flag-icon-va {
  background-image: url("..//assets//assets/img/flags/4x3/va.svg");
}
.flag-icon-va.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/va.svg");
}

.flag-icon-vc {
  background-image: url("..//assets//assets/img/flags/4x3/vc.svg");
}
.flag-icon-vc.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/vc.svg");
}

.flag-icon-ve {
  background-image: url("..//assets//assets/img/flags/4x3/ve.svg");
}
.flag-icon-ve.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ve.svg");
}

.flag-icon-vg {
  background-image: url("..//assets//assets/img/flags/4x3/vg.svg");
}
.flag-icon-vg.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/vg.svg");
}

.flag-icon-vi {
  background-image: url("..//assets//assets/img/flags/4x3/vi.svg");
}
.flag-icon-vi.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/vi.svg");
}

.flag-icon-vn {
  background-image: url("..//assets//assets/img/flags/4x3/vn.svg");
}
.flag-icon-vn.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/vn.svg");
}

.flag-icon-vu {
  background-image: url("..//assets//assets/img/flags/4x3/vu.svg");
}
.flag-icon-vu.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/vu.svg");
}

.flag-icon-wf {
  background-image: url("..//assets//assets/img/flags/4x3/wf.svg");
}
.flag-icon-wf.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/wf.svg");
}

.flag-icon-ws {
  background-image: url("..//assets//assets/img/flags/4x3/ws.svg");
}
.flag-icon-ws.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ws.svg");
}

.flag-icon-ye {
  background-image: url("..//assets//assets/img/flags/4x3/ye.svg");
}
.flag-icon-ye.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/ye.svg");
}

.flag-icon-yt {
  background-image: url("..//assets//assets/img/flags/4x3/yt.svg");
}
.flag-icon-yt.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/yt.svg");
}

.flag-icon-za {
  background-image: url("..//assets//assets/img/flags/4x3/za.svg");
}
.flag-icon-za.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/za.svg");
}

.flag-icon-zm {
  background-image: url("..//assets//assets/img/flags/4x3/zm.svg");
}
.flag-icon-zm.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/zm.svg");
}

.flag-icon-zw {
  background-image: url("..//assets//assets/img/flags/4x3/zw.svg");
}
.flag-icon-zw.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/zw.svg");
}

.flag-icon-eu {
  background-image: url("..//assets//assets/img/flags/4x3/eu.svg");
}
.flag-icon-eu.flag-icon-squared {
  background-image: url("..//assets//assets/img/flags/1x1/eu.svg");
}

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

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

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

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

.container {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}

*:active, *:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  margin: 0px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0@mixin * where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2@mixin  Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

* {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

.container {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}

*:active, *:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  margin: 0px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0@mixin * where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2@mixin  Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

* {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Clear fix */
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Align */
.text-center {
  text-align: center;
}

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

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

/* Float */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.tbl-row {
  display: table-row;
}

.tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

.no-border, .b-a-0 {
  border: none;
}

.b-a {
  border: solid 1px #d8e2e7;
}

.b-l {
  border-left: solid 1px #d8e2e7;
}

.b-r {
  border-right: solid 1px #d8e2e7;
}

.b-t {
  border-top: solid 1px #d8e2e7;
}

.b-b {
  border-bottom: solid 1px #d8e2e7;
}

.b-t-0 {
  border-top: none;
}

.b-r-0 {
  border-bottom: none;
}

.border-primary {
  border-color: #00a8ff;
}

.border-default {
  border-color: #d8e2e7;
}

.border-warning {
  border-color: #f29824;
}

.border-success {
  border-color: #46c35f;
}

.border-info {
  border-color: #7f428f;
}

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

.border-danger {
  border-color: #fa1a20;
}

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

.round {
  border-radius: 0.25rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-auto {
  overflow: auto;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.bt {
  bottom: 0;
}

.tp {
  top: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-bg {
  background: none;
}

.no-shadow {
  box-shadow: none;
}

.shadow {
  box-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.block {
  display: block;
}

.m-x-n {
  margin-left: -15px;
  margin-right: -15px;
}

.m-r-n {
  margin-right: -15px;
}

.m-l-n-n {
  margin-left: -15px;
}

.m-a-lg {
  margin: 30px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-x-lg {
  margin-left: 30px;
  margin-right: 30px;
}

.m-y-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-a-md {
  margin: 20px;
}

.m-r-md {
  margin-right: 20px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-l-md {
  margin-left: 20px;
}

.m-t-md {
  margin-top: 20px;
}

.m-x-md {
  margin-left: 20px;
  margin-right: 20px;
}

.m-y-md {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-a {
  margin: 15px;
}

.m-r {
  margin-right: 15px;
}

.m-b {
  margin-bottom: 15px;
}

.m-l {
  margin-left: 15px;
}

.m-t {
  margin-top: 15px;
}

.m-x {
  margin-left: 15px;
  margin-right: 15px;
}

.m-y {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-a-0 {
  margin: 0;
}

.m-r-0 {
  margin-right: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-x-auto {
  margin-right: auto;
  margin-left: auto;
}

.p-x-n {
  padding-left: -15px;
  padding-right: -15px;
}

.p-r-n {
  padding-right: -15px;
}

.p-l-n-n {
  padding-left: -15px;
}

.p-a-lg {
  padding: 30px;
}

.p-r-lg {
  padding-right: 30px;
}

.p-b-lg {
  padding-bottom: 30px;
}

.p-l-lg {
  padding-left: 30px;
}

.p-t-lg {
  padding-top: 30px;
}

.p-x-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.p-y-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-a-md {
  padding: 20px;
}

.p-r-md {
  padding-right: 20px;
}

.p-b-md {
  padding-bottom: 20px;
}

.p-l-md {
  padding-left: 20px;
}

.p-t-md {
  padding-top: 20px;
}

.p-x-md {
  padding-left: 20px;
  padding-right: 20px;
}

.p-y-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-a {
  padding: 15px;
}

.p-r {
  padding-right: 15px;
}

.p-b {
  padding-bottom: 15px;
}

.p-l {
  padding-left: 15px;
}

.p-t {
  padding-top: 15px;
}

.p-x {
  padding-left: 15px;
  padding-right: 15px;
}

.p-y {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-a-0 {
  padding: 0;
}

.p-r-0 {
  padding-right: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-l-0 {
  padding-left: 0;
}

.p-t-0 {
  padding-top: 0;
}

.p-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-x-auto {
  padding-right: auto;
  padding-left: auto;
}

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

.text-vertical-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

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

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

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

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

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

.glyphicon-th:before {
  content: "";
}

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

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

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

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

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

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

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

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

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

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

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

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

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

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

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "";
}

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

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

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

.glyphicon-picture:before {
  content: "";
}

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

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

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

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

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

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

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

.glyphicon-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

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

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

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

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

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

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

.glyphicon-retweet:before {
  content: "";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

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

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

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

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

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

.glyphicon-flash:before {
  content: "";
}

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

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

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

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

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

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

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

.glyphicon-subtitles:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "";
}

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

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

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

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

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

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

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

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

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

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

.glyphicon-education:before {
  content: "";
}

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

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

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

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

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

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

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

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

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

@font-face {
  font-family: "startui";
  src: url("../fonts/startui.eot");
  src: url("../fonts/startui.eot?#iefix") format("embedded-opentype"), url("../fonts/startui.woff") format("woff"), url("../fonts/startui.ttf") format("truetype"), url("../fonts/startui.svg#startui") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fontastic, .side-menu-big-icon .side-menu-list > li.with-sub > span:after {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

[data-icon]:before {
  content: attr(data-icon);
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

[class^=font-icon-]:before,
[class*=" font-icon-"]:before {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.font-icon-alarm:before {
  content: "b";
}

.font-icon-build:before {
  content: "c";
}

.font-icon-burger:before {
  content: "d";
}

.font-icon-calend:before {
  content: "e";
}

.font-icon-cart:before {
  content: "f";
}

.font-icon-cogwheel:before {
  content: "g";
}

.font-icon-comments:before {
  content: "h";
}

.font-icon-contacts:before {
  content: "i";
}

.font-icon-dashboard:before {
  content: "j";
}

.font-icon-dots:before {
  content: "k";
}

.font-icon-expand:before {
  content: "l";
}

.font-icon-filter:before {
  content: "m";
}

.font-icon-help:before {
  content: "n";
}

.font-icon-home:before {
  content: "o";
}

.font-icon-page:before {
  content: "p";
}

.font-icon-pencil:before {
  content: "q";
}

.font-icon-re:before {
  content: "r";
}

.font-icon-rollup:before {
  content: "s";
}

.font-icon-search:before {
  content: "t";
}

.font-icon-share:before {
  content: "u";
}

.font-icon-star:before {
  content: "v";
}

.font-icon-users:before {
  content: "w";
}

.font-icon-wallet:before {
  content: "x";
}

.font-icon-minus:before {
  content: "y";
}

.font-icon-pencil-thin:before {
  content: "z";
}

.font-icon-close:before {
  content: "A";
}

.font-icon-speed:before {
  content: "a";
}

.font-icon-menu-addl:before {
  content: "B";
}

.font-icon-search:before {
  content: "t";
}

.font-icon-edit:before {
  content: "C";
}

.font-icon-chart:before {
  content: "D";
}

.font-icon-zigzag:before {
  content: "E";
}

.font-icon-tablet:before {
  content: "F";
}

.font-icon-widget:before {
  content: "G";
}

.font-icon-map:before {
  content: "H";
}

.font-icon-chart-2:before {
  content: "I";
}

.font-icon-doc:before {
  content: "J";
}

.font-icon-question:before {
  content: "K";
}

.font-icon-user:before {
  content: "L";
}

.font-icon-notebook:before {
  content: "M";
}

.font-icon-mail:before {
  content: "N";
}

.font-icon-close-2:before {
  content: "O";
}

.font-icon-pen:before {
  content: "P";
}

.font-icon-arrow-down:before {
  content: "Q";
}

.font-icon-arrow-left:before {
  content: "R";
}

.font-icon-arrow-right:before {
  content: "S";
}

.font-icon-arrow-top:before {
  content: "T";
}

.font-icon-check-circle:before {
  content: "U";
}

.font-icon-cam-photo:before {
  content: "V";
}

.font-icon-cam-video:before {
  content: "W";
}

.font-icon-sound:before {
  content: "X";
}

.font-icon-earth:before {
  content: "Y";
}

.font-icon-mail-2:before {
  content: "Z";
}

.font-icon-upload:before {
  content: "0";
}

.font-icon-dropbox:before {
  content: "1";
}

.font-icon-google-drive:before {
  content: "2";
}

.font-icon-yandex-disk:before {
  content: "3";
}

.font-icon-box:before {
  content: "4";
}

.font-icon-arrow-square-down:before {
  content: "5";
}

.font-icon-refresh:before {
  content: "6";
}

.font-icon-list-square:before {
  content: "7";
}

.font-icon-list-rotate:before {
  content: "8";
}

.font-icon-download:before {
  content: "9";
}

.font-icon-heart:before {
  content: "!";
}

.font-icon-check-bird:before {
  content: '"';
}

.font-icon-clock:before {
  content: "#";
}

.font-icon-trash:before {
  content: "$";
}

.font-icon-circle-lined-error:before {
  content: "%";
}

.font-icon-circle-lined-i:before {
  content: "&";
}

.font-icon-circle-lined-smile:before {
  content: "'";
}

.font-icon-circle-lined-success:before {
  content: "(";
}

.font-icon-one-drive:before {
  content: ")";
}

.font-icon-cloud-upload-2:before {
  content: "*";
}

.font-icon-plus:before {
  content: "+";
}

.font-icon-minus-1:before {
  content: ",";
}

.font-icon-arrow-square-up:before {
  content: "-";
}

.font-icon-revers:before {
  content: ".";
}

.font-icon-import:before {
  content: "/";
}

.font-icon-award:before {
  content: ":";
}

.font-icon-case:before {
  content: ";";
}

.font-icon-earth-bordered:before {
  content: "<";
}

.font-icon-comment:before {
  content: "=";
}

.font-icon-eye:before {
  content: ">";
}

.font-icon-fb-fill:before {
  content: "?";
}

.font-icon-in-fill:before {
  content: "@";
}

.font-icon-lamp:before {
  content: "[";
}

.font-icon-picture:before {
  content: "]";
}

.font-icon-pdf-fill:before {
  content: "^";
}

.font-icon-notebook-bird:before {
  content: "_";
}

.font-icon-quote:before {
  content: "`";
}

.font-icon-vk-fill:before {
  content: "{";
}

.font-icon-video-fill:before {
  content: "|";
}

.font-icon-tw-fill:before {
  content: "}";
}

.font-icon-answer:before {
  content: "~";
}

.font-icon-archive:before {
  content: "\\";
}

.font-icon-case-2:before {
  content: "";
}

.font-icon-clip:before {
  content: "";
}

.font-icon-cloud:before {
  content: "";
}

.font-icon-comments-2:before {
  content: "";
}

.font-icon-del:before {
  content: "";
}

.font-icon-event:before {
  content: "";
}

.font-icon-download-3:before {
  content: "";
}

.font-icon-download-2:before {
  content: "";
}

.font-icon-dots-vert-square:before {
  content: "";
}

.font-icon-fire:before {
  content: "";
}

.font-icon-folder:before {
  content: "";
}

.font-icon-lock:before {
  content: "";
}

.font-icon-ok:before {
  content: "";
}

.font-icon-picture-2:before {
  content: "";
}

.font-icon-pin:before {
  content: "";
}

.font-icon-refresh-2:before {
  content: "";
}

.font-icon-view-cascade:before {
  content: "";
}

.font-icon-users-group:before {
  content: "";
}

.font-icon-upload-2:before {
  content: "";
}

.font-icon-view-grid:before {
  content: "";
}

.font-icon-view-rows:before {
  content: "";
}

.font-icon-warning:before {
  content: "";
}

.font-icon-facebook:before {
  content: "";
}

.font-icon-instagram:before {
  content: "";
}

.font-icon-google-plus:before {
  content: "";
}

.font-icon-linkedin:before {
  content: "";
}

.font-icon-twitter:before {
  content: "";
}

.font-icon-phone:before {
  content: "";
}

.font-icon-gp-fill:before {
  content: "";
}

.font-icon-ok-fill:before {
  content: "";
}

.font-icon-editor-align-center:before {
  content: "";
}

.font-icon-editor-align-justify:before {
  content: "";
}

.font-icon-editor-align-left:before {
  content: "";
}

.font-icon-editor-align-right:before {
  content: "";
}

.font-icon-editor-bold:before {
  content: "";
}

.font-icon-editor-code:before {
  content: "";
}

.font-icon-editor-eraser:before {
  content: "";
}

.font-icon-editor-font:before {
  content: "";
}

.font-icon-editor-fullscreen:before {
  content: "";
}

.font-icon-editor-help:before {
  content: "";
}

.font-icon-editor-img:before {
  content: "";
}

.font-icon-editor-link:before {
  content: "";
}

.font-icon-editor-list:before {
  content: "";
}

.font-icon-editor-magic:before {
  content: "";
}

.font-icon-editor-numeric-list:before {
  content: "";
}

.font-icon-editor-table:before {
  content: "";
}

.font-icon-editor-underline:before {
  content: "";
}

.font-icon-editor-video:before {
  content: "";
}

.font-icon-alarm-2:before {
  content: "";
}

.font-icon-alarm-rotate:before {
  content: "";
}

.font-icon-binoculars:before {
  content: "";
}

.font-icon-cart-2:before {
  content: "";
}

.font-icon-card:before {
  content: "";
}

.font-icon-bookmark:before {
  content: "";
}

.font-icon-chart-3:before {
  content: "";
}

.font-icon-chart-4:before {
  content: "";
}

.font-icon-check-square:before {
  content: "";
}

.font-icon-del-circle:before {
  content: "";
}

.font-icon-comp:before {
  content: "";
}

.font-icon-cloud-download:before {
  content: "";
}

.font-icon-downloaded:before {
  content: "";
}

.font-icon-link:before {
  content: "";
}

.font-icon-i-circle:before {
  content: "";
}

.font-icon-notebook-lines:before {
  content: "";
}

.font-icon-pdf:before {
  content: "";
}

.font-icon-pen-square:before {
  content: "";
}

.font-icon-play-prev:before {
  content: "";
}

.font-icon-play-next:before {
  content: "";
}

.font-icon-play-circle:before {
  content: "";
}

.font-icon-play:before {
  content: "";
}

.font-icon-pin-2:before {
  content: "";
}

.font-icon-server:before {
  content: "";
}

.font-icon-warning-circle:before {
  content: "";
}

.font-icon-users-two:before {
  content: "";
}

.font-icon-weather-cloud:before {
  content: "";
}

.font-icon-weather-cloud-circles:before {
  content: "";
}

.font-icon-weather-cloud-drops-lightning:before {
  content: "";
}

.font-icon-weather-cloud-moon:before {
  content: "";
}

.font-icon-weather-cloud-one-circle:before {
  content: "";
}

.font-icon-weather-cloud-one-drop:before {
  content: "";
}

.font-icon-weather-cloud-rain-snow:before {
  content: "";
}

.font-icon-weather-cloud-sun:before {
  content: "";
}

.font-icon-weather-cloud-two-circles:before {
  content: "";
}

.font-icon-weather-cloud-two-drops:before {
  content: "";
}

.font-icon-weather-cloud-two-snow:before {
  content: "";
}

.font-icon-weather-clouds:before {
  content: "";
}

.font-icon-weather-clound-lightning:before {
  content: "";
}

.font-icon-weather-sun:before {
  content: "";
}

.font-icon-weather-snowflake:before {
  content: "";
}

.font-icon-weather-snow:before {
  content: "";
}

.font-icon-weather-rain:before {
  content: "";
}

.font-icon-weather-one-snow:before {
  content: "";
}

.font-icon-weather-moon-small-cloud:before {
  content: "";
}

.font-icon-weather-moon-cloud-rain:before {
  content: "";
}

.font-icon-weather-moon-cloud:before {
  content: "";
}

.font-icon-weather-moon:before {
  content: "";
}

.font-icon-weather-lightning:before {
  content: "";
}

.font-icon-weather-house-water:before {
  content: "";
}

.font-icon-weather-funnel:before {
  content: "";
}

.font-icon-weather-drop:before {
  content: "";
}

.font-icon-weather-sun-cloud:before {
  content: "";
}

.font-icon-weather-sun-clouds:before {
  content: "";
}

.font-icon-weather-sun-rain:before {
  content: "";
}

.font-icon-weather-thermometer:before {
  content: "";
}

.font-icon-weather-umbrella:before {
  content: "";
}

.font-icon-weather-waves:before {
  content: "";
}

.font-icon-wp:before {
  content: "";
}

.font-icon-player-full-screen:before {
  content: "";
}

.font-icon-player-next:before {
  content: "";
}

.font-icon-player-settings:before {
  content: "";
}

.font-icon-player-sound:before {
  content: "";
}

.font-icon-player-subtitres:before {
  content: "";
}

.font-icon-player-wide-screen:before {
  content: "";
}

.font-icon-case-3:before {
  content: "";
}

.font-icon-github:before {
  content: "";
}

.font-icon-learn:before {
  content: "";
}

.font-icon-play-next-square:before {
  content: "";
}

.font-icon-play-prev-square:before {
  content: "";
}

.font-icon-play-square:before {
  content: "";
}

.font-icon-picture-double:before {
  content: "";
}

.font-icon-snippet:before {
  content: "";
}

.font-icon-post:before {
  content: "";
}

.font-icon-plus-1:before {
  content: "";
}

@font-face {
  font-family: "idposition";
  src: url("../fonts/idposition.eot?wgka4q");
  src: url("../fonts/idposition.eot?wgka4q#iefix") format("embedded-opentype"), url("../fonts/idposition.ttf?wgka4q") format("truetype"), url("../fonts/idposition.woff?wgka4q") format("woff"), url("../fonts/idposition.svg?wgka4q#idposition") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=idp-], [class*=" idp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "idposition" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.idp-file:before {
  content: "";
}

.idp-cube:before {
  content: "";
}

.idp-alarm:before {
  content: "";
}

.idp-barcode:before {
  content: "";
}

.idp-bell:before {
  content: "";
}

.idp-envelope:before {
  content: "";
}

.idp-yoga:before {
  content: "";
}

.idp-speech-bubble:before {
  content: "";
}

.idp-chat-color .path1:before {
  content: "";
  color: #ebba16;
}

.idp-chat-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #ed8a19;
}

.idp-chat-color .path3:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat-color .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat-color .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat:before {
  content: "";
}

.idp-pie-chart-fill:before {
  content: "";
}

.idp-pie-chart-stroke:before {
  content: "";
}

.idp-bar-chart:before {
  content: "";
}

.idp-line-chart:before {
  content: "";
}

.idp-question-circular:before {
  content: "";
}

.idp-magic:before {
  content: "";
}

.idp-clipboard-color .path1:before {
  content: "";
  color: #e2574c;
}

.idp-clipboard-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #d05046;
}

.idp-clipboard-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #f0ddab;
}

.idp-clipboard-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #ccd0d2;
}

.idp-clipboard-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #d8c69a;
}

.idp-clipboard-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #ccd0d2;
}

.idp-clipboard-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #bcc0c2;
}

.idp-clipboard-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #aeb1b3;
}

.idp-compass:before {
  content: "";
}

.idp-copy:before {
  content: "";
}

.idp-file-csv .path1:before {
  content: "";
  color: #e9e9e0;
}

.idp-file-csv .path2:before {
  content: "";
  margin-left: -1em;
  color: #d9d7ca;
}

.idp-file-csv .path3:before {
  content: "";
  margin-left: -1em;
  color: #f36fa0;
}

.idp-file-csv .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path6:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path7:before {
  content: "";
  margin-left: -1em;
  color: #c8bdb8;
}

.idp-file-pdf .path1:before {
  content: "";
  color: #e9e9e0;
}

.idp-file-pdf .path2:before {
  content: "";
  margin-left: -1em;
  color: #d9d7ca;
}

.idp-file-pdf .path3:before {
  content: "";
  margin-left: -1em;
  color: #cc4b4c;
}

.idp-file-pdf .path4:before {
  content: "";
  margin-left: -1em;
  color: #cc4b4c;
}

.idp-file-pdf .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-pdf .path6:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-pdf .path7:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-rss:before {
  content: "";
}

.idp-arrow-right:before {
  content: "";
}

.idp-arrow-bottom:before {
  content: "";
}

.idp-arrow-left:before {
  content: "";
}

.idp-arrow-top:before {
  content: "";
}

.idp-expand:before {
  content: "";
}

.idp-download-box:before {
  content: "";
}

.idp-download:before {
  content: "";
}

.idp-download2:before {
  content: "";
}

.idp-duplicate:before {
  content: "";
}

.idp-arrow-exchange:before {
  content: "";
}

.idp-eye-open:before {
  content: "";
}

.idp-placeholder:before {
  content: "";
}

.idp-hold-color .path1:before {
  content: "";
  color: #e84849;
}

.idp-hold-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #eadedf;
}

.idp-hold-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #9f2322;
}

.idp-clip:before {
  content: "";
}

.idp-infinite:before {
  content: "";
}

.idp-layout:before {
  content: "";
}

.idp-close:before {
  content: "";
}

.idp-arrow-down:before {
  content: "";
}

.idp-arrow-prev:before {
  content: "";
}

.idp-arrow-up:before {
  content: "";
}

.idp-arrow-next:before {
  content: "";
}

.idp-share:before {
  content: "";
}

.idp-stairs:before {
  content: "";
}

.idp-stack-of-square-papers:before {
  content: "";
}

.idp-menu-burger:before {
  content: "";
}

.idp-list-dots:before {
  content: "";
}

.idp-list:before {
  content: "";
}

.idp-grid:before {
  content: "";
}

.idp-sort-desc:before {
  content: "";
}

.idp-sort:before {
  content: "";
}

.idp-move:before {
  content: "";
}

.idp-repere:before {
  content: "";
}

.idp-checked:before {
  content: "";
}

.idp-checked-round-fill:before {
  content: "";
}

.idp-zoom-in:before {
  content: "";
}

.idp-sherlock:before {
  content: "";
}

.idp-search:before {
  content: "";
}

.idp-recycle:before {
  content: "";
}

.idp-search-laptop:before {
  content: "";
}

.idp-locked-stroke:before {
  content: "";
}

.idp-flag-marker:before {
  content: "";
}

.idp-placeholder-marker:before {
  content: "";
}

.idp-placeholder-stroke:before {
  content: "";
}

.idp-play-button:before {
  content: "";
}

.idp-qr-code:before {
  content: "";
}

.idp-trash:before {
  content: "";
}

.idp-setting-gears:before {
  content: "";
}

.idp-settings:before {
  content: "";
}

.idp-cog:before {
  content: "";
}

.idp-repairing-service:before {
  content: "";
}

.idp-settings2:before {
  content: "";
}

.idp-screwdriver-and-wrench-crossed:before {
  content: "";
}

.idp-handyman-tools:before {
  content: "";
}

.idp-paper-airplane:before {
  content: "";
}

.idp-send:before {
  content: "";
}

.idp-smartphone-hand-color .path1:before {
  content: "";
  color: #c8d2d6;
}

.idp-smartphone-hand-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #7383bf;
}

.idp-smartphone-hand-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #f7b563;
}

.idp-smartphone-hand-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #424a60;
}

.idp-smartphone-hand-color .path11:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path12:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path13:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-smartphone-hand-color .path14:before {
  content: "";
  margin-left: -1em;
  color: #424a60;
}

.idp-star-color .path1:before {
  content: "";
  color: #f4b459;
}

.idp-star-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #e3a753;
}

.idp-stats:before {
  content: "";
}

.idp-swiss-knife:before {
  content: "";
}

.idp-tablet:before {
  content: "";
}

.idp-phone:before {
  content: "";
}

.idp-tick-inside-circle:before {
  content: "";
}

.idp-truck:before {
  content: "";
}

.idp-user-specialist:before {
  content: "";
}

.idp-user-technician:before {
  content: "";
}

.idp-user-manager:before {
  content: "";
}

.idp-user-color .path1:before {
  content: "";
  color: #b0cce2;
}

.idp-user-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #f47c2c;
}

.idp-user-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path11:before {
  content: "";
  margin-left: -1em;
  color: #e2a379;
}

.idp-user-color .path12:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path13:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path14:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path15:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path16:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color .path17:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color .path18:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color .path19:before {
  content: "";
  margin-left: -1em;
  color: #e5a173;
}

.idp-user-color .path20:before {
  content: "";
  margin-left: -1em;
  color: #d89364;
}

.idp-user-color .path21:before {
  content: "";
  margin-left: -1em;
  color: #3a3431;
}

.idp-user-color .path22:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color .path23:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user .path1:before {
  content: "";
  color: #e7eced;
}

.idp-user .path2:before {
  content: "";
  margin-left: -1em;
  color: #556080;
}

.idp-user-color2 .path1:before {
  content: "";
  color: #337180;
}

.idp-user-color2 .path2:before {
  content: "";
  margin-left: -1em;
  color: #1d1d1e;
}

.idp-user-color2 .path3:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color2 .path4:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color2 .path5:before {
  content: "";
  margin-left: -1em;
  color: #e2a379;
}

.idp-user-color2 .path6:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path7:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path8:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path9:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path10:before {
  content: "";
  margin-left: -1em;
  color: #86b4d1;
}

.idp-user-color2 .path11:before {
  content: "";
  margin-left: -1em;
  color: #86b4d1;
}

.idp-user-color2 .path12:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color2 .path13:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color2 .path14:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path15:before {
  content: "";
  margin-left: -1em;
  color: #d89364;
}

.idp-user-color2 .path16:before {
  content: "";
  margin-left: -1em;
  color: #ce8757;
}

.idp-user-color2 .path17:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path18:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color2 .path19:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color2 .path20:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path21:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color3 .path1:before {
  content: "";
  color: #71e2ef;
}

.idp-user-color3 .path2:before {
  content: "";
  margin-left: -1em;
  color: #38c6d9;
}

.idp-user-color3 .path3:before {
  content: "";
  margin-left: -1em;
  color: #fcd088;
}

.idp-user-color3 .path4:before {
  content: "";
  margin-left: -1em;
  color: #ddab62;
}

.idp-user-color3 .path5:before {
  content: "";
  margin-left: -1em;
  color: #d9edec;
}

.idp-user-color3 .path6:before {
  content: "";
  margin-left: -1em;
  color: #a9bfbe;
}

.idp-user-color3 .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffedb5;
}

.idp-user-color3 .path8:before {
  content: "";
  margin-left: -1em;
  color: #e8cf89;
}

.idp-user-color3 .path9:before {
  content: "";
  margin-left: -1em;
  color: #494948;
}

.idp-user-color3 .path10:before {
  content: "";
  margin-left: -1em;
  color: #282826;
}

.idp-user-color3 .path11:before {
  content: "";
  margin-left: -1em;
  color: #b7cecc;
}

.idp-user-color3 .path12:before {
  content: "";
  margin-left: -1em;
  color: #8ea5a2;
}

.idp-user-color3 .path13:before {
  content: "";
  margin-left: -1em;
  color: #386895;
}

.idp-user-color3 .path14:before {
  content: "";
  margin-left: -1em;
  color: #273b7a;
}

.idp-user-color3 .path15:before {
  content: "";
  margin-left: -1em;
  color: #273b7a;
}

.idp-user-color3 .path16:before {
  content: "";
  margin-left: -1em;
  color: #121149;
}

.idp-building2:before {
  content: "";
}

.idp-building:before {
  content: "";
}

.idp-building-land:before {
  content: "";
}

.idp-vacuum:before {
  content: "";
}

.idp-vacuum2:before {
  content: "";
}

.idp-vise:before {
  content: "";
}

.idp-toilet:before {
  content: "";
}

.idp-warning:before {
  content: "";
}

.idp-wiping2:before {
  content: "";
}

.idp-wiping:before {
  content: "";
}

.idp-cleaning:before {
  content: "";
}

.idp-briefcase:before {
  content: "";
}

.idp-briefcase2:before {
  content: "";
}

.idp-worker-helmet:before {
  content: "";
}

.idp-working-tools:before {
  content: "";
}

.idp-nightstand:before {
  content: "";
}

.idp-desk-position:before {
  content: "";
}

.idp-desk:before {
  content: "";
}

.idp-office-chair:before {
  content: "";
}

.idp-sofa:before {
  content: "";
}

.idp-table:before {
  content: "";
}

.idp-desk2:before {
  content: "";
}

.idp-meeting-room:before {
  content: "";
}

.idp-photocopier:before {
  content: "";
}

.idp-print:before {
  content: "";
}

.idp-computer2:before {
  content: "";
}

.idp-computer:before {
  content: "";
}

.idp-devices:before {
  content: "";
}

.idp-router:before {
  content: "";
}

.idp-interview-room:before {
  content: "";
}

.idp-router-wifi:before {
  content: "";
}

.idp-phone-on-base:before {
  content: "";
}

.idp-car:before {
  content: "";
}

.idp-wheel:before {
  content: "";
}

.idp-stock:before {
  content: "";
}

.idp-camera:before {
  content: "";
}

.idp-covered-food:before {
  content: "";
}

.idp-cubes-in-stack:before {
  content: "";
}

.idp-open-book:before {
  content: "";
}

.idp-package:before {
  content: "";
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima_Nova_Regular.eot");
  src: url("../fonts/Proxima_Nova_Regular.eot") format("embedded-opentype"), url("../fonts/Proxima_Nova_Regular.woff2") format("woff2"), url("../fonts/Proxima_Nova_Regular.woff") format("woff"), url("../fonts/Proxima_Nova_Regular.ttf") format("truetype"), url("../fonts/Proxima_Nova_Regular.svg#Proxima_Nova_Regular") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima_Nova_Regular_Italic.eot");
  src: url("../fonts/Proxima_Nova_Regular_Italic.eot") format("embedded-opentype"), url("../fonts/Proxima_Nova_Regular_Italic.woff2") format("woff2"), url("../fonts/Proxima_Nova_Regular_Italic.woff") format("woff"), url("../fonts/Proxima_Nova_Regular_Italic.ttf") format("truetype"), url("../fonts/Proxima_Nova_Regular_Italic.svg#Proxima_Nova_Regular_Italic") format("svg");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima_Nova_Bold.eot");
  src: url("../fonts/Proxima_Nova_Bold.eot") format("embedded-opentype"), url("../fonts/Proxima_Nova_Bold.woff2") format("woff2"), url("../fonts/Proxima_Nova_Bold.woff") format("woff"), url("../fonts/Proxima_Nova_Bold.ttf") format("truetype"), url("../fonts/Proxima_Nova_Bold.svg#Proxima_Nova_Bold") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima_Nova_Bold_Italic.eot");
  src: url("../fonts/Proxima_Nova_Bold_Italic.eot") format("embedded-opentype"), url("../fonts/Proxima_Nova_Bold_Italic.woff2") format("woff2"), url("../fonts/Proxima_Nova_Bold_Italic.woff") format("woff"), url("../fonts/Proxima_Nova_Bold_Italic.ttf") format("truetype"), url("../fonts/Proxima_Nova_Bold_Italic.svg#Proxima_Nova_Bold_Italic") format("svg");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima_Nova_Semibold.eot");
  src: url("../fonts/Proxima_Nova_Semibold.eot") format("embedded-opentype"), url("../fonts/Proxima_Nova_Semibold.woff2") format("woff2"), url("../fonts/Proxima_Nova_Semibold.woff") format("woff"), url("../fonts/Proxima_Nova_Semibold.ttf") format("truetype"), url("../fonts/Proxima_Nova_Semibold.svg#Proxima_Nova_Semibold") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima_Nova_Semibold_Italic.eot");
  src: url("../fonts/Proxima_Nova_Semibold_Italic.eot") format("embedded-opentype"), url("../fonts/Proxima_Nova_Semibold_Italic.woff2") format("woff2"), url("../fonts/Proxima_Nova_Semibold_Italic.woff") format("woff"), url("../fonts/Proxima_Nova_Semibold_Italic.ttf") format("truetype"), url("../fonts/Proxima_Nova_Semibold_Italic.svg#Proxima_Nova_Semibold_Italic") format("svg");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima_Nova_Light.eot");
  src: url("../fonts/Proxima_Nova_Light.eot") format("embedded-opentype"), url("../fonts/Proxima_Nova_Light.woff2") format("woff2"), url("../fonts/Proxima_Nova_Light.woff") format("woff"), url("../fonts/Proxima_Nova_Light.ttf") format("truetype"), url("../fonts/Proxima_Nova_Light.svg#Proxima_Nova_Light") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima_Nova_Light_Italic.eot");
  src: url("../fonts/Proxima_Nova_Light_Italic.eot") format("embedded-opentype"), url("../fonts/Proxima_Nova_Light_Italic.woff2") format("woff2"), url("../fonts/Proxima_Nova_Light_Italic.woff") format("woff"), url("../fonts/Proxima_Nova_Light_Italic.ttf") format("truetype"), url("../fonts/Proxima_Nova_Light_Italic.svg#Proxima_Nova_Light_Italic") format("svg");
  font-style: italic;
  font-weight: 300;
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

.container {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}

*:active, *:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  margin: 0px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0@mixin * where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2@mixin  Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

* {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
html, body, button, input, select, textarea {
  color: #343434;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

a, button {
  transition: all 0.2s ease-in-out;
}

a, a:hover, a:focus {
  color: #a45095;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
a:hover, a:hover:hover, a:focus:hover {
  text-decoration: none;
}

.color-black-blue {
  color: #323a44 !important;
}

.color-blue-grey {
  color: #6c7a86 !important;
}

.color-blue-grey-lighter {
  color: #919fa9 !important;
}

.color-blue {
  color: #00a8ff !important;
}

.color-purple {
  color: #7f428f !important;
}

.color-yellow {
  color: #fed832 !important;
}

.color-lime {
  color: #afed3e !important;
}

.color-green {
  color: #46c35f !important;
}

.color-red {
  color: #fa1a20 !important;
}

.color-orange {
  color: #fdad2a !important;
}

.semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.font-16 {
  font-size: 1rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-11 {
  font-size: 0.6875rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  margin-bottom: 1.2rem;
  color: #a45095;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center;
    color: #7b7979;
  }
}
h1 .text-muted, h2 .text-muted, h3 .text-muted, h4 .text-muted, h5 .text-muted, h6 .text-muted {
  display: inline;
  font-size: 80%;
}
h1 .text-muted.smaller, h2 .text-muted.smaller, h3 .text-muted.smaller, h4 .text-muted.smaller, h5 .text-muted.smaller, h6 .text-muted.smaller {
  font-size: 65%;
}
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
  font-size: 75% !important;
}
h1.with-border, h2.with-border, h3.with-border, h4.with-border, h5.with-border, h6.with-border {
  border-bottom: solid 1px #d8e2e7;
  padding-bottom: 0.8rem;
}

h1 {
  font-size: 1.6rem;
  margin-top: 0;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

/* Текстовый блок произвольного форматирования */
.text-block {
  zoom: 1;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.text-block:before, .text-block:after {
  content: " ";
  display: table;
}
.text-block:after {
  clear: both;
}
.text-block.text-block-typical {
  font-size: 1rem;
}
.text-block p {
  margin: 0.8em 0;
}
.text-block a {
  text-decoration: none;
  color: #a45095;
  border-bottom: solid 1px fade(#a45095, 30%);
}
.text-block a:hover {
  border-bottom-color: transparent;
}
.text-block ul, .text-block ol {
  margin: 0.5em 0 0.5em 1.5rem;
}
.text-block ul li, .text-block ol li {
  margin: 0 0 0.5em;
}
.text-block ul li {
  padding: 0 0 0 0.8125rem;
  position: relative;
}
.text-block ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #29313d;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.text-block ul li ul {
  margin-bottom: 0;
  margin-left: 0.8125rem;
  margin-top: 0.3em;
}
.text-block ul li li:before {
  background-color: #fff;
  border: solid 1px #29313d;
}
.text-block.bs {
  font-size: 1rem;
}

mark {
  background: #e4f6fe;
}

.blockquote {
  margin: 2rem 0;
  padding: 0.75rem 0 0.75rem 1.375rem;
  border-left: solid 4px #00a8ff;
  background: #f6f8fa;
  font-size: 1rem;
}
.blockquote p {
  margin-top: 0;
}

.blockquote-footer {
  font-size: 0.8125rem;
}

code {
  color: #6c7a86;
  background: #f8f7f7;
  padding: 0 0.4rem 2px;
  font-size: 0.9rem;
}

pre.code {
  border: solid 2px #adb5bd;
  padding: 1.375rem;
  margin: 2rem 0;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

.container {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}

*:active, *:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  margin: 0px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0@mixin * where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2@mixin  Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

* {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

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

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

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

.glyphicon-th:before {
  content: "";
}

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

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

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

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

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

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

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

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

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

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

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

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

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

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

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "";
}

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

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

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

.glyphicon-picture:before {
  content: "";
}

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

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

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

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

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

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

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

.glyphicon-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

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

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

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

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

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

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

.glyphicon-retweet:before {
  content: "";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

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

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

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

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

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

.glyphicon-flash:before {
  content: "";
}

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

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

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

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

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

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

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

.glyphicon-subtitles:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "";
}

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

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

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

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

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

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

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

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

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

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

.glyphicon-education:before {
  content: "";
}

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

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

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

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

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

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

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

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

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

@font-face {
  font-family: "startui";
  src: url("../fonts/startui.eot");
  src: url("../fonts/startui.eot?#iefix") format("embedded-opentype"), url("../fonts/startui.woff") format("woff"), url("../fonts/startui.ttf") format("truetype"), url("../fonts/startui.svg#startui") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fontastic, .side-menu-big-icon .side-menu-list > li.with-sub > span:after {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

[data-icon]:before {
  content: attr(data-icon);
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

[class^=font-icon-]:before,
[class*=" font-icon-"]:before {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.font-icon-alarm:before {
  content: "b";
}

.font-icon-build:before {
  content: "c";
}

.font-icon-burger:before {
  content: "d";
}

.font-icon-calend:before {
  content: "e";
}

.font-icon-cart:before {
  content: "f";
}

.font-icon-cogwheel:before {
  content: "g";
}

.font-icon-comments:before {
  content: "h";
}

.font-icon-contacts:before {
  content: "i";
}

.font-icon-dashboard:before {
  content: "j";
}

.font-icon-dots:before {
  content: "k";
}

.font-icon-expand:before {
  content: "l";
}

.font-icon-filter:before {
  content: "m";
}

.font-icon-help:before {
  content: "n";
}

.font-icon-home:before {
  content: "o";
}

.font-icon-page:before {
  content: "p";
}

.font-icon-pencil:before {
  content: "q";
}

.font-icon-re:before {
  content: "r";
}

.font-icon-rollup:before {
  content: "s";
}

.font-icon-search:before {
  content: "t";
}

.font-icon-share:before {
  content: "u";
}

.font-icon-star:before {
  content: "v";
}

.font-icon-users:before {
  content: "w";
}

.font-icon-wallet:before {
  content: "x";
}

.font-icon-minus:before {
  content: "y";
}

.font-icon-pencil-thin:before {
  content: "z";
}

.font-icon-close:before {
  content: "A";
}

.font-icon-speed:before {
  content: "a";
}

.font-icon-menu-addl:before {
  content: "B";
}

.font-icon-search:before {
  content: "t";
}

.font-icon-edit:before {
  content: "C";
}

.font-icon-chart:before {
  content: "D";
}

.font-icon-zigzag:before {
  content: "E";
}

.font-icon-tablet:before {
  content: "F";
}

.font-icon-widget:before {
  content: "G";
}

.font-icon-map:before {
  content: "H";
}

.font-icon-chart-2:before {
  content: "I";
}

.font-icon-doc:before {
  content: "J";
}

.font-icon-question:before {
  content: "K";
}

.font-icon-user:before {
  content: "L";
}

.font-icon-notebook:before {
  content: "M";
}

.font-icon-mail:before {
  content: "N";
}

.font-icon-close-2:before {
  content: "O";
}

.font-icon-pen:before {
  content: "P";
}

.font-icon-arrow-down:before {
  content: "Q";
}

.font-icon-arrow-left:before {
  content: "R";
}

.font-icon-arrow-right:before {
  content: "S";
}

.font-icon-arrow-top:before {
  content: "T";
}

.font-icon-check-circle:before {
  content: "U";
}

.font-icon-cam-photo:before {
  content: "V";
}

.font-icon-cam-video:before {
  content: "W";
}

.font-icon-sound:before {
  content: "X";
}

.font-icon-earth:before {
  content: "Y";
}

.font-icon-mail-2:before {
  content: "Z";
}

.font-icon-upload:before {
  content: "0";
}

.font-icon-dropbox:before {
  content: "1";
}

.font-icon-google-drive:before {
  content: "2";
}

.font-icon-yandex-disk:before {
  content: "3";
}

.font-icon-box:before {
  content: "4";
}

.font-icon-arrow-square-down:before {
  content: "5";
}

.font-icon-refresh:before {
  content: "6";
}

.font-icon-list-square:before {
  content: "7";
}

.font-icon-list-rotate:before {
  content: "8";
}

.font-icon-download:before {
  content: "9";
}

.font-icon-heart:before {
  content: "!";
}

.font-icon-check-bird:before {
  content: '"';
}

.font-icon-clock:before {
  content: "#";
}

.font-icon-trash:before {
  content: "$";
}

.font-icon-circle-lined-error:before {
  content: "%";
}

.font-icon-circle-lined-i:before {
  content: "&";
}

.font-icon-circle-lined-smile:before {
  content: "'";
}

.font-icon-circle-lined-success:before {
  content: "(";
}

.font-icon-one-drive:before {
  content: ")";
}

.font-icon-cloud-upload-2:before {
  content: "*";
}

.font-icon-plus:before {
  content: "+";
}

.font-icon-minus-1:before {
  content: ",";
}

.font-icon-arrow-square-up:before {
  content: "-";
}

.font-icon-revers:before {
  content: ".";
}

.font-icon-import:before {
  content: "/";
}

.font-icon-award:before {
  content: ":";
}

.font-icon-case:before {
  content: ";";
}

.font-icon-earth-bordered:before {
  content: "<";
}

.font-icon-comment:before {
  content: "=";
}

.font-icon-eye:before {
  content: ">";
}

.font-icon-fb-fill:before {
  content: "?";
}

.font-icon-in-fill:before {
  content: "@";
}

.font-icon-lamp:before {
  content: "[";
}

.font-icon-picture:before {
  content: "]";
}

.font-icon-pdf-fill:before {
  content: "^";
}

.font-icon-notebook-bird:before {
  content: "_";
}

.font-icon-quote:before {
  content: "`";
}

.font-icon-vk-fill:before {
  content: "{";
}

.font-icon-video-fill:before {
  content: "|";
}

.font-icon-tw-fill:before {
  content: "}";
}

.font-icon-answer:before {
  content: "~";
}

.font-icon-archive:before {
  content: "\\";
}

.font-icon-case-2:before {
  content: "";
}

.font-icon-clip:before {
  content: "";
}

.font-icon-cloud:before {
  content: "";
}

.font-icon-comments-2:before {
  content: "";
}

.font-icon-del:before {
  content: "";
}

.font-icon-event:before {
  content: "";
}

.font-icon-download-3:before {
  content: "";
}

.font-icon-download-2:before {
  content: "";
}

.font-icon-dots-vert-square:before {
  content: "";
}

.font-icon-fire:before {
  content: "";
}

.font-icon-folder:before {
  content: "";
}

.font-icon-lock:before {
  content: "";
}

.font-icon-ok:before {
  content: "";
}

.font-icon-picture-2:before {
  content: "";
}

.font-icon-pin:before {
  content: "";
}

.font-icon-refresh-2:before {
  content: "";
}

.font-icon-view-cascade:before {
  content: "";
}

.font-icon-users-group:before {
  content: "";
}

.font-icon-upload-2:before {
  content: "";
}

.font-icon-view-grid:before {
  content: "";
}

.font-icon-view-rows:before {
  content: "";
}

.font-icon-warning:before {
  content: "";
}

.font-icon-facebook:before {
  content: "";
}

.font-icon-instagram:before {
  content: "";
}

.font-icon-google-plus:before {
  content: "";
}

.font-icon-linkedin:before {
  content: "";
}

.font-icon-twitter:before {
  content: "";
}

.font-icon-phone:before {
  content: "";
}

.font-icon-gp-fill:before {
  content: "";
}

.font-icon-ok-fill:before {
  content: "";
}

.font-icon-editor-align-center:before {
  content: "";
}

.font-icon-editor-align-justify:before {
  content: "";
}

.font-icon-editor-align-left:before {
  content: "";
}

.font-icon-editor-align-right:before {
  content: "";
}

.font-icon-editor-bold:before {
  content: "";
}

.font-icon-editor-code:before {
  content: "";
}

.font-icon-editor-eraser:before {
  content: "";
}

.font-icon-editor-font:before {
  content: "";
}

.font-icon-editor-fullscreen:before {
  content: "";
}

.font-icon-editor-help:before {
  content: "";
}

.font-icon-editor-img:before {
  content: "";
}

.font-icon-editor-link:before {
  content: "";
}

.font-icon-editor-list:before {
  content: "";
}

.font-icon-editor-magic:before {
  content: "";
}

.font-icon-editor-numeric-list:before {
  content: "";
}

.font-icon-editor-table:before {
  content: "";
}

.font-icon-editor-underline:before {
  content: "";
}

.font-icon-editor-video:before {
  content: "";
}

.font-icon-alarm-2:before {
  content: "";
}

.font-icon-alarm-rotate:before {
  content: "";
}

.font-icon-binoculars:before {
  content: "";
}

.font-icon-cart-2:before {
  content: "";
}

.font-icon-card:before {
  content: "";
}

.font-icon-bookmark:before {
  content: "";
}

.font-icon-chart-3:before {
  content: "";
}

.font-icon-chart-4:before {
  content: "";
}

.font-icon-check-square:before {
  content: "";
}

.font-icon-del-circle:before {
  content: "";
}

.font-icon-comp:before {
  content: "";
}

.font-icon-cloud-download:before {
  content: "";
}

.font-icon-downloaded:before {
  content: "";
}

.font-icon-link:before {
  content: "";
}

.font-icon-i-circle:before {
  content: "";
}

.font-icon-notebook-lines:before {
  content: "";
}

.font-icon-pdf:before {
  content: "";
}

.font-icon-pen-square:before {
  content: "";
}

.font-icon-play-prev:before {
  content: "";
}

.font-icon-play-next:before {
  content: "";
}

.font-icon-play-circle:before {
  content: "";
}

.font-icon-play:before {
  content: "";
}

.font-icon-pin-2:before {
  content: "";
}

.font-icon-server:before {
  content: "";
}

.font-icon-warning-circle:before {
  content: "";
}

.font-icon-users-two:before {
  content: "";
}

.font-icon-weather-cloud:before {
  content: "";
}

.font-icon-weather-cloud-circles:before {
  content: "";
}

.font-icon-weather-cloud-drops-lightning:before {
  content: "";
}

.font-icon-weather-cloud-moon:before {
  content: "";
}

.font-icon-weather-cloud-one-circle:before {
  content: "";
}

.font-icon-weather-cloud-one-drop:before {
  content: "";
}

.font-icon-weather-cloud-rain-snow:before {
  content: "";
}

.font-icon-weather-cloud-sun:before {
  content: "";
}

.font-icon-weather-cloud-two-circles:before {
  content: "";
}

.font-icon-weather-cloud-two-drops:before {
  content: "";
}

.font-icon-weather-cloud-two-snow:before {
  content: "";
}

.font-icon-weather-clouds:before {
  content: "";
}

.font-icon-weather-clound-lightning:before {
  content: "";
}

.font-icon-weather-sun:before {
  content: "";
}

.font-icon-weather-snowflake:before {
  content: "";
}

.font-icon-weather-snow:before {
  content: "";
}

.font-icon-weather-rain:before {
  content: "";
}

.font-icon-weather-one-snow:before {
  content: "";
}

.font-icon-weather-moon-small-cloud:before {
  content: "";
}

.font-icon-weather-moon-cloud-rain:before {
  content: "";
}

.font-icon-weather-moon-cloud:before {
  content: "";
}

.font-icon-weather-moon:before {
  content: "";
}

.font-icon-weather-lightning:before {
  content: "";
}

.font-icon-weather-house-water:before {
  content: "";
}

.font-icon-weather-funnel:before {
  content: "";
}

.font-icon-weather-drop:before {
  content: "";
}

.font-icon-weather-sun-cloud:before {
  content: "";
}

.font-icon-weather-sun-clouds:before {
  content: "";
}

.font-icon-weather-sun-rain:before {
  content: "";
}

.font-icon-weather-thermometer:before {
  content: "";
}

.font-icon-weather-umbrella:before {
  content: "";
}

.font-icon-weather-waves:before {
  content: "";
}

.font-icon-wp:before {
  content: "";
}

.font-icon-player-full-screen:before {
  content: "";
}

.font-icon-player-next:before {
  content: "";
}

.font-icon-player-settings:before {
  content: "";
}

.font-icon-player-sound:before {
  content: "";
}

.font-icon-player-subtitres:before {
  content: "";
}

.font-icon-player-wide-screen:before {
  content: "";
}

.font-icon-case-3:before {
  content: "";
}

.font-icon-github:before {
  content: "";
}

.font-icon-learn:before {
  content: "";
}

.font-icon-play-next-square:before {
  content: "";
}

.font-icon-play-prev-square:before {
  content: "";
}

.font-icon-play-square:before {
  content: "";
}

.font-icon-picture-double:before {
  content: "";
}

.font-icon-snippet:before {
  content: "";
}

.font-icon-post:before {
  content: "";
}

.font-icon-plus-1:before {
  content: "";
}

@font-face {
  font-family: "idposition";
  src: url("../fonts/idposition.eot?wgka4q");
  src: url("../fonts/idposition.eot?wgka4q#iefix") format("embedded-opentype"), url("../fonts/idposition.ttf?wgka4q") format("truetype"), url("../fonts/idposition.woff?wgka4q") format("woff"), url("../fonts/idposition.svg?wgka4q#idposition") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=idp-], [class*=" idp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "idposition" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.idp-file:before {
  content: "";
}

.idp-cube:before {
  content: "";
}

.idp-alarm:before {
  content: "";
}

.idp-barcode:before {
  content: "";
}

.idp-bell:before {
  content: "";
}

.idp-envelope:before {
  content: "";
}

.idp-yoga:before {
  content: "";
}

.idp-speech-bubble:before {
  content: "";
}

.idp-chat-color .path1:before {
  content: "";
  color: #ebba16;
}

.idp-chat-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #ed8a19;
}

.idp-chat-color .path3:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat-color .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat-color .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat:before {
  content: "";
}

.idp-pie-chart-fill:before {
  content: "";
}

.idp-pie-chart-stroke:before {
  content: "";
}

.idp-bar-chart:before {
  content: "";
}

.idp-line-chart:before {
  content: "";
}

.idp-question-circular:before {
  content: "";
}

.idp-magic:before {
  content: "";
}

.idp-clipboard-color .path1:before {
  content: "";
  color: #e2574c;
}

.idp-clipboard-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #d05046;
}

.idp-clipboard-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #f0ddab;
}

.idp-clipboard-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #ccd0d2;
}

.idp-clipboard-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #d8c69a;
}

.idp-clipboard-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #ccd0d2;
}

.idp-clipboard-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #bcc0c2;
}

.idp-clipboard-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #aeb1b3;
}

.idp-compass:before {
  content: "";
}

.idp-copy:before {
  content: "";
}

.idp-file-csv .path1:before {
  content: "";
  color: #e9e9e0;
}

.idp-file-csv .path2:before {
  content: "";
  margin-left: -1em;
  color: #d9d7ca;
}

.idp-file-csv .path3:before {
  content: "";
  margin-left: -1em;
  color: #f36fa0;
}

.idp-file-csv .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path6:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path7:before {
  content: "";
  margin-left: -1em;
  color: #c8bdb8;
}

.idp-file-pdf .path1:before {
  content: "";
  color: #e9e9e0;
}

.idp-file-pdf .path2:before {
  content: "";
  margin-left: -1em;
  color: #d9d7ca;
}

.idp-file-pdf .path3:before {
  content: "";
  margin-left: -1em;
  color: #cc4b4c;
}

.idp-file-pdf .path4:before {
  content: "";
  margin-left: -1em;
  color: #cc4b4c;
}

.idp-file-pdf .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-pdf .path6:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-pdf .path7:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-rss:before {
  content: "";
}

.idp-arrow-right:before {
  content: "";
}

.idp-arrow-bottom:before {
  content: "";
}

.idp-arrow-left:before {
  content: "";
}

.idp-arrow-top:before {
  content: "";
}

.idp-expand:before {
  content: "";
}

.idp-download-box:before {
  content: "";
}

.idp-download:before {
  content: "";
}

.idp-download2:before {
  content: "";
}

.idp-duplicate:before {
  content: "";
}

.idp-arrow-exchange:before {
  content: "";
}

.idp-eye-open:before {
  content: "";
}

.idp-placeholder:before {
  content: "";
}

.idp-hold-color .path1:before {
  content: "";
  color: #e84849;
}

.idp-hold-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #eadedf;
}

.idp-hold-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #9f2322;
}

.idp-clip:before {
  content: "";
}

.idp-infinite:before {
  content: "";
}

.idp-layout:before {
  content: "";
}

.idp-close:before {
  content: "";
}

.idp-arrow-down:before {
  content: "";
}

.idp-arrow-prev:before {
  content: "";
}

.idp-arrow-up:before {
  content: "";
}

.idp-arrow-next:before {
  content: "";
}

.idp-share:before {
  content: "";
}

.idp-stairs:before {
  content: "";
}

.idp-stack-of-square-papers:before {
  content: "";
}

.idp-menu-burger:before {
  content: "";
}

.idp-list-dots:before {
  content: "";
}

.idp-list:before {
  content: "";
}

.idp-grid:before {
  content: "";
}

.idp-sort-desc:before {
  content: "";
}

.idp-sort:before {
  content: "";
}

.idp-move:before {
  content: "";
}

.idp-repere:before {
  content: "";
}

.idp-checked:before {
  content: "";
}

.idp-checked-round-fill:before {
  content: "";
}

.idp-zoom-in:before {
  content: "";
}

.idp-sherlock:before {
  content: "";
}

.idp-search:before {
  content: "";
}

.idp-recycle:before {
  content: "";
}

.idp-search-laptop:before {
  content: "";
}

.idp-locked-stroke:before {
  content: "";
}

.idp-flag-marker:before {
  content: "";
}

.idp-placeholder-marker:before {
  content: "";
}

.idp-placeholder-stroke:before {
  content: "";
}

.idp-play-button:before {
  content: "";
}

.idp-qr-code:before {
  content: "";
}

.idp-trash:before {
  content: "";
}

.idp-setting-gears:before {
  content: "";
}

.idp-settings:before {
  content: "";
}

.idp-cog:before {
  content: "";
}

.idp-repairing-service:before {
  content: "";
}

.idp-settings2:before {
  content: "";
}

.idp-screwdriver-and-wrench-crossed:before {
  content: "";
}

.idp-handyman-tools:before {
  content: "";
}

.idp-paper-airplane:before {
  content: "";
}

.idp-send:before {
  content: "";
}

.idp-smartphone-hand-color .path1:before {
  content: "";
  color: #c8d2d6;
}

.idp-smartphone-hand-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #7383bf;
}

.idp-smartphone-hand-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #f7b563;
}

.idp-smartphone-hand-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #424a60;
}

.idp-smartphone-hand-color .path11:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path12:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path13:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-smartphone-hand-color .path14:before {
  content: "";
  margin-left: -1em;
  color: #424a60;
}

.idp-star-color .path1:before {
  content: "";
  color: #f4b459;
}

.idp-star-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #e3a753;
}

.idp-stats:before {
  content: "";
}

.idp-swiss-knife:before {
  content: "";
}

.idp-tablet:before {
  content: "";
}

.idp-phone:before {
  content: "";
}

.idp-tick-inside-circle:before {
  content: "";
}

.idp-truck:before {
  content: "";
}

.idp-user-specialist:before {
  content: "";
}

.idp-user-technician:before {
  content: "";
}

.idp-user-manager:before {
  content: "";
}

.idp-user-color .path1:before {
  content: "";
  color: #b0cce2;
}

.idp-user-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #f47c2c;
}

.idp-user-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path11:before {
  content: "";
  margin-left: -1em;
  color: #e2a379;
}

.idp-user-color .path12:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path13:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path14:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path15:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path16:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color .path17:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color .path18:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color .path19:before {
  content: "";
  margin-left: -1em;
  color: #e5a173;
}

.idp-user-color .path20:before {
  content: "";
  margin-left: -1em;
  color: #d89364;
}

.idp-user-color .path21:before {
  content: "";
  margin-left: -1em;
  color: #3a3431;
}

.idp-user-color .path22:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color .path23:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user .path1:before {
  content: "";
  color: #e7eced;
}

.idp-user .path2:before {
  content: "";
  margin-left: -1em;
  color: #556080;
}

.idp-user-color2 .path1:before {
  content: "";
  color: #337180;
}

.idp-user-color2 .path2:before {
  content: "";
  margin-left: -1em;
  color: #1d1d1e;
}

.idp-user-color2 .path3:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color2 .path4:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color2 .path5:before {
  content: "";
  margin-left: -1em;
  color: #e2a379;
}

.idp-user-color2 .path6:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path7:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path8:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path9:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path10:before {
  content: "";
  margin-left: -1em;
  color: #86b4d1;
}

.idp-user-color2 .path11:before {
  content: "";
  margin-left: -1em;
  color: #86b4d1;
}

.idp-user-color2 .path12:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color2 .path13:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color2 .path14:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path15:before {
  content: "";
  margin-left: -1em;
  color: #d89364;
}

.idp-user-color2 .path16:before {
  content: "";
  margin-left: -1em;
  color: #ce8757;
}

.idp-user-color2 .path17:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path18:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color2 .path19:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color2 .path20:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path21:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color3 .path1:before {
  content: "";
  color: #71e2ef;
}

.idp-user-color3 .path2:before {
  content: "";
  margin-left: -1em;
  color: #38c6d9;
}

.idp-user-color3 .path3:before {
  content: "";
  margin-left: -1em;
  color: #fcd088;
}

.idp-user-color3 .path4:before {
  content: "";
  margin-left: -1em;
  color: #ddab62;
}

.idp-user-color3 .path5:before {
  content: "";
  margin-left: -1em;
  color: #d9edec;
}

.idp-user-color3 .path6:before {
  content: "";
  margin-left: -1em;
  color: #a9bfbe;
}

.idp-user-color3 .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffedb5;
}

.idp-user-color3 .path8:before {
  content: "";
  margin-left: -1em;
  color: #e8cf89;
}

.idp-user-color3 .path9:before {
  content: "";
  margin-left: -1em;
  color: #494948;
}

.idp-user-color3 .path10:before {
  content: "";
  margin-left: -1em;
  color: #282826;
}

.idp-user-color3 .path11:before {
  content: "";
  margin-left: -1em;
  color: #b7cecc;
}

.idp-user-color3 .path12:before {
  content: "";
  margin-left: -1em;
  color: #8ea5a2;
}

.idp-user-color3 .path13:before {
  content: "";
  margin-left: -1em;
  color: #386895;
}

.idp-user-color3 .path14:before {
  content: "";
  margin-left: -1em;
  color: #273b7a;
}

.idp-user-color3 .path15:before {
  content: "";
  margin-left: -1em;
  color: #273b7a;
}

.idp-user-color3 .path16:before {
  content: "";
  margin-left: -1em;
  color: #121149;
}

.idp-building2:before {
  content: "";
}

.idp-building:before {
  content: "";
}

.idp-building-land:before {
  content: "";
}

.idp-vacuum:before {
  content: "";
}

.idp-vacuum2:before {
  content: "";
}

.idp-vise:before {
  content: "";
}

.idp-toilet:before {
  content: "";
}

.idp-warning:before {
  content: "";
}

.idp-wiping2:before {
  content: "";
}

.idp-wiping:before {
  content: "";
}

.idp-cleaning:before {
  content: "";
}

.idp-briefcase:before {
  content: "";
}

.idp-briefcase2:before {
  content: "";
}

.idp-worker-helmet:before {
  content: "";
}

.idp-working-tools:before {
  content: "";
}

.idp-nightstand:before {
  content: "";
}

.idp-desk-position:before {
  content: "";
}

.idp-desk:before {
  content: "";
}

.idp-office-chair:before {
  content: "";
}

.idp-sofa:before {
  content: "";
}

.idp-table:before {
  content: "";
}

.idp-desk2:before {
  content: "";
}

.idp-meeting-room:before {
  content: "";
}

.idp-photocopier:before {
  content: "";
}

.idp-print:before {
  content: "";
}

.idp-computer2:before {
  content: "";
}

.idp-computer:before {
  content: "";
}

.idp-devices:before {
  content: "";
}

.idp-router:before {
  content: "";
}

.idp-interview-room:before {
  content: "";
}

.idp-router-wifi:before {
  content: "";
}

.idp-phone-on-base:before {
  content: "";
}

.idp-car:before {
  content: "";
}

.idp-wheel:before {
  content: "";
}

.idp-stock:before {
  content: "";
}

.idp-camera:before {
  content: "";
}

.idp-covered-food:before {
  content: "";
}

.idp-cubes-in-stack:before {
  content: "";
}

.idp-open-book:before {
  content: "";
}

.idp-package:before {
  content: "";
}

/* ==========================================================================
   Forms
   ========================================================================== */
input[placeholder], [placeholder], *[placeholder] {
  color: #8e9fa7;
}

::-webkit-input-placeholder {
  color: #8e9fa7 !important;
}

::-moz-placeholder {
  color: #8e9fa7 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #8e9fa7 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #8e9fa7 !important;
}

:-ms-input-placeholder {
  color: #8e9fa7 !important;
}

label {
  margin: 0;
  display: block;
}
label.error {
  color: #fa1a20;
}

.form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}
.form-label .font-icon {
  margin: 0 4px 0 0;
  color: #adb5bd;
}

.form-control {
  border: solid 1px fade(#c5d6de, 70%);
  box-shadow: none;
  font-size: 1rem;
  color: #343434 !important;
}
.form-control:focus {
  border-color: #c5d6de !important;
  box-shadow: none;
}
.form-control.form-control-error {
  background-color: #fff6f6;
  border-color: #fa1a20;
  color: #fa1a20 !important;
}
.form-control:disabled {
  background-color: #eceff4;
}
.form-control.form-control-rounded {
  border-radius: 25rem;
}
.form-control.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .form-control.input-group-text,
.input-group-sm > .input-group-append > .form-control.input-group-text,
.input-group-sm > .input-group-prepend > .form-control.btn,
.input-group-sm > .input-group-append > .form-control.btn {
  padding-top: 0.225rem;
  padding-bottom: 0.225rem;
}
.form-control.form-control-success {
  border-color: #46c35f;
  background-position-y: 49%;
}
.form-control.form-control-danger {
  border-color: #fa1a20;
  background-position-y: 49%;
}
.form-control.form-control-warning {
  border-color: #f29824;
  background-position-y: 49%;
}
.form-control.form-control-blue-fill {
  border-color: #00a8ff;
  background-color: #e4f6fe;
}
.form-control.form-control-green-fill {
  border-color: #46c35f;
  background-color: #edf9ee;
}
.form-control.form-control-red-fill {
  border-color: #fa1a20;
  background-color: #feecec;
}
.form-control.form-control-purple-fill {
  border-color: #7f428f;
  background-color: #eee2fc;
}
.form-control.form-control-orange-fill {
  border-color: #f29824;
  background-color: #fdf4e6;
}

textarea.form-control {
  resize: none;
  height: auto;
}

.input-group-addon {
  background-color: #f6f8fa;
  border-color: fade(#c5d6de, 70%);
  font-size: 1rem;
  font-weight: 600;
  color: #6c7a86;
}

.error-list, .text-muted {
  font-size: 0.875rem;
  color: #6c7a86;
  padding: 4px 0 0;
  display: block;
}

.input-group-text {
  font-size: 1rem;
  color: #6c7a86 !important;
}
.input-group-text .font-icon {
  position: relative;
  top: 2px;
}

.form-group-radios {
  position: relative;
}
.form-group-radios .form-label, .form-group-radios .radio {
  margin-bottom: 15px;
}

.form-group-error *:not(a), .error *:not(a) {
  color: #fa1a20;
}
.form-group-error .form-control, .error .form-control {
  border-color: #fa1a20;
}
.form-group-error .form-control-wrapper .form-control, .error .form-control-wrapper .form-control {
  background-color: #fff6f6;
}
.form-group-error.form-group-checkbox .checkbox label, .error.form-group-checkbox .checkbox label {
  color: #343434;
}

.form-control-wrapper {
  position: relative;
}
.form-control-wrapper.form-control-icon-left .font-icon, .form-control-wrapper.form-control-icon-left .glyphicon, .form-control-wrapper.form-control-icon-left .fa, .form-control-wrapper.form-control-icon-right .font-icon, .form-control-wrapper.form-control-icon-right .glyphicon, .form-control-wrapper.form-control-icon-right .fa {
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  color: fade(#919fa9, 70%);
}
.form-control-wrapper.form-control-icon-left .form-control-lg + .font-icon, .form-control-wrapper.form-control-icon-left .input-group-lg > .form-control + .font-icon,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-prepend > .input-group-text + .font-icon,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-append > .input-group-text + .font-icon,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-prepend > .btn + .font-icon,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-append > .btn + .font-icon,
.form-control-wrapper.form-control-icon-left .form-control-lg + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-lg > .form-control + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-prepend > .input-group-text + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-append > .input-group-text + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-prepend > .btn + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-append > .btn + .glyphicon,
.form-control-wrapper.form-control-icon-left .form-control-lg + .fa,
.form-control-wrapper.form-control-icon-left .input-group-lg > .form-control + .fa,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-prepend > .input-group-text + .fa,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-append > .input-group-text + .fa,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-prepend > .btn + .fa,
.form-control-wrapper.form-control-icon-left .input-group-lg > .input-group-append > .btn + .fa, .form-control-wrapper.form-control-icon-right .form-control-lg + .font-icon, .form-control-wrapper.form-control-icon-right .input-group-lg > .form-control + .font-icon,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-prepend > .input-group-text + .font-icon,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-append > .input-group-text + .font-icon,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-prepend > .btn + .font-icon,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-append > .btn + .font-icon,
.form-control-wrapper.form-control-icon-right .form-control-lg + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-lg > .form-control + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-prepend > .input-group-text + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-append > .input-group-text + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-prepend > .btn + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-append > .btn + .glyphicon,
.form-control-wrapper.form-control-icon-right .form-control-lg + .fa,
.form-control-wrapper.form-control-icon-right .input-group-lg > .form-control + .fa,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-prepend > .input-group-text + .fa,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-append > .input-group-text + .fa,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-prepend > .btn + .fa,
.form-control-wrapper.form-control-icon-right .input-group-lg > .input-group-append > .btn + .fa {
  height: 48px;
  line-height: 48px;
}
.form-control-wrapper.form-control-icon-left .form-control-sm + .font-icon, .form-control-wrapper.form-control-icon-left .input-group-sm > .form-control + .font-icon,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-prepend > .input-group-text + .font-icon,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-append > .input-group-text + .font-icon,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-prepend > .btn + .font-icon,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-append > .btn + .font-icon,
.form-control-wrapper.form-control-icon-left .form-control-sm + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-sm > .form-control + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-prepend > .input-group-text + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-append > .input-group-text + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-prepend > .btn + .glyphicon,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-append > .btn + .glyphicon,
.form-control-wrapper.form-control-icon-left .form-control-sm + .fa,
.form-control-wrapper.form-control-icon-left .input-group-sm > .form-control + .fa,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-prepend > .input-group-text + .fa,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-append > .input-group-text + .fa,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-prepend > .btn + .fa,
.form-control-wrapper.form-control-icon-left .input-group-sm > .input-group-append > .btn + .fa, .form-control-wrapper.form-control-icon-right .form-control-sm + .font-icon, .form-control-wrapper.form-control-icon-right .input-group-sm > .form-control + .font-icon,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-prepend > .input-group-text + .font-icon,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-append > .input-group-text + .font-icon,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-prepend > .btn + .font-icon,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-append > .btn + .font-icon,
.form-control-wrapper.form-control-icon-right .form-control-sm + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-sm > .form-control + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-prepend > .input-group-text + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-append > .input-group-text + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-prepend > .btn + .glyphicon,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-append > .btn + .glyphicon,
.form-control-wrapper.form-control-icon-right .form-control-sm + .fa,
.form-control-wrapper.form-control-icon-right .input-group-sm > .form-control + .fa,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-prepend > .input-group-text + .fa,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-append > .input-group-text + .fa,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-prepend > .btn + .fa,
.form-control-wrapper.form-control-icon-right .input-group-sm > .input-group-append > .btn + .fa {
  height: 34px;
  line-height: 34px;
}
.form-control-wrapper.form-control-icon-left .form-control {
  padding-left: 36px;
}
.form-control-wrapper.form-control-icon-left .font-icon, .form-control-wrapper.form-control-icon-left .glyphicon, .form-control-wrapper.form-control-icon-left .fa {
  left: 0;
}
.form-control-wrapper.form-control-icon-right .form-control {
  padding-right: 36px;
}
.form-control-wrapper.form-control-icon-right .font-icon, .form-control-wrapper.form-control-icon-right .glyphicon, .form-control-wrapper.form-control-icon-right .fa {
  right: 0;
}

.form-tooltip-error {
  background: #f95858;
  color: #fff !important;
  padding: 5px 8px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 8px;
  max-width: 230px;
  font-size: 0.875rem;
}
.form-tooltip-error:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #f95858 transparent transparent transparent;
}
.form-tooltip-error * {
  color: #fff !important;
}
.form-group-checkbox .form-tooltip-error {
  right: 100%;
  bottom: 0;
  margin-bottom: 0;
  margin-right: 10px;
  min-width: 150px;
}
.form-group-checkbox .form-tooltip-error:before {
  transform: rotate(-90deg);
  margin: 0 !important;
  left: auto;
  right: -7px;
  bottom: 9px;
}
.form-label .form-tooltip-error {
  position: relative;
  display: inline-block;
  margin: -4px 0 -4px 8px;
}
.form-label .form-tooltip-error:before {
  transform: rotate(90deg);
  bottom: 50%;
  margin: 0 0 -2px !important;
  left: -7px;
}

.form-error-text-block {
  background-color: #fff6f6;
  border: dashed 1px #fa1a20;
  padding: 12px 14px 3px;
  color: #fa1a20;
  margin: 0 0 1rem;
  font-size: 1rem;
}
.form-error-text-block li {
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
.form-error-text-block li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fa1a20;
  position: absolute;
  left: 0;
  top: 0.5em;
  margin-top: -1px;
}

.has-success .form-label {
  color: #46c35f;
}

.has-danger .form-label {
  color: #fa1a20;
}

.has-warning .form-label {
  color: #f29824;
}

/* ==========================================================================
   Datepicker
   ========================================================================== */
.input-group.date .input-group-addon {
  background-color: #dbe4ea;
  border: none;
  border-color: #dbe4ea;
  color: fade(#6c7a86, 70%);
  transition: all 0.2s ease-in-out;
  padding: 0 0.75rem;
}
.input-group.date .input-group-addon .font-icon {
  vertical-align: middle;
  font-size: 1rem;
  position: relative;
  top: 0.08rem;
}
.input-group.date .bootstrap-datetimepicker-widget + .input-group-addon,
.input-group.date .input-group-addon:hover {
  background-color: #00a8ff;
  border: none;
  border-color: #00a8ff;
  color: #fff;
}

.input-group.clockpicker .input-group-addon .font-icon {
  vertical-align: middle;
  font-size: 1rem;
  position: relative;
  top: 0;
}

.bootstrap-datetimepicker-widget {
  font-size: 0.8125rem;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: none;
  color: #00a8ff !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev, .bootstrap-datetimepicker-widget table thead tr:first-child th.next {
  color: #adb5bd;
}
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
  width: 32px;
  height: 28px;
  line-height: 28px;
}
.bootstrap-datetimepicker-widget table th.dow {
  font-weight: 600;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 165px;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: none;
  color: #00a8ff;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #00a8ff;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td span.active {
  background: #00a8ff;
}
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td.minute:hover {
  background-color: #dbe4ea;
}
.bootstrap-datetimepicker-widget table td span.timepicker-hour {
  background: none !important;
}
.bootstrap-datetimepicker-widget a[data-action].btn {
  padding: 0;
  background: none;
  color: #adb5bd;
  border: none;
  transition: none;
}
.bootstrap-datetimepicker-widget a[data-action].btn:hover {
  color: #6c7a86;
}
.bootstrap-datetimepicker-widget .accordion-toggle span {
  color: fade(#6c7a86, 70%);
  background: #dbe4ea;
}
.bootstrap-datetimepicker-widget .accordion-toggle span:hover {
  color: #fff;
  background-color: #00a8ff;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  display: none;
}
.bootstrap-datetimepicker-widget .glyphicon-calendar,
.bootstrap-datetimepicker-widget .glyphicon-time {
  font-family: "startui";
  vertical-align: middle;
}
.bootstrap-datetimepicker-widget .glyphicon-calendar:before,
.bootstrap-datetimepicker-widget .glyphicon-time:before {
  vertical-align: middle;
  position: relative;
  top: 0;
}
.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
  content: "e";
}
.bootstrap-datetimepicker-widget .glyphicon-time:before {
  content: "#";
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before, .bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
  position: relative;
  top: 1px;
}

/* ==========================================================================
   Checkbox & Radio
   ========================================================================== */
.checkbox, .radio, .checkbox-slide, .checkbox-toggle, .checkbox-bird, .checkbox-detailed {
  position: relative;
  margin-bottom: 0.75rem;
}
.checkbox input, .radio input, .checkbox-slide input, .checkbox-toggle input, .checkbox-bird input, .checkbox-detailed input {
  position: absolute;
  visibility: hidden;
}
.checkbox input + label, .radio input + label, .checkbox-slide input + label, .checkbox-toggle input + label, .checkbox-bird input + label, .checkbox-detailed input + label {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  min-height: 18px;
  line-height: 18px;
  cursor: pointer;
}
.checkbox input:disabled + label, .radio input:disabled + label, .checkbox-slide input:disabled + label, .checkbox-toggle input:disabled + label, .checkbox-bird input:disabled + label, .checkbox-detailed input:disabled + label {
  cursor: not-allowed;
  color: #8e9fa7;
}

.checkbox, .radio {
  cursor: default;
}
.checkbox input + label, .radio input + label {
  z-index: 2;
  padding: 0 0 0 24px;
}
.checkbox input + label:before, .checkbox input + label:after, .radio input + label:before, .radio input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox input + label:before, .radio input + label:before {
  width: 16px;
  height: 16px;
  background: #fff;
  border: solid 1px #c5d6de;
}
.checkbox input + label:hover:before, .radio input + label:hover:before {
  background-color: #d9f2ff;
  border-color: #00a8ff;
}
.checkbox input[type=checkbox] + label:after, .radio input[type=checkbox] + label:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  position: absolute;
  text-align: center;
  top: 0;
  font-size: 11px;
  line-height: 16px;
}
.checkbox input[type=checkbox] + label:before, .radio input[type=checkbox] + label:before {
  border-radius: 2px;
}
.checkbox input[type=radio] + label:before, .radio input[type=radio] + label:before {
  border-radius: 50%;
}
.checkbox input:checked + label:before, .radio input:checked + label:before {
  border-color: #00a8ff;
}
.checkbox input[type=checkbox]:checked + label:after, .radio input[type=checkbox]:checked + label:after {
  content: '"';
}
.checkbox input[type=radio]:checked + label:after, .radio input[type=radio]:checked + label:after {
  width: 8px;
  height: 8px;
  background: #343434;
  border-radius: 50%;
  left: 4px;
  top: 4px;
}
.checkbox input:disabled + label:before, .radio input:disabled + label:before {
  background-color: #eceff4;
  border-color: #dbe4eb;
}
.checkbox input[type=checkbox]:disabled + label:after, .radio input[type=checkbox]:disabled + label:after {
  color: fade(#343434, 40%);
}
.checkbox input[type=radio]:disabled + label:after, .radio input[type=radio]:disabled + label:after {
  background-color: fade(#343434, 40%);
}
.checkbox.checkbox-only, .radio.checkbox-only {
  padding: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}

.checkbox-slide input + label {
  padding: 0 0 0 52px;
}
.checkbox-slide input + label:before, .checkbox-slide input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-slide input + label:before {
  left: 1px;
  top: 7px;
  width: 42px;
  height: 4px;
  border-radius: 25rem;
  background: #929faa;
  transition: background 0.4s ease;
}
.checkbox-slide input + label:after {
  width: 20px;
  height: 20px;
  top: -1px;
  border: solid 1px #c5d6de;
  border-radius: 50%;
  transition: left 0.4s ease;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #e4f6ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e4f6ff",GradientType=0 );
}
.checkbox-slide input + label:hover:after {
  border-color: #00a8ff;
}
.checkbox-slide input:checked + label:before {
  background-color: #343434;
}
.checkbox-slide input:checked + label:after {
  left: 24px;
}
.checkbox-slide input:disabled + label:before {
  background-color: #c6d6df;
}
.checkbox-slide input:disabled + label:after {
  background: #fcfefe;
  border-color: #c5d6de;
  background: linear-gradient(to bottom, #fcfefe 0%, #edf2f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfefe", endColorstr="#edf2f5",GradientType=0 );
}

.checkbox-toggle input + label {
  padding: 0 0 0 52px;
}
.checkbox-toggle input + label:before, .checkbox-toggle input + label:after {
  content: "";
  display: block;
  border-radius: 25rem;
  position: absolute;
  left: 0;
  top: -1px;
  height: 20px;
}
.checkbox-toggle input + label:before {
  width: 43px;
  background: #929faa;
  transition: background 0.4s ease;
}
.checkbox-toggle input + label:after {
  width: 20px;
  border: solid 1px #929faa;
  transition: left 0.4s ease;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eef4f7",GradientType=0 );
}
.checkbox-toggle input + label:hover:after {
  border-color: #00a8ff;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e9f8ff",GradientType=0 );
}
.checkbox-toggle input:checked + label:before {
  background-color: #00a8ff;
}
.checkbox-toggle input:checked + label:after {
  left: 23px;
  border-color: #00a8ff;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e9f8ff",GradientType=0 );
}
.checkbox-toggle input:disabled + label:before {
  background-color: #dbe4eb;
}
.checkbox-toggle input:disabled + label:after {
  border-color: #dbe4eb;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eef4f7",GradientType=0 );
}

.checkbox-toggle.-large {
  margin-top: 15px;
}
.checkbox-toggle.-large input + label {
  padding: 0 0 0 69px;
  position: relative;
}
.checkbox-toggle.-large input + label:before, .checkbox-toggle.-large input + label:after {
  border-radius: 35rem;
  height: 30px;
  position: absolute;
  top: -6px;
}
.checkbox-toggle.-large input + label:before {
  width: 60px;
}
.checkbox-toggle.-large input + label:after {
  width: 30px;
}
.checkbox-toggle.-large input:checked + label:after {
  left: 30px;
}

.checkbox-toggle.-extra-large {
  margin-top: 27px;
}
.checkbox-toggle.-extra-large input + label {
  padding: 0 0 0 89px;
  position: relative;
}
.checkbox-toggle.-extra-large input + label:before, .checkbox-toggle.-extra-large input + label:after {
  border-radius: 45rem;
  height: 40px;
  position: absolute;
  top: -12px;
}
.checkbox-toggle.-extra-large input + label:before {
  width: 80px;
}
.checkbox-toggle.-extra-large input + label:after {
  width: 40px;
}
.checkbox-toggle.-extra-large input:checked + label:after {
  left: 40px;
}

.checkbox-bird input + label {
  display: block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 28px;
  position: relative;
}
.checkbox-bird input + label:before {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  content: "U";
  color: fade(#adb5bd, 70%);
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
}
.checkbox-bird input:checked + label:before {
  color: #00a8ff;
}
.checkbox-bird.grey input:checked + label:before {
  color: #f17b02;
}
.checkbox-bird.green input:checked + label:before {
  color: #46c35f;
}
.checkbox-bird.purple input:checked + label:before {
  color: #7f428f;
}
.checkbox-bird.orange input:checked + label:before {
  color: #f29824;
}
.checkbox-bird.red input:checked + label:before {
  color: #fa1a20;
}

.checkbox-detailed {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 12px 0;
}
.checkbox-detailed input + label {
  width: 200px;
  height: 84px;
  border: solid 1px #d8e2e7;
  border-radius: 5px;
  padding: 0 10px 0 50px;
  line-height: 1.4;
}
.checkbox-detailed input + label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid 1px #c5d6de;
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
}
.checkbox-detailed input:checked + label {
  background-color: #e4f6fe;
  border-color: #00a8ff;
}
.checkbox-detailed input:checked + label:before {
  border-color: #00a8ff;
  background-color: #00a8ff;
}
.checkbox-detailed .checkbox-detailed-tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.checkbox-detailed .checkbox-detailed-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
.checkbox-detailed .checkbox-detailed-title {
  font-weight: 600;
  display: block;
}

/* ==========================================================================
   Select
   ========================================================================== */
.btn-group.bootstrap-select .font-icon {
  display: inline-block;
  color: #929faa;
  margin: -2px 8px -2px 0;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}
.btn-group.bootstrap-select .user-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 20px;
  padding: 0 0 0 21px;
}
.btn-group.bootstrap-select .user-item img {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -5px;
  top: 0;
  border-radius: 50%;
}
.btn-group.bootstrap-select > .btn.dropdown-toggle {
  outline: none !important;
  box-shadow: none !important;
  background: #fff !important;
  font-weight: 400;
  color: #343434 !important;
  border-color: #d8e2e7 !important;
  padding-left: 0;
  vertical-align: middle;
  font-size: 1rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-group.bootstrap-select > .btn.dropdown-toggle:after {
  display: none;
}
.btn-group.bootstrap-select > .btn.dropdown-toggle .filter-option {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding-left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin: 0;
}
.btn-group.bootstrap-select > .btn.dropdown-toggle .bs-caret {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 23px;
  text-align: center;
  background: #dbe4ea;
}
.btn-group.bootstrap-select > .btn.dropdown-toggle .bs-caret .caret {
  display: none !important;
}
.btn-group.bootstrap-select > .btn.dropdown-toggle .bs-caret:before, .btn-group.bootstrap-select > .btn.dropdown-toggle .bs-caret:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
}
.btn-group.bootstrap-select > .btn.dropdown-toggle .bs-caret:before {
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #6c7a86 transparent;
  margin-top: -6px;
}
.btn-group.bootstrap-select > .btn.dropdown-toggle .bs-caret:after {
  border-width: 5px 3px 0 3px;
  border-color: #6c7a86 transparent transparent transparent;
  margin-top: 1px;
}
.btn-group.bootstrap-select > .btn.dropdown-toggle .user-item img {
  top: 50%;
  margin-top: -10px;
}
.btn-group.bootstrap-select .dropdown-menu {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -1px;
  font-size: 1rem;
  padding: 0;
}
.btn-group.bootstrap-select .dropdown-menu a {
  display: block;
  padding: 5px 1rem;
  color: #343434;
  position: static;
  border: none;
  font-size: 1rem;
  font-weight: 400;
}
.btn-group.bootstrap-select .dropdown-menu a:hover {
  color: #00a8ff;
}
.btn-group.bootstrap-select .dropdown-menu a:hover .font-icon {
  color: #00a8ff;
}
.btn-group.bootstrap-select .dropdown-menu .dropdown-header {
  font-size: 1rem;
  text-transform: none;
  color: #343434;
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-group.bootstrap-select.open > .btn.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #fff !important;
}
.btn-group.bootstrap-select.open > .btn.dropdown-toggle .bs-caret {
  background: none;
}
.btn-group.bootstrap-select.open.dropup > .btn.dropdown-toggle {
  border-radius: 0 0 3px 3px;
  border-top-color: #fff !important;
  border-bottom-color: #d8e2e7 !important;
}
.btn-group.bootstrap-select.open.dropup .dropdown-menu {
  border-radius: 0.25rem 0.25rem 0 0;
  border-top: solid 1px #d8e2e7;
  border-bottom: none;
  margin-bottom: -1px;
}
.btn-group.bootstrap-select.disabled {
  opacity: 0.65;
}
.btn-group.bootstrap-select.disabled > .btn.dropdown-toggle.disabled {
  opacity: 1;
  background-color: #dbe4ea !important;
}
.btn-group.bootstrap-select.disabled > .btn.dropdown-toggle.disabled .filter-option {
  color: #6c7a86;
}
.btn-group.bootstrap-select.bootstrap-select-arrow > .btn.dropdown-toggle .bs-caret {
  background: none;
}
.btn-group.bootstrap-select.bootstrap-select-arrow > .btn.dropdown-toggle .bs-caret:after {
  display: none;
}
.btn-group.bootstrap-select.bootstrap-select-arrow > .btn.dropdown-toggle .bs-caret:before {
  width: auto;
  height: auto;
  border: none;
  left: 0;
  margin-left: 0;
  top: 50% !important;
  margin-top: -8px;
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  content: "Q";
  color: #6c7a86;
  font-size: 0.6875rem;
  text-align: left;
}

.select2, .select2-icon, .select2-photo, .select2-arrow {
  width: 100% !important;
}

.select2-dropdown {
  border-color: #d8e2e7;
  font-size: 1rem;
}
.select2-dropdown.select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-results__option {
  padding: 5px 1rem;
  background: none !important;
}
.select2-results__option:hover {
  color: #00a8ff;
}
.select2-results__option[role=group]:hover {
  color: #343434;
}
.select2-results__option[role=group] .select2-results__option {
  padding-left: 2.25rem;
}
.select2-results__option[aria-selected=true] {
  color: #00a8ff;
}

.select2-container--default .select2-selection--single,
.select2-container--arrow .select2-selection--single,
.select2-container--white .select2-selection--single {
  border: none;
  border-radius: 0;
  height: auto;
  background: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--arrow .select2-selection--single .select2-selection__rendered,
.select2-container--white .select2-selection--single .select2-selection__rendered {
  border: solid 1px #d8e2e7;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #343434;
  padding: 0.375rem 25px 0.375rem 1rem;
  min-height: 38px;
  background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .user-item img,
.select2-container--arrow .select2-selection--single .select2-selection__rendered .user-item img,
.select2-container--white .select2-selection--single .select2-selection__rendered .user-item img {
  top: 50%;
  margin-top: -10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--arrow .select2-selection--single .select2-selection__arrow,
.select2-container--white .select2-selection--single .select2-selection__arrow {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 23px;
  text-align: center;
  background: #dbe4ea;
  border-radius: 0 0.25rem 0.25rem 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before, .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:before,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:after,
.select2-container--white .select2-selection--single .select2-selection__arrow:before,
.select2-container--white .select2-selection--single .select2-selection__arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:before,
.select2-container--white .select2-selection--single .select2-selection__arrow:before {
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #6c7a86 transparent;
  margin-top: -6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:after,
.select2-container--white .select2-selection--single .select2-selection__arrow:after {
  border-width: 5px 3px 0 3px;
  border-color: #6c7a86 transparent transparent transparent;
  margin-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--arrow .select2-selection--single .select2-selection__arrow b,
.select2-container--white .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results__group,
.select2-container--arrow .select2-results__group,
.select2-container--white .select2-results__group {
  font-weight: 600;
  padding: 5px 1rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--arrow .select2-results__option--highlighted[aria-selected],
.select2-container--white .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #00a8ff;
}
.select2-container--default .select2-results > .select2-results__options,
.select2-container--arrow .select2-results > .select2-results__options,
.select2-container--white .select2-results > .select2-results__options {
  max-height: 250px;
}
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--arrow .select2-search--inline .select2-search__field,
.select2-container--white .select2-search--inline .select2-search__field {
  font-size: 1rem;
  padding-left: 11px;
}
.select2-container--default .font-icon,
.select2-container--arrow .font-icon,
.select2-container--white .font-icon {
  display: inline-block;
  color: #929faa;
  margin: -2px 8px -2px 0;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}
.select2-container--default .user-item,
.select2-container--arrow .user-item,
.select2-container--white .user-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 20px;
  padding: 0 0 0 21px;
}
.select2-container--default .user-item img,
.select2-container--arrow .user-item img,
.select2-container--white .user-item img {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -5px;
  top: 0;
  border-radius: 50%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--arrow.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--white.select2-container--open .select2-selection--single .select2-selection__rendered {
  border-bottom-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--arrow.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--white.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered,
.select2-container--arrow.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered,
.select2-container--white.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered {
  border-radius: 0 0 0.25rem 0.25rem;
  border-top-color: #fff;
  border-bottom-color: #d8e2e7;
}
.select2-container--default.select2-container--disabled,
.select2-container--arrow.select2-container--disabled,
.select2-container--white.select2-container--disabled {
  opacity: 0.65;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--arrow.select2-container--disabled .select2-selection--single,
.select2-container--white.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  background: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--arrow.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--white.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  background-color: #dbe4ea;
  color: #6c7a86;
}
.select2-container--default.select2-container--disabled .user-item img,
.select2-container--arrow.select2-container--disabled .user-item img,
.select2-container--white.select2-container--disabled .user-item img {
  opacity: 0.7;
}
.select2-container--default .select2-selection--multiple,
.select2-container--arrow .select2-selection--multiple,
.select2-container--white .select2-selection--multiple {
  border-color: #d8e2e7;
  min-height: 38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--arrow .select2-selection--multiple .select2-selection__choice,
.select2-container--white .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background: #919fa9;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 2rem 0 0.5rem;
  height: 26px;
  line-height: 26px;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--white .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 0;
  top: 1px;
  color: #fff !important;
  width: 1.5rem;
  text-align: center;
  font-size: 2rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--white .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.7;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--arrow.select2-container--focus .select2-selection--multiple,
.select2-container--white.select2-container--focus .select2-selection--multiple {
  border-color: #c5d6de;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow {
  background: none;
}
.select2-container--arrow .select2-selection--single .select2-selection__arrow:after {
  display: none;
}
.select2-container--arrow .select2-selection--single .select2-selection__arrow:before {
  width: auto;
  height: auto;
  border: none;
  left: 0;
  margin-left: 0;
  top: 50% !important;
  margin-top: -8px;
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  content: "Q";
  color: #6c7a86;
  font-size: 0.6875rem;
  text-align: left;
}

.select2-container--white .select2-selection--single .select2-selection__arrow {
  background: none;
}

/* ==========================================================================
   Upload
   ========================================================================== */
.uploading-list-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.uploading-list .uploading-list-item {
  zoom: 1;
  padding: 0.9rem 0;
  border-top: solid 1px #d8e2e7;
}
.uploading-list .uploading-list-item:before, .uploading-list .uploading-list-item:after {
  content: " ";
  display: table;
}
.uploading-list .uploading-list-item:after {
  clear: both;
}
.uploading-list .uploading-list-item:first-child {
  border-top: none;
}
.uploading-list .uploading-list-item-wrapper {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 0 6px;
}
.uploading-list .uploading-list-item-name,
.uploading-list .uploading-list-item-size {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  line-height: 1rem;
}
.uploading-list .uploading-list-item-name {
  padding-right: 15px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.uploading-list .uploading-list-item-name .font-icon {
  color: #adb5bd;
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-size: 1rem;
}
.uploading-list .uploading-list-item-size {
  color: #919fa9;
}
.uploading-list .uploading-list-item-close {
  border: none;
  background: none;
  color: #dbe4ea;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 2px;
}
.uploading-list .uploading-list-item-close:hover {
  color: #00a8ff;
}
.uploading-list .uploading-list-item-progress,
.uploading-list .uploading-list-item-speed {
  font-size: 0.875rem;
}
.uploading-list .uploading-list-item-progress {
  float: left;
}
.uploading-list .uploading-list-item-speed {
  float: right;
}
.uploading-list .progress {
  margin-bottom: 0.4rem;
}
.uploading-list .progress-bar {
  margin-bottom: 0.4rem;
}
.uploading-list .progress {
  background-color: #f6f8fa;
  height: 5px;
  border-radius: 0;
  color: #00a8ff;
}
.uploading-list .progress[value] {
  color: #00a8ff;
}
.uploading-list .progress[value]::-webkit-progress-value {
  background-color: #00a8ff;
}
.uploading-list .progress-bar {
  border-radius: 0;
  background-color: #00a8ff;
}

.drop-zone {
  width: 205px;
  height: 205px;
  border: dashed 2px #adb5bd;
  text-align: center;
  padding: 25px 0 0;
}
.drop-zone.dragover {
  border-color: #00a8ff;
}
.drop-zone .font-icon {
  line-height: 60px;
  color: #919fa9;
  font-size: 2.75rem;
}
.drop-zone .drop-zone-caption {
  font-size: 1rem;
  font-weight: 600;
  color: #919fa9;
  margin: 0 0 1rem;
}

.btn-file {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.btn-file input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 1000px;
  opacity: 0;
  cursor: pointer;
}

.uploading-container {
  zoom: 1;
  padding: 15px 25px 15px 15px;
}
.uploading-container:before, .uploading-container:after {
  content: " ";
  display: table;
}
.uploading-container:after {
  clear: both;
}
.uploading-container .uploading-container-left {
  float: left;
  position: relative;
  z-index: 5;
  width: 220px;
}
.uploading-container .uploading-container-right {
  float: right;
  width: 100%;
  margin-left: -220px;
}
.uploading-container .uploading-container-right-in {
  margin-left: 220px;
}
@media (max-width: 544px) {
  .uploading-container .uploading-container-left,
.uploading-container .uploading-container-right {
    float: none;
    width: auto;
    margin: 0;
  }
  .uploading-container .uploading-container-right-in {
    margin: 0;
  }
  .uploading-container .drop-zone {
    width: auto;
    margin: 0 0 1rem;
  }
}

/* ==========================================================================
   Typehead
   ========================================================================== */
.typeahead-button button .font-icon-search {
  vertical-align: middle;
}

.typeahead-filter button {
  border-radius: 0;
}

.typeahead-list {
  padding: 4px 0 3px;
}

.typeahead-list > li.typeahead-group.active > a, .typeahead-list > li.typeahead-group > a, .typeahead-list > li.typeahead-group > a:focus, .typeahead-list > li.typeahead-group > a:hover {
  background-color: #f6f8fa;
}

.typeahead-item .row {
  margin: 0;
}
.typeahead-item .avatar {
  margin-right: 10px;
}
.typeahead-item .username {
  margin-right: 5px;
}
.typeahead-item small {
  font-size: 0.8125rem;
}

.typeahead-dropdown > li > a, .typeahead-list > li > a {
  padding: 3px 0.75rem;
  font-size: 0.9375rem;
}

var.result-container {
  font-size: 0.9375rem;
}

.btn:focus {
  box-shadow: none;
}

pre + .form-group {
  margin-top: 15px;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

.container {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}

*:active, *:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  margin: 0px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0@mixin * where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2@mixin  Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

* {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Grids
   ========================================================================== */
.page-content {
  padding: 100px 15px 10px;
  transition: all 0.2s ease-in-out;
}
.dark-theme .page-content {
  padding-top: 77px;
}
.with-side-menu .page-content {
  padding-left: 255px;
}
@media (max-width: 1056px) {
  .with-side-menu .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.control-panel .page-content {
  padding-right: 62px;
}
.control-panel.open .page-content {
  padding-right: 295px;
}
.with-side-menu-compact .page-content {
  padding-left: 115px;
}
@media (max-width: 1056px) {
  .with-side-menu-compact .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.with-side-menu-addl .page-content {
  padding-left: 335px;
}
@media (max-width: 1056px) {
  .with-side-menu-addl .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.with-side-menu-addl-full .page-content {
  padding-left: 475px;
}
@media (max-width: 1056px) {
  .with-side-menu-addl-full .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1056px) {
  .control-panel .page-content {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .control-panel-container {
    display: none;
  }

  .control-panel .page-content {
    padding-right: 0;
  }
}
.control-panel .control-panel-container {
  position: fixed;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  background: #f8f7f7;
  overflow: hidden;
  border-left: solid 1px #eee2fc;
  padding-top: 80px;
}
.control-panel .control-panel-container .icon-toggle {
  text-align: center;
  display: block;
  background: #bfb2c3;
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
}
.control-panel .control-panel-container .icon-toggle .caret-down {
  display: none;
}
.control-panel .control-panel-container .icon-toggle:hover {
  background: #bfb2c3;
  color: #fff;
}
.control-panel .control-panel-container .actions, .control-panel .control-panel-container .text {
  display: none;
  cursor: pointer;
}

.control-panel .control-panel-container .tasks .icon-toggle {
  line-height: 48px;
}
.control-panel .control-panel-container .emails .icon-toggle {
  line-height: 47px;
}
.control-panel .control-panel-container .add .icon-toggle {
  line-height: 48px;
}

.control-panel-container ul {
  display: table;
  width: 100%;
}
.control-panel-container li {
  display: table-row;
  height: auto;
  overflow: hidden;
}
.control-panel-container li a {
  color: white;
  font-size: 1.2rem;
}
.control-panel-container li .control-item-header {
  display: table-cell;
  background: #bfb2c3;
  border-bottom: 1px solid #f6f8fa;
  overflow: hidden;
  vertical-align: middle;
  height: 44px;
  color: white;
}
.control-panel-container .control-panel-toggle {
  width: 100%;
  font-size: 1.6rem;
  color: #eee2fc;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.control-panel-container .control-panel-toggle.open {
  text-align: left;
  padding-left: 15px;
}
.control-panel-container .control-panel-toggle.open .fa:before {
  content: "";
}
.control-panel-container .control-item-content {
  display: none;
}

.control-panel.open .control-panel-container {
  width: 380px;
}
.control-panel.open .control-panel-container ul {
  display: block;
}
.control-panel.open .control-panel-container li {
  display: block;
}
.control-panel.open .control-panel-container li .control-item-header {
  display: block;
  background: #bfb2c3;
  border-bottom: 1px solid #f6f8fa;
  overflow: hidden;
  padding: 0 10px;
  vertical-align: middle;
}
.control-panel.open .control-panel-container .icon-toggle {
  border: none;
  display: inline-block;
  float: left;
  height: auto !important;
  width: 50px;
  text-align: left;
  position: relative;
}
.control-panel.open .control-panel-container .icon-toggle .caret-down {
  display: inline-block;
  font-size: 0.9rem;
  position: relative;
  margin-right: 3px;
}
.control-panel.open .control-panel-container .icon-toggle:hover {
  background: transparent;
  color: #a45095;
}
.control-panel.open .control-panel-container .text {
  float: left;
  display: block;
  line-height: 44px;
}
.control-panel.open .control-panel-container .actions {
  float: right;
  display: block;
}
.control-panel.open .control-panel-container .actions a {
  display: inline-block;
  margin-left: 4px;
  font-size: 1rem;
  line-height: 44px;
}
.control-panel.open .control-panel-container .actions a:hover {
  color: #0082c6;
}
.control-panel.open .control-panel-container .control-item-content {
  padding: 10px;
  background: #F3F7FA;
  display: none;
}
.control-panel.open .control-panel-container .control-item-content.open {
  display: block;
}
.control-panel.open .control-panel-container .control-item-content-text, .control-panel.open .control-panel-container .control-item-lists {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #fff;
  font-size: 0.9rem;
}
.control-panel.open .control-panel-container .control-item-lists li {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.control-panel.open .control-panel-container .control-item-lists li:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 0.9rem;
  color: #C8D5DB;
}
.control-panel.open .control-panel-container .control-item-lists li:last-child {
  border-bottom: none;
}
.control-panel.open .control-panel-container .control-item-lists li > a, .control-panel.open .control-panel-container .control-item-content-text {
  padding: 8px 11px;
  display: block;
  font-size: 0.9rem;
}
.control-panel.open .control-panel-container .control-item-lists li h6 {
  margin-bottom: 0 !important;
  color: #343434;
  font-weight: 600;
}
.control-panel.open .control-panel-container .control-item-lists li p {
  font-size: 0.9rem !important;
  margin-bottom: 0 !important;
  color: #343434;
}
.control-panel.open .control-panel-container .control-item-actions {
  overflow: hidden;
  height: auto;
  margin-bottom: 10px;
}
.control-panel.open .control-panel-container .control-item-actions .link {
  font-size: 0.9rem;
  float: left;
  color: #2A9DE0;
}
.control-panel.open .control-panel-container .control-item-actions .mark {
  font-size: 0.9rem;
  float: right;
  background: #D5DCE2;
  border-radius: 3px;
  color: #343434;
  padding: 0 5px;
}
.control-panel.open .control-panel-container .control-item-actions .mark:hover {
  background: #2A9DE0;
  color: #fff;
}
.control-panel.open .control-panel-container .message {
  font-size: 0.9rem;
}
.control-panel.open .control-panel-container .message span {
  float: left;
}
.control-panel.open .control-panel-container .message a {
  float: right;
  font-size: 0.9rem;
}
.control-panel.open .control-panel-container a.reply-all {
  position: absolute;
  right: 0;
  bottom: 0;
}
.control-panel.open .control-panel-container a.reply-all:hover {
  color: #0082c6;
}

.page-center {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.page-center-in {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
}

.box-typical-center {
  display: table;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.box-typical-center-in {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media (min-width: 1500px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }

  .col-xxl-1 {
    width: 8.333333%;
  }

  .col-xxl-2 {
    width: 16.666667%;
  }

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

  .col-xxl-4 {
    width: 33.333333%;
  }

  .col-xxl-5 {
    width: 41.666667%;
  }

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

  .col-xxl-7 {
    width: 58.333333%;
  }

  .col-xxl-8 {
    width: 66.666667%;
  }

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

  .col-xxl-10 {
    width: 83.333333%;
  }

  .col-xxl-11 {
    width: 91.666667%;
  }

  .col-xxl-12 {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .hidden-xxl-up {
    display: none !important;
  }
}
.hidden-xxl-down {
  display: none !important;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

.container {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}

*:active, *:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  margin: 0px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0@mixin * where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2@mixin  Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

* {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

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

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

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

.glyphicon-th:before {
  content: "";
}

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

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

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

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

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

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

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

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

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

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

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

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

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

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

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "";
}

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

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

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

.glyphicon-picture:before {
  content: "";
}

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

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

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

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

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

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

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

.glyphicon-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

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

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

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

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

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

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

.glyphicon-retweet:before {
  content: "";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

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

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

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

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

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

.glyphicon-flash:before {
  content: "";
}

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

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

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

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

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

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

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

.glyphicon-subtitles:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "";
}

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

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

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

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

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

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

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

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

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

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

.glyphicon-education:before {
  content: "";
}

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

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

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

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

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

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

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

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

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

@font-face {
  font-family: "startui";
  src: url("../fonts/startui.eot");
  src: url("../fonts/startui.eot?#iefix") format("embedded-opentype"), url("../fonts/startui.woff") format("woff"), url("../fonts/startui.ttf") format("truetype"), url("../fonts/startui.svg#startui") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fontastic, .side-menu-big-icon .side-menu-list > li.with-sub > span:after {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

[data-icon]:before {
  content: attr(data-icon);
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

[class^=font-icon-]:before,
[class*=" font-icon-"]:before {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.font-icon-alarm:before {
  content: "b";
}

.font-icon-build:before {
  content: "c";
}

.font-icon-burger:before {
  content: "d";
}

.font-icon-calend:before {
  content: "e";
}

.font-icon-cart:before {
  content: "f";
}

.font-icon-cogwheel:before {
  content: "g";
}

.font-icon-comments:before {
  content: "h";
}

.font-icon-contacts:before {
  content: "i";
}

.font-icon-dashboard:before {
  content: "j";
}

.font-icon-dots:before {
  content: "k";
}

.font-icon-expand:before {
  content: "l";
}

.font-icon-filter:before {
  content: "m";
}

.font-icon-help:before {
  content: "n";
}

.font-icon-home:before {
  content: "o";
}

.font-icon-page:before {
  content: "p";
}

.font-icon-pencil:before {
  content: "q";
}

.font-icon-re:before {
  content: "r";
}

.font-icon-rollup:before {
  content: "s";
}

.font-icon-search:before {
  content: "t";
}

.font-icon-share:before {
  content: "u";
}

.font-icon-star:before {
  content: "v";
}

.font-icon-users:before {
  content: "w";
}

.font-icon-wallet:before {
  content: "x";
}

.font-icon-minus:before {
  content: "y";
}

.font-icon-pencil-thin:before {
  content: "z";
}

.font-icon-close:before {
  content: "A";
}

.font-icon-speed:before {
  content: "a";
}

.font-icon-menu-addl:before {
  content: "B";
}

.font-icon-search:before {
  content: "t";
}

.font-icon-edit:before {
  content: "C";
}

.font-icon-chart:before {
  content: "D";
}

.font-icon-zigzag:before {
  content: "E";
}

.font-icon-tablet:before {
  content: "F";
}

.font-icon-widget:before {
  content: "G";
}

.font-icon-map:before {
  content: "H";
}

.font-icon-chart-2:before {
  content: "I";
}

.font-icon-doc:before {
  content: "J";
}

.font-icon-question:before {
  content: "K";
}

.font-icon-user:before {
  content: "L";
}

.font-icon-notebook:before {
  content: "M";
}

.font-icon-mail:before {
  content: "N";
}

.font-icon-close-2:before {
  content: "O";
}

.font-icon-pen:before {
  content: "P";
}

.font-icon-arrow-down:before {
  content: "Q";
}

.font-icon-arrow-left:before {
  content: "R";
}

.font-icon-arrow-right:before {
  content: "S";
}

.font-icon-arrow-top:before {
  content: "T";
}

.font-icon-check-circle:before {
  content: "U";
}

.font-icon-cam-photo:before {
  content: "V";
}

.font-icon-cam-video:before {
  content: "W";
}

.font-icon-sound:before {
  content: "X";
}

.font-icon-earth:before {
  content: "Y";
}

.font-icon-mail-2:before {
  content: "Z";
}

.font-icon-upload:before {
  content: "0";
}

.font-icon-dropbox:before {
  content: "1";
}

.font-icon-google-drive:before {
  content: "2";
}

.font-icon-yandex-disk:before {
  content: "3";
}

.font-icon-box:before {
  content: "4";
}

.font-icon-arrow-square-down:before {
  content: "5";
}

.font-icon-refresh:before {
  content: "6";
}

.font-icon-list-square:before {
  content: "7";
}

.font-icon-list-rotate:before {
  content: "8";
}

.font-icon-download:before {
  content: "9";
}

.font-icon-heart:before {
  content: "!";
}

.font-icon-check-bird:before {
  content: '"';
}

.font-icon-clock:before {
  content: "#";
}

.font-icon-trash:before {
  content: "$";
}

.font-icon-circle-lined-error:before {
  content: "%";
}

.font-icon-circle-lined-i:before {
  content: "&";
}

.font-icon-circle-lined-smile:before {
  content: "'";
}

.font-icon-circle-lined-success:before {
  content: "(";
}

.font-icon-one-drive:before {
  content: ")";
}

.font-icon-cloud-upload-2:before {
  content: "*";
}

.font-icon-plus:before {
  content: "+";
}

.font-icon-minus-1:before {
  content: ",";
}

.font-icon-arrow-square-up:before {
  content: "-";
}

.font-icon-revers:before {
  content: ".";
}

.font-icon-import:before {
  content: "/";
}

.font-icon-award:before {
  content: ":";
}

.font-icon-case:before {
  content: ";";
}

.font-icon-earth-bordered:before {
  content: "<";
}

.font-icon-comment:before {
  content: "=";
}

.font-icon-eye:before {
  content: ">";
}

.font-icon-fb-fill:before {
  content: "?";
}

.font-icon-in-fill:before {
  content: "@";
}

.font-icon-lamp:before {
  content: "[";
}

.font-icon-picture:before {
  content: "]";
}

.font-icon-pdf-fill:before {
  content: "^";
}

.font-icon-notebook-bird:before {
  content: "_";
}

.font-icon-quote:before {
  content: "`";
}

.font-icon-vk-fill:before {
  content: "{";
}

.font-icon-video-fill:before {
  content: "|";
}

.font-icon-tw-fill:before {
  content: "}";
}

.font-icon-answer:before {
  content: "~";
}

.font-icon-archive:before {
  content: "\\";
}

.font-icon-case-2:before {
  content: "";
}

.font-icon-clip:before {
  content: "";
}

.font-icon-cloud:before {
  content: "";
}

.font-icon-comments-2:before {
  content: "";
}

.font-icon-del:before {
  content: "";
}

.font-icon-event:before {
  content: "";
}

.font-icon-download-3:before {
  content: "";
}

.font-icon-download-2:before {
  content: "";
}

.font-icon-dots-vert-square:before {
  content: "";
}

.font-icon-fire:before {
  content: "";
}

.font-icon-folder:before {
  content: "";
}

.font-icon-lock:before {
  content: "";
}

.font-icon-ok:before {
  content: "";
}

.font-icon-picture-2:before {
  content: "";
}

.font-icon-pin:before {
  content: "";
}

.font-icon-refresh-2:before {
  content: "";
}

.font-icon-view-cascade:before {
  content: "";
}

.font-icon-users-group:before {
  content: "";
}

.font-icon-upload-2:before {
  content: "";
}

.font-icon-view-grid:before {
  content: "";
}

.font-icon-view-rows:before {
  content: "";
}

.font-icon-warning:before {
  content: "";
}

.font-icon-facebook:before {
  content: "";
}

.font-icon-instagram:before {
  content: "";
}

.font-icon-google-plus:before {
  content: "";
}

.font-icon-linkedin:before {
  content: "";
}

.font-icon-twitter:before {
  content: "";
}

.font-icon-phone:before {
  content: "";
}

.font-icon-gp-fill:before {
  content: "";
}

.font-icon-ok-fill:before {
  content: "";
}

.font-icon-editor-align-center:before {
  content: "";
}

.font-icon-editor-align-justify:before {
  content: "";
}

.font-icon-editor-align-left:before {
  content: "";
}

.font-icon-editor-align-right:before {
  content: "";
}

.font-icon-editor-bold:before {
  content: "";
}

.font-icon-editor-code:before {
  content: "";
}

.font-icon-editor-eraser:before {
  content: "";
}

.font-icon-editor-font:before {
  content: "";
}

.font-icon-editor-fullscreen:before {
  content: "";
}

.font-icon-editor-help:before {
  content: "";
}

.font-icon-editor-img:before {
  content: "";
}

.font-icon-editor-link:before {
  content: "";
}

.font-icon-editor-list:before {
  content: "";
}

.font-icon-editor-magic:before {
  content: "";
}

.font-icon-editor-numeric-list:before {
  content: "";
}

.font-icon-editor-table:before {
  content: "";
}

.font-icon-editor-underline:before {
  content: "";
}

.font-icon-editor-video:before {
  content: "";
}

.font-icon-alarm-2:before {
  content: "";
}

.font-icon-alarm-rotate:before {
  content: "";
}

.font-icon-binoculars:before {
  content: "";
}

.font-icon-cart-2:before {
  content: "";
}

.font-icon-card:before {
  content: "";
}

.font-icon-bookmark:before {
  content: "";
}

.font-icon-chart-3:before {
  content: "";
}

.font-icon-chart-4:before {
  content: "";
}

.font-icon-check-square:before {
  content: "";
}

.font-icon-del-circle:before {
  content: "";
}

.font-icon-comp:before {
  content: "";
}

.font-icon-cloud-download:before {
  content: "";
}

.font-icon-downloaded:before {
  content: "";
}

.font-icon-link:before {
  content: "";
}

.font-icon-i-circle:before {
  content: "";
}

.font-icon-notebook-lines:before {
  content: "";
}

.font-icon-pdf:before {
  content: "";
}

.font-icon-pen-square:before {
  content: "";
}

.font-icon-play-prev:before {
  content: "";
}

.font-icon-play-next:before {
  content: "";
}

.font-icon-play-circle:before {
  content: "";
}

.font-icon-play:before {
  content: "";
}

.font-icon-pin-2:before {
  content: "";
}

.font-icon-server:before {
  content: "";
}

.font-icon-warning-circle:before {
  content: "";
}

.font-icon-users-two:before {
  content: "";
}

.font-icon-weather-cloud:before {
  content: "";
}

.font-icon-weather-cloud-circles:before {
  content: "";
}

.font-icon-weather-cloud-drops-lightning:before {
  content: "";
}

.font-icon-weather-cloud-moon:before {
  content: "";
}

.font-icon-weather-cloud-one-circle:before {
  content: "";
}

.font-icon-weather-cloud-one-drop:before {
  content: "";
}

.font-icon-weather-cloud-rain-snow:before {
  content: "";
}

.font-icon-weather-cloud-sun:before {
  content: "";
}

.font-icon-weather-cloud-two-circles:before {
  content: "";
}

.font-icon-weather-cloud-two-drops:before {
  content: "";
}

.font-icon-weather-cloud-two-snow:before {
  content: "";
}

.font-icon-weather-clouds:before {
  content: "";
}

.font-icon-weather-clound-lightning:before {
  content: "";
}

.font-icon-weather-sun:before {
  content: "";
}

.font-icon-weather-snowflake:before {
  content: "";
}

.font-icon-weather-snow:before {
  content: "";
}

.font-icon-weather-rain:before {
  content: "";
}

.font-icon-weather-one-snow:before {
  content: "";
}

.font-icon-weather-moon-small-cloud:before {
  content: "";
}

.font-icon-weather-moon-cloud-rain:before {
  content: "";
}

.font-icon-weather-moon-cloud:before {
  content: "";
}

.font-icon-weather-moon:before {
  content: "";
}

.font-icon-weather-lightning:before {
  content: "";
}

.font-icon-weather-house-water:before {
  content: "";
}

.font-icon-weather-funnel:before {
  content: "";
}

.font-icon-weather-drop:before {
  content: "";
}

.font-icon-weather-sun-cloud:before {
  content: "";
}

.font-icon-weather-sun-clouds:before {
  content: "";
}

.font-icon-weather-sun-rain:before {
  content: "";
}

.font-icon-weather-thermometer:before {
  content: "";
}

.font-icon-weather-umbrella:before {
  content: "";
}

.font-icon-weather-waves:before {
  content: "";
}

.font-icon-wp:before {
  content: "";
}

.font-icon-player-full-screen:before {
  content: "";
}

.font-icon-player-next:before {
  content: "";
}

.font-icon-player-settings:before {
  content: "";
}

.font-icon-player-sound:before {
  content: "";
}

.font-icon-player-subtitres:before {
  content: "";
}

.font-icon-player-wide-screen:before {
  content: "";
}

.font-icon-case-3:before {
  content: "";
}

.font-icon-github:before {
  content: "";
}

.font-icon-learn:before {
  content: "";
}

.font-icon-play-next-square:before {
  content: "";
}

.font-icon-play-prev-square:before {
  content: "";
}

.font-icon-play-square:before {
  content: "";
}

.font-icon-picture-double:before {
  content: "";
}

.font-icon-snippet:before {
  content: "";
}

.font-icon-post:before {
  content: "";
}

.font-icon-plus-1:before {
  content: "";
}

@font-face {
  font-family: "idposition";
  src: url("../fonts/idposition.eot?wgka4q");
  src: url("../fonts/idposition.eot?wgka4q#iefix") format("embedded-opentype"), url("../fonts/idposition.ttf?wgka4q") format("truetype"), url("../fonts/idposition.woff?wgka4q") format("woff"), url("../fonts/idposition.svg?wgka4q#idposition") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=idp-], [class*=" idp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "idposition" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.idp-file:before {
  content: "";
}

.idp-cube:before {
  content: "";
}

.idp-alarm:before {
  content: "";
}

.idp-barcode:before {
  content: "";
}

.idp-bell:before {
  content: "";
}

.idp-envelope:before {
  content: "";
}

.idp-yoga:before {
  content: "";
}

.idp-speech-bubble:before {
  content: "";
}

.idp-chat-color .path1:before {
  content: "";
  color: #ebba16;
}

.idp-chat-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #ed8a19;
}

.idp-chat-color .path3:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat-color .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat-color .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat:before {
  content: "";
}

.idp-pie-chart-fill:before {
  content: "";
}

.idp-pie-chart-stroke:before {
  content: "";
}

.idp-bar-chart:before {
  content: "";
}

.idp-line-chart:before {
  content: "";
}

.idp-question-circular:before {
  content: "";
}

.idp-magic:before {
  content: "";
}

.idp-clipboard-color .path1:before {
  content: "";
  color: #e2574c;
}

.idp-clipboard-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #d05046;
}

.idp-clipboard-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #f0ddab;
}

.idp-clipboard-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #ccd0d2;
}

.idp-clipboard-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #d8c69a;
}

.idp-clipboard-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #ccd0d2;
}

.idp-clipboard-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #bcc0c2;
}

.idp-clipboard-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #aeb1b3;
}

.idp-compass:before {
  content: "";
}

.idp-copy:before {
  content: "";
}

.idp-file-csv .path1:before {
  content: "";
  color: #e9e9e0;
}

.idp-file-csv .path2:before {
  content: "";
  margin-left: -1em;
  color: #d9d7ca;
}

.idp-file-csv .path3:before {
  content: "";
  margin-left: -1em;
  color: #f36fa0;
}

.idp-file-csv .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path6:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path7:before {
  content: "";
  margin-left: -1em;
  color: #c8bdb8;
}

.idp-file-pdf .path1:before {
  content: "";
  color: #e9e9e0;
}

.idp-file-pdf .path2:before {
  content: "";
  margin-left: -1em;
  color: #d9d7ca;
}

.idp-file-pdf .path3:before {
  content: "";
  margin-left: -1em;
  color: #cc4b4c;
}

.idp-file-pdf .path4:before {
  content: "";
  margin-left: -1em;
  color: #cc4b4c;
}

.idp-file-pdf .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-pdf .path6:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-pdf .path7:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-rss:before {
  content: "";
}

.idp-arrow-right:before {
  content: "";
}

.idp-arrow-bottom:before {
  content: "";
}

.idp-arrow-left:before {
  content: "";
}

.idp-arrow-top:before {
  content: "";
}

.idp-expand:before {
  content: "";
}

.idp-download-box:before {
  content: "";
}

.idp-download:before {
  content: "";
}

.idp-download2:before {
  content: "";
}

.idp-duplicate:before {
  content: "";
}

.idp-arrow-exchange:before {
  content: "";
}

.idp-eye-open:before {
  content: "";
}

.idp-placeholder:before {
  content: "";
}

.idp-hold-color .path1:before {
  content: "";
  color: #e84849;
}

.idp-hold-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #eadedf;
}

.idp-hold-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #9f2322;
}

.idp-clip:before {
  content: "";
}

.idp-infinite:before {
  content: "";
}

.idp-layout:before {
  content: "";
}

.idp-close:before {
  content: "";
}

.idp-arrow-down:before {
  content: "";
}

.idp-arrow-prev:before {
  content: "";
}

.idp-arrow-up:before {
  content: "";
}

.idp-arrow-next:before {
  content: "";
}

.idp-share:before {
  content: "";
}

.idp-stairs:before {
  content: "";
}

.idp-stack-of-square-papers:before {
  content: "";
}

.idp-menu-burger:before {
  content: "";
}

.idp-list-dots:before {
  content: "";
}

.idp-list:before {
  content: "";
}

.idp-grid:before {
  content: "";
}

.idp-sort-desc:before {
  content: "";
}

.idp-sort:before {
  content: "";
}

.idp-move:before {
  content: "";
}

.idp-repere:before {
  content: "";
}

.idp-checked:before {
  content: "";
}

.idp-checked-round-fill:before {
  content: "";
}

.idp-zoom-in:before {
  content: "";
}

.idp-sherlock:before {
  content: "";
}

.idp-search:before {
  content: "";
}

.idp-recycle:before {
  content: "";
}

.idp-search-laptop:before {
  content: "";
}

.idp-locked-stroke:before {
  content: "";
}

.idp-flag-marker:before {
  content: "";
}

.idp-placeholder-marker:before {
  content: "";
}

.idp-placeholder-stroke:before {
  content: "";
}

.idp-play-button:before {
  content: "";
}

.idp-qr-code:before {
  content: "";
}

.idp-trash:before {
  content: "";
}

.idp-setting-gears:before {
  content: "";
}

.idp-settings:before {
  content: "";
}

.idp-cog:before {
  content: "";
}

.idp-repairing-service:before {
  content: "";
}

.idp-settings2:before {
  content: "";
}

.idp-screwdriver-and-wrench-crossed:before {
  content: "";
}

.idp-handyman-tools:before {
  content: "";
}

.idp-paper-airplane:before {
  content: "";
}

.idp-send:before {
  content: "";
}

.idp-smartphone-hand-color .path1:before {
  content: "";
  color: #c8d2d6;
}

.idp-smartphone-hand-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #7383bf;
}

.idp-smartphone-hand-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #f7b563;
}

.idp-smartphone-hand-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #424a60;
}

.idp-smartphone-hand-color .path11:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path12:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path13:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-smartphone-hand-color .path14:before {
  content: "";
  margin-left: -1em;
  color: #424a60;
}

.idp-star-color .path1:before {
  content: "";
  color: #f4b459;
}

.idp-star-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #e3a753;
}

.idp-stats:before {
  content: "";
}

.idp-swiss-knife:before {
  content: "";
}

.idp-tablet:before {
  content: "";
}

.idp-phone:before {
  content: "";
}

.idp-tick-inside-circle:before {
  content: "";
}

.idp-truck:before {
  content: "";
}

.idp-user-specialist:before {
  content: "";
}

.idp-user-technician:before {
  content: "";
}

.idp-user-manager:before {
  content: "";
}

.idp-user-color .path1:before {
  content: "";
  color: #b0cce2;
}

.idp-user-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #f47c2c;
}

.idp-user-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path11:before {
  content: "";
  margin-left: -1em;
  color: #e2a379;
}

.idp-user-color .path12:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path13:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path14:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path15:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path16:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color .path17:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color .path18:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color .path19:before {
  content: "";
  margin-left: -1em;
  color: #e5a173;
}

.idp-user-color .path20:before {
  content: "";
  margin-left: -1em;
  color: #d89364;
}

.idp-user-color .path21:before {
  content: "";
  margin-left: -1em;
  color: #3a3431;
}

.idp-user-color .path22:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color .path23:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user .path1:before {
  content: "";
  color: #e7eced;
}

.idp-user .path2:before {
  content: "";
  margin-left: -1em;
  color: #556080;
}

.idp-user-color2 .path1:before {
  content: "";
  color: #337180;
}

.idp-user-color2 .path2:before {
  content: "";
  margin-left: -1em;
  color: #1d1d1e;
}

.idp-user-color2 .path3:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color2 .path4:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color2 .path5:before {
  content: "";
  margin-left: -1em;
  color: #e2a379;
}

.idp-user-color2 .path6:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path7:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path8:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path9:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path10:before {
  content: "";
  margin-left: -1em;
  color: #86b4d1;
}

.idp-user-color2 .path11:before {
  content: "";
  margin-left: -1em;
  color: #86b4d1;
}

.idp-user-color2 .path12:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color2 .path13:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color2 .path14:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path15:before {
  content: "";
  margin-left: -1em;
  color: #d89364;
}

.idp-user-color2 .path16:before {
  content: "";
  margin-left: -1em;
  color: #ce8757;
}

.idp-user-color2 .path17:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path18:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color2 .path19:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color2 .path20:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path21:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color3 .path1:before {
  content: "";
  color: #71e2ef;
}

.idp-user-color3 .path2:before {
  content: "";
  margin-left: -1em;
  color: #38c6d9;
}

.idp-user-color3 .path3:before {
  content: "";
  margin-left: -1em;
  color: #fcd088;
}

.idp-user-color3 .path4:before {
  content: "";
  margin-left: -1em;
  color: #ddab62;
}

.idp-user-color3 .path5:before {
  content: "";
  margin-left: -1em;
  color: #d9edec;
}

.idp-user-color3 .path6:before {
  content: "";
  margin-left: -1em;
  color: #a9bfbe;
}

.idp-user-color3 .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffedb5;
}

.idp-user-color3 .path8:before {
  content: "";
  margin-left: -1em;
  color: #e8cf89;
}

.idp-user-color3 .path9:before {
  content: "";
  margin-left: -1em;
  color: #494948;
}

.idp-user-color3 .path10:before {
  content: "";
  margin-left: -1em;
  color: #282826;
}

.idp-user-color3 .path11:before {
  content: "";
  margin-left: -1em;
  color: #b7cecc;
}

.idp-user-color3 .path12:before {
  content: "";
  margin-left: -1em;
  color: #8ea5a2;
}

.idp-user-color3 .path13:before {
  content: "";
  margin-left: -1em;
  color: #386895;
}

.idp-user-color3 .path14:before {
  content: "";
  margin-left: -1em;
  color: #273b7a;
}

.idp-user-color3 .path15:before {
  content: "";
  margin-left: -1em;
  color: #273b7a;
}

.idp-user-color3 .path16:before {
  content: "";
  margin-left: -1em;
  color: #121149;
}

.idp-building2:before {
  content: "";
}

.idp-building:before {
  content: "";
}

.idp-building-land:before {
  content: "";
}

.idp-vacuum:before {
  content: "";
}

.idp-vacuum2:before {
  content: "";
}

.idp-vise:before {
  content: "";
}

.idp-toilet:before {
  content: "";
}

.idp-warning:before {
  content: "";
}

.idp-wiping2:before {
  content: "";
}

.idp-wiping:before {
  content: "";
}

.idp-cleaning:before {
  content: "";
}

.idp-briefcase:before {
  content: "";
}

.idp-briefcase2:before {
  content: "";
}

.idp-worker-helmet:before {
  content: "";
}

.idp-working-tools:before {
  content: "";
}

.idp-nightstand:before {
  content: "";
}

.idp-desk-position:before {
  content: "";
}

.idp-desk:before {
  content: "";
}

.idp-office-chair:before {
  content: "";
}

.idp-sofa:before {
  content: "";
}

.idp-table:before {
  content: "";
}

.idp-desk2:before {
  content: "";
}

.idp-meeting-room:before {
  content: "";
}

.idp-photocopier:before {
  content: "";
}

.idp-print:before {
  content: "";
}

.idp-computer2:before {
  content: "";
}

.idp-computer:before {
  content: "";
}

.idp-devices:before {
  content: "";
}

.idp-router:before {
  content: "";
}

.idp-interview-room:before {
  content: "";
}

.idp-router-wifi:before {
  content: "";
}

.idp-phone-on-base:before {
  content: "";
}

.idp-car:before {
  content: "";
}

.idp-wheel:before {
  content: "";
}

.idp-stock:before {
  content: "";
}

.idp-camera:before {
  content: "";
}

.idp-covered-food:before {
  content: "";
}

.idp-cubes-in-stack:before {
  content: "";
}

.idp-open-book:before {
  content: "";
}

.idp-package:before {
  content: "";
}

/* ==========================================================================
   Interface
   ========================================================================== */
hr {
  border-top-color: #d8e2e7;
  margin: 2em 0;
}
hr.dashed {
  border-top-style: dashed;
}
hr.margin-4 {
  margin: 4em 0;
}

/* ==========================================================================
   Dropdown
   ========================================================================== */
.btn.dropdown-toggle:after {
  top: 2px;
  position: relative;
}

.dropdown-toggle:after {
  top: 2px;
  position: relative;
}

.dropdown-menu {
  border-color: #d8e2e7;
  margin-top: 6px;
  font-size: 0.8125rem;
}
.dropup .dropdown-menu {
  margin-bottom: 6px;
}

.dropdown-menu-col {
  float: left;
  width: 50%;
}

.dropdown-header, .dropdown-item {
  padding: 4px 12px;
}

.dropdown-header {
  text-transform: uppercase;
  font-weight: 600;
  color: #6c7a86;
  font-size: 0.875rem;
}

.dropdown-item {
  font-size: 0.9375rem;
}
.dropdown-item .font-icon {
  margin: 0 8px 0 0;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  vertical-align: middle;
  line-height: 16px;
  position: relative;
  top: -1px;
}
.dropdown-item:hover, .dropdown-item.current {
  background: none;
  color: #a45095;
}
.dropdown-item:hover .font-icon, .dropdown-item.current .font-icon {
  color: #a45095;
}
.dropdown-item.no-nowrap {
  white-space: normal;
  line-height: 1.3;
}

.dropdown.dropdown-typical {
  position: relative;
}
.dropdown.dropdown-typical a.dropdown-toggle {
  color: #ffffff;
  font-weight: 400;
  padding-right: 15px;
  padding-left: 15px;
}
.dropdown.dropdown-typical a.dropdown-toggle:after, .dropdown.dropdown-typical a.dropdown-toggle .font-icon {
  transition: all 0.2s ease-in-out;
}
.dropdown.dropdown-typical a.dropdown-toggle:after {
  color: #ffffff;
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: relative;
  top: 2px;
}
.dropdown.dropdown-typical a.dropdown-toggle .font-icon {
  vertical-align: middle;
  margin: 0 6px 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: -1px;
}
.dropdown.dropdown-typical a.dropdown-toggle.dropdown-toggle-txt {
  font-weight: 400;
  color: #a45095;
  font-size: 0.9375rem;
}
.dropdown.dropdown-typical a.dropdown-toggle.dropdown-toggle-txt:after {
  display: none;
}
.dropdown.dropdown-typical.open a.dropdown-toggle,
.dropdown.dropdown-typical a.dropdown-toggle:hover {
  color: #a45095;
}
.dropdown.dropdown-typical.open a.dropdown-toggle:after, .dropdown.dropdown-typical.open a.dropdown-toggle .font-icon,
.dropdown.dropdown-typical a.dropdown-toggle:hover:after,
.dropdown.dropdown-typical a.dropdown-toggle:hover .font-icon {
  color: #a45095;
}
.dropdown.dropdown-typical .dropdown-header, .dropdown.dropdown-typical .dropdown-item {
  padding: 3px 14px;
}
.dropdown.dropdown-typical .dropdown-item {
  font-size: 0.9375rem;
}
.dropdown.dropdown-typical .dropdown-menu {
  margin-top: 2px;
  min-width: 100%;
}
.dropdown.dropdown-typical .dropdown-more {
  position: relative;
}
.dropdown.dropdown-typical .dropdown-more .dropdown-more-caption {
  padding: 3px 12px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  font-size: 15px;
}
.dropdown.dropdown-typical .dropdown-more .dropdown-more-caption:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #adb7be;
  transition: all 0.2s ease-in-out;
}
.dropdown.dropdown-typical .dropdown-more .dropdown-more-caption.padding {
  padding-left: 37px;
}
.dropdown.dropdown-typical .dropdown-more .dropdown-more-sub {
  display: none;
  position: absolute;
  top: -4px;
  left: 100%;
  padding: 0 0 0 4px;
  margin: 0 0 0 -3px;
}
.dropdown.dropdown-typical .dropdown-more .dropdown-more-sub-in {
  background: #fff;
  border: solid 1px #d8e2e7;
  border-left: none;
  border-radius: 0 3px 3px 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-caption {
  color: #a45095;
}
.dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-caption:before {
  border-left-color: #a45095;
}
.dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-sub {
  display: block;
}
.dropdown.dropdown-status {
  display: inline-block;
}
.dropdown.dropdown-status .btn.dropdown-toggle {
  height: 22px;
  font-size: 0.8125rem;
  padding: 0 7px;
}
.dropdown.dropdown-status .btn.dropdown-toggle.btn-danger {
  background-color: #fa1a20 !important;
  border-color: #fa1a20 !important;
}
.dropdown.dropdown-status .btn.dropdown-toggle.btn-primary {
  background-color: #a45095 !important;
  border-color: #a45095 !important;
}
.dropdown.dropdown-status .btn.dropdown-toggle.btn-success {
  background-color: #46c35f !important;
  border-color: #46c35f !important;
}
.dropdown.dropdown-status .btn.dropdown-toggle.btn-warning {
  background-color: #f29824 !important;
  border-color: #f29824 !important;
}
.dropdown.dropdown-status .dropdown-menu {
  margin-left: -5px;
}
.dropdown.dropdown-status .dropdown-menu a.dropdown-item {
  font-weight: 400;
  border: none;
}
.dropdown-toggle .caret {
  display: none;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
a.btn:hover, a.btn:focus {
  color: #fff;
}

.btn-square-icon {
  min-width: 80px;
  height: 60px;
  border: solid 1px #d8e2e7;
  background: #f6f8fa;
  padding: 4px 10px 0;
  color: #6c7a86;
  position: relative;
  margin: 0 6px 10px 0;
  vertical-align: middle;
  text-align: center;
}
.btn-square-icon .fa {
  display: block;
  margin: 0 0 2px;
}
.btn-square-icon .label {
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: absolute;
  right: -5px;
  top: -5px;
}
.btn-square-icon:hover {
  background-color: #f8f7f7;
}
.btn-square-icon.btn-square-icon-rounded {
  border-radius: 0.25rem;
}

a.btn-square-icon {
  display: inline-block;
  color: #6c7a86;
  padding-top: 11px;
}

.btn {
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875em;
}
.btn-lg, .btn-group-lg > .btn {
  border-radius: 2.688em;
}
.btn-sm, .btn-group-sm > .btn {
  border-radius: 2em;
  font-size: 0.688em;
}
.btn-square {
  border-radius: 0.2em !important;
  height: 0;
  padding: 50% 10px;
  display: flex !important;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: relative;
}
.btn-square span {
  display: block;
  text-align: center;
}
.btn-square span:first-of-type {
  font-size: 1.2em;
}
.btn-square i {
  font-size: 3em;
  margin: 10px;
}
.btn-icon {
  width: 100%;
  margin: 10px 0;
  border-radius: 2px;
  padding: 5px 14px 5px 35px;
  text-align: left;
  position: relative;
  word-wrap: break-word;
  text-overflow: ellipsis;
  cursor: default !important;
}
.btn-icon span {
  display: block;
  text-align: center;
}
.btn-icon span:first-of-type {
  font-size: 1.2em;
}
.btn-icon i {
  display: inline-block;
  background: #823f76;
  padding: 10px 7px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  z-index: 1;
}
.btn-icon i.indent {
  display: inline-block;
  background: transparent !important;
  padding: 2px;
  position: absolute;
  left: 13px;
  top: 0;
  color: #f17b02;
  z-index: 2;
  font-size: 0.6em;
}
.btn-action {
  border-radius: 0 !important;
  padding: 3px 0 !important;
  width: 25px;
  height: 25px;
}
.btn-action i {
  font-size: 16px;
}
.btn:hover {
  background-color: #f17b02;
  border-color: #f17b02;
  color: #fff;
}
.btn:active {
  background-color: #f17b02;
  border-color: #f17b02;
  box-shadow: none !important;
}
.btn:disabled, .btn.disabled {
  background-color: #dbe4ea;
  border-color: #dbe4ea;
  color: #6c7a86;
}
.btn.active {
  background-color: #a45095 !important;
  border-color: #a45095 !important;
  box-shadow: none !important;
}
.btn.active:hover {
  background-color: #934885;
  border-color: #934885;
}
.btn.btn-rounded {
  border-radius: 25rem;
}
.btn.dropdown-toggle, .btn.dropdown-toggle:focus, .btn.btn-grey {
  background-color: #dbe4ea;
  border-color: #dbe4ea;
  color: #6c7a86;
  transition: none;
}
.btn-group.open .btn.dropdown-toggle, .dropdown.open .btn.dropdown-toggle, .btn-group.open .btn.dropdown-toggle:focus, .dropdown.open .btn.dropdown-toggle:focus, .btn-group.open .btn.btn-grey, .dropdown.open .btn.btn-grey {
  color: #fff;
  background-color: #a45095;
  border-color: #a45095;
}
.btn-group.open .btn.dropdown-toggle:after, .dropdown.open .btn.dropdown-toggle:after, .btn-group.open .btn.dropdown-toggle:focus:after, .dropdown.open .btn.dropdown-toggle:focus:after, .btn-group.open .btn.btn-grey:after, .dropdown.open .btn.btn-grey:after {
  transform: rotate(180deg);
}
.btn-group.open .btn.dropdown-toggle.btn-default-outline, .dropdown.open .btn.dropdown-toggle.btn-default-outline, .btn-group.open .btn.dropdown-toggle:focus.btn-default-outline, .dropdown.open .btn.dropdown-toggle:focus.btn-default-outline, .btn-group.open .btn.btn-grey.btn-default-outline, .dropdown.open .btn.btn-grey.btn-default-outline {
  background-color: #d8e2e7;
  color: #919fa9;
  border-color: #d8e2e7;
}
.btn-group.open .btn.dropdown-toggle.btn-default-outline:hover, .dropdown.open .btn.dropdown-toggle.btn-default-outline:hover, .btn-group.open .btn.dropdown-toggle:focus.btn-default-outline:hover, .dropdown.open .btn.dropdown-toggle:focus.btn-default-outline:hover, .btn-group.open .btn.btn-grey.btn-default-outline:hover, .dropdown.open .btn.btn-grey.btn-default-outline:hover {
  background-color: #d8e2e7;
  color: #6c7a86 !important;
}
.btn.dropdown-toggle.btn-default-outline, .btn.dropdown-toggle:focus.btn-default-outline, .btn.btn-grey.btn-default-outline {
  color: #919fa9;
  border-color: #d8e2e7;
}
.btn.dropdown-toggle.btn-default-outline:hover, .btn.dropdown-toggle:focus.btn-default-outline:hover, .btn.btn-grey.btn-default-outline:hover {
  background-color: #d8e2e7;
  color: #6c7a86 !important;
}
.btn.btn-default, .btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-info, .btn.btn-warning, .btn.btn-danger {
  color: #fff !important;
}
.btn.btn-bordered {
  background-color: #fff;
}
.btn.btn-select {
  background: #fff;
  border-color: #d8e2e7;
  color: #343434;
  font-weight: 400;
}
.btn.btn-select:hover {
  background-color: #f6f8fa;
}
.btn.btn-inline {
  margin-right: 8px;
  margin-bottom: 8px;
}
.btn .font-icon-left {
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}

.btn-primary {
  background-color: #a45095;
  border-color: #a45095;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  background-color: #b261a3 !important;
  border-color: #b261a3 !important;
}
.btn-primary.gradient {
  background-image: -owg-linear-gradient(#a45095, #713766);
  background-image: linear-gradient(#a45095, #713766);
  border: 0;
}
.btn-primary.btn-icon i {
  background: #5f2f57;
}
.btn-primary .card-action button {
  background: #a45095 !important;
}

.btn-primary-outline {
  background-color: #fff;
  color: #a45095;
  border-color: #a45095;
}
.btn-primary-outline:focus {
  background-color: #fff;
}
.btn-primary-outline:hover {
  color: #fff !important;
  background-color: #a45095;
}

.btn-secondary {
  background-color: #f17b02;
  border-color: #f17b02;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
  background-color: #fd8a15 !important;
  border-color: #fd8a15 !important;
}
.btn-secondary.gradient {
  background-image: -owg-linear-gradient(#f17b02, #a55401);
  background-image: linear-gradient(#f17b02, #a55401);
  border: 0;
}
.btn-secondary.btn-icon i {
  background: #8c4701;
}
.btn-secondary .card-action button {
  background: #f17b02 !important;
}

.btn-secondary-outline {
  background-color: #fff;
  color: #f17b02;
  border-color: #f17b02;
}
.btn-secondary-outline:focus {
  background-color: #fff;
}
.btn-secondary-outline:hover {
  color: #fff !important;
  background-color: #f17b02;
}

.btn-success {
  background-color: #46c35f;
  border-color: #46c35f;
}
.btn-success:hover, .btn-success:active, .btn-success.active {
  background-color: #5dca73 !important;
  border-color: #5dca73 !important;
}
.btn-success.gradient {
  background-image: -owg-linear-gradient(#46c35f, #2e8e41);
  background-image: linear-gradient(#46c35f, #2e8e41);
  border: 0;
}
.btn-success.btn-icon i {
  background: #287b39;
}
.btn-success .card-action button {
  background: #46c35f !important;
}

.btn-success-outline {
  background-color: #fff;
  color: #46c35f;
  border-color: #46c35f;
}
.btn-success-outline:focus {
  background-color: #fff;
}
.btn-success-outline:hover {
  color: #fff !important;
  background-color: #46c35f;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover, .btn-info:active, .btn-info.active {
  background-color: #1abad3 !important;
  border-color: #1abad3 !important;
}
.btn-info.gradient {
  background-image: -owg-linear-gradient(#17a2b8, #0f6674);
  background-image: linear-gradient(#17a2b8, #0f6674);
  border: 0;
}
.btn-info.btn-icon i {
  background: #0c525d;
}
.btn-info .card-action button {
  background: #17a2b8 !important;
}

.btn-info-outline {
  background-color: #fff;
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info-outline:focus {
  background-color: #fff;
}
.btn-info-outline:hover {
  color: #fff !important;
  background-color: #17a2b8;
}

.btn-warning {
  background-color: #fed832;
  border-color: #fed832;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active {
  background-color: #fede50 !important;
  border-color: #fede50 !important;
}
.btn-warning.gradient {
  background-image: -owg-linear-gradient(#fed832, #e2b801);
  background-image: linear-gradient(#fed832, #e2b801);
  border: 0;
}
.btn-warning.btn-icon i {
  background: #c9a401;
}
.btn-warning .card-action button {
  background: #fed832 !important;
}

.btn-warning-outline {
  background-color: #fff;
  color: #fed832;
  border-color: #fed832;
}
.btn-warning-outline:focus {
  background-color: #fff;
}
.btn-warning-outline:hover {
  color: #fff !important;
  background-color: #fed832;
}

.btn-danger {
  background-color: #fa1a20;
  border-color: #fa1a20;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active {
  background-color: #fb383d !important;
  border-color: #fb383d !important;
}
.btn-danger.gradient {
  background-image: -owg-linear-gradient(#fa1a20, #c30409);
  background-image: linear-gradient(#fa1a20, #c30409);
  border: 0;
}
.btn-danger.btn-icon i {
  background: #aa0408;
}
.btn-danger .card-action button {
  background: #fa1a20 !important;
}

.btn-danger-outline {
  background-color: #fff;
  color: #fa1a20;
  border-color: #fa1a20;
}
.btn-danger-outline:focus {
  background-color: #fff;
}
.btn-danger-outline:hover {
  color: #fff !important;
  background-color: #fa1a20;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover, .btn-light:active, .btn-light.active {
  background-color: white !important;
  border-color: white !important;
}
.btn-light.gradient {
  background-image: -owg-linear-gradient(#f8f9fa, #cbd3da);
  background-image: linear-gradient(#f8f9fa, #cbd3da);
  border: 0;
}
.btn-light.btn-icon i {
  background: #bdc6d0;
}
.btn-light .card-action button {
  background: #f8f9fa !important;
}

.btn-light-outline {
  background-color: #fff;
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light-outline:focus {
  background-color: #fff;
}
.btn-light-outline:hover {
  color: #fff !important;
  background-color: #f8f9fa;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover, .btn-dark:active, .btn-dark.active {
  background-color: #424951 !important;
  border-color: #424951 !important;
}
.btn-dark.gradient {
  background-image: -owg-linear-gradient(#343a40, #121416);
  background-image: linear-gradient(#343a40, #121416);
  border: 0;
}
.btn-dark.btn-icon i {
  background: #060708;
}
.btn-dark .card-action button {
  background: #343a40 !important;
}

.btn-dark-outline {
  background-color: #fff;
  color: #343a40;
  border-color: #343a40;
}
.btn-dark-outline:focus {
  background-color: #fff;
}
.btn-dark-outline:hover {
  color: #fff !important;
  background-color: #343a40;
}

.btn-grey {
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-grey:hover, .btn-grey:active, .btn-grey.active {
  background-color: #bec4cb !important;
  border-color: #bec4cb !important;
}
.btn-grey.gradient {
  background-image: -owg-linear-gradient(#adb5bd, #838f9b);
  background-image: linear-gradient(#adb5bd, #838f9b);
  border: 0;
}
.btn-grey.btn-icon i {
  background: #748290;
}
.btn-grey .card-action button {
  background: #adb5bd !important;
}

.btn-grey-outline {
  background-color: #fff;
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-grey-outline:focus {
  background-color: #fff;
}
.btn-grey-outline:hover {
  color: #fff !important;
  background-color: #adb5bd;
}

/* ==========================================================================
   Labels
   ========================================================================== */
.label {
  font-size: 0.875rem;
  /*vertical-align: middle; position: relative; top: -.1em;*/
  font-weight: 600;
  background-color: #adb5bd;
}

label.titre {
  color: #f17b02;
  font-weight: bold;
}

.legend {
  display: inline-block;
  font-size: 0.8em;
  width: 100%;
  margin-bottom: 10px;
}

h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
  font-size: inherit;
}

.label-default {
  background-color: #6c7a86;
}

.label-danger {
  background-color: #fa1a20;
}

.label-primary {
  background-color: #a45095;
}

.label-success {
  background-color: #46c35f;
}

.label-default {
  background-color: #adb5bd;
}

.label-warning {
  background-color: #fdad2a;
}

.label-info {
  background-color: #7f428f;
}

.label-light-grey {
  background-color: #eceff4;
  color: #919fa9;
}

a.label-light-grey:hover {
  color: #fff;
  background-color: #a45095;
}

.label.label-pill.label-custom {
  padding: 3px 6px 2px;
  font-size: 0.8125rem;
}

/* ==========================================================================
   DATATABLE
   ========================================================================== */
table.dataTable {
  clear: both;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  max-width: none !important;
  border-collapse: separate !important;
  font-size: 14px;
}
table.dataTable tbody tr td {
  padding: 5px 6px;
}
table.dataTable tbody tr:hover td {
  border-top: 1px solid #f17b02;
  border-bottom: 1px solid #f17b02;
}
table.dataTable tbody tr:hover td:nth-last-child(2) {
  border-right: 1px solid #f17b02;
}
table.dataTable tbody tr:hover td:last-child {
  border-right: 0px solid #f17b02;
  border-top: 0;
  border-bottom: 0;
}
table.dataTable tbody tr:hover td:first-child {
  border-left: 1px solid #f17b02;
}

.dt-buttons {
  width: 100%;
}
.dt-buttons.btn-group {
  display: block;
}
.dt-buttons .btn.btn-secondary {
  background: none;
  color: #a45095 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  border: 0;
  float: right;
}
.dt-buttons .btn.btn-secondary:hover, .dt-buttons .btn.btn-secondary.focus {
  background: none !important;
  color: #7e3d8b !important;
  border: 0;
  font-weight: bold;
}
.dt-buttons .btn.dropdown-toggle {
  float: left;
  padding: 5px 0;
  margin: 0 25px 0 0;
}

div.dt-button-collection {
  display: block !important;
  justify-content: space-between;
  left: 0 !important;
  width: 100%;
  box-shadow: none !important;
  border: 0;
  border-radius: 0;
  padding: 15px 10px;
  background: #e9ecef;
}
div.dt-button-collection .dt-button {
  margin: 0 3px;
  background-color: white !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0;
  width: 19% !important;
  display: inline-block !important;
}
div.dt-button-collection .dt-button.active {
  background-color: #f17b02 !important;
  background-image: none !important;
  box-shadow: none !important;
}

.dt-button-background {
  background: none !important;
}

#table_filter {
  float: left;
  margin: 15px 0;
  font-size: 12px;
}
#table_filter input {
  margin: 0;
  font-size: 14px;
  border: 1px #dfe2e4 solid;
  border-radius: 0;
  padding: 2px 2px;
  border-bottom: 1px #a45095 solid;
}
#table_filter input:focus {
  border-bottom: 2px #f17b02 solid !important;
}

.avancee {
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  color: #bfb2c3;
}
.avancee:hover {
  color: #f17b02;
  text-decoration: underline;
}

.searchbar input {
  border: 1px #dfe2e4 solid;
  padding: 2px 2px;
  border-bottom: 1px #a45095 solid;
  color: #151515;
  font-size: 12px;
}
.searchbar input:focus {
  border-bottom: 2px #f17b02 solid;
}

div.dataTables_wrapper div.dataTables_processing {
  top: 50%;
  background-color: #a45095;
  border-color: #a45095;
  color: white;
  position: fixed;
  z-index: 1;
}

.dataTables_info {
  display: inline-block;
  float: left;
  font-size: 12px;
}

.top .dataTables_info {
  display: block;
  float: right;
  margin-top: 20px;
}

.dataTables_paginate {
  display: inline-block;
  float: right;
}

/* ==========================================================================
   Tables
   ========================================================================== */
.tbl-typical {
  width: 100%;
  border-collapse: collapse;
}
.tbl-typical th, .tbl-typical td {
  padding: 14px 15px;
}
.tbl-typical th[align=center], .tbl-typical td[align=center] {
  text-align: center;
}
.tbl-typical th {
  background: #ffffff;
  border-bottom: solid 0px #d8e2e7;
  padding: 0;
  font-weight: 400;
  color: #adb5bd;
  font-size: 1rem;
}
.tbl-typical th > div {
  position: relative;
  padding: 8px 15px;
}
.tbl-typical th > div:before {
  content: "";
  display: block;
  width: 1px;
  height: 85%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(216, 226, 231, 0) 0%, #d8e2e7 77%, #d8e2e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00d8e2e7", endColorstr="#d8e2e7",GradientType=0 );
}
.tbl-typical th:first-child > div:before {
  display: none;
}
.tbl-typical td {
  font-size: 0.9375rem;
}
.tbl-typical tr:nth-child(even) td {
  background: #fbfcfd;
}
.tbl-typical .label {
  margin-top: 2px;
  margin-bottom: 2px;
}

.table, .bootstrap-table .table, .fixed-table-body .table {
  font-size: 0.9375rem;
  margin-bottom: 0;
  background: #fff;
  border: 0;
}
.table th, .table td, .bootstrap-table .table th, .bootstrap-table .table td, .fixed-table-body .table th, .fixed-table-body .table td {
  vertical-align: middle;
  border: 0;
  padding: 11px 10px 10px;
  cursor: pointer;
}
.table th, .bootstrap-table .table th, .fixed-table-body .table th {
  font-weight: 200;
  color: #868e96;
}
.table tr:nth-child(odd) td, .bootstrap-table .table tr:nth-child(odd) td, .fixed-table-body .table tr:nth-child(odd) td {
  background: #fbfcfd;
}
.table tr:nth-child(even) td, .bootstrap-table .table tr:nth-child(even) td, .fixed-table-body .table tr:nth-child(even) td {
  background: #f6f8fa;
}
.table td, .bootstrap-table .table td, .fixed-table-body .table td {
  height: 50px;
}
.table thead th, .bootstrap-table .table thead th, .fixed-table-body .table thead th {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 9px;
  background: #ffffff;
}
.table thead th.table-check .checkbox, .bootstrap-table .table thead th.table-check .checkbox, .fixed-table-body .table thead th.table-check .checkbox {
  top: -2px;
}
.table .table-check, .bootstrap-table .table .table-check, .fixed-table-body .table .table-check {
  width: 30px;
  padding-right: 0;
  padding-left: 15px;
  padding-top: 10px;
}
.table .table-check .checkbox, .bootstrap-table .table .table-check .checkbox, .fixed-table-body .table .table-check .checkbox {
  float: right;
  top: -1px;
}
.table .table-date, .bootstrap-table .table .table-date, .fixed-table-body .table .table-date {
  text-align: right;
  white-space: nowrap;
  width: 10px;
  color: #919fa9;
}
.table .table-date .font-icon, .bootstrap-table .table .table-date .font-icon, .fixed-table-body .table .table-date .font-icon {
  vertical-align: middle;
  margin: 0 0 0 3px;
  position: relative;
  top: 1px;
  font-size: 0.875rem;
}
.table .table-photo, .bootstrap-table .table .table-photo, .fixed-table-body .table .table-photo {
  padding-right: 15px;
  width: 22px;
  padding-top: 10px;
}
.table .table-photo img, .bootstrap-table .table .table-photo img, .fixed-table-body .table .table-photo img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.table .table-icon-cell, .bootstrap-table .table .table-icon-cell, .fixed-table-body .table .table-icon-cell {
  color: #919fa9;
}
.table .table-icon-cell .font-icon, .bootstrap-table .table .table-icon-cell .font-icon, .fixed-table-body .table .table-icon-cell .font-icon {
  position: relative;
}
.table td.table-icon-cell, .bootstrap-table .table td.table-icon-cell, .fixed-table-body .table td.table-icon-cell {
  padding-bottom: 10px;
}
.table td.table-icon-cell .font-icon, .bootstrap-table .table td.table-icon-cell .font-icon, .fixed-table-body .table td.table-icon-cell .font-icon {
  top: 1px;
}
.table th.table-icon-cell .font-icon, .bootstrap-table .table th.table-icon-cell .font-icon, .fixed-table-body .table th.table-icon-cell .font-icon {
  top: 2px;
}
.table a, .bootstrap-table .table a, .fixed-table-body .table a {
  border-bottom: solid 1px fade(#a45095, 50%);
  position: relative;
  top: -1px;
}
.table a:hover, .bootstrap-table .table a:hover, .fixed-table-body .table a:hover {
  border-bottom-color: transparent;
}

table.dataTable tr.selected, table.dataTable tr.selected .sorting_1 {
  background-color: #a45095 !important;
}
table.dataTable tr.selected:nth-child(even) td, table.dataTable tr.selected .sorting_1:nth-child(even) td {
  background: #a45095;
}
table.dataTable tr.selected:nth-child(odd) td, table.dataTable tr.selected .sorting_1:nth-child(odd) td {
  background: #a45095;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #ae69c1;
}

.table.table-sm td {
  height: auto;
  padding: 8px 10px;
}

.table.table-xs td {
  height: auto;
  padding: 5px 10px;
}

.bootstrap-table-header {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px !important;
  position: relative;
  top: 1px;
}

.table td {
  padding-bottom: 8px;
}

.table.font-16 {
  font-size: 1rem;
}

.table-hover tbody tr:hover {
  background: #fbfcfd;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #fbfcfd;
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: #f8f7f7;
}

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

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

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

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

.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #ece9e9;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #daf3dc;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbeace;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fdd4d4;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #cbeefd;
}

.peity {
  vertical-align: middle;
}

.bar-chart-wrapper {
  position: relative;
  padding: 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.bar-chart-wrapper .val {
  position: absolute;
  font-size: 0.6875rem;
  color: #919fa9;
  top: 0;
  line-height: 1;
}
.bar-chart-wrapper .val.left {
  left: 0;
}
.bar-chart-wrapper .val.right {
  right: 0;
}

.table-responsive .bootstrap-table {
  min-width: 700px;
  overflow-y: hidden;
}
.bootstrap-table .fixed-table-toolbar {
  padding: 20px 15px 0;
  zoom: 1;
}
.bootstrap-table .fixed-table-toolbar:before, .bootstrap-table .fixed-table-toolbar:after {
  content: " ";
  display: table;
}
.bootstrap-table .fixed-table-toolbar:after {
  clear: both;
}
.bootstrap-table .fixed-table-toolbar h1, .bootstrap-table .fixed-table-toolbar h2, .bootstrap-table .fixed-table-toolbar h3, .bootstrap-table .fixed-table-toolbar h4, .bootstrap-table .fixed-table-toolbar h5, .bootstrap-table .fixed-table-toolbar h6 {
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.4;
}
.bootstrap-table .fixed-table-toolbar .btn.remove {
  height: 32px;
  padding: 0 8px;
  font-size: 1rem;
  line-height: 30px;
}
.bootstrap-table .fixed-table-toolbar .btn.remove .font-icon {
  line-height: 32px;
  font-size: 12px;
  vertical-align: top;
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}
.bootstrap-table .fixed-table-toolbar .bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.bootstrap-table .fixed-table-toolbar .bars {
  float: left;
  padding-bottom: 15px;
  line-height: 32px;
}
.bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {
  float: right;
  padding-bottom: 20px;
}
.bootstrap-table .fixed-table-toolbar .search {
  width: 220px;
}
.bootstrap-table .fixed-table-toolbar .search .form-control {
  height: 32px;
  font-size: 0.875rem;
  border-radius: 25rem;
  padding: 8px 10px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .bootstrap-table .fixed-table-toolbar .search {
    width: 130px;
  }
}
.bootstrap-table .fixed-table-toolbar .columns {
  margin-left: 10px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn {
  height: 32px;
  background: none !important;
  border: none !important;
  color: #adb5bd !important;
  padding: 0 7px;
  line-height: 32px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn:hover {
  color: #a45095 !important;
}
.bootstrap-table .fixed-table-toolbar .columns .btn .font-icon {
  vertical-align: middle;
  line-height: 32px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn .font-icon-arrow-square-down.up:before {
  content: "-";
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-toggle:after {
  margin-left: 0;
  margin-right: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-toggle .caret {
  display: none;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group.open .btn {
  color: #a45095 !important;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  font-size: 0.9375rem;
  min-width: 0;
  white-space: nowrap;
  padding: 15px;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu li + li {
  margin-top: 6px;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu .checkbox {
  margin: 0;
  padding: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu .checkbox label {
  line-height: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu a {
  display: block;
  padding: 5px 10px;
  color: #343434;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu a:hover {
  color: #a45095;
}
.bootstrap-table .table {
  padding: 0 !important;
  border-bottom-color: #d8e2e7;
}
.bootstrap-table .table, .bootstrap-table th, .bootstrap-table td, .bootstrap-table thead {
  border-radius: 0 !important;
}
.bootstrap-table .table > thead > tr > th,
.bootstrap-table .table td {
  border-color: #d8e2e7;
  border-top: solid 1px #d8e2e7 !important;
}
.bootstrap-table .table .bs-checkbox .checkbox {
  margin: 0 auto;
}
.bootstrap-table .card-view {
  padding: 3px 0 3px 7px;
  line-height: 22px;
}
.bootstrap-table .card-view .title, .bootstrap-table .card-view .value {
  vertical-align: top;
  zoom: 1;
}
.bootstrap-table .card-view .title:before, .bootstrap-table .card-view .title:after, .bootstrap-table .card-view .value:before, .bootstrap-table .card-view .value:after {
  content: " ";
  display: table;
}
.bootstrap-table .card-view .title:after, .bootstrap-table .card-view .value:after {
  clear: both;
}
.bootstrap-table .card-view .value {
  display: inline-block;
}
.bootstrap-table .card-view a.remove, .bootstrap-table .card-view a.like {
  line-height: 22px !important;
  height: 22px !important;
  float: left;
  padding-top: 2px !important;
  text-align: left;
  margin: 0 10px 0 0 !important;
}
.bootstrap-table .fixed-table-container {
  border: none;
  border-radius: 0;
}
.bootstrap-table .fixed-table-container thead th .th-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  color: #6c7a86;
}
.bootstrap-table .fixed-table-container thead th .both {
  background-image: url("${path-images}/bst-sort.png");
}
.bootstrap-table .fixed-table-container thead th .desc {
  background-image: url("${path-images}/bst-down.png");
}
.bootstrap-table .fixed-table-container thead th .asc {
  background-image: url("${path-images}/bst-up.png");
}
.bootstrap-table .fixed-table-container thead th.detail,
.bootstrap-table .fixed-table-container thead th.bs-checkbox {
  width: 46px !important;
}
.bootstrap-table .fixed-table-container a.like, .bootstrap-table .fixed-table-container a.remove, .bootstrap-table .fixed-table-container a.detail-icon {
  border: none;
  color: #adb5bd;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  position: static;
  top: 0;
}
.bootstrap-table .fixed-table-container a.like .font-icon, .bootstrap-table .fixed-table-container a.remove .font-icon, .bootstrap-table .fixed-table-container a.detail-icon .font-icon {
  line-height: inherit;
  vertical-align: middle;
}
.bootstrap-table .fixed-table-container a.like:hover, .bootstrap-table .fixed-table-container a.remove:hover, .bootstrap-table .fixed-table-container a.detail-icon:hover {
  color: #a45095;
}
.bootstrap-table .fixed-table-container a.detail-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
.bootstrap-table .fixed-table-container a.detail-icon .font-icon-minus-1 {
  color: #a45095;
}
.bootstrap-table .fixed-table-container a.remove, .bootstrap-table .fixed-table-container a.like {
  margin: 0 5px;
  line-height: 20px;
  display: inline-block;
  padding-top: 4px;
}
.bootstrap-table .fixed-table-container a.like {
  padding-top: 5px;
}
.bootstrap-table .fixed-table-pagination {
  zoom: 1;
  font-size: 0.8125rem;
  padding: 5px 15px;
}
.bootstrap-table .fixed-table-pagination:before, .bootstrap-table .fixed-table-pagination:after {
  content: " ";
  display: table;
}
.bootstrap-table .fixed-table-pagination:after {
  clear: both;
}
.bootstrap-table .fixed-table-pagination .pagination-detail {
  float: left;
  line-height: 32px;
}
.bootstrap-table .fixed-table-pagination .pagination-info {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.bootstrap-table .fixed-table-pagination .page-list {
  vertical-align: top;
}
.bootstrap-table .fixed-table-pagination .page-list .btn-group {
  margin-right: 8px;
  vertical-align: top;
}
.bootstrap-table .fixed-table-pagination .btn.dropdown-toggle {
  background: #fff !important;
  color: #343434 !important;
  border-color: #d8e2e7 !important;
  font-weight: 400;
  font-size: 0.8125rem;
  height: 32px;
  padding: 0 10px;
}
.bootstrap-table .fixed-table-pagination .btn.dropdown-toggle .caret {
  display: none;
}
.bootstrap-table .fixed-table-pagination .dropdown-menu {
  min-width: 100%;
  text-align: center;
  margin-bottom: 2px;
  line-height: normal;
}
.bootstrap-table .fixed-table-pagination .dropdown-menu a {
  display: block;
  padding: 5px 10px;
}
.bootstrap-table .fixed-table-pagination div.pagination {
  float: right;
}
.bootstrap-table .fixed-table-pagination ul.pagination {
  zoom: 1;
  display: block;
}
.bootstrap-table .fixed-table-pagination ul.pagination:before, .bootstrap-table .fixed-table-pagination ul.pagination:after {
  content: " ";
  display: table;
}
.bootstrap-table .fixed-table-pagination ul.pagination:after {
  clear: both;
}
.bootstrap-table .fixed-table-pagination ul.pagination li {
  float: left;
}
.bootstrap-table .fixed-table-pagination ul.pagination a {
  display: block;
  height: 32px;
  padding: 0 5px;
  text-align: center;
  min-width: 32px;
  border: solid 1px transparent;
  border-radius: 0.25rem;
  line-height: 30px;
  color: #6c7a86;
}
.bootstrap-table .fixed-table-pagination ul.pagination a:hover {
  color: #a45095;
}
.bootstrap-table .fixed-table-pagination ul.pagination li.active a {
  border-color: #d8e2e7;
  color: #6c7a86;
}
.bootstrap-table .fixed-table-pagination ul.pagination li.page-pre .font-icon, .bootstrap-table .fixed-table-pagination ul.pagination li.page-next .font-icon {
  line-height: 32px;
  transition: all 0.2s ease-in-out;
  color: fade(#adb5bd, 70%);
}
.bootstrap-table .fixed-table-pagination ul.pagination li.page-pre a:hover .font-icon, .bootstrap-table .fixed-table-pagination ul.pagination li.page-next a:hover .font-icon {
  color: #a45095;
}
.bootstrap-table .fixed-table-pagination ul.pagination li.page-pre {
  margin-right: 10px;
}
.bootstrap-table .fixed-table-pagination ul.pagination li.page-next {
  margin-left: 10px;
}
.bootstrap-table .valign-top {
  vertical-align: top !important;
}
.bootstrap-table .filterControl {
  margin: 0 10px 10px !important;
}
.bootstrap-table .fixed-table-body-columns {
  margin-top: -1px;
}

/* ==========================================================================
   User row
   ========================================================================== */
.user-card-row {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.user-card-row p {
  margin: 0;
}
.user-card-row a {
  transition: none;
}
.user-card-row .tbl-cell.tbl-cell-photo {
  width: 42px;
  padding-right: 10px;
}
.user-card-row .tbl-cell.tbl-cell-photo img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.user-card-row .tbl-cell.tbl-cell-photo.tbl-cell-photo-64 {
  width: 74px;
}
.user-card-row .tbl-cell.tbl-cell-photo.tbl-cell-photo-64 img {
  width: 64px;
  height: 64px;
}
.user-card-row .tbl-cell.tbl-cell-date {
  white-space: nowrap;
  width: 20px;
  padding-left: 10px;
  color: #6c7a86;
}
.user-card-row .tbl-cell.tbl-cell-status {
  font-weight: 600;
  text-align: right;
}
.user-card-row .tbl-cell.tbl-cell-status .font-icon {
  color: #919fa9;
  font-size: 0.9375rem;
}
.user-card-row .tbl-cell.tbl-cell-status .font-icon.active {
  color: #f18482;
}
.user-card-row .tbl-cell.tbl-cell-action {
  width: 20px;
  white-space: nowrap;
  padding-left: 10px;
  vertical-align: middle;
}
.user-card-row .user-card-row-name {
  font-weight: 600;
  color: #343434;
}
.user-card-row .user-card-row-name a {
  color: #343434;
}
.user-card-row .user-card-row-name a:hover {
  color: #f17b02;
}
.user-card-row .user-card-row-mail a {
  color: #6c7a86;
}
.user-card-row .user-card-row-mail a:hover {
  color: #a45095;
}
.user-card-row .user-card-row-location,
.user-card-row .user-card-row-status {
  color: #6c7a86;
}
.user-card-row .user-card-row-location a,
.user-card-row .user-card-row-status a {
  text-decoration: none;
  color: #6c7a86;
  border-bottom: solid 1px fade(#6c7a86, 30%);
}
.user-card-row .user-card-row-location a:hover,
.user-card-row .user-card-row-status a:hover {
  border-bottom-color: transparent;
}
.box-typical-full-screen .user-card-row {
  font-size: 1rem;
}

.box-typical {
  background: #fff;
}

.box-typical.box-typical-padding {
  padding: 20px 15px;
}

.status-online:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 4px;
  background: #46c35f;
}

/* ==========================================================================
   Progress bars
   ========================================================================== */
.circle-progress-bar {
  width: 56px;
  background: #fff;
  position: fixed;
  left: 72px;
  bottom: 35px;
  z-index: 90;
  border-radius: 50%;
}
.with-side-menu-compact .circle-progress-bar {
  left: 22px;
}
@media (max-width: 1199px) {
  .with-side-menu-compact .circle-progress-bar {
    left: 50% !important;
    margin-left: -28px !important;
  }
}
@media (max-width: 1056px) {
  .circle-progress-bar {
    left: 50% !important;
    margin-left: -28px !important;
  }
}

.circle-progress-bar-typical {
  width: 168px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.circle-progress-bar-typical .pie_progress__number {
  font-size: 3rem;
  font-weight: 600;
}
.circle-progress-bar-typical.size-56 {
  width: 56px;
}
.circle-progress-bar-typical.size-56 .pie_progress__number {
  font-size: 1rem;
}

.progress {
  background-color: #f8f7f7;
  color: #a45095;
  height: 12px;
}
.progress.progress-no-margin {
  margin: 0;
}

.progress-bar {
  border-radius: 0;
  background-color: #a45095;
  height: 12px;
  font-size: 11px;
  line-height: 13px;
}

.progress-primary {
  background: #a45095;
}
@media screen and (min-width: 0) {
  .progress-primary .progress-bar {
    background-color: #a45095;
  }
}

.progress-secondary {
  background: #f17b02;
}
@media screen and (min-width: 0) {
  .progress-secondary .progress-bar {
    background-color: #f17b02;
  }
}

.progress-success {
  background: #46c35f;
}
@media screen and (min-width: 0) {
  .progress-success .progress-bar {
    background-color: #46c35f;
  }
}

.progress-info {
  background: #17a2b8;
}
@media screen and (min-width: 0) {
  .progress-info .progress-bar {
    background-color: #17a2b8;
  }
}

.progress-warning {
  background: #fed832;
}
@media screen and (min-width: 0) {
  .progress-warning .progress-bar {
    background-color: #fed832;
  }
}

.progress-danger {
  background: #fa1a20;
}
@media screen and (min-width: 0) {
  .progress-danger .progress-bar {
    background-color: #fa1a20;
  }
}

.progress-light {
  background: #f8f9fa;
}
@media screen and (min-width: 0) {
  .progress-light .progress-bar {
    background-color: #f8f9fa;
  }
}

.progress-dark {
  background: #343a40;
}
@media screen and (min-width: 0) {
  .progress-dark .progress-bar {
    background-color: #343a40;
  }
}

.progress-grey {
  background: #adb5bd;
}
@media screen and (min-width: 0) {
  .progress-grey .progress-bar {
    background-color: #adb5bd;
  }
}

.progress.password {
  margin-top: 10px;
}
.progress.password span {
  position: absolute;
  right: 5px;
  color: black;
  display: inline-block;
  text-align: right;
  padding: 0 10px;
}

.progress-with-amount {
  position: relative;
  padding-right: 40px;
}
.progress-with-amount .progress-with-amount-number {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 16px;
  color: #919fa9;
}

.progress-steps {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
.progress-steps:before, .progress-steps:after {
  content: " ";
  display: table;
}
.progress-steps:after {
  clear: both;
}
.progress-steps .progress-step {
  float: left;
  height: 20px;
  width: 38px;
  border: solid 2px #c5d6de;
  background: #f8f7f7;
}
.progress-steps .progress-step:not(:first-child) {
  border-left: none;
}
.progress-steps .progress-step:first-child {
  border-radius: 25rem 0 0 25rem;
}
.progress-steps .progress-step:last-child {
  border-radius: 0 25rem 25rem 0;
}
.progress-steps .progress-step.active {
  border-color: #a45095;
  background-color: fade(#a45095, 50%);
}

.progress-steps-caption {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  color: #6c7a86;
  margin: 0 0 0 10px;
  font-weight: 600;
}

.progress-compact-style .progress {
  background-color: #f6f8fa;
  height: 5px;
  border-radius: 0;
  margin: 0 0 0.4rem;
}
.progress-compact-style .progress-bar {
  border-radius: 0;
}
.progress-compact-style .progress-compact-style-label {
  font-size: 0.6875rem;
}
.progress-compact-style.progress-with-amount {
  padding-right: 30px;
}
.progress-compact-style .progress-with-amount-number {
  font-size: 0.6875rem;
  top: -5px;
}
.progress-compact-style .progress-header {
  zoom: 1;
  padding: 0 0 5px;
}
.progress-compact-style .progress-header:before, .progress-compact-style .progress-header:after {
  content: " ";
  display: table;
}
.progress-compact-style .progress-header:after {
  clear: both;
}
.progress-compact-style .progress-lbl {
  float: left;
}
.progress-compact-style .progress-val {
  float: right;
  color: #919fa9;
}

/* ==========================================================================
   Alerts
   ========================================================================== */
.alert {
  padding: 8px 10px;
  color: #343434;
  font-size: 1rem;
  box-shadow: none;
  position: relative;
}
.alert strong, .alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  font-weight: 600;
}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.alert.alert-close {
  padding-right: 35px;
}
.alert .close {
  color: #a45095;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 5px !important;
  padding: 0;
}
.alert .close:hover {
  opacity: 1;
}
.alert [data-notify=title] {
  display: block;
  font-weight: 600;
}
.alert [data-notify=icon] {
  color: #a45095;
  float: left;
  margin: 0 5px -2px 0;
}
.alert [data-notify=icon].glyphicon {
  top: 3px;
}
.alert ul {
  margin: 5px 0 0 10px;
}
.alert ul li {
  position: relative;
  padding: 0 0 0 14px;
}
.alert ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  border: solid 2px #343434;
}
.alert .font-icon-inline {
  margin: 0 3px 0 0;
  position: relative;
  top: 1px;
}
.alert.alert-icon {
  padding-left: 35px;
}
.alert.alert-icon .font-icon {
  position: absolute;
  left: 11px;
  top: 9px;
}
.alert .alert-btns {
  padding: 10px 0 0;
}
.alert .alert-btns .btn {
  margin: 0 10px 5px 0;
}
.alert.alert-no-border {
  border-color: transparent !important;
}
.alert.alert-no-border .close {
  opacity: 1;
}
.alert.alert-no-border .close:hover {
  opacity: 0.5;
}
.alert.alert-border-left {
  border-color: transparent !important;
  border-left: solid 4px #343434 !important;
}
.alert.alert-border-left .close {
  opacity: 1;
}
.alert.alert-border-left .close:hover {
  opacity: 0.5;
}
.alert.alert-fill {
  color: #fff !important;
}
.alert.alert-fill .font-icon-inline {
  color: #fff !important;
}
.alert.alert-fill ul li:before {
  border-color: #fff !important;
}
.alert.alert-fill .close {
  color: #fff !important;
  opacity: 1;
  text-shadow: none;
}
.alert.alert-fill .close:hover {
  opacity: 0.5;
}
.alert.alert-fill .alert-btns .btn {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
.alert.alert-fill .alert-btns .btn:hover {
  background-color: #fff !important;
}
.alert.alert-avatar {
  padding-left: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert.alert-avatar .close {
  top: 10px !important;
}
.alert.alert-avatar .avatar-preview {
  position: absolute;
  left: 10px;
  top: 9px;
}
.alert.alert-primary {
  border-color: #a45095;
  background-color: #a45095;
}
.alert.alert-primary .close, .alert.alert-primary [data-notify=icon], .ui-pnotify .alert.alert-primary, .alert.alert-primary.alert-icon .font-icon,
.alert.alert-primary .font-icon-inline {
  color: #a45095;
}
.alert.alert-primary.alert-txt-colored, .alert.alert-primary.alert-border-left {
  color: #89437c;
}
.alert.alert-primary.alert-no-border {
  background-color: #b96eab;
}
.alert.alert-primary.alert-fill {
  background-color: #a45095;
}
.alert.alert-primary.alert-fill .alert-btns .btn:hover {
  color: #a45095 !important;
}
.alert.alert-primary.alert-fill.alert-border-left {
  border-left-color: #823f76 !important;
}
.alert.alert-primary .alert-btns .btn {
  background-color: transparent;
  color: #a45095;
  border-color: #a45095;
}
.alert.alert-primary .alert-btns .btn:hover {
  color: #fff;
  background-color: #a45095;
}
.alert.alert-primary ul li:before {
  border-color: #a45095;
}
.alert.alert-primary.alert-border-left {
  border-left-color: #a45095 !important;
}
.alert.alert-secondary {
  border-color: #f17b02;
  background-color: #f17b02;
}
.alert.alert-secondary .close, .alert.alert-secondary [data-notify=icon], .ui-pnotify .alert.alert-secondary, .alert.alert-secondary.alert-icon .font-icon,
.alert.alert-secondary .font-icon-inline {
  color: #f17b02;
}
.alert.alert-secondary.alert-txt-colored, .alert.alert-secondary.alert-border-left {
  color: #c96602;
}
.alert.alert-secondary.alert-no-border {
  background-color: #fd9429;
}
.alert.alert-secondary.alert-fill {
  background-color: #f17b02;
}
.alert.alert-secondary.alert-fill .alert-btns .btn:hover {
  color: #f17b02 !important;
}
.alert.alert-secondary.alert-fill.alert-border-left {
  border-left-color: #be6102 !important;
}
.alert.alert-secondary .alert-btns .btn {
  background-color: transparent;
  color: #f17b02;
  border-color: #f17b02;
}
.alert.alert-secondary .alert-btns .btn:hover {
  color: #fff;
  background-color: #f17b02;
}
.alert.alert-secondary ul li:before {
  border-color: #f17b02;
}
.alert.alert-secondary.alert-border-left {
  border-left-color: #f17b02 !important;
}
.alert.alert-success {
  border-color: #46c35f;
  background-color: #46c35f;
}
.alert.alert-success .close, .alert.alert-success [data-notify=icon], .ui-pnotify .alert.alert-success, .alert.alert-success.alert-icon .font-icon,
.alert.alert-success .font-icon-inline {
  color: #46c35f;
}
.alert.alert-success.alert-txt-colored, .alert.alert-success.alert-border-left {
  color: #37a94e;
}
.alert.alert-success.alert-no-border {
  background-color: #6dcf80;
}
.alert.alert-success.alert-fill {
  background-color: #46c35f;
}
.alert.alert-success.alert-fill .alert-btns .btn:hover {
  color: #46c35f !important;
}
.alert.alert-success.alert-fill.alert-border-left {
  border-left-color: #34a24a !important;
}
.alert.alert-success .alert-btns .btn {
  background-color: transparent;
  color: #46c35f;
  border-color: #46c35f;
}
.alert.alert-success .alert-btns .btn:hover {
  color: #fff;
  background-color: #46c35f;
}
.alert.alert-success ul li:before {
  border-color: #46c35f;
}
.alert.alert-success.alert-border-left {
  border-left-color: #46c35f !important;
}
.alert.alert-info {
  border-color: #17a2b8;
  background-color: #17a2b8;
}
.alert.alert-info .close, .alert.alert-info [data-notify=icon], .ui-pnotify .alert.alert-info, .alert.alert-info.alert-icon .font-icon,
.alert.alert-info .font-icon-inline {
  color: #17a2b8;
}
.alert.alert-info.alert-txt-colored, .alert.alert-info.alert-border-left {
  color: #128294;
}
.alert.alert-info.alert-no-border {
  background-color: #1fc8e3;
}
.alert.alert-info.alert-fill {
  background-color: #17a2b8;
}
.alert.alert-info.alert-fill .alert-btns .btn:hover {
  color: #17a2b8 !important;
}
.alert.alert-info.alert-fill.alert-border-left {
  border-left-color: #117a8b !important;
}
.alert.alert-info .alert-btns .btn {
  background-color: transparent;
  color: #17a2b8;
  border-color: #17a2b8;
}
.alert.alert-info .alert-btns .btn:hover {
  color: #fff;
  background-color: #17a2b8;
}
.alert.alert-info ul li:before {
  border-color: #17a2b8;
}
.alert.alert-info.alert-border-left {
  border-left-color: #17a2b8 !important;
}
.alert.alert-warning {
  border-color: #fed832;
  background-color: #fed832;
}
.alert.alert-warning .close, .alert.alert-warning [data-notify=icon], .ui-pnotify .alert.alert-warning, .alert.alert-warning.alert-icon .font-icon,
.alert.alert-warning .font-icon-inline {
  color: #fed832;
}
.alert.alert-warning.alert-txt-colored, .alert.alert-warning.alert-border-left {
  color: #fed009;
}
.alert.alert-warning.alert-no-border {
  background-color: #fee265;
}
.alert.alert-warning.alert-fill {
  background-color: #fed832;
}
.alert.alert-warning.alert-fill .alert-btns .btn:hover {
  color: #fed832 !important;
}
.alert.alert-warning.alert-fill.alert-border-left {
  border-left-color: #fccd01 !important;
}
.alert.alert-warning .alert-btns .btn {
  background-color: transparent;
  color: #fed832;
  border-color: #fed832;
}
.alert.alert-warning .alert-btns .btn:hover {
  color: #fff;
  background-color: #fed832;
}
.alert.alert-warning ul li:before {
  border-color: #fed832;
}
.alert.alert-warning.alert-border-left {
  border-left-color: #fed832 !important;
}
.alert.alert-danger {
  border-color: #fa1a20;
  background-color: #fa1a20;
}
.alert.alert-danger .close, .alert.alert-danger [data-notify=icon], .ui-pnotify .alert.alert-danger, .alert.alert-danger.alert-icon .font-icon,
.alert.alert-danger .font-icon-inline {
  color: #fa1a20;
}
.alert.alert-danger.alert-txt-colored, .alert.alert-danger.alert-border-left {
  color: #e6050b;
}
.alert.alert-danger.alert-no-border {
  background-color: #fb4c51;
}
.alert.alert-danger.alert-fill {
  background-color: #fa1a20;
}
.alert.alert-danger.alert-fill .alert-btns .btn:hover {
  color: #fa1a20 !important;
}
.alert.alert-danger.alert-fill.alert-border-left {
  border-left-color: #dc050b !important;
}
.alert.alert-danger .alert-btns .btn {
  background-color: transparent;
  color: #fa1a20;
  border-color: #fa1a20;
}
.alert.alert-danger .alert-btns .btn:hover {
  color: #fff;
  background-color: #fa1a20;
}
.alert.alert-danger ul li:before {
  border-color: #fa1a20;
}
.alert.alert-danger.alert-border-left {
  border-left-color: #fa1a20 !important;
}
.alert.alert-light {
  border-color: #f8f9fa;
  background-color: #f8f9fa;
}
.alert.alert-light .close, .alert.alert-light [data-notify=icon], .ui-pnotify .alert.alert-light, .alert.alert-light.alert-icon .font-icon,
.alert.alert-light .font-icon-inline {
  color: #f8f9fa;
}
.alert.alert-light.alert-txt-colored, .alert.alert-light.alert-border-left {
  color: #e0e5e9;
}
.alert.alert-light.alert-no-border {
  background-color: white;
}
.alert.alert-light.alert-fill {
  background-color: #f8f9fa;
}
.alert.alert-light.alert-fill .alert-btns .btn:hover {
  color: #f8f9fa !important;
}
.alert.alert-light.alert-fill.alert-border-left {
  border-left-color: #dae0e5 !important;
}
.alert.alert-light .alert-btns .btn {
  background-color: transparent;
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.alert.alert-light .alert-btns .btn:hover {
  color: #fff;
  background-color: #f8f9fa;
}
.alert.alert-light ul li:before {
  border-color: #f8f9fa;
}
.alert.alert-light.alert-border-left {
  border-left-color: #f8f9fa !important;
}
.alert.alert-dark {
  border-color: #343a40;
  background-color: #343a40;
}
.alert.alert-dark .close, .alert.alert-dark [data-notify=icon], .ui-pnotify .alert.alert-dark, .alert.alert-dark.alert-icon .font-icon,
.alert.alert-dark .font-icon-inline {
  color: #343a40;
}
.alert.alert-dark.alert-txt-colored, .alert.alert-dark.alert-border-left {
  color: #222629;
}
.alert.alert-dark.alert-no-border {
  background-color: #4b545c;
}
.alert.alert-dark.alert-fill {
  background-color: #343a40;
}
.alert.alert-dark.alert-fill .alert-btns .btn:hover {
  color: #343a40 !important;
}
.alert.alert-dark.alert-fill.alert-border-left {
  border-left-color: #1d2124 !important;
}
.alert.alert-dark .alert-btns .btn {
  background-color: transparent;
  color: #343a40;
  border-color: #343a40;
}
.alert.alert-dark .alert-btns .btn:hover {
  color: #fff;
  background-color: #343a40;
}
.alert.alert-dark ul li:before {
  border-color: #343a40;
}
.alert.alert-dark.alert-border-left {
  border-left-color: #343a40 !important;
}
.alert.alert-grey {
  border-color: #adb5bd;
  background-color: #adb5bd;
}
.alert.alert-grey .close, .alert.alert-grey [data-notify=icon], .ui-pnotify .alert.alert-grey, .alert.alert-grey.alert-icon .font-icon,
.alert.alert-grey .font-icon-inline {
  color: #adb5bd;
}
.alert.alert-grey.alert-txt-colored, .alert.alert-grey.alert-border-left {
  color: #96a1ab;
}
.alert.alert-grey.alert-no-border {
  background-color: #c9cfd4;
}
.alert.alert-grey.alert-fill {
  background-color: #adb5bd;
}
.alert.alert-grey.alert-fill .alert-btns .btn:hover {
  color: #adb5bd !important;
}
.alert.alert-grey.alert-fill.alert-border-left {
  border-left-color: #919ca6 !important;
}
.alert.alert-grey .alert-btns .btn {
  background-color: transparent;
  color: #adb5bd;
  border-color: #adb5bd;
}
.alert.alert-grey .alert-btns .btn:hover {
  color: #fff;
  background-color: #adb5bd;
}
.alert.alert-grey ul li:before {
  border-color: #adb5bd;
}
.alert.alert-grey.alert-border-left {
  border-left-color: #adb5bd !important;
}
.alert.alert-facebook, .alert.alert-google-plus, .alert.alert-twitter, .alert.alert-linkedin {
  color: #fff;
  padding-left: 50px;
}
.alert.alert-facebook .close, .alert.alert-google-plus .close, .alert.alert-twitter .close, .alert.alert-linkedin .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.alert.alert-facebook .close:hover, .alert.alert-google-plus .close:hover, .alert.alert-twitter .close:hover, .alert.alert-linkedin .close:hover {
  opacity: 0.5;
}
.alert.alert-facebook .font-icon, .alert.alert-google-plus .font-icon, .alert.alert-twitter .font-icon, .alert.alert-linkedin .font-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1.875rem;
}
.alert.alert-facebook {
  background-color: #37559a;
  border-color: #37559a;
}
.alert.alert-google-plus {
  background-color: #d33928;
  border-color: #d33928;
}
.alert.alert-twitter {
  background-color: #00aaed;
  border-color: #00aaed;
}
.alert.alert-linkedin {
  background-color: #007ab4;
  border-color: #007ab4;
}
.ui-pnotify .alert {
  box-shadow: none;
}
.ui-pnotify .alert .ui-pnotify-icon {
  position: relative;
  top: 2px;
}
.alert-with-icon .alert {
  padding-left: 35px;
}
.alert-with-icon .alert .ui-pnotify-icon {
  margin: 0;
  position: absolute;
  left: 11px;
  top: 8px;
}
.alert-with-icon .alert .font-icon {
  position: relative;
  top: -2px;
}

/* ==========================================================================
   Sweet Alerts
   ========================================================================== */
.sweet-alert {
  padding-left: 2rem;
  padding-right: 2rem;
}
.sweet-alert h2 {
  font-weight: 400;
  position: relative;
  margin: 2rem 0 1rem;
}
.sweet-alert p {
  margin: 0 0 10px;
}
.sweet-alert .lead {
  font-weight: 400;
  font-size: 1.25rem;
  color: #343434;
  margin-bottom: 20px;
}
.sweet-alert .btn {
  min-width: 150px;
  border-radius: 25rem;
  box-shadow: none !important;
  margin: 0 1rem 17px;
}
.sweet-alert .btn.btn-success {
  border-color: #46c35f;
}
.sweet-alert .btn.btn-success:hover {
  border-color: #5dca73;
}
.sweet-alert .btn.btn-warning {
  border-color: #f29824;
}
.sweet-alert .btn.btn-warning:hover {
  border-color: #f4a641;
}
.sweet-alert .btn.btn-danger {
  border-color: #fa1a20;
}
.sweet-alert .btn.btn-danger:hover {
  border-color: #fb383d;
}
.sweet-alert .btn.btn-info {
  border-color: #7f428f;
}
.sweet-alert .btn.btn-info:hover {
  border-color: #924ca4;
}
.sweet-alert .icon.success .line {
  background-color: #46c35f;
}
.sweet-alert .icon.success .placeholder {
  border-color: fade(#46c35f, 30%);
}
.sweet-alert .icon.warning {
  border-color: #f29824;
}
.sweet-alert .icon.error {
  border-color: #fa1a20;
}
.sweet-alert .icon.error .line {
  background-color: #fa1a20;
}
.sweet-alert .icon.info {
  border-color: #a45095;
}
.sweet-alert .icon.info:before, .sweet-alert .icon.info:after {
  background-color: #a45095;
}
.sweet-alert .form-group {
  margin-bottom: 30px;
}

/* ==========================================================================
   Nav
   ========================================================================== */
.nav.nav-pills .nav-item {
  margin: 0 25px 0 0;
}
.nav.nav-pills .nav-link {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  border-radius: 25rem;
  padding: 5px 10px;
}
.nav.nav-pills .nav-link:hover {
  color: #a45095;
}
.nav.nav-pills .nav-link.active {
  color: #fff;
  background-color: #a45095;
}

.no-result {
  display: block;
  text-align: center;
  color: #adb5bd;
  font-size: 0.8em;
}

.breadcrumb {
  font-size: 1rem;
  color: #a45095;
  background-color: #f8f7f7;
  padding: 0.3em;
  list-style: none;
  overflow: hidden;
}
.breadcrumb li {
  float: left;
  padding: 0 0 0 23px;
  color: #a45095;
}
.breadcrumb li:first-child {
  padding-left: 5px;
}
.breadcrumb li a {
  color: #a45095;
  text-decoration: none;
  position: relative;
  display: block;
  float: left;
  z-index: 3;
}
.breadcrumb li span, .breadcrumb li i {
  position: relative;
  display: block;
  float: left;
  z-index: 3;
  margin-right: 5px;
  line-height: 1.1em;
}
.breadcrumb > li {
  position: relative;
}
.breadcrumb > li::before {
  content: " " !important;
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #dddddd;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: -14px;
  left: 100%;
  z-index: 1;
}
.breadcrumb > li::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #f8f7f7;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: -16px;
  left: 100%;
  z-index: 2;
}
.breadcrumb > .active {
  color: #ffffff;
  position: relative;
  z-index: 9;
}
.breadcrumb.breadcrumb-clean {
  background: none;
  padding: 1.5rem 0;
  color: #919fa9;
  border-bottom: solid 1px #c5d6de;
  border-radius: 0;
  margin: 0 0 1.5rem;
}
.breadcrumb.breadcrumb-clean > li + li::before {
  content: ">";
}
.breadcrumb.breadcrumb-clean > .active {
  color: #ffffff;
  position: relative;
  z-index: 9999;
}
.breadcrumb.breadcrumb-clean a {
  text-decoration: none;
  color: #919fa9;
  border: none;
}
.breadcrumb.breadcrumb-clean a:hover {
  color: #a45095;
}
.breadcrumb.breadcrumb-simple {
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.pagination {
  font-size: 0.85rem;
}

.page-link {
  border: 0;
  color: #343434;
  border-radius: 0.3rem;
  padding: 0.2rem 0.4rem;
  margin: 0 0.2rem;
}
.page-link:focus, .page-link:hover {
  background-color: #f6f8fa;
  color: #a45095;
}

.page-item.active .page-link {
  border-color: #ae69c1 !important;
  background-color: #ae69c1 !important;
}

.pager {
  font-size: 1rem;
}
.pager li > a {
  border-color: #d8e2e7;
  color: #a45095;
  border-radius: 0.25rem;
}
.pager li > a:hover {
  background-color: #f6f8fa;
}
.pager .disabled > a {
  color: #919fa9 !important;
}

/* ==========================================================================
   Tooltips
   ========================================================================== */
.tooltip {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: normal;
}
.tooltip.in {
  opacity: 0.95;
}
.tooltip.bs-tether-element-attached-top .tooltip-arrow, .tooltip.tooltip-bottom .tooltip-arrow {
  border-bottom-color: #2c3949;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip.tooltip-top .tooltip-arrow {
  border-top-color: #2c3949;
}

.tooltip-inner {
  background-color: #2c3949;
  padding-bottom: 5px;
}

.hint-circle {
  display: inline-block;
  vertical-align: baseline;
  width: 16px;
  height: 16px;
  border: solid 1px #6c7a86;
  color: #6c7a86;
  border-radius: 50%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 15px;
  margin: 0 0 0 5px;
  cursor: pointer;
}
.hint-circle.red {
  border-color: #fa1a20;
  color: #fa1a20;
}
.hint-circle.green {
  border-color: #46c35f;
  color: #46c35f;
}
.hint-circle.blue {
  border-color: #a45095;
  color: #a45095;
}
.hint-circle.orange {
  border-color: #f29824;
  color: #f29824;
}
.hint-circle.purple {
  border-color: #7f428f;
  color: #7f428f;
}

.popover {
  border-color: #d8e2e7;
  padding: 0;
}
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
  border-top-color: #d8e2e7;
}
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
  border-bottom-color: #d8e2e7;
}
.popover.popover-bottom .popover-arrow:after, .popover.bs-tether-element-attached-top .popover-arrow:after {
  border-bottom-color: #f8f7f7;
}
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
  border-right-color: #d8e2e7;
}
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
  border-left-color: #d8e2e7;
}

.popover-title {
  border-bottom-color: #d8e2e7;
  background: #f8f7f7;
  border-radius: 0.3rem 0.3rem 0 0;
}

.popover-content {
  padding-bottom: 0.8rem;
}

/* ==========================================================================
   Scrollbar
   ========================================================================== */
.jspContainer .jspTrack {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.jspContainer:hover .jspTrack {
  opacity: 1;
}

.scrollable-block {
  overflow: auto;
}
.scrollable-block.scrollable-gradient .jspContainer:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: url("${path-images}/gradient-scroll.png") repeat-x bottom;
}
.scrollable-block.scrollable-gradient .jspVerticalBar {
  z-index: 10;
}

/* ==========================================================================
   Modal
   ========================================================================== */
body.modal-open {
  overflow: hidden !important;
  position: relative;
}

.modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-mega) {
  width: 680px;
}
@media (max-width: 767px) {
  .modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-mega) {
    width: 500px;
  }
}
@media (max-width: 544px) {
  .modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-mega) {
    width: auto;
  }
}

.modal-content {
  box-shadow: none;
  border: solid 1px #d8e2e7;
}

.modal-header {
  border-bottom-color: #d8e2e7;
}

.modal-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.modal-footer {
  border-top-color: #d8e2e7;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 17px;
  color: #ffffff;
  background: none;
  border: none;
}
.modal-close:hover {
  color: #f17b02;
}

.close {
  font-size: 2rem;
  color: #6c7a86;
}

.modal-mega {
  position: absolute;
  max-width: 100%;
  margin: 0;
  top: 68px;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal-mega .modal-content {
  border-radius: 0px;
  border: 0px;
  background-image: -owg-linear-gradient(#a45095, #7e3d8b);
  background-image: linear-gradient(#a45095, #7e3d8b);
  color: #fff;
  height: 100%;
}
.modal-mega .modal-header {
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #b96eab !important;
  height: 20%;
}
.modal-mega .modal-header h4 {
  text-align: center;
  padding: 30px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
}
.modal-mega .modal-header h4 i {
  display: inline-block;
  width: 100%;
  font-size: 2em;
  line-height: 1.3em;
}
.modal-mega .modal-body {
  height: 80%;
  text-align: center;
}

/* ==========================================================================
   Upload
   ========================================================================== */
.modal-upload {
  zoom: 1;
}
.modal-upload:before, .modal-upload:after {
  content: " ";
  display: table;
}
.modal-upload:after {
  clear: both;
}
.modal-upload .modal-upload-side {
  float: left;
  width: 160px;
  padding: 15px 10px 15px 15px;
  position: relative;
}
.modal-upload .modal-upload-cont {
  float: right;
  width: 100%;
  margin-left: -160px;
}
.modal-upload .modal-upload-cont-in {
  height: 430px;
  margin-left: 160px;
  border-left: solid 1px #d8e2e7;
}
@media (max-width: 767px) {
  .modal-upload:not(.menu-bottom) .modal-upload-side,
.modal-upload:not(.menu-bottom) .modal-upload-cont {
    float: none;
    width: auto;
    margin: 0;
  }
  .modal-upload:not(.menu-bottom) .modal-upload-cont-in {
    margin: 0;
    border-left: none;
  }
  .modal-upload:not(.menu-bottom) .modal-upload-side {
    border-top: solid 1px #d8e2e7;
    text-align: center;
  }
  .modal-upload:not(.menu-bottom) .modal-upload-side .upload-list li {
    display: inline-block;
    margin: 0 5px;
  }
  .modal-upload:not(.menu-bottom) .modal-upload-side .upload-list a span {
    display: none;
  }
}
.modal-upload.menu-bottom .modal-upload-side,
.modal-upload.menu-bottom .modal-upload-cont {
  float: none;
  width: auto;
  margin: 0;
}
.modal-upload.menu-bottom .modal-upload-cont-in {
  margin: 0;
  border-left: none;
}
.modal-upload.menu-bottom .modal-upload-side {
  border-top: solid 1px #d8e2e7;
  text-align: center;
}
.modal-upload.menu-bottom .modal-upload-side .upload-list {
  padding-top: 5px;
}
.modal-upload.menu-bottom .modal-upload-side .upload-list .font-icon {
  font-size: 1.5rem;
}
.modal-upload.menu-bottom .modal-upload-side .upload-list .font-icon.font-icon-yandex-disk, .modal-upload.menu-bottom .modal-upload-side .upload-list .font-icon.font-icon-one-drive {
  font-size: 2rem;
}
.modal-upload.menu-bottom .modal-upload-side .upload-list .font-icon.font-icon-box {
  font-size: 2.25rem;
}
.modal-upload.menu-bottom .modal-upload-side .upload-list li {
  display: inline-block;
  margin: 0 10px;
}
.modal-upload.menu-bottom .modal-upload-side .upload-list a span {
  display: none;
}
.modal-upload.menu-big-icons .modal-upload-cont {
  margin-left: -82px;
}
.modal-upload.menu-big-icons .modal-upload-cont-in {
  margin-left: 72px;
}
.modal-upload.menu-big-icons .modal-upload-side {
  width: 72px;
  padding: 0;
}
.modal-upload.menu-big-icons .modal-upload-side .upload-list .font-icon {
  font-size: 1.875rem;
  margin: 0;
  line-height: 1;
  position: relative;
  top: 1px;
}
.modal-upload.menu-big-icons .modal-upload-side .upload-list li {
  margin: 0;
  padding: 0;
  border-top: solid 1px #d8e2e7;
  text-align: center;
}
.modal-upload.menu-big-icons .modal-upload-side .upload-list li:first-child {
  border-top: none;
}
.modal-upload.menu-big-icons .modal-upload-side .upload-list li a {
  display: block;
  height: 71px;
  line-height: 70px;
  position: relative;
}
.modal-upload.menu-big-icons .modal-upload-side .upload-list li a.active:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  border-right: solid 1px #fff;
}

.modal-upload-body {
  height: 366px;
}

.modal-upload-bottom {
  height: 64px;
  line-height: 64px;
  border-top: solid 1px #d8e2e7;
  text-align: right;
  padding: 0 20px;
}
.modal-upload-bottom .btn {
  margin: 0 6px;
  min-width: 100px;
}

.upload-list li {
  margin: 0 0 0.5rem;
}
.upload-list .font-icon {
  vertical-align: middle;
  line-height: 20px;
  font-size: 1.125rem;
  color: #adb5bd;
  margin: 0 5px 0 0;
  transition: all 0.2s ease-in-out;
}
.upload-list a {
  color: #343434;
}
.upload-list a:hover, .upload-list a.active {
  color: #a45095;
}
.upload-list a:hover .font-icon, .upload-list a.active .font-icon {
  color: #a45095;
}

.upload-dropbox {
  padding: 94px 15px 90px;
  text-align: center;
}
.upload-dropbox h3 {
  font-weight: 600;
  font-size: 1.0625rem;
}
.upload-dropbox p {
  color: #6c7a86;
  font-size: 0.9375rem;
  margin: 0 0 1rem;
}
.upload-dropbox .btn {
  margin: 0 0 1rem;
}
.upload-dropbox .text-muted {
  font-size: 0.9375rem;
}

.upload-gd-header {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.upload-gd-header .tbl-cell {
  vertical-align: middle;
  padding: 15px;
}
.upload-gd-header .tbl-cell-btns {
  white-space: nowrap;
  width: 30px;
  padding-left: 0;
  font-size: 1rem;
}
.upload-gd-header .tbl-cell-btns button {
  border: none;
  background: none;
  margin: 0 7px;
  color: #adb5bd;
}
.upload-gd-header .tbl-cell-btns button:hover {
  color: #a45095;
}
@media (max-width: 544px) {
  .upload-gd-header {
    display: block;
    margin-bottom: 15px;
  }
  .upload-gd-header .tbl-row, .upload-gd-header .tbl-cell {
    display: block;
  }
  .upload-gd-header .tbl-cell {
    padding: 15px 15px 0;
  }
}

.gd-doc {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}
.gd-doc .gd-doc-preview {
  margin: 0 0 0.6rem;
  position: relative;
}
.gd-doc .gd-doc-preview img {
  height: 128px;
  max-width: 100%;
  display: block;
  width: 90px;
  margin: 0 auto;
  border: solid 2px #dbe4ea;
  border-radius: 4px;
}
.gd-doc .gd-doc-preview .icon {
  display: none;
  width: 22px;
  height: 22px;
  background: #a45095;
  border-radius: 0.25rem 0 0 0;
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
.gd-doc .gd-doc-preview .icon .font-icon {
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.gd-doc .gd-doc-preview a {
  position: relative;
  display: inline-block;
}
.gd-doc .gd-doc-preview a:hover img {
  border-color: #a45095;
}
.gd-doc .gd-doc-preview a:hover .icon {
  display: block;
}
.gd-doc .gd-doc-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.gd-doc .gd-doc-date {
  color: #6c7a86;
}

.gd-doc-grid {
  zoom: 1;
}
.gd-doc-grid:before, .gd-doc-grid:after {
  content: " ";
  display: table;
}
.gd-doc-grid:after {
  clear: both;
}

.gd-doc-col {
  float: left;
  width: 25%;
}
@media (max-width: 480px) {
  .gd-doc-col {
    width: 33.333333%;
  }
}
@media (max-width: 380px) {
  .gd-doc-col {
    width: 50%;
  }
}
@media (max-width: 321px) {
  .gd-doc-col {
    width: 100%;
  }
}

/* ==========================================================================
   Titles
   ========================================================================== */
.page-content-header {
  background: #fff;
  border-bottom: solid 1px #c5d6de;
  margin: -30px 0 30px;
  position: relative;
}
.page-content-header:before, .page-content-header:after {
  content: "";
  box-sizing: content-box;
  display: block;
  height: 100%;
  width: 15px;
  position: absolute;
  bottom: -1px;
  background: #fff;
  border-bottom: solid 1px #c5d6de;
}
.page-content-header:before {
  left: -15px;
}
.page-content-header:after {
  right: -15px;
}
.page-content-header h1, .page-content-header h2, .page-content-header h3, .page-content-header h4, .page-content-header h5, .page-content-header h6 {
  margin: 0;
}
.page-content-header .tbl-cell {
  vertical-align: middle;
  padding: 21px 0 20px;
}
.page-content-header .tbl-cell-action {
  width: 10px;
  padding-left: 15px;
  white-space: nowrap;
}
.page-content-header .tbl-cell-action .btn {
  margin: -3px 0 -5px;
}
@media (max-width: 1056px) {
  .page-content-header:before, .page-content-header:after {
    display: none;
  }
}

.section-header {
  padding: 0 0 27px;
}
.section-header .tbl-cell {
  vertical-align: middle;
}
.section-header .tbl-cell-action {
  white-space: nowrap;
  padding-left: 15px;
}
.section-header .tbl-cell-action.select {
  width: 180px;
}
.section-header .tbl-cell-action.button {
  width: 104px;
}
.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
  margin: 0;
}
.section-header .subtitle {
  font-size: 0.8125rem;
  padding: 5px 0 0;
}
.section-header .breadcrumb {
  margin-bottom: -13px;
  margin-top: -9px;
}
@media (max-width: 767px) {
  .section-header {
    display: block;
  }
  .section-header .tbl-row, .section-header .tbl-cell {
    display: block;
  }
  .section-header .tbl-cell {
    padding-bottom: 10px;
  }
  .section-header .tbl-cell-action {
    white-space: nowrap;
    padding-left: 0;
  }
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.tabs-section {
  margin: 0 0 20px;
}
.tabs-section > .tab-content:not(.no-styled) {
  background: #fff;
  border: solid 1px #d8e2e7;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 15px;
}

.tabs-section-nav {
  overflow: auto;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  border-top: solid 1px #d8e2e7;
}
.tabs-section-nav .nav-item {
  float: left;
  background: #f6f8fa;
  white-space: nowrap;
  padding: 0;
}
.tabs-section-nav .nav-item:first-child .nav-link {
  border-left-color: #d8e2e7;
}
.tabs-section-nav .nav-item:last-child .nav-link {
  border-right-color: #d8e2e7;
}
.tabs-section-nav .nav-link {
  padding: 0;
  display: block;
  color: #6c7a86;
  font-weight: 600;
  border: solid 1px #d8e2e7;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
}
.tabs-section-nav .nav-link.active {
  border-left-color: #d8e2e7;
  border-right-color: #d8e2e7;
  background: #fff;
  color: #343434;
  border-bottom-color: #fff;
}
.tabs-section-nav .nav-link.active .nav-link-in {
  border-top-color: #a45095;
}
.tabs-section-nav .nav-link:not(.active) .label {
  background-color: #adb5bd;
}
.tabs-section-nav .nav-link-in {
  display: block;
  padding: 10px;
  line-height: 28px;
  border-top: solid 4px transparent;
  transition: all 0.2s ease-in-out;
}
.tabs-section-nav .label {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 0.875rem;
}
.tabs-section-nav .tbl .nav {
  display: table-row;
}
.tabs-section-nav .tbl .nav-item {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.tabs-section-nav.tabs-section-nav-left .nav {
  background-color: #f6f8fa;
  zoom: 1;
  border: solid 1px #d8e2e7;
  border-left: none;
  border-top: none;
}
.tabs-section-nav.tabs-section-nav-left .nav:before, .tabs-section-nav.tabs-section-nav-left .nav:after {
  content: " ";
  display: table;
}
.tabs-section-nav.tabs-section-nav-left .nav:after {
  clear: both;
}
.tabs-section-nav.tabs-section-nav-left .nav-item {
  margin-bottom: -1px;
}
.tabs-section-nav.tabs-section-nav-left .nav-item:last-child .nav-link {
  border-right: none;
}
.tabs-section-nav.tabs-section-nav-left .nav-item:last-child .nav-link.active {
  border-right: solid 1px #d8e2e7;
}
.tabs-section-nav.tabs-section-nav-left .nav-link-in {
  padding-right: 15px;
  padding-left: 15px;
}
.tabs-section-nav.tabs-section-nav-left .nav-link,
.tabs-section-nav.tabs-section-nav-left .nav-link-in {
  transition: none;
}
.tabs-section-nav.tabs-section-nav-icons .font-icon, .tabs-section-nav.tabs-section-nav-icons .glyphicon, .tabs-section-nav.tabs-section-nav-icons .fa {
  display: block;
  color: #adb5bd;
  margin: 0 0 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs-section-nav.tabs-section-nav-icons .nav-link-in {
  line-height: 1;
}
.tabs-section-nav.tabs-section-nav-icons .nav-link.active {
  color: #a45095;
}
.tabs-section-nav.tabs-section-nav-icons .nav-link.active .font-icon, .tabs-section-nav.tabs-section-nav-icons .nav-link.active .glyphicon, .tabs-section-nav.tabs-section-nav-icons .nav-link.active .fa {
  color: #a45095;
}
.tabs-section-nav.tabs-section-nav-inline {
  border: none;
}
.tabs-section-nav.tabs-section-nav-inline .nav {
  display: block;
  border: solid 1px #d8e2e7;
  zoom: 1;
  background: #f6f8fa;
}
.tabs-section-nav.tabs-section-nav-inline .nav:before, .tabs-section-nav.tabs-section-nav-inline .nav:after {
  content: " ";
  display: table;
}
.tabs-section-nav.tabs-section-nav-inline .nav:after {
  clear: both;
}
.tabs-section-nav.tabs-section-nav-inline .nav-item {
  display: block;
  float: left;
  background: none;
  margin: 0 20px -1px;
}
.tabs-section-nav.tabs-section-nav-inline .nav-link {
  border: none;
  border-bottom: 1px solid #d8e2e7;
  height: 45px;
  padding: 12px 0 0;
  background: none !important;
}
.tabs-section-nav.tabs-section-nav-inline .nav-link.active {
  border-bottom: solid 3px #343434;
}
.tabs-section-nav.tabs-section-nav-data .number, .tabs-section-nav.tabs-section-nav-data .title, .tabs-section-nav.tabs-section-nav-data .percent {
  display: block;
  line-height: 1;
}
.tabs-section-nav.tabs-section-nav-data .number {
  color: #343434;
}
.tabs-section-nav.tabs-section-nav-data .title, .tabs-section-nav.tabs-section-nav-data .percent {
  font-size: 0.75rem;
}
.tabs-section-nav.tabs-section-nav-data .percent, .tabs-section-nav.tabs-section-nav-data .number {
  margin: 0 0 6px;
}
.tabs-section-nav.tabs-section-nav-data .title {
  text-transform: uppercase;
  color: #919fa9;
}
.tabs-section-nav.tabs-section-nav-data .nav-link.active .title {
  color: #343434;
}

.tabs-section-simple .nav {
  zoom: 1;
  margin: 0 0 10px;
}
.tabs-section-simple .nav:before, .tabs-section-simple .nav:after {
  content: " ";
  display: table;
}
.tabs-section-simple .nav:after {
  clear: both;
}
.tabs-section-simple .nav-item {
  float: left;
  margin: 0 30px 10px 0;
  font-size: 0.8125rem;
  font-weight: 600;
}
.tabs-section-simple .nav-link {
  text-decoration: none;
  color: #919fa9;
  border: none;
}
.tabs-section-simple .nav-link:hover {
  color: #a45095;
}
.tabs-section-simple .nav-link.active {
  color: #343434;
}

/* ==========================================================================
   Fancybox
   ========================================================================== */
.fancybox-skin {
  border-radius: 0;
}

/* ==========================================================================
   Cards
   ========================================================================== */
.card {
  border-color: #d8e2e7;
  margin-bottom: 30px;
}

.card-footer, .card-header {
  background: none;
}

.card-header {
  border-bottom-color: #d8e2e7;
  font-weight: 600;
}
.card-header.card-header-lg {
  font-size: 1.125rem;
}
.card-header.card-header-xl {
  font-size: 1.25rem;
}
.card-header.card-header-xxl {
  font-size: 1.375rem;
}
.card-header .modal-close {
  font-size: 0.75rem;
}

.card-block {
  padding: 16px;
}

.card-default .card-header {
  background-color: #f6f8fa;
}

.card-inversed .card-block {
  background-color: #f6f8fa;
}

.card-blue {
  border-color: #a45095;
}
.card-blue .card-header {
  border-bottom-color: #a45095;
  background-color: #e4f6fe;
}
.card-blue .card-header .modal-close {
  color: #a45095;
}
.card-blue .card-header .modal-close:hover {
  opacity: 0.75;
}

.card-green {
  border-color: #46c35f;
}
.card-green .card-header {
  border-bottom-color: #46c35f;
  background-color: #edf9ee;
}
.card-green .card-header .modal-close {
  color: #46c35f;
}
.card-green .card-header .modal-close:hover {
  opacity: 0.75;
}

.card-purple {
  border-color: #7f428f;
}
.card-purple .card-header {
  border-bottom-color: #7f428f;
  background-color: #eee2fc;
}
.card-purple .card-header .modal-close {
  color: #7f428f;
}
.card-purple .card-header .modal-close:hover {
  opacity: 0.75;
}

.card-red {
  border-color: #fa1a20;
}
.card-red .card-header {
  border-bottom-color: #fa1a20;
  background-color: #feecec;
}
.card-red .card-header .modal-close {
  color: #fa1a20;
}
.card-red .card-header .modal-close:hover {
  opacity: 0.75;
}

.card-orange {
  border-color: #f29824;
}
.card-orange .card-header {
  border-bottom-color: #f29824;
  background-color: #fdf4e6;
}
.card-orange .card-header .modal-close {
  color: #f29824;
}
.card-orange .card-header .modal-close:hover {
  opacity: 0.75;
}

.card-blue-fill {
  border-color: #a45095;
}
.card-blue-fill .card-header {
  border-bottom-color: #a45095;
  background-color: #a45095;
  color: #fff;
}
.card-blue-fill .card-header .modal-close {
  color: #fff;
}
.card-blue-fill .card-header .modal-close:hover {
  opacity: 0.75;
}

/* ==========================================================================
   Bootstrap TouchSpin
   ========================================================================== */
.bootstrap-touchspin .bootstrap-touchspin-postfix {
  border-left: none;
}
.bootstrap-touchspin .bootstrap-touchspin-prefix {
  border-right: none;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  text-align: center;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  left: 7px;
  top: 4px;
}
.bootstrap-touchspin .dropdown-menu > li > a {
  padding: 4px 12px;
  display: block;
  font-size: 0.875rem;
  color: #343434;
}
.bootstrap-touchspin .dropdown-menu > li > a:hover {
  color: #a45095;
}
.bootstrap-touchspin.input-group-sm .btn, .bootstrap-touchspin.input-group-sm .form-control {
  height: 32px;
}

/* ==========================================================================
   Avatars photo
   ========================================================================== */
.avatar-preview {
  display: inline-block;
  vertical-align: middle;
}
.avatar-preview img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.avatar-preview.avatar-preview-24 {
  width: 24px;
  height: 24px;
}
.avatar-preview.avatar-preview-32 {
  width: 32px;
  height: 32px;
}
.avatar-preview.avatar-preview-48 {
  width: 48px;
  height: 48px;
}
.avatar-preview.avatar-preview-64 {
  width: 64px;
  height: 64px;
}
.avatar-preview.avatar-preview-100 {
  width: 100px;
  height: 100px;
}
.avatar-preview.avatar-preview-128 {
  width: 128px;
  height: 128px;
}

/* ==========================================================================
   Caret
   ========================================================================== */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: relative;
  top: -1px;
}
.caret.caret-up {
  border-top: none;
  border-bottom: solid 5px;
}

/* ==========================================================================
   Nestable
   ========================================================================== */
.horizontal-navigation .page-content {
  padding-top: 166px;
}
.horizontal-navigation .main-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 80px;
  left: 0;
  height: 56px;
  padding: 0 15px;
  background: #fff;
  border-bottom: solid 1px #c5d6de;
}
.horizontal-navigation .main-nav .nav-link {
  position: relative;
  line-height: 40px;
  color: #999;
  font-weight: 600;
}
.horizontal-navigation .main-nav .nav-link:hover, .horizontal-navigation .main-nav .nav-link.active, .horizontal-navigation .main-nav .dropdown.open > .nav-link {
  color: #343434;
}
.horizontal-navigation .main-nav .nav-link:hover:before, .horizontal-navigation .main-nav .nav-link.active:before, .horizontal-navigation .main-nav .dropdown.open:before {
  content: "";
  height: 4px;
  background: #00A8FF;
  position: absolute;
  bottom: 1px;
  width: 100%;
  display: block;
  left: 0;
}

@media (max-width: 1056px) {
  .horizontal-navigation .page-content {
    padding-top: 112px;
  }
  .horizontal-navigation .main-nav {
    left: -240px;
    height: 100%;
    width: 240px;
    padding: 0;
  }
  .horizontal-navigation .main-nav .nav-item {
    display: block;
    margin-left: 0;
  }
  .horizontal-navigation .main-nav .nav-link {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 46px;
  }
  .horizontal-navigation .main-nav .nav-link:hover:before, .horizontal-navigation .main-nav .nav-link.active:before, .horizontal-navigation .main-nav .dropdown.open:before {
    content: "";
    width: 4px;
    background: #00A8FF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
    height: 100%;
    display: block;
  }
  .horizontal-navigation .main-nav .dropdown.open .dropdown-menu {
    position: relative;
    width: 100%;
    border-radius: 0;
  }
  .horizontal-navigation .main-nav .dropdown.open .dropdown-divider {
    display: none;
  }

  .horizontal-navigation.menu-left-opened .main-nav {
    transition: all 0.2s ease-in-out;
    z-index: 60;
    left: 0;
  }
  .horizontal-navigation.menu-left-opened .mobile-menu-left-overlay {
    display: block;
  }
}
.pie_progress {
  text-align: center;
  position: relative;
  transform-style: preserve-3d;
}
.pie_progress svg {
  margin: 0 auto;
}
.pie_progress__content, .pie_progress__number, .pie_progress__label, .pie_progress__icon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pie_progress__number {
  font-size: 15px;
}
.pie_progress__label {
  margin-top: 32px;
  font-size: 12px;
}
.pie_progress__svg {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.pie_progress__svg svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Statistic
   ========================================================================== */
.statistic-box {
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background: no-repeat 50% 50%;
  background-size: cover;
  margin: 0 0 30px;
}
.statistic-box.red {
  background-color: #fa1a20;
  background-image: url("../img" "/statistic-box-red.png");
}
.statistic-box.purple {
  background-color: #7f428f;
  background-image: url("../img" "/statistic-box-purple.png");
}
.statistic-box.yellow {
  background-color: #fdad2a;
  background-image: url("../img" "/statistic-box-yellow.png");
}
.statistic-box.green {
  background-color: #46c35f;
  background-image: url("../img" "/statistic-box-green.png");
}
.statistic-box > div {
  border-radius: inherit;
  height: 142px;
  background: url("../img" "/statistic-box-grid.png") 50% 0;
  background-size: 21px 20px;
  position: relative;
}
.statistic-box .number {
  font-size: 3.125rem;
  line-height: 1;
  padding: 32px 0 0;
}
.statistic-box .caption {
  font-size: 1.0625rem;
  font-weight: 600;
  position: relative;
  min-height: 35px;
  line-height: 1;
}
.statistic-box .caption > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
}
.statistic-box .percent {
  position: absolute;
  right: 10px;
  bottom: 8px;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
}
.statistic-box .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  margin: 0 0 2px;
}
.statistic-box .arrow.up {
  transform: rotate(360deg);
}
.statistic-box .arrow.down {
  transform: rotate(180deg);
}

.chart-statistic-box {
  zoom: 1;
  margin: 0 0 30px;
  border-radius: 4px;
  overflow: hidden;
}
.chart-statistic-box:before, .chart-statistic-box:after {
  content: " ";
  display: table;
}
.chart-statistic-box:after {
  clear: both;
}
.chart-statistic-box .chart-txt {
  float: left;
  width: 200px;
  height: 314px;
  padding: 15px 20px;
  background: #304b58;
  border-radius: 4px 0 0 4px;
  color: #fff;
  position: relative;
  z-index: 5;
}
.chart-statistic-box .chart-txt p {
  margin: 0;
}
.chart-statistic-box .chart-txt .chart-txt-top {
  text-align: center;
  margin: 0 0 10px;
}
.chart-statistic-box .chart-txt .chart-txt-top .unit, .chart-statistic-box .chart-txt .chart-txt-top .number {
  vertical-align: middle;
}
.chart-statistic-box .chart-txt .chart-txt-top .unit {
  font-weight: 300;
  font-size: 1.25rem;
  color: #929faa;
  margin: 0 0.3em 0 0;
  position: relative;
  top: -0.2em;
}
.chart-statistic-box .chart-txt .chart-txt-top .number {
  font-size: 2.125rem;
}
.chart-statistic-box .chart-txt .chart-txt-top .caption {
  font-weight: 600;
}
.chart-statistic-box .chart-txt .color-purple {
  color: #8e4aa0 !important;
}
.chart-statistic-box .chart-txt .tbl-data {
  width: 100%;
  position: absolute;
  bottom: 15px;
}
.chart-statistic-box .chart-txt .tbl-data td {
  vertical-align: top;
  padding: 5px 0;
}
.chart-statistic-box .chart-txt .tbl-data .price {
  white-space: nowrap;
  width: 20px;
  padding-right: 10px;
  font-weight: 600;
}
.chart-statistic-box .chart-container {
  float: right;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
  background: #a45095;
  color: #fff;
  margin-left: -200px;
}
.chart-statistic-box .chart-container .chart-container-in {
  margin-left: 200px;
  position: relative;
}
.chart-statistic-box .chart-container .chart-container-title {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.0625rem;
  z-index: 20;
  color: #fff;
}
.chart-statistic-box .chart-container .chart-container-y,
.chart-statistic-box .chart-container .chart-container-x {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  z-index: 1;
}
.chart-statistic-box .chart-container .chart-container-x {
  left: 0;
  top: 19px;
  width: 100%;
  text-align: center;
  zoom: 1;
}
.chart-statistic-box .chart-container .chart-container-x:before, .chart-statistic-box .chart-container .chart-container-x:after {
  content: " ";
  display: table;
}
.chart-statistic-box .chart-container .chart-container-x:after {
  clear: both;
}
.chart-statistic-box .chart-container .chart-container-x .item {
  float: left;
  width: 12.5%;
  min-height: 5px;
}
.chart-statistic-box .chart-container .chart-container-x .item:first-child, .chart-statistic-box .chart-container .chart-container-x .item:last-child {
  width: 6%;
}
.chart-statistic-box .chart-container .chart-container-y {
  right: 22px;
  bottom: 0;
  text-align: right;
  line-height: 22px;
}
.chart-statistic-box .chart-container .chart-container-y .item {
  height: 22.4px;
}
.chart-statistic-box .google-visualization-tooltip {
  box-shadow: none !important;
  background: none !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  margin-left: -35px;
}
@media (max-width: 1367px) {
  .chart-statistic-box .chart-txt {
    width: 170px;
  }
  .chart-statistic-box .chart-container {
    margin-left: -170px;
  }
  .chart-statistic-box .chart-container .chart-container-in {
    margin-left: 170px;
  }
}
@media (max-width: 767px) {
  .chart-statistic-box .chart-txt {
    float: none;
    width: auto;
    height: auto;
    margin: 0 0 15px;
    border-radius: 4px;
  }
  .chart-statistic-box .chart-txt .tbl-data {
    position: static;
  }
  .chart-statistic-box .chart-container {
    float: none;
    width: auto;
    border-radius: 4px;
    margin: 0;
  }
  .chart-statistic-box .chart-container .chart-container-in {
    margin: 0;
  }
}

/* ==========================================================================
   Dashboards boxes
   ========================================================================== */
.box-typical {
  background: #fff;
  margin: 0 0 20px;
}
.box-typical .box-typical-header {
  display: table;
  width: 100%;
}
.box-typical .box-typical-header.box-typical-header-bordered {
  border-bottom: solid 1px #d8e2e7;
}
.box-typical .box-typical-header .tbl-cell {
  vertical-align: middle;
  padding: 15px;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-title {
  padding-right: 0;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-title h1, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h2, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h3, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h4, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h5, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1px 0;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-actions {
  text-align: right;
  white-space: nowrap;
  padding-top: 18px;
  padding-left: 0;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-action-bordered {
  border-left: solid 1px #d8e2e7;
  text-align: center;
  width: 54px;
  padding-top: 17px;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-action-bordered .action-btn {
  margin: 0;
}
.box-typical .box-typical-header .action-btn {
  display: inline-block;
  vertical-align: top;
  color: #adb5bd;
  border: none;
  background: none;
  font-size: 1rem;
  margin: 0 0 0 10px;
  line-height: 18px;
}
.box-typical .box-typical-header .action-btn .font-icon {
  vertical-align: middle;
}
.box-typical .box-typical-header .action-btn .font-icon.font-icon-minus {
  position: relative;
  top: 1px;
}
.box-typical .box-typical-header .action-btn:hover {
  color: #a45095;
}
.box-typical .box-typical-header-sm {
  padding: 12px 15px;
  font-weight: 600;
  position: relative;
}
.box-typical .box-typical-header-sm.bordered {
  border-bottom: solid 1px #d8e2e7;
}
.box-typical .box-typical-header-sm .slider-arrs {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -12px;
  zoom: 1;
}
.box-typical .box-typical-header-sm .slider-arrs:before, .box-typical .box-typical-header-sm .slider-arrs:after {
  content: " ";
  display: table;
}
.box-typical .box-typical-header-sm .slider-arrs:after {
  clear: both;
}
.box-typical .box-typical-header-sm .slider-arrs button {
  float: left;
  font-size: 1rem;
  margin: 0 0 0 15px;
  border: none;
  background: none;
  color: #c5d6de;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
.box-typical .box-typical-header-sm .slider-arrs button:hover {
  color: #a45095;
}
.box-typical .box-typical-header-sm .slider-arrs button .font-icon {
  vertical-align: middle;
  line-height: inherit;
}
.box-typical .box-typical-footer {
  background: #fbfcfd;
  padding: 12px 15px;
  border-top: solid 1px #d8e2e7;
}
.box-typical .box-typical-footer:last-child {
  border-radius: 0 0 4px 4px;
}
.box-typical .box-typical-footer .tbl-cell {
  vertical-align: middle;
}
.box-typical .box-typical-footer .tbl-cell-action {
  white-space: nowrap;
  width: 20px;
  padding-left: 15px;
}
.box-typical .box-typical-footer .btn-icon {
  border: none;
  background: none;
  color: #919fa9;
  margin: 0 12px 0 0;
  position: relative;
  top: 2px;
}
.box-typical .box-typical-footer .btn-icon:hover {
  color: #a45095;
}
.box-typical .box-typical-section {
  border-top: solid 1px #d8e2e7;
  padding: 15px;
}
.box-typical .box-typical-section:first-child {
  border-top: none;
}
.box-typical .box-typical-section .box-typical-header-sm {
  padding: 5px 0 15px;
}
.box-typical.box-typical-padding {
  padding: 20px 15px;
}
.box-typical.box-typical-max-280 .box-typical-header {
  border-bottom: solid 1px #d8e2e7;
  margin-bottom: -1px;
}
.box-typical.box-typical-max-280 .box-typical-body {
  overflow: auto;
  height: 280px;
}
.box-typical.box-typical-dashboard {
  margin: 0 0 30px;
  overflow: hidden;
}
.box-typical.box-typical-dashboard .box-typical-header {
  border-bottom: solid 1px #d8e2e7;
}
.box-typical.box-typical-dashboard .box-typical-body {
  overflow: auto;
  height: 264px;
}
.box-typical.box-typical-dashboard .box-typical-body .tbl-typical th {
  border-top: none;
}
.box-typical.box-typical-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border: none;
  border-radius: 0;
  margin: 0 0 20px;
}
.box-typical.box-typical-full-screen .box-typical-header {
  position: relative;
  z-index: 110;
}
.box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h1, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h2, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h3, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h4, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h5, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h6 {
  font-size: 1.5rem;
}
.box-typical.box-typical-full-screen .box-typical-header .action-btn .font-icon-expand:before {
  content: "s";
}
.box-typical.box-typical-full-screen .tbl-typical th, .box-typical.box-typical-full-screen .tbl-typical td {
  font-size: 0.9375rem;
}
.box-typical.box-typical-collapsed {
  height: auto;
}
.box-typical.box-typical-collapsed .box-typical-header {
  border-bottom-color: transparent;
}
.box-typical.box-typical-collapsed .box-typical-body {
  display: none;
}
.box-typical.box-typical-collapsed .box-typical-header .action-btn .font-icon-minus:before {
  content: "";
}
.box-typical panel-content {
  width: 100%;
}
.box-typical .panel-heading {
  padding: 17px 20px;
}
.box-typical .panel-header {
  padding: 17px 0px;
}
.box-typical .panel-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
}
.box-typical .panel-footer {
  padding: 17px 0px;
  text-align: right;
}

.box-panel .box-typical-header {
  border-bottom: 1px solid #d8e2e7;
}
.box-panel .box-typical-body {
  padding: 16px !important;
}

.dashboard-sortable .box-typical-header {
  cursor: move;
}

/* ==========================================================================
   Comments
   ========================================================================== */
.comment-rows-container {
  border: solid 1px #d8e2e7;
  border-left: none;
  border-right: none;
  max-height: 570px;
  position: relative;
}
.comment-rows-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: fade(#fff, 90%);
  position: absolute;
  left: 0;
  top: 0;
}

.comment-row-item {
  position: relative;
  padding: 12px 15px 12px 61px;
  min-height: 32px;
}
.comment-row-item p {
  margin: 0;
}
.comment-row-item .avatar-preview {
  position: absolute;
  left: 15px;
  top: 12px;
}
.comment-row-item .comment-row-item-header {
  line-height: 18px;
  margin: 0 0 6px;
}
.comment-row-item .comment-row-item-header .tbl-cell {
  vertical-align: top;
}
.comment-row-item .comment-row-item-header .tbl-cell-name {
  font-weight: 600;
}
.comment-row-item .comment-row-item-header .tbl-cell-date {
  text-align: right;
  width: 30px;
  padding-left: 10px;
  white-space: nowrap;
  font-size: 0.875rem;
  color: #919fa9;
}
.comment-row-item .comment-row-item-content {
  padding: 0 45px 6px 0;
  position: relative;
}
.comment-row-item .comment-row-item-action {
  border: none;
  background: none;
  color: #919fa9;
  position: absolute;
  top: 2px;
}
.comment-row-item .comment-row-item-action:hover {
  color: #a45095;
}
.comment-row-item .comment-row-item-action.edit {
  right: 25px;
}
.comment-row-item .comment-row-item-action.del {
  right: 0;
}
.comment-row-item .comment-row-item-action.del:hover {
  color: #fa1a20;
}
.comment-row-item .comment-row-item-reply {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  font-size: 1rem;
  text-decoration: none;
  color: #919fa9;
  border: none;
}
.comment-row-item .comment-row-item-reply:hover {
  color: #a45095;
}
.comment-row-item .comment-row-item-rating {
  display: inline-block;
  vertical-align: top;
  color: #919fa9;
  font-size: 0.875rem;
  position: relative;
  top: 2px;
}
.comment-row-item .comment-row-item-rating .number {
  font-weight: 700;
  margin: 0 6px;
}
.comment-row-item .comment-row-item-rating .font-icon, .comment-row-item .comment-row-item-rating .glyphicon {
  cursor: pointer;
  position: relative;
  top: 2px;
}
.comment-row-item .comment-row-item-rating .font-icon:hover, .comment-row-item .comment-row-item-rating .glyphicon:hover {
  color: #a45095;
}
.comment-row-item .comment-row-item-rating .font-icon.glyphicon-menu-down, .comment-row-item .comment-row-item-rating .glyphicon.glyphicon-menu-down {
  top: 1px;
}
.comment-row-item.selected {
  background-color: #f8f7f7;
}
.hover-action .comment-row-item .comment-row-item-action {
  display: none;
}
.hover-action .comment-row-item:hover {
  background-color: #f8f7f7;
}
.hover-action .comment-row-item:hover .comment-row-item-action {
  display: block;
}
.comment-row-item.quote {
  border-left: solid 4px #d8e2e7;
  padding-left: 44px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  min-height: 24px;
  margin: 12px -45px 0 0;
}
.comment-row-item.quote .avatar-preview {
  width: 24px;
  height: 24px;
  left: 10px;
  top: 0;
}
.comment-row-item.quote .comment-row-item-header {
  margin-bottom: 2px;
}
.comment-row-item.quote .comment-row-item-content {
  padding-bottom: 0;
}

.leave-comment-block {
  position: relative;
  padding: 15px 15px 15px 61px;
}
.leave-comment-block .avatar-preview {
  position: absolute;
  left: 15px;
  top: 15px;
}
.leave-comment-block .chat-area-bottom {
  padding: 0;
  border: none;
}
.leave-comment-block .viewable-access {
  color: #919fa9;
  margin: 0 0 12px;
}
.leave-comment-block .viewable-access .choose, .leave-comment-block .viewable-access .lbl {
  display: inline-block;
  vertical-align: top;
}
.leave-comment-block .viewable-access .choose {
  position: relative;
  top: 2px;
}
.leave-comment-block .viewable-access .choose > button {
  border: none;
  background: none;
  color: #919fa9;
  font-size: 0.875rem;
}
.leave-comment-block .viewable-access .choose > button:after {
  position: relative;
  top: -3px;
  margin-left: 0;
}
.leave-comment-block .viewable-access .choose .dropdown-menu {
  margin-top: 2px;
}

.modal-upload-default .modal-dialog:not(.modal-sm):not(.modal-lg) {
  width: 800px;
}
@media (min-width: 576px) {
  .modal-upload-default .modal-dialog {
    max-width: 800px;
  }
}

.bootstrap-table .columns-right .dropdown-menu {
  left: auto !important;
  right: -50px !important;
  min-width: 110px !important;
}
.bootstrap-table .columns-right .keep-open .dropdown-menu {
  min-width: 150px !important;
}

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

.card-action {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.card-action:hover {
  color: #f17b02;
}
.card-action .dropdown-user-menu .dropdown-item .font-icon, .card-action .dropdown-user-menu .dropdown-item .fa, .card-action .dropdown-user-menu .dropdown-item .fas, .card-action .dropdown-user-menu .dropdown-item .fab {
  margin: 0 8px 0 0;
  color: #f17b02;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  vertical-align: middle;
  line-height: 16px;
  position: relative;
  top: -1px;
}
.card-action .dropdown-user-menu button {
  padding: 7px 10px;
  border: none;
  background: none;
  color: white;
  position: relative;
  transition: none;
}
.card-action .dropdown-user-menu button:hover {
  color: #f17b02;
}
.card-action .dropdown-user-menu.open button {
  color: #f17b02;
}

.editable-click, a.editable-click, a.editable-click:hover {
  color: #000;
  border-bottom: dashed 1px #e9ecef;
}

.editable-empty, .editable-empty:focus {
  color: #ced4da !important;
  border-bottom: dashed 1px #e9ecef;
}

a.editable-click:hover, .editable-empty:hover {
  color: #f17b02 !important;
  border-bottom: dashed 1px #f17b02;
}

.accounts {
  flex-basis: 20%;
}
.accounts .squarediv form {
  height: 100%;
  padding: 0;
  margin: 0;
}
.accounts .squarediv button {
  display: flex;
  align-content: center;
  justify-content: center;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0;
  margin: 0 !important;
  white-space: normal !important;
  word-wrap: break-word;
  word-break: normal;
}
.accounts .squarediv .account-name {
  font-size: 1.2em;
  margin: 10% 0;
  font-weight: 900;
  color: #a45095;
}
.accounts .squarediv:hover .account-name {
  color: white;
}

/*AUTO SUGGEST */
li.token-input-token {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  margin: 3px;
  padding: 3px 5px;
  background-color: #eee2fc;
  color: #000;
  font-weight: bold;
  cursor: default;
  display: block;
}

li.token-input-selected-token {
  background-color: #bfb2c3;
  color: #fff;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: #eee2fc;
}

.open div.token-input-dropdown {
  width: 250px !important;
  overflow-y: auto;
  max-height: 500px;
  position: fixed !important;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

.container {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}

*:active, *:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  margin: 0px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0@mixin * where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2@mixin  Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

* {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Base
   ========================================================================== */
* {
  outline: none !important;
}

body {
  background: #ffffff;
}

/* ==========================================================================
   Site Header Search
   ========================================================================== */
.site-header-search {
  width: 100%;
  height: 30px;
  position: relative;
  padding: 0 35px 0 0;
  border: solid 1px #c5d6de;
  border-radius: 25rem;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.site-header-search input[type=text] {
  width: 100%;
  padding: 4px 0 0 14px;
  border: none;
  background: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: #343434;
  transition: all 0.2s ease-in-out;
}
.site-header-search button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  color: #adb5bd;
  border: none;
  background: none;
  font-size: 0.9375rem;
}
.site-header-search button:hover {
  color: #00a8ff;
}
.site-header-search .overlay {
  display: none;
}
.site-header-search.closed {
  width: 37px;
  border-color: transparent;
}
.site-header-search.closed .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}
.site-header-search.closed input[type=text] {
  opacity: 0;
}
.site-header-search.closed:hover button {
  color: #00a8ff;
}

/* ==========================================================================
   Site Header
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: #7f428f;
  background-image: -owg-linear-gradient(#a45095, #7e3d8b);
  background-image: linear-gradient(#a45095, #7e3d8b);
  padding: 10px 15px 0 0;
  z-index: 80;
  /* ==========================================================================
  Notification & messages
  ========================================================================== */
  /* ==========================================================================
  Help
  ========================================================================== */
  /* ==========================================================================
  User Menu
  ========================================================================== */
  /* ==========================================================================
  Language
  ========================================================================== */
  /* ==========================================================================
  Common Elements
  ========================================================================== */
  /* ==========================================================================
  Mobile Right Menu
  ========================================================================== */
}
@media (max-width: 767px) {
  .site-header {
    background: #ffffff;
    background-image: -owg-linear-gradient(white, #ffffff);
    background-image: linear-gradient(white, #ffffff);
    color: #343434;
    border-bottom: 1px solid #adb5bd;
  }
}
.site-header > a {
  color: #fff !important;
}
@media (max-width: 767px) {
  .site-header > a {
    color: #343434 !important;
  }
}
.site-header .btn-nav {
  margin-left: 20px;
  margin-top: -5px;
  float: left;
}
.site-header img.hidden-lg-down {
  display: none;
}
.site-header .site-logo {
  display: block;
  float: left;
  height: 40px;
  zoom: 1;
  color: #ffffff;
  font-size: 0.7em;
  line-height: 40px;
}
.site-header .site-logo:before, .site-header .site-logo:after {
  content: " ";
  display: table;
}
.site-header .site-logo:after {
  clear: both;
}
.site-header .site-logo img {
  float: left;
  height: 50px;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .site-header .site-logo img {
    height: auto;
    width: 35px;
    top: 6px;
  }
}
.site-header .site-logo .site-logo-txt {
  float: left;
  font-size: 1.5rem;
  font-weight: 300;
}
.site-header .site-logo .site-logo-txt strong {
  font-weight: 600;
}
.site-header .site-header-content {
  float: right;
  height: 40px;
  padding: 5px 0;
  width: 100%;
  margin-left: -210px;
}
.site-header .site-header-content .site-header-content-in {
  zoom: 1;
  margin-left: 210px;
}
.site-header .site-header-content .site-header-content-in:before, .site-header .site-header-content .site-header-content-in:after {
  content: " ";
  display: table;
}
.site-header .site-header-content .site-header-content-in:after {
  clear: both;
}
@media (max-width: 767px) {
  .site-header .site-header-content {
    margin-left: -200px;
  }
  .site-header .site-header-content .site-header-content-in {
    margin-left: -200px;
  }
}
.site-header .site-header-shown {
  float: right;
  zoom: 1;
}
.site-header .site-header-shown:before, .site-header .site-header-shown:after {
  content: " ";
  display: table;
}
.site-header .site-header-shown:after {
  clear: both;
}
.site-header .header-alarm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .site-header .header-alarm {
    color: #adb5bd !important;
  }
}
.site-header .header-alarm:hover {
  color: #f17b02;
}
.site-header .header-alarm i {
  vertical-align: middle;
}
.site-header .header-alarm.inactive:after {
  display: none;
}
.site-header .header-alarm.active:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid 1px #fff;
  background: #f17b02;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: 1px;
}
.site-header .dropdown.dropdown-notification {
  float: left;
}
.site-header .dropdown.dropdown-notification.open .header-alarm {
  color: #00a8ff;
}
.site-header .dropdown.dropdown-notification.messages .header-alarm:after {
  margin-left: 4px;
}
.site-header .dropdown.dropdown-notification .dropdown-menu-notif-more {
  border-top: solid 1px #d8e2e7;
  text-align: center;
  padding: 10px 15px;
  font-size: 1rem;
}
.site-header .dropdown.dropdown-notification .dropdown-menu-notif-more a {
  text-decoration: none;
  color: #a45095;
  border-bottom: solid 1px transparent;
}
.site-header .dropdown.dropdown-notification .dropdown-menu-notif-more a:hover {
  border-bottom-color: fade(#a45095, 50%);
}
.site-header .dropdown-menu-notif {
  width: 290px;
  padding: 0;
  line-height: normal;
  font-size: 0.9375rem;
}
.site-header .dropdown-menu-notif a {
  text-decoration: none;
  color: #a45095;
  border-bottom: solid 1px transparent;
}
.site-header .dropdown-menu-notif a:hover {
  border-bottom-color: fade(#a45095, 50%);
}
.site-header .dropdown-menu-notif .dropdown-menu-notif-header {
  padding: 12px 15px;
  border-bottom: solid 1px #d8e2e7;
  font-weight: 600;
}
.site-header .dropdown-menu-notif .dropdown-menu-notif-header .label {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.site-header .dropdown-menu-notif .dropdown-menu-notif-list {
  height: 192px;
  overflow: auto;
}
.site-header .dropdown-menu-notif .dropdown-menu-notif-item {
  padding: 8px 15px 8px 57px;
  position: relative;
}
.site-header .dropdown-menu-notif .dropdown-menu-notif-item:nth-child(even) {
  background: #fbfcfd;
}
.site-header .dropdown-menu-notif .dropdown-menu-notif-item .photo {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -16px;
}
.site-header .dropdown-menu-notif .dropdown-menu-notif-item .photo img {
  border-radius: 50%;
  display: block;
  width: 100%;
}
.site-header .dropdown-menu-notif .dropdown-menu-notif-item .dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: 0 0 6px;
  border-radius: 50%;
  background: #f17b02;
  position: relative;
  top: 2px;
}
.site-header .dropdown-menu-notif .dropdown-menu-notif-item.no-notif {
  padding: 10px;
  color: #343434;
  text-align: center;
}
.site-header .dropdown-menu-messages {
  width: 290px;
  padding-bottom: 0;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header {
  border-bottom: solid 1px #d8e2e7;
  padding: 7px 15px 12px;
  zoom: 1;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header:before, .site-header .dropdown-menu-messages .dropdown-menu-messages-header:after {
  content: " ";
  display: table;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header:after {
  clear: both;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header .nav {
  float: left;
  zoom: 1;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header .nav:before, .site-header .dropdown-menu-messages .dropdown-menu-messages-header .nav:after {
  content: " ";
  display: table;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header .nav:after {
  clear: both;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header .nav-item {
  float: left;
  margin: 0 15px 0 0;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header .nav-link {
  font-size: 1rem;
  padding: 0;
  font-weight: 600;
  color: #919fa9;
  transition: none;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header .nav-link.active {
  color: #343434;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header .nav-link .label {
  font-size: 0.875rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: 400;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header .create {
  float: right;
  height: 18px;
  font-size: 1rem;
  border: none;
  background: none;
  color: #919fa9;
  position: relative;
  top: -1px;
}
.site-header .dropdown-menu-messages .dropdown-menu-messages-header .create:hover {
  color: #00a8ff;
}
.site-header .dropdown-menu-messages .mess-item {
  display: block;
  color: #343434;
  padding: 14px 15px 14px 57px;
  position: relative;
  line-height: 18px;
}
.site-header .dropdown-menu-messages .mess-item:nth-child(odd) {
  background-color: #fbfcfd;
}
.site-header .dropdown-menu-messages .mess-item:hover {
  background-color: #f8f7f7;
}
.site-header .dropdown-menu-messages .mess-item span {
  display: block;
}
.site-header .dropdown-menu-messages .mess-item .avatar-preview {
  position: absolute;
  left: 15px;
  top: 15px;
}
.site-header .dropdown-menu-messages .mess-item .mess-item-name,
.site-header .dropdown-menu-messages .mess-item .mess-item-txt {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
}
.site-header .dropdown-menu-messages .mess-item .mess-item-name {
  font-weight: 600;
}
.site-header .dropdown-menu-messages .mess-item .mess-item-txt {
  color: #919fa9;
}
.site-header .dropdown-menu-messages .tab-pane {
  height: 192px;
  overflow: auto;
}
.site-header .help-dropdown {
  float: left;
  position: relative;
  height: 30px;
  margin: 0 0 0 0px;
}
.site-header .help-dropdown > button {
  height: 30px;
  line-height: 30px;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 1.125em;
  padding-top: 3px;
}
.site-header .help-dropdown.opened > button, .site-header .help-dropdown > button:hover {
  color: #f17b02;
}
.site-header .help-dropdown .help-dropdown-popup {
  display: none;
  position: absolute;
  top: 100%;
  right: -420%;
  margin-left: -400px;
  margin-top: 7px;
  background: #fff;
  border: solid 1px #f3e6f1;
  border-radius: 0.25rem;
  zoom: 1;
  width: 800px;
}
.site-header .help-dropdown .help-dropdown-popup:before, .site-header .help-dropdown .help-dropdown-popup:after {
  content: " ";
  display: table;
}
.site-header .help-dropdown .help-dropdown-popup:after {
  clear: both;
}
.site-header .help-dropdown .help-dropdown-popup:before, .site-header .help-dropdown .help-dropdown-popup:after {
  content: "";
  display: block;
  position: absolute;
  right: 10%;
  width: 0;
  height: 0;
  border-style: solid;
}
.site-header .help-dropdown .help-dropdown-popup:before {
  top: -10px;
  margin-left: -8px;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
}
.site-header .help-dropdown .help-dropdown-popup:after {
  top: -9px;
  margin-left: -7px;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #ffffff transparent;
}
.site-header .help-dropdown .help-dropdown-popup-side {
  display: table-cell;
  vertical-align: top;
  /*float: left;*/
  width: 230px;
  background: #fbf8fb;
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 30px;
  border-right: solid 1px #f3e6f1;
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.site-header .help-dropdown .help-dropdown-popup-side a {
  color: #343434;
}
.site-header .help-dropdown .help-dropdown-popup-side a:hover {
  color: #f17b02;
}
.site-header .help-dropdown .help-dropdown-popup-side a.active {
  color: #f17b02;
}
.site-header .help-dropdown .help-dropdown-popup-side li {
  margin: 0 0 0.5rem;
}
.site-header .help-dropdown .help-dropdown-popup-cont {
  /*float: right; width: 100%;*/
  /*margin-left: -230px;*/
  display: table-cell;
  vertical-align: top;
}
.site-header .help-dropdown .help-dropdown-popup-cont-in {
  /*margin-left: 230px;*/
  padding: 30px;
}
.site-header .help-dropdown .help-dropdown-popup-item {
  border-top: solid 1px #d8e2e7;
  padding: 10px 0;
  display: block;
  color: #343434;
}
.site-header .help-dropdown .help-dropdown-popup-item:hover {
  color: #f17b02;
}
.site-header .help-dropdown .help-dropdown-popup-item:first-child {
  border-top: none;
  padding-top: 0;
}
.site-header .help-dropdown .help-dropdown-popup-item .describe {
  display: block;
  color: #919fa9;
  font-size: 0.875rem;
}
.site-header .help-dropdown .jscroll {
  max-height: 265px;
  overflow: auto;
}
.site-header .help-dropdown.opened .help-dropdown-popup {
  display: table;
  width: 800px;
}
.site-header .user-menu.dropdown {
  float: left;
  margin: 0 0 0 15px;
  height: 30px;
  line-height: 30px;
}
.site-header .user-menu.dropdown .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header .user-menu.dropdown .dropdown-toggle {
  display: block;
  color: #adb5bd;
  height: 30px;
  border: none;
  background: none;
  line-height: 30px;
}
.site-header .user-menu.dropdown .dropdown-toggle:after {
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.site-header .user-menu.dropdown .dropdown-toggle img {
  float: left;
  display: block;
  height: 32px;
  width: 32px;
  margin: -1px 3px -1px 0;
  border-radius: 50%;
  border: solid 1px transparent;
  transition: all 0.2s ease-in-out;
}
.site-header .user-menu.dropdown.open .dropdown-toggle,
.site-header .user-menu.dropdown .dropdown-toggle:hover {
  color: #00a8ff;
}
.site-header .dropdown.dropdown-lang {
  float: left;
}
.site-header .dropdown.dropdown-lang .flag-icon {
  box-shadow: 0 0 1px #c5d6de, 0 0 1px #c5d6de, 0 0 1px #c5d6de;
}
.site-header .dropdown.dropdown-lang .dropdown-toggle {
  height: 30px;
  width: 45px;
  text-align: right;
  padding: 0 5px 0 0;
  background: none;
  border: none;
  color: #adb5bd;
}
.site-header .dropdown.dropdown-lang .dropdown-toggle:after {
  display: none;
}
.site-header .dropdown.dropdown-lang .dropdown-toggle:hover {
  color: #00a8ff;
}
.site-header .dropdown.dropdown-lang .dropdown-menu {
  width: 250px;
}
.site-header .dropdown.dropdown-lang .dropdown-menu .flag-icon {
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}
.site-header .dropdown.dropdown-lang.open .dropdown-toggle {
  color: #00a8ff;
}
.site-header .burger-right {
  display: none;
  float: right;
  height: 30px;
  margin: 0 0 0 10px;
  line-height: 30px;
  cursor: pointer;
  color: #adb5bd;
  border: none;
  background: none;
  font-size: 1.375rem;
  position: relative;
  top: 1px;
}
.site-header .burger-right:hover {
  color: #00a8ff;
}
.site-header .burger-right i {
  vertical-align: middle;
}
.site-header .dropdown {
  float: right;
  margin: 0 1em;
}
.site-header .dropdown.dropdown-typical {
  float: left;
  margin-right: -10px;
  padding: 0 20px;
}
.site-header .dropdown.dropdown-typical .lbl {
  font-size: 15px;
  line-height: 16px;
}
.site-header .dropdown a.dropdown-toggle {
  height: 30px;
  line-height: 30px;
}
.site-header .dropdown a.dropdown-toggle.no-arr:after {
  display: none;
}
.site-header .dropdown a.dropdown-toggle .label {
  padding: 3px 6px 2px;
  margin-left: 3px;
  font-size: 0.8125rem;
  position: relative;
  top: -2px;
}
.site-header .dropdown .dropdown-item {
  font-size: 15px;
}
.site-header .dropdown .btn.dropdown-toggle {
  height: 30px;
  padding: 0 12px;
  font-size: 0.8125rem;
  line-height: 28px;
  background-color: #00a8ff;
  border-color: #00a8ff;
  color: #fff;
}
.site-header .dropdown .btn.dropdown-toggle:after {
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.site-header .dropdown.open .btn.dropdown-toggle {
  background: #fff;
  color: #00a8ff;
}
.site-header .site-header-search-container {
  float: right;
  width: 158px;
  margin: 0 10px 0 0;
  zoom: 1;
}
.site-header .site-header-search-container:before, .site-header .site-header-search-container:after {
  content: " ";
  display: table;
}
.site-header .site-header-search-container:after {
  clear: both;
}
.site-header .site-header-search-container .site-header-search {
  float: right;
}
.site-header .site-header-collapsed {
  float: left;
  /*width: 100%*/
  margin-right: -199px;
}
.site-header .site-header-collapsed .site-header-collapsed-in {
  margin-right: 199px;
  zoom: 1;
}
.site-header .site-header-collapsed .site-header-collapsed-in:before, .site-header .site-header-collapsed .site-header-collapsed-in:after {
  content: " ";
  display: table;
}
.site-header .site-header-collapsed .site-header-collapsed-in:after {
  clear: both;
}
.site-header .mobile-menu-right-overlay {
  display: none;
}
.site-header .hamburger {
  float: left;
  position: relative;
  top: 5px;
  margin: 0 0 0 12px;
}
@media (max-width: 1230px) and (min-width: 1055px) {
  .site-header .dropdown.dropdown-typical a.dropdown-toggle .font-icon {
    margin-right: 0;
  }
  .site-header .dropdown.dropdown-typical a.dropdown-toggle .lbl {
    display: none;
  }
}
@media (max-width: 1199px) {
  .site-header .site-header-search-container {
    width: 110px;
  }
}
@media (max-width: 1056px) {
  .site-header {
    padding-right: 0;
  }
  .site-header .site-logo-text {
    display: none;
  }
  .site-header .help-dropdown {
    display: none;
  }
  .site-header .burger-right {
    display: block;
  }
  .site-header img.hidden-lg-down {
    display: inline-block;
  }
  .site-header img.hidden-md-down {
    display: none;
  }
  .site-header .site-header-collapsed {
    position: fixed;
    right: -270px;
    top: 0;
    z-index: 90;
    height: 100%;
    width: 270px;
    background: #fff;
    border-left: solid 1px #c5d6de;
    padding: 15px;
    overflow: auto;
    transition: all 0.2s ease-in-out;
    float: none;
    margin: 0;
  }
  .site-header .site-header-collapsed .site-header-collapsed-in {
    margin: 0;
  }
  .site-header .site-header-collapsed .site-header-search.closed {
    width: 100%;
    border-color: #c5d6de;
  }
  .site-header .site-header-collapsed .site-header-search.closed .overlay {
    display: none;
  }
  .site-header .site-header-collapsed .site-header-search.closed input[type=text] {
    opacity: 1;
  }
  .site-header .site-header-collapsed .site-header-search.closed:hover button {
    color: #c5d6de;
  }
  .site-header .site-header-collapsed .site-header-search-container {
    width: 100%;
    padding: 10px 0;
    float: none;
  }
  .site-header .site-header-collapsed .btn-nav {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
  .site-header .site-header-collapsed .dropdown {
    float: none;
    margin: 0;
    zoom: 1;
  }
  .site-header .site-header-collapsed .dropdown:before, .site-header .site-header-collapsed .dropdown:after {
    content: " ";
    display: table;
  }
  .site-header .site-header-collapsed .dropdown:after {
    clear: both;
  }
  .site-header .site-header-collapsed .dropdown .btn.dropdown-toggle {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 8px;
  }
  .site-header .site-header-collapsed .dropdown .dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .site-header .site-header-collapsed .dropdown.open a.dropdown-toggle {
    color: #343434;
  }
  .site-header .site-header-collapsed .dropdown.open a.dropdown-toggle:after {
    top: 2px;
  }
  .site-header .site-header-collapsed .dropdown.open a.dropdown-toggle:after, .site-header .site-header-collapsed .dropdown.open a.dropdown-toggle .font-icon {
    color: #adb5bd;
  }
  .site-header .site-header-collapsed .dropdown.open .btn.dropdown-toggle {
    color: #fff;
    background-color: #00a8ff;
  }
  .site-header .site-header-collapsed .dropdown.mobile-opened .dropdown-menu {
    display: block;
  }
  .site-header .site-header-collapsed .dropdown.mobile-opened .dropdown-toggle:after {
    transform: rotate(180deg);
  }
  .site-header .site-header-collapsed .dropdown.mobile-opened a.dropdown-toggle {
    color: #00a8ff;
  }
  .site-header .site-header-collapsed .dropdown.mobile-opened a.dropdown-toggle:after, .site-header .site-header-collapsed .dropdown.mobile-opened a.dropdown-toggle .font-icon {
    color: #00a8ff;
  }
  .site-header .site-header-collapsed .dropdown.mobile-opened .btn.dropdown-toggle {
    color: #00a8ff;
    background-color: #fff;
  }
  .site-header .site-header-collapsed .dropdown.dropdown-typical .dropdown-more .dropdown-more-caption:before {
    transform: rotate(90deg);
  }
  .site-header .site-header-collapsed .dropdown.dropdown-typical .dropdown-more .dropdown-more-sub {
    display: none;
    position: static;
    left: 0;
    padding: 0;
    margin: 0;
  }
  .site-header .site-header-collapsed .dropdown.dropdown-typical .dropdown-more .dropdown-more-sub-in {
    border-right: none;
    border-radius: 0;
  }
  .site-header .site-header-collapsed .dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-sub {
    display: none;
  }
  .site-header .site-header-collapsed .dropdown.dropdown-typical .dropdown-more.opened .dropdown-more-caption {
    color: #00a8ff;
  }
  .site-header .site-header-collapsed .dropdown.dropdown-typical .dropdown-more.opened .dropdown-more-caption:before {
    transform: rotate(-90deg);
    border-left-color: #00a8ff;
  }
  .site-header .site-header-collapsed .dropdown.dropdown-typical .dropdown-more.opened .dropdown-more-sub {
    display: block;
  }
  .menu-right-opened .site-header .mobile-menu-right-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 85;
    background: fade(#304b58, 50%);
  }
  .menu-right-opened .site-header .site-header-collapsed {
    right: 0;
  }
}
@media (max-width: 767px) {
  .site-header .burger-right {
    margin-left: 7px;
  }
  .site-header .dropdown.dropdown-notification.messages {
    margin-left: 8px;
  }
  .site-header .dropdown.dropdown-lang .dropdown-toggle {
    width: 42px;
  }
  .site-header .dropdown.dropdown-lang .dropdown-menu {
    margin-right: -52px;
  }
  .site-header .user-menu.dropdown {
    margin-left: 12px;
  }
  .site-header .dropdown-menu-notif {
    margin-right: -172px;
  }
  .site-header .dropdown-menu-messages {
    margin-right: -134px;
  }
}

/* ==========================================================================
   Hamburger
   ========================================================================== */
.hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
}
.hamburger span {
  display: block;
  margin: 0 4px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #adb5bd;
  transition: transform 0.3s;
}
.hamburger span:before, .hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #adb5bd;
  content: "";
}
.hamburger span:before {
  top: -7px;
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.hamburger span:after {
  bottom: -7px;
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.hamburger.is-active {
  background: none;
}
.hamburger.is-active span {
  transform: rotate(180deg);
}
.hamburger.is-active span:before, .hamburger.is-active span:after {
  width: 50%;
}
.hamburger.is-active span:before {
  top: 0;
  transform: translateX(12px) translateY(1px) rotate(45deg);
}
.hamburger.is-active span:after {
  bottom: 0;
  transform: translateX(12px) translateY(-1px) rotate(-45deg);
}
.hamburger:hover span, .hamburger:hover span:before, .hamburger:hover span:after {
  background-color: #a45095;
}
@media (max-width: 1056px) {
  .hamburger {
    display: block;
  }
}

/* ==========================================================================
   STYLE: Wet Asphalt Theme
   ========================================================================== */
.wet-aspalt-theme .site-header {
  background-color: #304b58;
  border-bottom-color: #304b58;
}
.wet-aspalt-theme .site-header .dropdown.dropdown-lang .flag-icon {
  opacity: 0.9;
  box-shadow: none;
}
.wet-aspalt-theme .site-header .dropdown.dropdown-lang .dropdown-toggle {
  color: #fff;
}
.wet-aspalt-theme .site-header .dropdown.dropdown-lang .dropdown-toggle:hover, .wet-aspalt-theme .site-header .dropdown.dropdown-lang.open .dropdown-toggle {
  color: #c5d6de;
}
.wet-aspalt-theme .site-header .header-alarm {
  color: #fff;
}
.wet-aspalt-theme .site-header .header-alarm.active:after {
  border-color: #304b58;
}
.wet-aspalt-theme .site-header .header-alarm:hover,
.wet-aspalt-theme .site-header .dropdown.dropdown-notification.open .header-alarm {
  color: #c5d6de;
}
.wet-aspalt-theme .site-header .user-menu.dropdown .dropdown-toggle {
  color: #fff;
}
.wet-aspalt-theme .site-header .user-menu.dropdown.open .dropdown-toggle,
.wet-aspalt-theme .site-header .user-menu.dropdown .dropdown-toggle:hover {
  color: #c5d6de;
}
.wet-aspalt-theme .site-header .hamburger span, .wet-aspalt-theme .site-header .hamburger span:after, .wet-aspalt-theme .site-header .hamburger span:before {
  background-color: #fff;
}
.wet-aspalt-theme .site-header .burger-right {
  color: #fff;
}
@media (min-width: 1055px) {
  .wet-aspalt-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle,
.wet-aspalt-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle .font-icon,
.wet-aspalt-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle:after {
    color: #fff;
  }
  .wet-aspalt-theme .site-header .dropdown.dropdown-typical.open a.dropdown-toggle,
.wet-aspalt-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle:hover {
    color: #c5d6de;
  }
  .wet-aspalt-theme .site-header .dropdown.dropdown-typical.open a.dropdown-toggle:after, .wet-aspalt-theme .site-header .dropdown.dropdown-typical.open a.dropdown-toggle .font-icon,
.wet-aspalt-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle:hover:after,
.wet-aspalt-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle:hover .font-icon {
    color: #c5d6de;
  }
  .wet-aspalt-theme .site-header .dropdown .btn.dropdown-toggle {
    border-color: #fff;
    background-color: #fff;
    color: #304b58;
  }
  .wet-aspalt-theme .site-header .help-dropdown button {
    color: #fff;
  }
  .wet-aspalt-theme .site-header .help-dropdown.opened button,
.wet-aspalt-theme .site-header .help-dropdown button:hover {
    color: #c5d6de;
  }
  .wet-aspalt-theme .site-header .site-header-search {
    background: none;
    border-color: #c5d6de;
  }
  .wet-aspalt-theme .site-header .site-header-search.closed {
    border-color: transparent;
  }
  .wet-aspalt-theme .site-header .site-header-search input[placeholder], .wet-aspalt-theme .site-header .site-header-search [placeholder], .wet-aspalt-theme .site-header .site-header-search *[placeholder] {
    color: #fff;
  }
  .wet-aspalt-theme .site-header .site-header-search ::-webkit-input-placeholder {
    color: #fff !important;
  }
  .wet-aspalt-theme .site-header .site-header-search ::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
  }
  .wet-aspalt-theme .site-header .site-header-search :-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
  }
  .wet-aspalt-theme .site-header .site-header-search ::-moz-placeholder {
    color: #fff !important;
  }
  .wet-aspalt-theme .site-header .site-header-search :-ms-input-placeholder {
    color: #fff !important;
  }
  .wet-aspalt-theme .site-header .site-header-search button {
    color: #fff;
  }
  .wet-aspalt-theme .site-header .site-header-search button:hover,
.wet-aspalt-theme .site-header .site-header-search.closed:hover button {
    color: #c5d6de;
  }
}

/* ==========================================================================
   STYLE: Dark Theme
   ========================================================================== */
.site-header .site-logo-text {
  float: left;
  width: 240px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  background: #272727;
  margin: 0 -1px 0 -0.9375rem;
  position: relative;
  padding: 0;
  text-align: center;
}
.with-side-menu-compact .site-header .site-logo-text {
  width: 100px;
}

.with-side-menu-compact.dark-theme .site-header .site-header-content {
  margin-left: -100px;
}
.with-side-menu-compact.dark-theme .site-header .site-header-content .site-header-content-in {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .with-side-menu-compact.dark-theme .site-header .site-header-content {
    margin-left: -110px;
  }
  .with-side-menu-compact.dark-theme .site-header .site-header-content .site-header-content-in {
    margin-left: 110px;
  }
}

.dark-theme .site-header {
  background-color: #343434;
  height: 50px;
  padding-top: 0;
  border-bottom: none;
}
.dark-theme .site-header .site-header-content {
  padding: 0;
  margin-left: -240px;
}
.dark-theme .site-header .site-header-content .site-header-content-in {
  margin-left: 240px;
}
@media (max-width: 767px) {
  .dark-theme .site-header .site-header-content {
    margin-left: -130px;
  }
  .dark-theme .site-header .site-header-content .site-header-content-in {
    margin-left: 130px;
  }
}
.dark-theme .site-header .site-header-shown {
  padding-top: 10px;
}
.dark-theme .site-header .header-alarm.active:after {
  border-color: #343434;
}
.dark-theme .site-header .hamburger {
  top: 8px;
}
.dark-theme .site-header.site-header-light {
  background: #fff;
}
.dark-theme .site-header.site-header-light .header-alarm.active:after {
  border-color: #fff;
}
@media (min-width: 1055px) {
  .dark-theme .site-header .site-header-collapsed .site-header-collapsed-in {
    margin-right: 112px;
  }
  .dark-theme .site-header .dropdown .btn.dropdown-toggle {
    position: relative;
    top: 10px;
    border-color: #919fa9;
    background-color: #919fa9;
    color: #fff;
  }
  .dark-theme .site-header .dropdown .dropdown-menu {
    margin-top: 14px;
  }
  .dark-theme .site-header .dropdown.dropdown-typical {
    margin: 0 1px 0 0;
  }
  .dark-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle {
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: block;
  }
  .dark-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle .font-icon, .dark-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle:after {
    color: #919fa9;
  }
  .dark-theme .site-header .dropdown.dropdown-typical.open a.dropdown-toggle,
.dark-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle:hover {
    background-color: #919fa9;
  }
  .dark-theme .site-header .dropdown.dropdown-typical.open a.dropdown-toggle:after, .dark-theme .site-header .dropdown.dropdown-typical.open a.dropdown-toggle .font-icon,
.dark-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle:hover:after,
.dark-theme .site-header .dropdown.dropdown-typical a.dropdown-toggle:hover .font-icon {
    color: #fff;
  }
  .dark-theme .site-header .dropdown.dropdown-typical .dropdown-menu {
    margin-top: 8px;
  }
  .dark-theme .site-header .dropdown.dropdown-typical .dropdown-menu .font-icon {
    color: #919fa9;
  }
  .dark-theme .site-header .dropdown.dropdown-typical .dropdown-menu .dropdown-item:hover .font-icon {
    color: #00a8ff;
  }
  .dark-theme .site-header .site-header-search-container {
    padding-top: 10px;
  }
  .dark-theme .site-header .site-header-search {
    background: #fff;
    border-color: #919fa9;
  }
  .dark-theme .site-header .site-header-search.closed {
    border-color: transparent;
    background: transparent;
  }
  .dark-theme .site-header.site-header-light .dropdown.dropdown-typical a.dropdown-toggle {
    color: #919fa9;
  }
  .dark-theme .site-header.site-header-light .dropdown.dropdown-typical.open a.dropdown-toggle,
.dark-theme .site-header.site-header-light .dropdown.dropdown-typical a.dropdown-toggle:hover {
    color: #fff;
  }
}

/* ==========================================================================
   STYLE: Dark Theme Blue
   ========================================================================== */
@media (min-width: 1055px) {
  .dark-theme.dark-theme-blue .site-header .dropdown.dropdown-typical.open a.dropdown-toggle,
.dark-theme.dark-theme-blue .site-header .dropdown.dropdown-typical a.dropdown-toggle:hover {
    background-color: #00a8ff;
  }
  .dark-theme.dark-theme-blue .site-header .dropdown.dropdown-typical.open a.dropdown-toggle:before {
    border-top-color: #00a8ff;
  }
  .dark-theme.dark-theme-blue .site-header .dropdown .dropdown-menu .dropdown-item:hover,
.dark-theme.dark-theme-blue .site-header .dropdown .dropdown-menu .dropdown-item:hover .font-icon,
.dark-theme.dark-theme-blue .site-header .dropdown .dropdown-menu .dropdown-more:hover .dropdown-more-caption {
    color: #00a8ff;
  }
  .dark-theme.dark-theme-blue .site-header .dropdown .dropdown-menu .dropdown-more:hover .dropdown-more-caption:before {
    border-left-color: #00a8ff;
  }
}

/* ==========================================================================
   STYLE: Dark Theme Green
   ========================================================================== */
@media (min-width: 1055px) {
  .dark-theme.dark-theme-green .site-header .dropdown.dropdown-typical.open a.dropdown-toggle,
.dark-theme.dark-theme-green .site-header .dropdown.dropdown-typical a.dropdown-toggle:hover {
    background-color: #46c35f;
  }
  .dark-theme.dark-theme-green .site-header .dropdown.dropdown-typical.open a.dropdown-toggle:before {
    border-top-color: #46c35f;
  }
  .dark-theme.dark-theme-green .site-header .dropdown .dropdown-menu .dropdown-item:hover,
.dark-theme.dark-theme-green .site-header .dropdown .dropdown-menu .dropdown-item:hover .font-icon,
.dark-theme.dark-theme-green .site-header .dropdown .dropdown-menu .dropdown-more:hover .dropdown-more-caption {
    color: #46c35f;
  }
  .dark-theme.dark-theme-green .site-header .dropdown .dropdown-menu .dropdown-more:hover .dropdown-more-caption:before {
    border-left-color: #46c35f;
  }
  .dark-theme.dark-theme-green .site-header .site-header-search button:hover,
.dark-theme.dark-theme-green .site-header .site-header-search.closed:hover button,
.dark-theme.dark-theme-green .site-header .header-alarm:hover,
.dark-theme.dark-theme-green .site-header .dropdown.dropdown-notification.open .header-alarm {
    color: #46c35f;
  }
  .dark-theme.dark-theme-green .site-header .user-menu.dropdown.open .dropdown-toggle,
.dark-theme.dark-theme-green .site-header .user-menu.dropdown .dropdown-toggle:hover {
    color: #46c35f;
  }
}

/* ==========================================================================
   STYLE: Dark Theme Ultramarine
   ========================================================================== */
@media (min-width: 1055px) {
  .dark-theme.dark-theme-ultramarine .dropdown.dropdown-typical.open a.dropdown-toggle,
.dark-theme.dark-theme-ultramarine .dropdown.dropdown-typical a.dropdown-toggle:hover {
    background-color: #1a5bc3;
  }
  .dark-theme.dark-theme-ultramarine .dropdown.dropdown-typical.open a.dropdown-toggle:before {
    border-top-color: #1a5bc3;
  }
  .dark-theme.dark-theme-ultramarine .dropdown .dropdown-menu .dropdown-item:hover,
.dark-theme.dark-theme-ultramarine .dropdown .dropdown-menu .dropdown-item:hover .font-icon,
.dark-theme.dark-theme-ultramarine .dropdown .dropdown-menu .dropdown-more:hover .dropdown-more-caption {
    color: #1a5bc3;
  }
  .dark-theme.dark-theme-ultramarine .dropdown .dropdown-menu .dropdown-more:hover .dropdown-more-caption:before {
    border-left-color: #1a5bc3;
  }
  .dark-theme.dark-theme-ultramarine .site-header-search button:hover,
.dark-theme.dark-theme-ultramarine .site-header-search.closed:hover button,
.dark-theme.dark-theme-ultramarine .header-alarm:hover,
.dark-theme.dark-theme-ultramarine .dropdown.dropdown-notification.open .header-alarm {
    color: #1a5bc3;
  }
  .dark-theme.dark-theme-ultramarine .user-menu.dropdown.open .dropdown-toggle,
.dark-theme.dark-theme-ultramarine .user-menu.dropdown .dropdown-toggle:hover {
    color: #1a5bc3;
  }
}

/* ==========================================================================
   STYLE: Theme Side (common styles)
   ========================================================================== */
@media (min-width: 1055px) {
  .theme-side-ebony-clay .site-header .site-logo,
.theme-side-madison-caribbean .site-header .site-logo,
.theme-side-caesium-dark-caribbean .site-header .site-logo,
.theme-side-tin .site-header .site-logo,
.theme-side-litmus-blue .site-header .site-logo,
.theme-rebecca-purple .site-header .site-logo,
.theme-picton-blue .site-header .site-logo,
.theme-picton-blue-white-ebony .site-header .site-logo {
    height: 80px;
    width: 240px;
    padding: 20px 0 0;
    text-align: center;
    margin: -20px 0 0 -15px;
  }
  .theme-side-ebony-clay .site-header .site-logo img,
.theme-side-madison-caribbean .site-header .site-logo img,
.theme-side-caesium-dark-caribbean .site-header .site-logo img,
.theme-side-tin .site-header .site-logo img,
.theme-side-litmus-blue .site-header .site-logo img,
.theme-rebecca-purple .site-header .site-logo img,
.theme-picton-blue .site-header .site-logo img,
.theme-picton-blue-white-ebony .site-header .site-logo img {
    float: none;
  }
  .theme-side-ebony-clay .site-header .site-header-content,
.theme-side-madison-caribbean .site-header .site-header-content,
.theme-side-caesium-dark-caribbean .site-header .site-header-content,
.theme-side-tin .site-header .site-header-content,
.theme-side-litmus-blue .site-header .site-header-content,
.theme-rebecca-purple .site-header .site-header-content,
.theme-picton-blue .site-header .site-header-content,
.theme-picton-blue-white-ebony .site-header .site-header-content {
    margin-left: -240px;
  }
  .theme-side-ebony-clay .site-header .site-header-content-in,
.theme-side-madison-caribbean .site-header .site-header-content-in,
.theme-side-caesium-dark-caribbean .site-header .site-header-content-in,
.theme-side-tin .site-header .site-header-content-in,
.theme-side-litmus-blue .site-header .site-header-content-in,
.theme-rebecca-purple .site-header .site-header-content-in,
.theme-picton-blue .site-header .site-header-content-in,
.theme-picton-blue-white-ebony .site-header .site-header-content-in {
    margin-left: 240px;
  }

  .theme-side-ebony-clay .site-header .site-logo {
    background-color: #212b30;
  }

  .theme-side-madison-caribbean .site-header .site-logo {
    background-color: #263543;
  }

  .theme-side-caesium-dark-caribbean .site-header .site-logo {
    background-color: #22222f;
  }

  .theme-side-tin .site-header .site-logo {
    background-color: #383838;
  }

  .theme-side-litmus-blue .site-header .site-logo {
    background-color: #282c38;
  }
}
.theme-rebecca-purple .site-header {
  background-color: #3e4eb2;
  border-bottom-color: #3e4eb2;
}
.theme-rebecca-purple .site-header .site-header-search.closed {
  background: none;
}
.theme-rebecca-purple .site-header .site-header-search.closed button {
  color: #fff;
}
.theme-rebecca-purple .site-header .site-header-search.closed:hover button {
  color: #00a8ff;
}
.theme-rebecca-purple .site-header .header-alarm.active:after {
  border-color: #3e4eb2;
  background-color: #fed832;
}
.theme-rebecca-purple .site-header .header-alarm i {
  color: #fff;
}
.theme-rebecca-purple .site-header .dropdown.user-menu .dropdown-toggle:after {
  color: #9fa7d8;
}
@media (min-width: 1055px) {
  .theme-rebecca-purple .site-header .dropdown.dropdown-typical .lbl {
    color: #fff;
  }
  .theme-rebecca-purple .site-header .dropdown.dropdown-typical a.dropdown-toggle:after {
    color: #9fa7d8;
  }
  .theme-rebecca-purple .site-header .dropdown.dropdown-typical a.dropdown-toggle .font-icon {
    color: #fff;
  }
  .theme-rebecca-purple .site-header .help-dropdown > button {
    color: #fff;
  }
}

.theme-picton-blue .site-header {
  background-color: #5fa7e7;
  border-bottom-color: #5fa7e7;
}
.theme-picton-blue .site-header .site-header-search.closed {
  background: none;
}
.theme-picton-blue .site-header .site-header-search.closed button {
  color: #fff;
}
.theme-picton-blue .site-header .site-header-search.closed:hover button {
  color: #fed832;
}
.theme-picton-blue .site-header .header-alarm.active:after {
  border-color: #5fa7e7;
  background-color: #fed832;
}
.theme-picton-blue .site-header .header-alarm i {
  color: #fff;
}
.theme-picton-blue .site-header .dropdown.user-menu .dropdown-toggle:after {
  color: #fff;
}
@media (min-width: 1055px) {
  .theme-picton-blue .site-header .dropdown.dropdown-typical .lbl {
    color: #fff;
  }
  .theme-picton-blue .site-header .dropdown.dropdown-typical a.dropdown-toggle:after,
.theme-picton-blue .site-header .dropdown.dropdown-typical a.dropdown-toggle .font-icon {
    color: #fff;
  }
  .theme-picton-blue .site-header .help-dropdown > button {
    color: #fff;
  }
  .theme-picton-blue .site-header .dropdown > .btn {
    border-color: #fff !important;
    background-color: #fff;
    color: #00a8ff;
  }
}
.theme-picton-blue .site-header .hamburger span {
  background-color: #fff;
}
.theme-picton-blue .site-header .hamburger span:before, .theme-picton-blue .site-header .hamburger span:after {
  background-color: #fff;
}
.theme-picton-blue .site-header .burger-right {
  color: #fff;
}

.theme-picton-blue-white-ebony .site-header .site-logo {
  background-color: #5fa7e7;
}
.theme-picton-blue-white-ebony .site-header .header-alarm i,
.theme-picton-blue-white-ebony .site-header .dropdown.user-menu .dropdown-toggle:after {
  color: #76838e;
}
@media (min-width: 1055px) {
  .theme-picton-blue-white-ebony .site-header .dropdown.dropdown-typical .lbl {
    color: #76838e;
  }
  .theme-picton-blue-white-ebony .site-header .dropdown.dropdown-typical a.dropdown-toggle:after,
.theme-picton-blue-white-ebony .site-header .dropdown.dropdown-typical a.dropdown-toggle .font-icon {
    color: #76838e;
  }
  .theme-picton-blue-white-ebony .site-header .help-dropdown > button {
    color: #76838e;
  }
}
.theme-picton-blue-white-ebony .site-header .hamburger span {
  background-color: #76838e;
}
.theme-picton-blue-white-ebony .site-header .hamburger span:before, .theme-picton-blue-white-ebony .site-header .hamburger span:after {
  background-color: #76838e;
}
.theme-picton-blue-white-ebony .site-header .burger-right {
  color: #76838e;
}

/* ==========================================================================
   Footer
   ========================================================================== */
html {
  position: relative;
  min-height: 100%;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

.container {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}

*:active, *:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  margin: 0px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0@mixin * where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2@mixin  Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

* {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

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

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

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

.glyphicon-th:before {
  content: "";
}

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

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

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

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

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

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

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

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

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

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

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

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

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

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

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "";
}

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

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

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

.glyphicon-picture:before {
  content: "";
}

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

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

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

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

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

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

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

.glyphicon-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

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

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

@font-face {
  font-family: "startui";
  src: url("../fonts/startui.eot");
  src: url("../fonts/startui.eot?#iefix") format("embedded-opentype"), url("../fonts/startui.woff") format("woff"), url("../fonts/startui.ttf") format("truetype"), url("../fonts/startui.svg#startui") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fontastic, .side-menu-big-icon .side-menu-list > li.with-sub > span:after {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

[data-icon]:before {
  content: attr(data-icon);
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

[class^=font-icon-]:before,
[class*=" font-icon-"]:before {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.font-icon-alarm:before {
  content: "b";
}

.font-icon-build:before {
  content: "c";
}

.font-icon-burger:before {
  content: "d";
}

.font-icon-calend:before {
  content: "e";
}

.font-icon-cart:before {
  content: "f";
}

.font-icon-cogwheel:before {
  content: "g";
}

.font-icon-comments:before {
  content: "h";
}

.font-icon-contacts:before {
  content: "i";
}

.font-icon-dashboard:before {
  content: "j";
}

.font-icon-dots:before {
  content: "k";
}

.font-icon-expand:before {
  content: "l";
}

.font-icon-filter:before {
  content: "m";
}

.font-icon-help:before {
  content: "n";
}

.font-icon-home:before {
  content: "o";
}

.font-icon-page:before {
  content: "p";
}

.font-icon-pencil:before {
  content: "q";
}

.font-icon-re:before {
  content: "r";
}

.font-icon-rollup:before {
  content: "s";
}

.font-icon-search:before {
  content: "t";
}

.font-icon-share:before {
  content: "u";
}

.font-icon-star:before {
  content: "v";
}

.font-icon-users:before {
  content: "w";
}

.font-icon-wallet:before {
  content: "x";
}

.font-icon-minus:before {
  content: "y";
}

.font-icon-pencil-thin:before {
  content: "z";
}

.font-icon-close:before {
  content: "A";
}

.font-icon-speed:before {
  content: "a";
}

.font-icon-menu-addl:before {
  content: "B";
}

.font-icon-search:before {
  content: "t";
}

.font-icon-edit:before {
  content: "C";
}

.font-icon-chart:before {
  content: "D";
}

.font-icon-zigzag:before {
  content: "E";
}

.font-icon-tablet:before {
  content: "F";
}

.font-icon-widget:before {
  content: "G";
}

.font-icon-map:before {
  content: "H";
}

.font-icon-chart-2:before {
  content: "I";
}

.font-icon-doc:before {
  content: "J";
}

.font-icon-question:before {
  content: "K";
}

.font-icon-user:before {
  content: "L";
}

.font-icon-notebook:before {
  content: "M";
}

.font-icon-mail:before {
  content: "N";
}

.font-icon-close-2:before {
  content: "O";
}

.font-icon-pen:before {
  content: "P";
}

.font-icon-arrow-down:before {
  content: "Q";
}

.font-icon-arrow-left:before {
  content: "R";
}

.font-icon-arrow-right:before {
  content: "S";
}

.font-icon-arrow-top:before {
  content: "T";
}

.font-icon-check-circle:before {
  content: "U";
}

.font-icon-cam-photo:before {
  content: "V";
}

.font-icon-cam-video:before {
  content: "W";
}

.font-icon-sound:before {
  content: "X";
}

.font-icon-earth:before {
  content: "Y";
}

.font-icon-mail-2:before {
  content: "Z";
}

.font-icon-upload:before {
  content: "0";
}

.font-icon-dropbox:before {
  content: "1";
}

.font-icon-google-drive:before {
  content: "2";
}

.font-icon-yandex-disk:before {
  content: "3";
}

.font-icon-box:before {
  content: "4";
}

.font-icon-arrow-square-down:before {
  content: "5";
}

.font-icon-refresh:before {
  content: "6";
}

.font-icon-list-square:before {
  content: "7";
}

.font-icon-list-rotate:before {
  content: "8";
}

.font-icon-download:before {
  content: "9";
}

.font-icon-heart:before {
  content: "!";
}

.font-icon-check-bird:before {
  content: '"';
}

.font-icon-clock:before {
  content: "#";
}

.font-icon-trash:before {
  content: "$";
}

.font-icon-circle-lined-error:before {
  content: "%";
}

.font-icon-circle-lined-i:before {
  content: "&";
}

.font-icon-circle-lined-smile:before {
  content: "'";
}

.font-icon-circle-lined-success:before {
  content: "(";
}

.font-icon-one-drive:before {
  content: ")";
}

.font-icon-cloud-upload-2:before {
  content: "*";
}

.font-icon-plus:before {
  content: "+";
}

.font-icon-minus-1:before {
  content: ",";
}

.font-icon-arrow-square-up:before {
  content: "-";
}

.font-icon-revers:before {
  content: ".";
}

.font-icon-import:before {
  content: "/";
}

.font-icon-award:before {
  content: ":";
}

.font-icon-case:before {
  content: ";";
}

.font-icon-earth-bordered:before {
  content: "<";
}

.font-icon-comment:before {
  content: "=";
}

.font-icon-eye:before {
  content: ">";
}

.font-icon-fb-fill:before {
  content: "?";
}

.font-icon-in-fill:before {
  content: "@";
}

.font-icon-lamp:before {
  content: "[";
}

.font-icon-picture:before {
  content: "]";
}

.font-icon-pdf-fill:before {
  content: "^";
}

.font-icon-notebook-bird:before {
  content: "_";
}

.font-icon-quote:before {
  content: "`";
}

.font-icon-vk-fill:before {
  content: "{";
}

.font-icon-video-fill:before {
  content: "|";
}

.font-icon-tw-fill:before {
  content: "}";
}

.font-icon-answer:before {
  content: "~";
}

.font-icon-archive:before {
  content: "\\";
}

.font-icon-case-2:before {
  content: "";
}

.font-icon-clip:before {
  content: "";
}

.font-icon-cloud:before {
  content: "";
}

.font-icon-comments-2:before {
  content: "";
}

.font-icon-del:before {
  content: "";
}

.font-icon-event:before {
  content: "";
}

.font-icon-download-3:before {
  content: "";
}

.font-icon-download-2:before {
  content: "";
}

.font-icon-dots-vert-square:before {
  content: "";
}

.font-icon-fire:before {
  content: "";
}

.font-icon-folder:before {
  content: "";
}

.font-icon-lock:before {
  content: "";
}

.font-icon-ok:before {
  content: "";
}

.font-icon-picture-2:before {
  content: "";
}

.font-icon-pin:before {
  content: "";
}

.font-icon-refresh-2:before {
  content: "";
}

.font-icon-view-cascade:before {
  content: "";
}

.font-icon-users-group:before {
  content: "";
}

.font-icon-upload-2:before {
  content: "";
}

.font-icon-view-grid:before {
  content: "";
}

.font-icon-view-rows:before {
  content: "";
}

.font-icon-warning:before {
  content: "";
}

.font-icon-facebook:before {
  content: "";
}

.font-icon-instagram:before {
  content: "";
}

.font-icon-google-plus:before {
  content: "";
}

.font-icon-linkedin:before {
  content: "";
}

.font-icon-twitter:before {
  content: "";
}

.font-icon-phone:before {
  content: "";
}

.font-icon-gp-fill:before {
  content: "";
}

.font-icon-ok-fill:before {
  content: "";
}

.font-icon-editor-align-center:before {
  content: "";
}

.font-icon-editor-align-justify:before {
  content: "";
}

.font-icon-editor-align-left:before {
  content: "";
}

.font-icon-editor-align-right:before {
  content: "";
}

.font-icon-editor-bold:before {
  content: "";
}

.font-icon-editor-code:before {
  content: "";
}

.font-icon-editor-eraser:before {
  content: "";
}

.font-icon-editor-font:before {
  content: "";
}

.font-icon-editor-fullscreen:before {
  content: "";
}

.font-icon-editor-help:before {
  content: "";
}

.font-icon-editor-img:before {
  content: "";
}

.font-icon-editor-link:before {
  content: "";
}

.font-icon-editor-list:before {
  content: "";
}

.font-icon-editor-magic:before {
  content: "";
}

.font-icon-editor-numeric-list:before {
  content: "";
}

.font-icon-editor-table:before {
  content: "";
}

.font-icon-editor-underline:before {
  content: "";
}

.font-icon-editor-video:before {
  content: "";
}

.font-icon-alarm-2:before {
  content: "";
}

.font-icon-alarm-rotate:before {
  content: "";
}

.font-icon-binoculars:before {
  content: "";
}

.font-icon-cart-2:before {
  content: "";
}

.font-icon-card:before {
  content: "";
}

.font-icon-bookmark:before {
  content: "";
}

.font-icon-chart-3:before {
  content: "";
}

.font-icon-chart-4:before {
  content: "";
}

.font-icon-check-square:before {
  content: "";
}

.font-icon-del-circle:before {
  content: "";
}

.font-icon-comp:before {
  content: "";
}

.font-icon-cloud-download:before {
  content: "";
}

.font-icon-downloaded:before {
  content: "";
}

.font-icon-link:before {
  content: "";
}

.font-icon-i-circle:before {
  content: "";
}

.font-icon-notebook-lines:before {
  content: "";
}

.font-icon-pdf:before {
  content: "";
}

.font-icon-pen-square:before {
  content: "";
}

.font-icon-play-prev:before {
  content: "";
}

.font-icon-play-next:before {
  content: "";
}

.font-icon-play-circle:before {
  content: "";
}

.font-icon-play:before {
  content: "";
}

.font-icon-pin-2:before {
  content: "";
}

.font-icon-server:before {
  content: "";
}

.font-icon-warning-circle:before {
  content: "";
}

.font-icon-users-two:before {
  content: "";
}

.font-icon-weather-cloud:before {
  content: "";
}

.font-icon-weather-cloud-circles:before {
  content: "";
}

.font-icon-weather-cloud-drops-lightning:before {
  content: "";
}

.font-icon-weather-cloud-moon:before {
  content: "";
}

.font-icon-weather-cloud-one-circle:before {
  content: "";
}

.font-icon-weather-cloud-one-drop:before {
  content: "";
}

.font-icon-weather-cloud-rain-snow:before {
  content: "";
}

.font-icon-weather-cloud-sun:before {
  content: "";
}

.font-icon-weather-cloud-two-circles:before {
  content: "";
}

.font-icon-weather-cloud-two-drops:before {
  content: "";
}

.font-icon-weather-cloud-two-snow:before {
  content: "";
}

.font-icon-weather-clouds:before {
  content: "";
}

.font-icon-weather-clound-lightning:before {
  content: "";
}

.font-icon-weather-sun:before {
  content: "";
}

.font-icon-weather-snowflake:before {
  content: "";
}

.font-icon-weather-snow:before {
  content: "";
}

.font-icon-weather-rain:before {
  content: "";
}

.font-icon-weather-one-snow:before {
  content: "";
}

.font-icon-weather-moon-small-cloud:before {
  content: "";
}

.font-icon-weather-moon-cloud-rain:before {
  content: "";
}

.font-icon-weather-moon-cloud:before {
  content: "";
}

.font-icon-weather-moon:before {
  content: "";
}

.font-icon-weather-lightning:before {
  content: "";
}

.font-icon-weather-house-water:before {
  content: "";
}

.font-icon-weather-funnel:before {
  content: "";
}

.font-icon-weather-drop:before {
  content: "";
}

.font-icon-weather-sun-cloud:before {
  content: "";
}

.font-icon-weather-sun-clouds:before {
  content: "";
}

.font-icon-weather-sun-rain:before {
  content: "";
}

.font-icon-weather-thermometer:before {
  content: "";
}

.font-icon-weather-umbrella:before {
  content: "";
}

.font-icon-weather-waves:before {
  content: "";
}

.font-icon-wp:before {
  content: "";
}

.font-icon-player-full-screen:before {
  content: "";
}

.font-icon-player-next:before {
  content: "";
}

.font-icon-player-settings:before {
  content: "";
}

.font-icon-player-sound:before {
  content: "";
}

.font-icon-player-subtitres:before {
  content: "";
}

.font-icon-player-wide-screen:before {
  content: "";
}

.font-icon-case-3:before {
  content: "";
}

.font-icon-github:before {
  content: "";
}

.font-icon-learn:before {
  content: "";
}

.font-icon-play-next-square:before {
  content: "";
}

.font-icon-play-prev-square:before {
  content: "";
}

.font-icon-play-square:before {
  content: "";
}

.font-icon-picture-double:before {
  content: "";
}

.font-icon-snippet:before {
  content: "";
}

.font-icon-post:before {
  content: "";
}

.font-icon-plus-1:before {
  content: "";
}

@font-face {
  font-family: "idposition";
  src: url("../fonts/idposition.eot?wgka4q");
  src: url("../fonts/idposition.eot?wgka4q#iefix") format("embedded-opentype"), url("../fonts/idposition.ttf?wgka4q") format("truetype"), url("../fonts/idposition.woff?wgka4q") format("woff"), url("../fonts/idposition.svg?wgka4q#idposition") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=idp-], [class*=" idp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "idposition" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.idp-file:before {
  content: "";
}

.idp-cube:before {
  content: "";
}

.idp-alarm:before {
  content: "";
}

.idp-barcode:before {
  content: "";
}

.idp-bell:before {
  content: "";
}

.idp-envelope:before {
  content: "";
}

.idp-yoga:before {
  content: "";
}

.idp-speech-bubble:before {
  content: "";
}

.idp-chat-color .path1:before {
  content: "";
  color: #ebba16;
}

.idp-chat-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #ed8a19;
}

.idp-chat-color .path3:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat-color .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat-color .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-chat:before {
  content: "";
}

.idp-pie-chart-fill:before {
  content: "";
}

.idp-pie-chart-stroke:before {
  content: "";
}

.idp-bar-chart:before {
  content: "";
}

.idp-line-chart:before {
  content: "";
}

.idp-question-circular:before {
  content: "";
}

.idp-magic:before {
  content: "";
}

.idp-clipboard-color .path1:before {
  content: "";
  color: #e2574c;
}

.idp-clipboard-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #d05046;
}

.idp-clipboard-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #f0ddab;
}

.idp-clipboard-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #ccd0d2;
}

.idp-clipboard-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #d8c69a;
}

.idp-clipboard-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #ccd0d2;
}

.idp-clipboard-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #bcc0c2;
}

.idp-clipboard-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #aeb1b3;
}

.idp-compass:before {
  content: "";
}

.idp-copy:before {
  content: "";
}

.idp-file-csv .path1:before {
  content: "";
  color: #e9e9e0;
}

.idp-file-csv .path2:before {
  content: "";
  margin-left: -1em;
  color: #d9d7ca;
}

.idp-file-csv .path3:before {
  content: "";
  margin-left: -1em;
  color: #f36fa0;
}

.idp-file-csv .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path6:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-csv .path7:before {
  content: "";
  margin-left: -1em;
  color: #c8bdb8;
}

.idp-file-pdf .path1:before {
  content: "";
  color: #e9e9e0;
}

.idp-file-pdf .path2:before {
  content: "";
  margin-left: -1em;
  color: #d9d7ca;
}

.idp-file-pdf .path3:before {
  content: "";
  margin-left: -1em;
  color: #cc4b4c;
}

.idp-file-pdf .path4:before {
  content: "";
  margin-left: -1em;
  color: #cc4b4c;
}

.idp-file-pdf .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-pdf .path6:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-file-pdf .path7:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-rss:before {
  content: "";
}

.idp-arrow-right:before {
  content: "";
}

.idp-arrow-bottom:before {
  content: "";
}

.idp-arrow-left:before {
  content: "";
}

.idp-arrow-top:before {
  content: "";
}

.idp-expand:before {
  content: "";
}

.idp-download-box:before {
  content: "";
}

.idp-download:before {
  content: "";
}

.idp-download2:before {
  content: "";
}

.idp-duplicate:before {
  content: "";
}

.idp-arrow-exchange:before {
  content: "";
}

.idp-eye-open:before {
  content: "";
}

.idp-placeholder:before {
  content: "";
}

.idp-hold-color .path1:before {
  content: "";
  color: #e84849;
}

.idp-hold-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #f3c9a1;
}

.idp-hold-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #eadedf;
}

.idp-hold-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #9f2322;
}

.idp-clip:before {
  content: "";
}

.idp-infinite:before {
  content: "";
}

.idp-layout:before {
  content: "";
}

.idp-close:before {
  content: "";
}

.idp-arrow-down:before {
  content: "";
}

.idp-arrow-prev:before {
  content: "";
}

.idp-arrow-up:before {
  content: "";
}

.idp-arrow-next:before {
  content: "";
}

.idp-share:before {
  content: "";
}

.idp-stairs:before {
  content: "";
}

.idp-stack-of-square-papers:before {
  content: "";
}

.idp-menu-burger:before {
  content: "";
}

.idp-list-dots:before {
  content: "";
}

.idp-list:before {
  content: "";
}

.idp-grid:before {
  content: "";
}

.idp-sort-desc:before {
  content: "";
}

.idp-sort:before {
  content: "";
}

.idp-move:before {
  content: "";
}

.idp-repere:before {
  content: "";
}

.idp-checked:before {
  content: "";
}

.idp-checked-round-fill:before {
  content: "";
}

.idp-zoom-in:before {
  content: "";
}

.idp-sherlock:before {
  content: "";
}

.idp-search:before {
  content: "";
}

.idp-recycle:before {
  content: "";
}

.idp-search-laptop:before {
  content: "";
}

.idp-locked-stroke:before {
  content: "";
}

.idp-flag-marker:before {
  content: "";
}

.idp-placeholder-marker:before {
  content: "";
}

.idp-placeholder-stroke:before {
  content: "";
}

.idp-play-button:before {
  content: "";
}

.idp-qr-code:before {
  content: "";
}

.idp-trash:before {
  content: "";
}

.idp-setting-gears:before {
  content: "";
}

.idp-settings:before {
  content: "";
}

.idp-cog:before {
  content: "";
}

.idp-repairing-service:before {
  content: "";
}

.idp-settings2:before {
  content: "";
}

.idp-screwdriver-and-wrench-crossed:before {
  content: "";
}

.idp-handyman-tools:before {
  content: "";
}

.idp-paper-airplane:before {
  content: "";
}

.idp-send:before {
  content: "";
}

.idp-smartphone-hand-color .path1:before {
  content: "";
  color: #c8d2d6;
}

.idp-smartphone-hand-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #7383bf;
}

.idp-smartphone-hand-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #fbce9d;
}

.idp-smartphone-hand-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #f7b563;
}

.idp-smartphone-hand-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #424a60;
}

.idp-smartphone-hand-color .path11:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path12:before {
  content: "";
  margin-left: -1em;
  color: #e7eced;
}

.idp-smartphone-hand-color .path13:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.idp-smartphone-hand-color .path14:before {
  content: "";
  margin-left: -1em;
  color: #424a60;
}

.idp-star-color .path1:before {
  content: "";
  color: #f4b459;
}

.idp-star-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #e3a753;
}

.idp-stats:before {
  content: "";
}

.idp-swiss-knife:before {
  content: "";
}

.idp-tablet:before {
  content: "";
}

.idp-phone:before {
  content: "";
}

.idp-tick-inside-circle:before {
  content: "";
}

.idp-truck:before {
  content: "";
}

.idp-user-specialist:before {
  content: "";
}

.idp-user-technician:before {
  content: "";
}

.idp-user-manager:before {
  content: "";
}

.idp-user-color .path1:before {
  content: "";
  color: #b0cce2;
}

.idp-user-color .path2:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path3:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path4:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path5:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path6:before {
  content: "";
  margin-left: -1em;
  color: #46729e;
}

.idp-user-color .path7:before {
  content: "";
  margin-left: -1em;
  color: #f47c2c;
}

.idp-user-color .path8:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path9:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path10:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color .path11:before {
  content: "";
  margin-left: -1em;
  color: #e2a379;
}

.idp-user-color .path12:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path13:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path14:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path15:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color .path16:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color .path17:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color .path18:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color .path19:before {
  content: "";
  margin-left: -1em;
  color: #e5a173;
}

.idp-user-color .path20:before {
  content: "";
  margin-left: -1em;
  color: #d89364;
}

.idp-user-color .path21:before {
  content: "";
  margin-left: -1em;
  color: #3a3431;
}

.idp-user-color .path22:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color .path23:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user .path1:before {
  content: "";
  color: #e7eced;
}

.idp-user .path2:before {
  content: "";
  margin-left: -1em;
  color: #556080;
}

.idp-user-color2 .path1:before {
  content: "";
  color: #337180;
}

.idp-user-color2 .path2:before {
  content: "";
  margin-left: -1em;
  color: #1d1d1e;
}

.idp-user-color2 .path3:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color2 .path4:before {
  content: "";
  margin-left: -1em;
  color: #d4d6d8;
}

.idp-user-color2 .path5:before {
  content: "";
  margin-left: -1em;
  color: #e2a379;
}

.idp-user-color2 .path6:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path7:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path8:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path9:before {
  content: "";
  margin-left: -1em;
  color: #f3faff;
}

.idp-user-color2 .path10:before {
  content: "";
  margin-left: -1em;
  color: #86b4d1;
}

.idp-user-color2 .path11:before {
  content: "";
  margin-left: -1em;
  color: #86b4d1;
}

.idp-user-color2 .path12:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color2 .path13:before {
  content: "";
  margin-left: -1em;
  color: #4a4a54;
}

.idp-user-color2 .path14:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path15:before {
  content: "";
  margin-left: -1em;
  color: #d89364;
}

.idp-user-color2 .path16:before {
  content: "";
  margin-left: -1em;
  color: #ce8757;
}

.idp-user-color2 .path17:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path18:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color2 .path19:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color2 .path20:before {
  content: "";
  margin-left: -1em;
  color: #f4b382;
}

.idp-user-color2 .path21:before {
  content: "";
  margin-left: -1em;
  color: #141414;
}

.idp-user-color3 .path1:before {
  content: "";
  color: #71e2ef;
}

.idp-user-color3 .path2:before {
  content: "";
  margin-left: -1em;
  color: #38c6d9;
}

.idp-user-color3 .path3:before {
  content: "";
  margin-left: -1em;
  color: #fcd088;
}

.idp-user-color3 .path4:before {
  content: "";
  margin-left: -1em;
  color: #ddab62;
}

.idp-user-color3 .path5:before {
  content: "";
  margin-left: -1em;
  color: #d9edec;
}

.idp-user-color3 .path6:before {
  content: "";
  margin-left: -1em;
  color: #a9bfbe;
}

.idp-user-color3 .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffedb5;
}

.idp-user-color3 .path8:before {
  content: "";
  margin-left: -1em;
  color: #e8cf89;
}

.idp-user-color3 .path9:before {
  content: "";
  margin-left: -1em;
  color: #494948;
}

.idp-user-color3 .path10:before {
  content: "";
  margin-left: -1em;
  color: #282826;
}

.idp-user-color3 .path11:before {
  content: "";
  margin-left: -1em;
  color: #b7cecc;
}

.idp-user-color3 .path12:before {
  content: "";
  margin-left: -1em;
  color: #8ea5a2;
}

.idp-user-color3 .path13:before {
  content: "";
  margin-left: -1em;
  color: #386895;
}

.idp-user-color3 .path14:before {
  content: "";
  margin-left: -1em;
  color: #273b7a;
}

.idp-user-color3 .path15:before {
  content: "";
  margin-left: -1em;
  color: #273b7a;
}

.idp-user-color3 .path16:before {
  content: "";
  margin-left: -1em;
  color: #121149;
}

.idp-building2:before {
  content: "";
}

.idp-building:before {
  content: "";
}

.idp-building-land:before {
  content: "";
}

.idp-vacuum:before {
  content: "";
}

.idp-vacuum2:before {
  content: "";
}

.idp-vise:before {
  content: "";
}

.idp-toilet:before {
  content: "";
}

.idp-warning:before {
  content: "";
}

.idp-wiping2:before {
  content: "";
}

.idp-wiping:before {
  content: "";
}

.idp-cleaning:before {
  content: "";
}

.idp-briefcase:before {
  content: "";
}

.idp-briefcase2:before {
  content: "";
}

.idp-worker-helmet:before {
  content: "";
}

.idp-working-tools:before {
  content: "";
}

.idp-nightstand:before {
  content: "";
}

.idp-desk-position:before {
  content: "";
}

.idp-desk:before {
  content: "";
}

.idp-office-chair:before {
  content: "";
}

.idp-sofa:before {
  content: "";
}

.idp-table:before {
  content: "";
}

.idp-desk2:before {
  content: "";
}

.idp-meeting-room:before {
  content: "";
}

.idp-photocopier:before {
  content: "";
}

.idp-print:before {
  content: "";
}

.idp-computer2:before {
  content: "";
}

.idp-computer:before {
  content: "";
}

.idp-devices:before {
  content: "";
}

.idp-router:before {
  content: "";
}

.idp-interview-room:before {
  content: "";
}

.idp-router-wifi:before {
  content: "";
}

.idp-phone-on-base:before {
  content: "";
}

.idp-car:before {
  content: "";
}

.idp-wheel:before {
  content: "";
}

.idp-stock:before {
  content: "";
}

.idp-camera:before {
  content: "";
}

.idp-covered-food:before {
  content: "";
}

.idp-cubes-in-stack:before {
  content: "";
}

.idp-open-book:before {
  content: "";
}

.idp-package:before {
  content: "";
}

/* ==========================================================================
   Menu List
   ========================================================================== */
.side-menu-list {
  margin: 0 0 25px;
}
.side-menu-list .lbl {
  font-weight: 500;
  color: #a45095;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}
.side-menu-list ul {
  display: none;
}
.side-menu-list ul a {
  padding-left: 18px;
}
.side-menu-list .label {
  margin: 0 0 0 0.5em;
  font-weight: 400;
  font-size: 0.75rem;
  padding: 0.2em 0.45em 0.04em;
  position: relative;
  top: -1px;
}
.side-menu-list > li {
  line-height: 16px;
}
.side-menu-list > li.divider {
  border-top: solid 1px #c5d6de;
}
.side-menu-list > li.divider:first-child {
  border-top: none;
}
.side-menu-list > li.separator {
  margin: 0.5em 0 !important;
  border-bottom: 1px solid #eee2fc;
}
.side-menu-list a, .side-menu-list li > span {
  display: block;
  padding: 11px 10px 11px 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-left: solid 4px transparent;
  color: #a45095;
}
.side-menu-list a:hover, .side-menu-list li > span:hover {
  background-color: #f8f7f7;
}
.side-menu-list a:hover .lbl, .side-menu-list li > span:hover .lbl {
  color: #343434;
}
.side-menu-list a.label-right, .side-menu-list li > span.label-right {
  padding-right: 38px;
}
.side-menu-list a.label-right .label, .side-menu-list li > span.label-right .label {
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -8px;
}
.side-menu-list li.with-sub {
  transition: all 0.2s ease-in-out;
}
.side-menu-list li.with-sub > span {
  padding-right: 25px;
}
.side-menu-list li.with-sub > span:before {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #f17b02 transparent transparent transparent;
  transition: all 0.2s ease-in-out;
  transform: rotate(-90deg);
}
.side-menu-list li.with-sub li.with-sub > span {
  padding-left: 19px;
}
.side-menu-list li.with-sub li.with-sub li > a, .side-menu-list li.with-sub li.with-sub li > span {
  padding-left: 30px;
}
.side-menu-list li.with-sub li.with-sub li.with-sub > span {
  padding-left: 30px;
}
.side-menu-list li.with-sub li.with-sub li.with-sub li > a, .side-menu-list li.with-sub li.with-sub li.with-sub li > span {
  padding-left: 40px;
}
.side-menu-list li.with-sub li.with-sub li.with-sub li.with-sub > span {
  padding-left: 40px;
}
.side-menu-list li.with-sub li.with-sub li.with-sub li.with-sub li > a, .side-menu-list li.with-sub li.with-sub li.with-sub li.with-sub li > span {
  padding-left: 50px;
}
.side-menu-list li.opened {
  background-color: #ffffff;
}
.side-menu-list li.opened > span:before {
  transform: rotate(0deg);
}
.side-menu-list li.opened > span .lbl {
  color: #a45095;
}
.side-menu-list li.opened > ul {
  display: block !important;
}
.side-menu-list .font-icon, .side-menu-list .glyphicon, .side-menu-list .fa, .side-menu-list .tag-color {
  position: absolute;
  left: 18px;
  top: 13px;
  line-height: 16px;
  font-size: 1.0625rem;
}
.side-menu-list .font-icon.active:after, .side-menu-list .glyphicon.active:after, .side-menu-list .fa.active:after, .side-menu-list .tag-color.active:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -4px;
  right: -4px;
  background: #fa1a20;
  border-radius: 50%;
  border: solid 1px #fff;
  transition: all 0.2s ease-in-out;
}
.side-menu-list .fa {
  margin-top: -2px;
}
.side-menu-list .glyphicon {
  top: 11px;
}
.side-menu-list .tag-color {
  display: block;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 2px;
  top: 11px;
}
.side-menu-list .tag-color.green {
  background-color: #46c35f;
}
.side-menu-list .tag-color.grey-blue {
  background-color: #9fc4e2;
}
.side-menu-list .tag-color.red {
  background-color: #fa1a20;
}
.side-menu-list .tag-color.pink {
  background-color: #e83e8c;
}
.side-menu-list .tag-color.orange {
  background-color: #ff7721;
}

/* ==========================================================================
   STYLE: Big Icon
   ========================================================================== */
.side-menu-big-icon .side-menu-list {
  text-align: center;
  margin-top: -10px;
}
.side-menu-big-icon .side-menu-list .lbl {
  display: block;
  color: #343434;
}
.side-menu-big-icon .side-menu-list ul a {
  padding: 10px;
  background-color: #aeb8bf;
}
.side-menu-big-icon .side-menu-list ul a:hover {
  background-color: #919fa9;
}
.side-menu-big-icon .side-menu-list a, .side-menu-big-icon .side-menu-list > li > span {
  padding: 15px 10px;
  border-left: none;
}
.side-menu-big-icon .side-menu-list > li.with-sub > span {
  padding-right: 10px;
}
.side-menu-big-icon .side-menu-list > li.with-sub > span:before {
  display: none;
}
.side-menu-big-icon .side-menu-list > li.with-sub > span:after {
  content: "R";
  color: #919fa9;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 19px;
  transition: all 0.2s ease-in-out;
}
.side-menu-big-icon .side-menu-list > li.opened {
  color: #fff;
  background-color: #919fa9;
}
.side-menu-big-icon .side-menu-list > li.opened > a, .side-menu-big-icon .side-menu-list > li.opened > span {
  background-color: #919fa9;
}
.side-menu-big-icon .side-menu-list > li.opened .font-icon, .side-menu-big-icon .side-menu-list > li.opened .glyphicon, .side-menu-big-icon .side-menu-list > li.opened .fa, .side-menu-big-icon .side-menu-list > li.opened .lbl {
  color: #fff;
}
.side-menu-big-icon .side-menu-list > li.opened .font-icon.active:after, .side-menu-big-icon .side-menu-list > li.opened .glyphicon.active:after, .side-menu-big-icon .side-menu-list > li.opened .fa.active:after {
  border-color: #919fa9;
}
.side-menu-big-icon .side-menu-list > li.opened.with-sub > span:after {
  color: #fff;
  opacity: 1;
  transform: rotate(-90deg);
}
.side-menu-big-icon .side-menu-list .font-icon, .side-menu-big-icon .side-menu-list .glyphicon, .side-menu-big-icon .side-menu-list .fa {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  color: #919fa9;
  line-height: 1;
  font-size: 2rem;
  margin: 0 0 5px;
}
.side-menu-big-icon .side-menu-list .font-icon.active:after, .side-menu-big-icon .side-menu-list .glyphicon.active:after, .side-menu-big-icon .side-menu-list .fa.active:after {
  width: 14px;
  height: 14px;
  top: -8px;
  right: -7px;
  border-width: 2px;
}

/* ==========================================================================
   Icon's Colors
   ========================================================================== */
.side-menu-list > li.brown .font-icon, .side-menu-list > li.brown .glyphicon, .side-menu-list > li.brown .fa {
  color: #cd6724;
}
.side-menu-list > li.brown.opened a, .side-menu-list > li.brown.opened > span, .side-menu-list > li.brown.opened.with-sub > span, .side-menu-list > li.brown .with-sub > span {
  border-left-color: #cd6724;
}
.side-menu-list > li.green .font-icon, .side-menu-list > li.green .glyphicon, .side-menu-list > li.green .fa {
  color: #46c35f;
}
.side-menu-list > li.green.opened a, .side-menu-list > li.green.opened > span, .side-menu-list > li.green .with-sub > span {
  border-left-color: #46c35f;
}
.side-menu-list > li.gold .font-icon, .side-menu-list > li.gold .glyphicon, .side-menu-list > li.gold .fa {
  color: #f29824;
}
.side-menu-list > li.gold.opened a, .side-menu-list > li.gold.opened > span, .side-menu-list > li.gold .with-sub > span {
  border-left-color: #f29824;
}
.side-menu-list > li.blue .font-icon, .side-menu-list > li.blue .glyphicon, .side-menu-list > li.blue .fa {
  color: #00a8ff;
}
.side-menu-list > li.blue.opened a, .side-menu-list > li.blue.opened > span, .side-menu-list > li.blue .with-sub > span {
  border-left-color: #00a8ff;
}
.side-menu-list > li.purple .font-icon, .side-menu-list > li.purple .glyphicon, .side-menu-list > li.purple .fa {
  color: #7f428f;
}
.side-menu-list > li.purple.opened a, .side-menu-list > li.purple.opened > span, .side-menu-list > li.purple .with-sub > span {
  border-left-color: #7f428f;
}
.side-menu-list > li.orange-red .font-icon, .side-menu-list > li.orange-red .glyphicon, .side-menu-list > li.orange-red .fa {
  color: #ff561c;
}
.side-menu-list > li.orange-red.opened a, .side-menu-list > li.orange-red.opened > span, .side-menu-list > li.orange-red .with-sub > span {
  border-left-color: #ff561c;
}
.side-menu-list > li.grey .font-icon, .side-menu-list > li.grey .glyphicon, .side-menu-list > li.grey .fa {
  color: #adb5bd;
}
.side-menu-list > li.grey.opened a, .side-menu-list > li.grey.opened > span, .side-menu-list > li.grey .with-sub > span {
  border-left-color: #adb5bd;
}
.side-menu-list > li.red .font-icon, .side-menu-list > li.red .glyphicon, .side-menu-list > li.red .fa {
  color: #fa1a20;
}
.side-menu-list > li.red.opened a, .side-menu-list > li.red.opened > span, .side-menu-list > li.red .with-sub > span {
  border-left-color: #fa1a20;
}
.side-menu-list > li.aquamarine .font-icon, .side-menu-list > li.aquamarine .glyphicon, .side-menu-list > li.aquamarine .fa {
  color: #21a788;
}
.side-menu-list > li.aquamarine.opened a, .side-menu-list > li.aquamarine.opened > span, .side-menu-list > li.aquamarine .with-sub > span {
  border-left-color: #21a788;
}
.side-menu-list > li.magenta .font-icon, .side-menu-list > li.magenta .glyphicon, .side-menu-list > li.magenta .fa {
  color: #b348ae;
}
.side-menu-list > li.magenta.opened a, .side-menu-list > li.magenta.opened > span, .side-menu-list > li.magenta .with-sub > span {
  border-left-color: #b348ae;
}
.side-menu-list > li.blue-dirty .font-icon, .side-menu-list > li.blue-dirty .glyphicon, .side-menu-list > li.blue-dirty .fa {
  color: #1b99cf;
}
.side-menu-list > li.blue-dirty.opened a, .side-menu-list > li.blue-dirty.opened > span, .side-menu-list > li.blue-dirty .with-sub > span {
  border-left-color: #1b99cf;
}
.side-menu-list > li.coral .font-icon, .side-menu-list > li.coral .glyphicon, .side-menu-list > li.coral .fa {
  color: #fe664c;
}
.side-menu-list > li.coral.opened a, .side-menu-list > li.coral.opened > span, .side-menu-list > li.coral .with-sub > span {
  border-left-color: #fe664c;
}
.side-menu-list > li.pink-red .font-icon, .side-menu-list > li.pink-red .glyphicon, .side-menu-list > li.pink-red .fa {
  color: #f5465e;
}
.side-menu-list > li.pink-red.opened a, .side-menu-list > li.pink-red.opened > span, .side-menu-list > li.pink-red .with-sub > span {
  border-left-color: #f5465e;
}
.side-menu-list > li.pink .font-icon, .side-menu-list > li.pink .glyphicon, .side-menu-list > li.pink .fa {
  color: #e83e8c;
}
.side-menu-list > li.pink.opened a, .side-menu-list > li.pink.opened > span, .side-menu-list > li.pink .with-sub > span {
  border-left-color: #e83e8c;
}
.side-menu-list > li.blue-darker .font-icon, .side-menu-list > li.blue-darker .glyphicon, .side-menu-list > li.blue-darker .fa {
  color: #1280d0;
}
.side-menu-list > li.blue-darker.opened a, .side-menu-list > li.blue-darker.opened > span, .side-menu-list > li.blue-darker .with-sub > span {
  border-left-color: #1280d0;
}
.side-menu-list > li.blue-sky .font-icon, .side-menu-list > li.blue-sky .glyphicon, .side-menu-list > li.blue-sky .fa {
  color: #23b9e2;
}
.side-menu-list > li.blue-sky.opened a, .side-menu-list > li.blue-sky.opened > span, .side-menu-list > li.blue-sky .with-sub > span {
  border-left-color: #23b9e2;
}

/* ==========================================================================
   Side menu
   ========================================================================== */
.side-menu {
  width: 222px;
  position: fixed;
  top: 0;
  left: 0;
  background: #f8f7f7;
  height: 100%;
  overflow: auto;
  z-index: 60;
  padding: 90px 0 110px;
  border-right: 1px #eee2fc solid;
}
.dark-theme .side-menu {
  padding-top: 60px;
}
.side-menu .jspPane {
  padding-top: 68px !important;
}
.dark-theme .side-menu .jspPane {
  padding-top: 60px !important;
}
.side-menu .side-menu-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #6c7a86;
  padding: 0 22px 8px;
  font-size: 0.875rem;
}
.side-menu .side-menu-avatar {
  padding: 20px;
  margin: 0px 0 8px;
  border-bottom: 1px solid #eee2fc;
}
.side-menu .side-menu-avatar .avatar-preview {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
}
.side-menu .side-menu-avatar .avatar-preview img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0%;
}
.side-menu .side-menu-avatar .avatar-preview.avatar-preview-24 {
  width: 24px;
  height: 24px;
}
.side-menu .side-menu-avatar .avatar-preview.avatar-preview-32 {
  width: 32px;
  height: 32px;
}
.side-menu .side-menu-avatar .avatar-preview.avatar-preview-48 {
  width: 48px;
  height: 48px;
}
.side-menu .side-menu-avatar .avatar-preview.avatar-preview-64 {
  width: 64px;
  height: 64px;
}
.side-menu .side-menu-avatar .avatar-preview.avatar-preview-100 {
  width: 100px;
  height: 100px;
}
.side-menu .side-menu-avatar .avatar-preview.avatar-preview-128 {
  width: 128px;
  height: 128px;
}
.side-menu .side-menu-avatar .avatar-preview .update {
  border-radius: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.side-menu .side-menu-avatar .avatar-preview .update i {
  position: relative;
  top: 0;
  font-size: 3em;
}
.side-menu.side-menu-compact {
  width: 100px;
  padding-bottom: 0;
  padding-top: 80px;
}
.side-menu.side-menu-compact .jspPane {
  padding-top: 80px !important;
}
.side-menu.side-menu-compact .side-menu-avatar {
  padding: 18px 0;
  margin-top: 0;
}
.side-menu.side-menu-compact .side-menu-list {
  text-align: center;
}
.side-menu.side-menu-compact .side-menu-list > li.opened .lbl {
  color: #343434;
}
.side-menu.side-menu-compact .side-menu-list a {
  padding: 20px 9px 20px 5px;
}
.side-menu.side-menu-compact .side-menu-list .font-icon, .side-menu.side-menu-compact .side-menu-list .glyphicon, .side-menu.side-menu-compact .side-menu-list .fa {
  position: relative;
  left: auto;
  top: 0;
  margin: 0;
  display: inline-block;
  font-size: 2.125rem;
  line-height: normal;
  min-height: 40px;
}
.side-menu.side-menu-compact .side-menu-list .font-icon.active:after, .side-menu.side-menu-compact .side-menu-list .glyphicon.active:after, .side-menu.side-menu-compact .side-menu-list .fa.active:after {
  width: 16px;
  height: 16px;
  border-width: 2px;
  top: -6px;
  right: -6px;
}
.side-menu.side-menu-compact .side-menu-list .lbl {
  display: block;
  font-size: 0.875rem;
}
@media (max-width: 1056px) {
  .side-menu {
    left: -240px;
    transition: all 0.2s ease-in-out;
  }
  .menu-left-opened .side-menu {
    left: 0 !important;
  }
  .with-side-menu-addl .side-menu.side-menu-compact {
    left: -270px;
  }
}

/* ==========================================================================
   Additional Side Menu
   ========================================================================== */
.side-menu-addl {
  position: fixed;
  left: 100px;
  top: 0;
  width: 220px;
  height: 100%;
  background: #fff;
  border-right: solid 1px #c5d6de;
  overflow: auto;
  z-index: 60;
  padding: 100px 0 0;
  transition: all 0.2s ease-in-out;
}
.side-menu-addl .jspPane {
  padding-top: 100px !important;
}
.side-menu-addl .side-menu-addl-title {
  margin: 0 0 15px;
  padding: 8px 45px 8px 18px;
  position: relative;
}
.side-menu-addl .side-menu-addl-title .caption {
  font-size: 0.875rem;
  font-weight: 600;
  color: #818181;
}
.side-menu-addl .side-menu-addl-title .font-icon, .side-menu-addl .side-menu-addl-title .glyphicon, .side-menu-addl .side-menu-addl-title .fa {
  color: #adb5bd;
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 1rem;
  line-height: 18px;
}
.side-menu-addl .side-menu-addl-top {
  padding: 0 18px 15px;
  border-bottom: solid 1px #c5d6de;
  margin: -5px 0 0;
}
.side-menu-addl .side-menu-addl-list a {
  display: table;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  color: #818181;
}
.side-menu-addl .side-menu-addl-list a .tbl-cell {
  padding: 8px 0;
  vertical-align: middle;
}
.side-menu-addl .side-menu-addl-list a .tbl-cell.tbl-cell-caption {
  padding-left: 18px;
  padding-right: 20px;
}
.side-menu-addl .side-menu-addl-list a .tbl-cell.tbl-cell-num {
  padding-right: 20px;
  text-align: right;
  white-space: nowrap;
  width: 10px;
}
.side-menu-addl .side-menu-addl-list a:hover {
  background: #f8f7f7;
}
.side-menu-addl .side-menu-addl-list li.header a {
  color: #343434;
}
.side-menu-addl .side-menu-addl-list .divider {
  margin: 10px 0;
  height: 0;
  overflow: hidden;
  border-top: solid 1px #c5d6de;
}
.side-menu-addl .side-menu-list a, .side-menu-addl .side-menu-list > li > span {
  border-left: none;
}
.with-side-menu-addl-full .side-menu-addl {
  left: 240px;
}
@media (max-width: 1199px) {
  .side-menu-addl {
    padding-top: 85px;
  }
  .side-menu-addl .jspPane {
    padding-top: 85px !important;
  }
  .side-menu-addl .side-menu-addl-top {
    margin-top: 0;
    padding-top: 10px;
  }
}
@media (max-width: 1056px) {
  .side-menu-addl {
    left: -220px;
  }
  .with-side-menu-addl-full .side-menu-addl {
    left: -220px;
  }
  .menu-left-opened .side-menu-addl {
    left: 100px;
  }
  .with-side-menu-addl-full.menu-left-opened .side-menu-addl {
    left: 240px;
  }
}

/* ==========================================================================
   Overlay (mobile version)
   ========================================================================== */
.mobile-menu-left-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 59;
  background: fade(#304b58, 50%);
}
@media (max-width: 1056px) {
  .menu-left-opened .mobile-menu-left-overlay {
    display: block;
  }
}

/* ==========================================================================
   Table of Contents
   ========================================================================== */
.side-table-of-contents {
  padding: 0.5rem 22px 15px;
  font-size: 1rem;
  font-weight: 600;
}
.side-table-of-contents a {
  color: #343434;
}
.side-table-of-contents a:hover {
  color: #f17b02;
}
.side-table-of-contents a.active {
  font-weight: 700;
  color: #343434 !important;
}
.side-table-of-contents li {
  padding: 0 0 0.8em;
}
.side-table-of-contents ul {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-top: 0.7rem;
}
.side-table-of-contents ul a {
  text-decoration: none;
  color: #919fa9;
  border: none;
}
.side-table-of-contents ul a:hover {
  color: #00a8ff;
}

/* ==========================================================================
   STYLE: Dark Theme (common)
   ========================================================================== */
.dark-theme .side-menu {
  background-color: #343434;
  border-right-color: #343434;
}
.dark-theme .side-menu .jspDrag {
  border-color: #343434;
  background-color: #535353;
}
.dark-theme .side-menu .side-menu-avatar {
  background-color: #343434;
  border-bottom: solid 1px #272727;
}
.dark-theme .side-menu .side-menu-list .lbl {
  color: #fff;
}
.dark-theme .side-menu .side-menu-list a:hover, .dark-theme .side-menu .side-menu-list > li > span:hover {
  background-color: #919fa9;
}
.dark-theme .side-menu .side-menu-list a:hover .lbl, .dark-theme .side-menu .side-menu-list > li > span:hover .lbl {
  color: #fff;
}
.dark-theme .side-menu .side-menu-list a:hover .font-icon, .dark-theme .side-menu .side-menu-list a:hover .glyphicon, .dark-theme .side-menu .side-menu-list a:hover .fa, .dark-theme .side-menu .side-menu-list > li > span:hover .font-icon, .dark-theme .side-menu .side-menu-list > li > span:hover .glyphicon, .dark-theme .side-menu .side-menu-list > li > span:hover .fa {
  color: #fff;
}
.dark-theme .side-menu .side-menu-list a:hover .font-icon.active:after, .dark-theme .side-menu .side-menu-list a:hover .glyphicon.active:after, .dark-theme .side-menu .side-menu-list a:hover .fa.active:after, .dark-theme .side-menu .side-menu-list > li > span:hover .font-icon.active:after, .dark-theme .side-menu .side-menu-list > li > span:hover .glyphicon.active:after, .dark-theme .side-menu .side-menu-list > li > span:hover .fa.active:after {
  border-color: #919fa9 !important;
}
.dark-theme .side-menu .side-menu-list > li.with-sub > span:before {
  border-top-color: #919fa9;
}
.dark-theme .side-menu .side-menu-list > li.with-sub > span:hover:before {
  border-top-color: #fff;
}
.dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub a, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub > span {
  border-left-color: transparent;
}
.dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub a:hover, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub > span:hover {
  background-color: #fff !important;
}
.dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub a:hover .lbl, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub > span:hover .lbl {
  color: #343434;
}
.dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub a:hover .font-icon, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub a:hover .glyphicon, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub a:hover .fa, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub > span:hover .font-icon, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub > span:hover .glyphicon, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub > span:hover .fa {
  color: #919fa9;
}
.dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub a:hover .font-icon.active:after, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub a:hover .glyphicon.active:after, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub a:hover .fa.active:after, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub > span:hover .font-icon.active:after, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub > span:hover .glyphicon.active:after, .dark-theme .side-menu .side-menu-list > li.with-sub ul > li.with-sub > span:hover .fa.active:after {
  border-color: #fff !important;
}
.dark-theme .side-menu .side-menu-list > li.opened {
  background-color: #919fa9;
}
.dark-theme .side-menu .side-menu-list > li.opened > span:before {
  border-top-color: #fff;
}
.dark-theme .side-menu .side-menu-list > li.opened > span .lbl {
  color: #fff;
}
.dark-theme .side-menu .side-menu-list > li.opened .font-icon, .dark-theme .side-menu .side-menu-list > li.opened .glyphicon, .dark-theme .side-menu .side-menu-list > li.opened .fa {
  color: #fff;
}
.dark-theme .side-menu .side-menu-list > li.opened .font-icon.active:after, .dark-theme .side-menu .side-menu-list > li.opened .glyphicon.active:after, .dark-theme .side-menu .side-menu-list > li.opened .fa.active:after {
  border-color: #919fa9;
}
.dark-theme .side-menu .side-menu-list > li.opened a, .dark-theme .side-menu .side-menu-list > li.opened > span {
  border-left-color: transparent;
}
.dark-theme .side-menu .side-menu-list > li.opened.with-sub a, .dark-theme .side-menu .side-menu-list > li.opened.with-sub > span {
  border-left-color: transparent;
}
.dark-theme .side-menu .side-menu-list > li.opened.with-sub a:hover, .dark-theme .side-menu .side-menu-list > li.opened.with-sub > span:hover {
  background-color: #fff !important;
}
.dark-theme .side-menu .side-menu-list > li.opened.with-sub a:hover .lbl, .dark-theme .side-menu .side-menu-list > li.opened.with-sub > span:hover .lbl {
  color: #343434;
}
.dark-theme .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon, .dark-theme .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon, .dark-theme .side-menu .side-menu-list > li.opened.with-sub a:hover .fa, .dark-theme .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon, .dark-theme .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon, .dark-theme .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa {
  color: #919fa9;
}
.dark-theme .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .dark-theme .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .dark-theme .side-menu .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .dark-theme .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .dark-theme .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .dark-theme .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #fff !important;
}
.dark-theme .side-menu .side-menu-list .font-icon, .dark-theme .side-menu .side-menu-list .glyphicon, .dark-theme .side-menu .side-menu-list .fa {
  color: #919fa9;
  transition: all 0.2s ease-in-out;
}
.dark-theme .side-menu .side-menu-list .font-icon.active:after, .dark-theme .side-menu .side-menu-list .glyphicon.active:after, .dark-theme .side-menu .side-menu-list .fa.active:after {
  border-color: #343434;
}
.dark-theme .side-menu.side-menu-compact .side-menu-avatar {
  margin-top: -30px;
}
.dark-theme .side-menu.side-menu-compact .side-menu-list {
  text-align: center;
}
.dark-theme .side-menu.side-menu-compact .side-menu-list > li.opened .lbl {
  color: #fff;
}

/* ==========================================================================
   STYLE: Dark Theme Blue
   ========================================================================== */
.dark-theme.dark-theme-blue .side-menu-list a:hover, .dark-theme.dark-theme-blue .side-menu-list > li > span:hover {
  background-color: #00a8ff;
}
.dark-theme.dark-theme-blue .side-menu-list a:hover .font-icon.active:after, .dark-theme.dark-theme-blue .side-menu-list a:hover .glyphicon.active:after, .dark-theme.dark-theme-blue .side-menu-list a:hover .fa.active:after, .dark-theme.dark-theme-blue .side-menu-list > li > span:hover .font-icon.active:after, .dark-theme.dark-theme-blue .side-menu-list > li > span:hover .glyphicon.active:after, .dark-theme.dark-theme-blue .side-menu-list > li > span:hover .fa.active:after {
  border-color: #00a8ff !important;
}
.dark-theme.dark-theme-blue .side-menu-list > li.opened {
  background-color: #00a8ff;
}
.dark-theme.dark-theme-blue .side-menu-list > li.opened .font-icon.active:after, .dark-theme.dark-theme-blue .side-menu-list > li.opened .glyphicon.active:after, .dark-theme.dark-theme-blue .side-menu-list > li.opened .fa.active:after {
  border-color: #00a8ff;
}
.dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub a:hover .font-icon, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub a:hover .glyphicon, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub a:hover .fa, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub > span:hover .font-icon, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub > span:hover .glyphicon, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub > span:hover .fa {
  color: #00a8ff;
}
.dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .dark-theme.dark-theme-blue .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #fff !important;
}

/* ==========================================================================
   STYLE: Dark Theme Green
   ========================================================================== */
.dark-theme.dark-theme-green .side-menu-list a:hover, .dark-theme.dark-theme-green .side-menu-list > li > span:hover {
  background-color: #46c35f;
}
.dark-theme.dark-theme-green .side-menu-list a:hover .font-icon.active:after, .dark-theme.dark-theme-green .side-menu-list a:hover .glyphicon.active:after, .dark-theme.dark-theme-green .side-menu-list a:hover .fa.active:after, .dark-theme.dark-theme-green .side-menu-list > li > span:hover .font-icon.active:after, .dark-theme.dark-theme-green .side-menu-list > li > span:hover .glyphicon.active:after, .dark-theme.dark-theme-green .side-menu-list > li > span:hover .fa.active:after {
  border-color: #46c35f !important;
}
.dark-theme.dark-theme-green .side-menu-list > li.opened {
  background-color: #46c35f;
}
.dark-theme.dark-theme-green .side-menu-list > li.opened .font-icon.active:after, .dark-theme.dark-theme-green .side-menu-list > li.opened .glyphicon.active:after, .dark-theme.dark-theme-green .side-menu-list > li.opened .fa.active:after {
  border-color: #46c35f;
}
.dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub a:hover .font-icon, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub a:hover .glyphicon, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub a:hover .fa, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub > span:hover .font-icon, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub > span:hover .glyphicon, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub > span:hover .fa {
  color: #46c35f;
}
.dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .dark-theme.dark-theme-green .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #fff !important;
}

/* ==========================================================================
   STYLE: Dark Theme Ultramarine
   ========================================================================== */
.dark-theme.dark-theme-ultramarine .side-menu-list a:hover, .dark-theme.dark-theme-ultramarine .side-menu-list > li > span:hover {
  background-color: #1a5bc3;
}
.dark-theme.dark-theme-ultramarine .side-menu-list a:hover .font-icon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list a:hover .glyphicon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list a:hover .fa.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li > span:hover .font-icon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li > span:hover .glyphicon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li > span:hover .fa.active:after {
  border-color: #1a5bc3 !important;
}
.dark-theme.dark-theme-ultramarine .side-menu-list > li.opened {
  background-color: #1a5bc3;
}
.dark-theme.dark-theme-ultramarine .side-menu-list > li.opened .font-icon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened .glyphicon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened .fa.active:after {
  border-color: #1a5bc3;
}
.dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub a:hover .font-icon, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub a:hover .glyphicon, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub a:hover .fa, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub > span:hover .font-icon, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub > span:hover .glyphicon, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub > span:hover .fa {
  color: #1a5bc3;
}
.dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .dark-theme.dark-theme-ultramarine .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #fff !important;
}

/* ==========================================================================
   STYLE: Theme Side Ebony Clay
   ========================================================================== */
.theme-side-ebony-clay .side-menu {
  background: #263238;
  border-right-color: transparent;
}
.theme-side-ebony-clay .side-menu .jspDrag {
  border-color: #263238;
  background-color: #374248;
}
.theme-side-ebony-clay .side-menu .side-menu-list .lbl {
  color: #fff;
}
.theme-side-ebony-clay .side-menu .side-menu-list a:hover, .theme-side-ebony-clay .side-menu .side-menu-list > li > span:hover {
  background-color: #374248;
}
.theme-side-ebony-clay .side-menu .side-menu-list a:hover .font-icon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list a:hover .glyphicon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list a:hover .fa.active:after, .theme-side-ebony-clay .side-menu .side-menu-list a:hover .tag-color.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li > span:hover .font-icon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li > span:hover .glyphicon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li > span:hover .fa.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li > span:hover .tag-color.active:after {
  border-color: #374248 !important;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.with-sub > span:before {
  border-top-color: #9ba1a4;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.opened {
  background-color: #374248;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.opened > span:before {
  border-top-color: #9ba1a4;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.opened > span .lbl {
  color: #fff;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.opened .font-icon, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened .glyphicon, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened .fa {
  color: #fff;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.opened .font-icon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened .glyphicon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened .fa.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened .tag-color.active:after {
  border-color: #374248;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.opened a, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened > span {
  border-left-color: transparent;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub a, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub > span {
  border-left-color: transparent;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub a:hover, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub > span:hover {
  background-color: #2d383e !important;
}
.theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #2d383e !important;
}
.theme-side-ebony-clay .side-menu .side-menu-list .font-icon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list .glyphicon.active:after, .theme-side-ebony-clay .side-menu .side-menu-list .fa.active:after, .theme-side-ebony-clay .side-menu .side-menu-list .tag-color.active:after {
  border-color: #263238;
}
.theme-side-ebony-clay .side-menu .side-menu-list .font-icon, .theme-side-ebony-clay .side-menu .side-menu-list .glyphicon, .theme-side-ebony-clay .side-menu .side-menu-list .fa {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   STYLE: Theme Side Madison & Caribbean
   ========================================================================== */
.theme-side-madison-caribbean .side-menu {
  background: #2d3e4d;
  border-right-color: transparent;
}
.theme-side-madison-caribbean .side-menu .side-menu-title {
  color: #fff;
}
.theme-side-madison-caribbean .side-menu .jspDrag {
  border-color: #2d3e4d;
  background-color: #263543;
}
.theme-side-madison-caribbean .side-menu .side-menu-list .lbl {
  color: #fff;
}
.theme-side-madison-caribbean .side-menu .side-menu-list a:hover, .theme-side-madison-caribbean .side-menu .side-menu-list > li > span:hover {
  background-color: #263543;
}
.theme-side-madison-caribbean .side-menu .side-menu-list a:hover .font-icon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list a:hover .glyphicon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list a:hover .fa.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li > span:hover .font-icon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li > span:hover .glyphicon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li > span:hover .fa.active:after {
  border-color: #263543 !important;
}
.theme-side-madison-caribbean .side-menu .side-menu-list > li.with-sub > span:before {
  border-top-color: #9ba1a4;
}
.theme-side-madison-caribbean .side-menu .side-menu-list > li.opened {
  background-color: #263543;
}
.theme-side-madison-caribbean .side-menu .side-menu-list > li.opened > span:before {
  border-top-color: #9ba1a4;
}
.theme-side-madison-caribbean .side-menu .side-menu-list > li.opened > span .lbl {
  color: #fff;
}
.theme-side-madison-caribbean .side-menu .side-menu-list > li.opened .font-icon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened .glyphicon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened .fa.active:after {
  border-color: #263543;
}
.theme-side-madison-caribbean .side-menu .side-menu-list > li.opened a, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened > span {
  border-left-color: transparent;
}
.theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub a, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub > span {
  border-left-color: transparent;
}
.theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub a:hover, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub > span:hover {
  background-color: #1f2b36 !important;
}
.theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #1f2b36 !important;
}
.theme-side-madison-caribbean .side-menu .side-menu-list .font-icon, .theme-side-madison-caribbean .side-menu .side-menu-list .glyphicon, .theme-side-madison-caribbean .side-menu .side-menu-list .fa {
  color: #00c3aa;
  transition: all 0.2s ease-in-out;
}
.theme-side-madison-caribbean .side-menu .side-menu-list .font-icon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list .glyphicon.active:after, .theme-side-madison-caribbean .side-menu .side-menu-list .fa.active:after {
  border-color: #263543;
}

/* ==========================================================================
   STYLE: Theme Side Caesium Dark & Caribbean
   ========================================================================== */
.theme-side-caesium-dark-caribbean .side-menu {
  background: #2a2b3b;
  border-right-color: transparent;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-title {
  color: #acadb4;
}
.theme-side-caesium-dark-caribbean .side-menu .jspDrag {
  border-color: #2a2b3b;
  background-color: #1f202c;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list .lbl {
  color: #acadb4;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list a:hover, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li > span:hover {
  background-color: #00c3aa;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list a:hover .font-icon, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list a:hover .glyphicon, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list a:hover .fa, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li > span:hover .font-icon, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li > span:hover .glyphicon, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li > span:hover .fa {
  color: #fff;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list a:hover .font-icon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list a:hover .glyphicon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list a:hover .fa.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li > span:hover .font-icon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li > span:hover .glyphicon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li > span:hover .fa.active:after {
  border-color: #00c3aa !important;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list a:hover .lbl, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li > span:hover .lbl {
  color: #fff;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.with-sub > span:before {
  border-top-color: #919299;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.with-sub > span:hover:before {
  border-top-color: #fff;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened {
  background-color: #00c3aa;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened > span:before {
  border-top-color: #919299;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened .font-icon, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened .glyphicon, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened .fa {
  color: #fff;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened .font-icon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened .glyphicon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened .fa.active:after {
  border-color: #22222f;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened a, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened > span {
  border-left-color: transparent;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened a .lbl, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened > span .lbl {
  color: #fff;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub {
  background-color: #22222f;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub a, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub > span {
  border-left-color: transparent;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub a:hover, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub > span:hover {
  background-color: #00c3aa !important;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #00c3aa !important;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub a:hover .lbl, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list > li.opened.with-sub > span:hover .lbl {
  color: #fff;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list .font-icon, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list .glyphicon, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list .fa {
  color: #e3e3e5;
  transition: all 0.2s ease-in-out;
}
.theme-side-caesium-dark-caribbean .side-menu .side-menu-list .font-icon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list .glyphicon.active:after, .theme-side-caesium-dark-caribbean .side-menu .side-menu-list .fa.active:after {
  border-color: #2a2b3b;
}

/* ==========================================================================
   STYLE: Theme Side Tin
   ========================================================================== */
.theme-side-tin .side-menu {
  background: #424242;
  border-right-color: transparent;
}
.theme-side-tin .side-menu .side-menu-title {
  color: #b4b5bb;
}
.theme-side-tin .side-menu .jspDrag {
  border-color: #424242;
  background-color: #333333;
}
.theme-side-tin .side-menu .side-menu-list .lbl {
  color: #b4b5bb;
}
.theme-side-tin .side-menu .side-menu-list a:hover, .theme-side-tin .side-menu .side-menu-list > li > span:hover {
  background-color: #383838;
}
.theme-side-tin .side-menu .side-menu-list a:hover .font-icon.active:after, .theme-side-tin .side-menu .side-menu-list a:hover .glyphicon.active:after, .theme-side-tin .side-menu .side-menu-list a:hover .fa.active:after, .theme-side-tin .side-menu .side-menu-list > li > span:hover .font-icon.active:after, .theme-side-tin .side-menu .side-menu-list > li > span:hover .glyphicon.active:after, .theme-side-tin .side-menu .side-menu-list > li > span:hover .fa.active:after {
  border-color: #383838 !important;
}
.theme-side-tin .side-menu .side-menu-list > li.with-sub > span:before {
  border-top-color: #9c9c9c;
}
.theme-side-tin .side-menu .side-menu-list > li.opened {
  background-color: #383838;
}
.theme-side-tin .side-menu .side-menu-list > li.opened .font-icon.active:after, .theme-side-tin .side-menu .side-menu-list > li.opened .glyphicon.active:after, .theme-side-tin .side-menu .side-menu-list > li.opened .fa.active:after {
  border-color: #383838;
}
.theme-side-tin .side-menu .side-menu-list > li.opened a, .theme-side-tin .side-menu .side-menu-list > li.opened > span {
  border-left-color: transparent;
}
.theme-side-tin .side-menu .side-menu-list > li.opened.with-sub a, .theme-side-tin .side-menu .side-menu-list > li.opened.with-sub > span {
  border-left-color: transparent;
}
.theme-side-tin .side-menu .side-menu-list > li.opened.with-sub a:hover, .theme-side-tin .side-menu .side-menu-list > li.opened.with-sub > span:hover {
  background-color: #2e2e2e !important;
}
.theme-side-tin .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .theme-side-tin .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .theme-side-tin .side-menu .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .theme-side-tin .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .theme-side-tin .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .theme-side-tin .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #2e2e2e !important;
}
.theme-side-tin .side-menu .side-menu-list .font-icon, .theme-side-tin .side-menu .side-menu-list .glyphicon, .theme-side-tin .side-menu .side-menu-list .fa {
  color: #e6e6e6;
  transition: all 0.2s ease-in-out;
}
.theme-side-tin .side-menu .side-menu-list .font-icon.active:after, .theme-side-tin .side-menu .side-menu-list .glyphicon.active:after, .theme-side-tin .side-menu .side-menu-list .fa.active:after {
  border-color: #424242;
}

/* ==========================================================================
   STYLE: Theme Side Litmus & Blue
   ========================================================================== */
.theme-side-litmus-blue .side-menu {
  background: #2c313e;
  border-right-color: transparent;
}
.theme-side-litmus-blue .side-menu .side-menu-title {
  color: #fff;
}
.theme-side-litmus-blue .side-menu .jspDrag {
  border-color: #2c313e;
  background-color: #242732;
}
.theme-side-litmus-blue .side-menu .side-menu-list .lbl {
  color: #fff;
}
.theme-side-litmus-blue .side-menu .side-menu-list a:hover, .theme-side-litmus-blue .side-menu .side-menu-list > li > span:hover {
  background-color: #00a8ff;
}
.theme-side-litmus-blue .side-menu .side-menu-list a:hover .font-icon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list a:hover .glyphicon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list a:hover .fa.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li > span:hover .font-icon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li > span:hover .glyphicon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li > span:hover .fa.active:after {
  border-color: #00a8ff !important;
}
.theme-side-litmus-blue .side-menu .side-menu-list > li.with-sub > span:before {
  border-top-color: #9c9c9c;
}
.theme-side-litmus-blue .side-menu .side-menu-list > li.with-sub > span:hover:before {
  border-top-color: #fff;
}
.theme-side-litmus-blue .side-menu .side-menu-list > li.opened {
  background: #00a8ff;
}
.theme-side-litmus-blue .side-menu .side-menu-list > li.opened .font-icon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened .glyphicon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened .fa.active:after {
  border-color: #282c38;
}
.theme-side-litmus-blue .side-menu .side-menu-list > li.opened a, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened > span {
  border-left-color: transparent;
}
.theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub {
  background-color: #282c38;
}
.theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub a, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub > span {
  border-left-color: transparent;
}
.theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub a:hover, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub > span:hover {
  background-color: #00a8ff !important;
}
.theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #00a8ff !important;
}
.theme-side-litmus-blue .side-menu .side-menu-list .font-icon, .theme-side-litmus-blue .side-menu .side-menu-list .glyphicon, .theme-side-litmus-blue .side-menu .side-menu-list .fa {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.theme-side-litmus-blue .side-menu .side-menu-list .font-icon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list .glyphicon.active:after, .theme-side-litmus-blue .side-menu .side-menu-list .fa.active:after {
  border-color: #2c313e;
}

/* ==========================================================================
   STYLE: Theme Rebecca Purple
   ========================================================================== */
.theme-rebecca-purple .side-menu .side-menu-list .lbl {
  color: #838383;
}
.theme-rebecca-purple .side-menu .side-menu-list a:hover, .theme-rebecca-purple .side-menu .side-menu-list > li > span:hover {
  background-color: #f4f4f4;
}
.theme-rebecca-purple .side-menu .side-menu-list a:hover .font-icon.active:after, .theme-rebecca-purple .side-menu .side-menu-list a:hover .glyphicon.active:after, .theme-rebecca-purple .side-menu .side-menu-list a:hover .fa.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li > span:hover .font-icon.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li > span:hover .glyphicon.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li > span:hover .fa.active:after {
  border-color: #f4f4f4 !important;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.with-sub > span:before {
  border-top-color: #bbb;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.with-sub > span:hover:before {
  border-top-color: #999;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.opened {
  background: #f4f4f4;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.opened .font-icon.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li.opened .glyphicon.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li.opened .fa.active:after {
  border-color: #f4f4f4;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.opened a, .theme-rebecca-purple .side-menu .side-menu-list > li.opened > span {
  border-left-color: transparent;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub {
  background-color: #f4f4f4;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub a, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub > span {
  border-left-color: transparent;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub a:hover, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub > span:hover {
  background-color: #cbcdd0 !important;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub a:hover .fa, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa {
  color: #454545;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #cbcdd0 !important;
}
.theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub a:hover .lbl, .theme-rebecca-purple .side-menu .side-menu-list > li.opened.with-sub > span:hover .lbl {
  color: #454545;
}
.theme-rebecca-purple .side-menu .side-menu-list .font-icon, .theme-rebecca-purple .side-menu .side-menu-list .glyphicon, .theme-rebecca-purple .side-menu .side-menu-list .fa {
  color: #838383;
  transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   STYLE: Theme Picton Blue
   ========================================================================== */
.theme-picton-blue .side-menu .side-menu-list a:hover, .theme-picton-blue .side-menu .side-menu-list > li > span:hover {
  background-color: #eff6fc;
}
.theme-picton-blue .side-menu .side-menu-list a:hover .font-icon.active:after, .theme-picton-blue .side-menu .side-menu-list a:hover .glyphicon.active:after, .theme-picton-blue .side-menu .side-menu-list a:hover .fa.active:after, .theme-picton-blue .side-menu .side-menu-list > li > span:hover .font-icon.active:after, .theme-picton-blue .side-menu .side-menu-list > li > span:hover .glyphicon.active:after, .theme-picton-blue .side-menu .side-menu-list > li > span:hover .fa.active:after {
  border-color: #eff6fc !important;
}
.theme-picton-blue .side-menu .side-menu-list > li.with-sub > span:before {
  border-top-color: #5fa7e7;
}
.theme-picton-blue .side-menu .side-menu-list > li.opened {
  background: #eff6fc;
}
.theme-picton-blue .side-menu .side-menu-list > li.opened .font-icon.active:after, .theme-picton-blue .side-menu .side-menu-list > li.opened .glyphicon.active:after, .theme-picton-blue .side-menu .side-menu-list > li.opened .fa.active:after {
  border-color: #eff6fc;
}
.theme-picton-blue .side-menu .side-menu-list > li.opened a, .theme-picton-blue .side-menu .side-menu-list > li.opened > span {
  border-left-color: transparent;
}
.theme-picton-blue .side-menu .side-menu-list > li.opened.with-sub a, .theme-picton-blue .side-menu .side-menu-list > li.opened.with-sub > span {
  border-left-color: transparent;
}
.theme-picton-blue .side-menu .side-menu-list > li.opened.with-sub a .lbl, .theme-picton-blue .side-menu .side-menu-list > li.opened.with-sub > span .lbl {
  color: #818181;
}
.theme-picton-blue .side-menu .side-menu-list > li.opened.with-sub a:hover, .theme-picton-blue .side-menu .side-menu-list > li.opened.with-sub > span:hover {
  background-color: #d1e5f8 !important;
}
.theme-picton-blue .side-menu .side-menu-list > li.opened.with-sub a:hover .lbl, .theme-picton-blue .side-menu .side-menu-list > li.opened.with-sub > span:hover .lbl {
  color: #454545;
}
.theme-picton-blue .side-menu .side-menu-list .font-icon, .theme-picton-blue .side-menu .side-menu-list .glyphicon, .theme-picton-blue .side-menu .side-menu-list .fa {
  color: #5fa7e7;
  transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   STYLE: Theme Picton Blue & White & Ebony
   ========================================================================== */
.theme-picton-blue-white-ebony .side-menu {
  background: #263238;
  border-right-color: transparent;
}
.theme-picton-blue-white-ebony .side-menu .jspDrag {
  border-color: #263238;
  background-color: #374248;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list .lbl {
  color: #929fa6;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover {
  background-color: #374248;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .lbl, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .lbl {
  color: #fff;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .font-icon, .theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .glyphicon, .theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .fa, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .font-icon, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .glyphicon, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .fa {
  color: #fff;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .font-icon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .glyphicon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .fa.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .font-icon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .glyphicon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .fa.active:after {
  border-color: #374248 !important;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.with-sub > span:before {
  border-top-color: #9ba1a4;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened {
  background-color: #374248;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .lbl {
  color: #fff;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened > span:before {
  border-top-color: #9ba1a4;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .font-icon, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .glyphicon, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .fa {
  color: #fff;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .font-icon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .glyphicon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .fa.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .tag-color.active:after {
  border-color: #374248;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened a, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened > span {
  border-left-color: transparent;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub a, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub > span {
  border-left-color: transparent;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub a:hover, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub > span:hover {
  background-color: #2d383e !important;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub a:hover .font-icon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub a:hover .glyphicon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub a:hover .fa.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub > span:hover .font-icon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub > span:hover .glyphicon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened.with-sub > span:hover .fa.active:after {
  border-color: #2d383e !important;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list .font-icon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list .glyphicon.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list .fa.active:after, .theme-picton-blue-white-ebony .side-menu .side-menu-list .tag-color.active:after {
  border-color: #263238;
}
.theme-picton-blue-white-ebony .side-menu .side-menu-list .font-icon, .theme-picton-blue-white-ebony .side-menu .side-menu-list .glyphicon, .theme-picton-blue-white-ebony .side-menu .side-menu-list .fa {
  color: #929fa6;
  transition: all 0.2s ease-in-out;
}

.show-hide-sidebar {
  position: fixed;
  top: 75px;
  left: 175px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 50px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: background 0.3s;
  background: #fff;
  transform: rotate(180deg);
  z-index: 9999;
}
.show-hide-sidebar span {
  margin: 0 4px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #adb5bd;
  transition: transform 0.3s;
}
.show-hide-sidebar span:before, .show-hide-sidebar span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #adb5bd;
  content: "";
}
.show-hide-sidebar span:before {
  top: -7px !important;
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  transform: none !important;
}
.show-hide-sidebar span:after {
  bottom: -7px;
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  transform: none !important;
}
.show-hide-sidebar:hover span, .show-hide-sidebar:hover span:before, .show-hide-sidebar:hover span:after {
  background-color: #00a8ff;
}
@media (max-width: 1056px) {
  .show-hide-sidebar {
    display: block;
  }
}

.sidebar-hidden .show-hide-sidebar {
  left: 10px;
}
.sidebar-hidden .show-hide-sidebar span {
  margin: 0 4px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #adb5bd;
  transition: transform 0.3s;
}
.sidebar-hidden .show-hide-sidebar span:before, .sidebar-hidden .show-hide-sidebar span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #adb5bd;
  content: "";
}
.sidebar-hidden .show-hide-sidebar span:before {
  top: -7px !important;
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  transform: none !important;
}
.sidebar-hidden .show-hide-sidebar span:after {
  bottom: -7px;
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  transform: none !important;
}

body.sidebar-hidden .side-menu {
  display: none;
}
@media (max-width: 1056px) {
  body.sidebar-hidden .side-menu {
    display: block;
  }
}
body.sidebar-hidden .page-content {
  padding-left: 45px;
}
@media (max-width: 1056px) {
  body.sidebar-hidden .page-content {
    padding-left: 0px;
  }
}
body.sidebar-hidden .side-menu-addl {
  left: 0;
}
body.sidebar-hidden .side-menu-addl + .page-content {
  padding-left: 240px;
}

@media screen and (max-width: 1056px) {
  .show-hide-sidebar {
    display: none !important;
  }
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.container {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}

*:active, *:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  margin: 0px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0@mixin * where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2@mixin  Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

* {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  body {
    background: #fff !important;
  }

  .site-header,
.side-menu {
    display: none;
  }

  .page-content {
    padding: 15px 0;
  }
  .dark-theme .page-content {
    padding-top: 15px;
  }
  .chrome-browser.with-side-menu .page-content {
    padding-left: 255px;
    margin-left: -255px;
  }
}
@media print and (max-width: 1056px) {
  .chrome-browser.with-side-menu .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  .chrome-browser.with-side-menu-compact .page-content {
    padding-left: 115px;
    margin-left: -115px;
  }
}
@media print and (max-width: 1056px) {
  .chrome-browser.with-side-menu-compact .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  .chrome-browser.with-side-menu-addl .page-content {
    padding-left: 335px;
    margin-left: -335px;
  }
}
@media print and (max-width: 1056px) {
  .chrome-browser.with-side-menu-addl .page-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  .box-typical {
    padding: 0 !important;
    border: none !important;
  }
}
@media print {
  .row > div {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
}
.navbar {
  font-size: 0.875em;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-light {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bg-light.navbar-fixed-top {
  border-width: 0 0 1px 0;
}
.bg-light.navbar-fixed-bottom {
  border-width: 1px 0 0 0;
}

p {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

blockquote {
  font-style: italic;
}

footer {
  font-size: 0.875em;
}

.lead {
  color: #868e96;
  font-family: "Open Sans", sans-serif;
}

table,
.table {
  font-size: 0.875em;
}
table-success, table-info, table-warning, table-danger,
.table-success,
.table-info,
.table-warning,
.table-danger {
  color: #fff;
}

.table-success, .table-success > th, .table-success > td {
  background-color: #46c35f;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #17a2b8;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #fa1a20;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fed832;
}
.table-hover .table-success:hover, .table-hover .table-success:hover > th, .table-hover .table-success:hover > td {
  background-color: #3bb553;
}
.table-hover .table-info:hover, .table-hover .table-info:hover > th, .table-hover .table-info:hover > td {
  background-color: #148ea1;
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover > th, .table-hover .table-danger:hover > td {
  background-color: #f5050c;
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover > th, .table-hover .table-warning:hover > td {
  background-color: #fed319;
}

.nav,
.breadcrumb,
.pagination {
  font-size: 0.875em;
}

.dropdown-menu {
  font-size: 0.875em;
}

.alert {
  border: none;
  color: #ffffff;
  font-size: 0.875em;
}
.alert, .alert p {
  font-family: "Open Sans", sans-serif;
}
.alert a, .alert .alert-link {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}
.alert-primary {
  background-color: #a45095;
}
.alert-secondary {
  background-color: #f17b02;
}
.alert-success {
  background-color: #46c35f;
}
.alert-info {
  background-color: #17a2b8;
}
.alert-warning {
  background-color: #fed832;
}
.alert-danger {
  background-color: #fa1a20;
}
.alert-light {
  background-color: #f8f9fa;
}
.alert-dark {
  background-color: #343a40;
}
.alert-grey {
  background-color: #adb5bd;
}
.alert-light, .alert-light a, .alert-light .alert-link {
  color: #ffffff;
}

.badge {
  vertical-align: bottom;
}
.badge-secondary, .badge-warning {
  color: #ffffff;
}

.tooltip {
  font-size: 11px;
}

.LocalisationTier td {
  background: rgba(217, 205, 0, 0.15) !important;
}

.list-group {
  font-size: 0.875em;
}

ul.token-input-list {
  display: block;
  padding: 0.5rem 0;
  width: 100%;
  font-size: 1.063rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

li.token-input-token {
  font-size: 14px;
}

li.token-input-token {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  margin: 3px;
  padding: 3px 5px;
  background-color: #f17b02;
  color: #fff;
  font-weight: bold;
  cursor: default;
  display: block;
}

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
  display: inline-block;
  width: 95%;
}

.jstree-default .jstree-clicked {
  background: #f17b02;
  color: #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #a45095;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.control-panel-open .control-panel-container {
  min-width: 280px;
  width: auto !important;
}

.control-panel-container ul li ul li a {
  font-size: 0.9rem;
}

.traitement {
  overflow-y: auto !important;
}
.traitement .control-panel-container ul {
  display: table !important;
}

.editable-container.editable-inline {
   min-width: 500px;
   display: block;
   position: relative;
   z-index: 10;
 }