@charset "UTF-8";
/**
 * CoreUI - Open Source Bootstrap Admin Template
 * @version 12.07.2018 001
 * @link http://coreui.io
 * Copyright (c) 2017 creativeLabs Łukasz Holeczek
 * @license MIT
 */
/*@mixin _choose-headerColor($site-key: 'texpoenergy') {
    @if $site-key==texpoenergy {
        background-color: #2CACE3;
    }
    @else if $site-key==swplenergy {
        background-color: #2CACE3;
    }
    @else if $site-key==yepenergy {
        background-color: #F36200;
    }
    @else {
        background-color: #2CACE3;
    }
}*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@media print {
  *,
*::before,
*::after,
p::first-letter,
div::first-letter,
blockquote::first-letter,
li::first-letter,
p::first-line,
div::first-line,
blockquote::first-line,
li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

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

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

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

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #263238;
  background-color: #e4e5e6;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
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] {
  cursor: help;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
a {
  color: black;
  text-decoration: none;
}
a:focus, a:hover {
  color: black;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit !important;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role=button] {
  cursor: pointer;
}
a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
  background-color: transparent;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #b0bec5;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
textarea {
  line-height: inherit;
}
input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
input[type=search] {
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: normal;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.09375rem;
  border-left: 0.25rem solid #cfd8dc;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #b0bec5;
}
.blockquote-footer::before {
  content: "— ";
}
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #cfd8dc;
  border-left: 0;
}
.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " —";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #e4e5e6;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #b0bec5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #1675BC;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #263238;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #263238;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl, .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-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-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-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-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;
}
@media (min-width: 576px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 8.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%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.3333333333%;
}
.pull-2 {
  right: 16.6666666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.3333333333%;
}
.pull-5 {
  right: 41.6666666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.3333333333%;
}
.pull-8 {
  right: 66.6666666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.3333333333%;
}
.pull-11 {
  right: 91.6666666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.3333333333%;
}
.push-2 {
  left: 16.6666666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.3333333333%;
}
.push-5 {
  left: 41.6666666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.3333333333%;
}
.push-8 {
  left: 66.6666666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.3333333333%;
}
.push-11 {
  left: 91.6666666667%;
}
.push-12 {
  left: 100%;
}
.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;
  }

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .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;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #cfd8dc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cfd8dc;
}
.table tbody + tbody {
  border-top: 2px solid #cfd8dc;
}
.table .table {
  background-color: #e4e5e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #cfd8dc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #cfd8dc;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #1675BC;
}
.table-hover tbody tr:hover {
  background-color: #1675BC;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: #1675BC;
}
.table-hover .table-active:hover {
  background-color: #1367a5;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #1367a5;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: transparent;
}
.table-hover .table-danger:hover {
  background-color: rgba(0, 0, 0, 0);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgba(0, 0, 0, 0);
}
.thead-inverse th {
  color: #e4e5e6;
  background-color: #263238;
}
.thead-default th {
  color: #607d8b;
  background-color: #cfd8dc;
}
.table-inverse {
  color: #e4e5e6;
  background-color: #263238;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #e4e5e6;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}
.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.table-outline {
  border: 1px solid #cfd8dc;
}
.table-outline td {
  vertical-align: middle;
}
.table-align-middle td {
  vertical-align: middle;
}
.table-clear td {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: black;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #607d8b;
  background-color: #fff;
  border-color: #9dd8f2;
  outline: none;
}
.form-control::-moz-placeholder {
  color: #CDD1D2;
  opacity: 2;
}
.form-control:-ms-input-placeholder {
  color: #CDD1D2;
  opacity: 2;
}
.form-control::placeholder {
  color: #CDD1D2;
  opacity: 2;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #cfd8dc;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.09375rem + 2px);
}
select.form-control:focus::-ms-value {
  color: black;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
}
.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}
.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}
.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #b0bec5;
  cursor: not-allowed;
}
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}
.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-control-feedback {
  margin-top: 0.25rem;
}
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5234375rem;
  background-size: 1.046875rem 1.046875rem;
}
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #76BD3E;
}
.has-success .form-control {
  border-color: #76BD3E;
}
.has-success .input-group-addon {
  color: #76BD3E;
  border-color: #76BD3E;
  background-color: #e2f1d6;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2376BD3E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f8cb00;
}
.has-warning .form-control {
  border-color: #f8cb00;
}
.has-warning .input-group-addon {
  color: #f8cb00;
  border-color: #f8cb00;
  background-color: #fff4c5;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f8cb00' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #f86c6b;
}
.has-danger .form-control {
  border-color: #f86c6b;
}
.has-danger .input-group-addon {
  color: #f86c6b;
  border-color: #f86c6b;
  background-color: white;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(44, 172, 227, 0.25);
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:active, .btn.active {
  background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #2CACE3;
  border-color: #2CACE3;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1a90c2;
  border-color: #1989b9;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(44, 172, 227, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #2CACE3;
  border-color: #2CACE3;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a90c2;
  background-image: none;
  border-color: #1989b9;
}
.btn-secondary {
  color: #263238;
  background-color: #fff;
  border-color: #b0bec5;
}
.btn-secondary:hover {
  color: #263238;
  background-color: #e6e6e6;
  border-color: #8da1ab;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(176, 190, 197, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #b0bec5;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #263238;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #8da1ab;
}
.btn-info {
  color: #fff;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-info:hover {
  color: #fff;
  background-color: #39b2d5;
  border-color: #30aed3;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(99, 194, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b2d5;
  background-image: none;
  border-color: #30aed3;
}
.btn-success {
  color: #fff;
  background-color: #76BD3E;
  border-color: #76BD3E;
}
.btn-success:hover {
  color: #fff;
  background-color: #5e9731;
  border-color: #598f2f;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(118, 189, 62, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #76BD3E;
  border-color: #76BD3E;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5e9731;
  background-image: none;
  border-color: #598f2f;
}
.btn-warning {
  color: #fff;
  background-color: #f8cb00;
  border-color: #f8cb00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c5a100;
  border-color: #bb9900;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(248, 203, 0, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f8cb00;
  border-color: #f8cb00;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c5a100;
  background-image: none;
  border-color: #bb9900;
}
.btn-danger {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f63c3a;
  border-color: #f53231;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(248, 108, 107, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f63c3a;
  background-image: none;
  border-color: #f53231;
}
.btn-outline-primary {
  color: #2CACE3;
  background-image: none;
  background-color: transparent;
  border-color: #2CACE3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2CACE3;
  border-color: #2CACE3;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(44, 172, 227, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2CACE3;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2CACE3;
  border-color: #2CACE3;
}
.btn-outline-secondary {
  color: #b0bec5;
  background-image: none;
  background-color: transparent;
  border-color: #b0bec5;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #b0bec5;
  border-color: #b0bec5;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(176, 190, 197, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #b0bec5;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #b0bec5;
  border-color: #b0bec5;
}
.btn-outline-info {
  color: #63c2de;
  background-image: none;
  background-color: transparent;
  border-color: #63c2de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(99, 194, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #63c2de;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #63c2de;
  border-color: #63c2de;
}
.btn-outline-success {
  color: #76BD3E;
  background-image: none;
  background-color: transparent;
  border-color: #76BD3E;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #76BD3E;
  border-color: #76BD3E;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(118, 189, 62, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #76BD3E;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #76BD3E;
  border-color: #76BD3E;
}
.btn-outline-warning {
  color: #f8cb00;
  background-image: none;
  background-color: transparent;
  border-color: #f8cb00;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f8cb00;
  border-color: #f8cb00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(248, 203, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f8cb00;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f8cb00;
  border-color: #f8cb00;
}
.btn-outline-danger {
  color: #f86c6b;
  background-image: none;
  background-color: transparent;
  border-color: #f86c6b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(248, 108, 107, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.btn-link {
  font-weight: normal;
  color: black;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
  cursor: pointer;
}
.btn-link:focus, .btn-link:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #b0bec5;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.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%;
}
.btn .badge {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 9px;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #263238;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cfd8dc;
}
.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #1675BC;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #263238;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1c2429;
  text-decoration: none;
  background-color: #1675BC;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2CACE3;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #b0bec5;
  cursor: not-allowed;
  background-color: transparent;
}
.show > .dropdown-menu {
  display: block;
}
.show > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #b0bec5;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}
.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #cfd8dc;
}
.dropdown-item:last-child {
  border-bottom: 0;
}
.dropdown-item i {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-left: -10px;
  color: #cfd8dc;
  text-align: center;
}
.dropdown-item .badge {
  position: absolute;
  right: 10px;
  margin-top: 2px;
}
.dropdown-header {
  padding: 8px 20px;
  background: #1675BC;
  border-bottom: 1px solid #cfd8dc;
}
.dropdown-header .btn {
  margin-top: -7px;
  color: #b0bec5;
}
.dropdown-header .btn:hover {
  color: #263238;
}
.dropdown-header .btn.pull-right {
  margin-right: -20px;
}
.dropdown-menu-lg {
  width: 250px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  color: black;
  text-align: center;
  background-color: #cfd8dc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group-addon:not(:last-child) {
  border-right: 0;
}
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  flex: 1;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}
.input-group-addon,
.input-group-btn {
  min-width: 40px;
  white-space: nowrap;
  vertical-align: middle;
}
.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #b0bec5;
  cursor: not-allowed;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #cfd8dc #cfd8dc #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #b0bec5;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #607d8b;
  background-color: #e4e5e6;
  border-color: #ddd #ddd #e4e5e6;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #2CACE3;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .nav-link {
  color: #a9a9a9;
}
.nav-tabs .nav-link.active {
  color: #263238;
  background: #fff;
  border-color: #cfd8dc;
  border-bottom-color: #fff;
}
.nav-tabs .nav-link.active:focus {
  background: #fff;
  border-color: #cfd8dc;
  border-bottom-color: #fff;
}
.tab-content {
  margin-top: -1px;
  background: #fff;
  border: 1px solid #cfd8dc;
}
.tab-content .tab-pane {
  padding: 1rem 1rem;
}
.card-block .tab-content {
  margin-top: 0;
  border: 0;
}
.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.qa header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.qa header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.qa header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.qa header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.qa header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.qa header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.qa header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.qa header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.qa header.navbar .dropdown-item {
  min-width: 180px;
}
.qa .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.qa .navbar-brand:focus, .qa .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.qa .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.qa .navbar-nav .nav-link:focus, .qa .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.qa .navbar-nav .open > .nav-link, .qa .navbar-nav .open > .nav-link:focus, .qa .navbar-nav .open > .nav-link:hover,
.qa .navbar-nav .active > .nav-link,
.qa .navbar-nav .active > .nav-link:focus,
.qa .navbar-nav .active > .nav-link:hover,
.qa .navbar-nav .nav-link.open,
.qa .navbar-nav .nav-link.open:focus,
.qa .navbar-nav .nav-link.open:hover,
.qa .navbar-nav .nav-link.active,
.qa .navbar-nav .nav-link.active:focus,
.qa .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.qa .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.alp header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.alp header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.alp header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.alp header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.alp header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.alp header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.alp header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.alp header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.alp header.navbar .dropdown-item {
  min-width: 180px;
}
.alp .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.alp .navbar-brand:focus, .alp .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alp .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.alp .navbar-nav .nav-link:focus, .alp .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.alp .navbar-nav .open > .nav-link, .alp .navbar-nav .open > .nav-link:focus, .alp .navbar-nav .open > .nav-link:hover,
.alp .navbar-nav .active > .nav-link,
.alp .navbar-nav .active > .nav-link:focus,
.alp .navbar-nav .active > .nav-link:hover,
.alp .navbar-nav .nav-link.open,
.alp .navbar-nav .nav-link.open:focus,
.alp .navbar-nav .nav-link.open:hover,
.alp .navbar-nav .nav-link.active,
.alp .navbar-nav .nav-link.active:focus,
.alp .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.alp .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.sfeswpl header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.sfeswpl header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.sfeswpl header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.sfeswpl header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.sfeswpl header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.sfeswpl header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.sfeswpl header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.sfeswpl header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.sfeswpl header.navbar .dropdown-item {
  min-width: 180px;
}
.sfeswpl .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.sfeswpl .navbar-brand:focus, .sfeswpl .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sfeswpl .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.sfeswpl .navbar-nav .nav-link:focus, .sfeswpl .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.sfeswpl .navbar-nav .open > .nav-link, .sfeswpl .navbar-nav .open > .nav-link:focus, .sfeswpl .navbar-nav .open > .nav-link:hover,
.sfeswpl .navbar-nav .active > .nav-link,
.sfeswpl .navbar-nav .active > .nav-link:focus,
.sfeswpl .navbar-nav .active > .nav-link:hover,
.sfeswpl .navbar-nav .nav-link.open,
.sfeswpl .navbar-nav .nav-link.open:focus,
.sfeswpl .navbar-nav .nav-link.open:hover,
.sfeswpl .navbar-nav .nav-link.active,
.sfeswpl .navbar-nav .nav-link.active:focus,
.sfeswpl .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sfeswpl .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.yep header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.yep header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.yep header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.yep header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.yep header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.yep header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.yep header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.yep header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.yep header.navbar .dropdown-item {
  min-width: 180px;
}
.yep .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.yep .navbar-brand:focus, .yep .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.yep .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.yep .navbar-nav .nav-link:focus, .yep .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.yep .navbar-nav .open > .nav-link, .yep .navbar-nav .open > .nav-link:focus, .yep .navbar-nav .open > .nav-link:hover,
.yep .navbar-nav .active > .nav-link,
.yep .navbar-nav .active > .nav-link:focus,
.yep .navbar-nav .active > .nav-link:hover,
.yep .navbar-nav .nav-link.open,
.yep .navbar-nav .nav-link.open:focus,
.yep .navbar-nav .nav-link.open:hover,
.yep .navbar-nav .nav-link.active,
.yep .navbar-nav .nav-link.active:focus,
.yep .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.yep .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.texpo header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.texpo header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.texpo header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.texpo header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.texpo header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.texpo header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.texpo header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.texpo header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.texpo header.navbar .dropdown-item {
  min-width: 180px;
}
.texpo .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.texpo .navbar-brand:focus, .texpo .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.texpo .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.texpo .navbar-nav .nav-link:focus, .texpo .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.texpo .navbar-nav .open > .nav-link, .texpo .navbar-nav .open > .nav-link:focus, .texpo .navbar-nav .open > .nav-link:hover,
.texpo .navbar-nav .active > .nav-link,
.texpo .navbar-nav .active > .nav-link:focus,
.texpo .navbar-nav .active > .nav-link:hover,
.texpo .navbar-nav .nav-link.open,
.texpo .navbar-nav .nav-link.open:focus,
.texpo .navbar-nav .nav-link.open:hover,
.texpo .navbar-nav .nav-link.active,
.texpo .navbar-nav .nav-link.active:focus,
.texpo .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.texpo .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.swpl header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.swpl header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.swpl header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.swpl header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.swpl header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.swpl header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.swpl header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.swpl header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.swpl header.navbar .dropdown-item {
  min-width: 180px;
}
.swpl .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.swpl .navbar-brand:focus, .swpl .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.swpl .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.swpl .navbar-nav .nav-link:focus, .swpl .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.swpl .navbar-nav .open > .nav-link, .swpl .navbar-nav .open > .nav-link:focus, .swpl .navbar-nav .open > .nav-link:hover,
.swpl .navbar-nav .active > .nav-link,
.swpl .navbar-nav .active > .nav-link:focus,
.swpl .navbar-nav .active > .nav-link:hover,
.swpl .navbar-nav .nav-link.open,
.swpl .navbar-nav .nav-link.open:focus,
.swpl .navbar-nav .nav-link.open:hover,
.swpl .navbar-nav .nav-link.active,
.swpl .navbar-nav .nav-link.active:focus,
.swpl .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.swpl .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.yepalliance header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.yepalliance header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.yepalliance header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.yepalliance header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.yepalliance header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.yepalliance header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.yepalliance header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.yepalliance header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.yepalliance header.navbar .dropdown-item {
  min-width: 180px;
}
.yepalliance .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.yepalliance .navbar-brand:focus, .yepalliance .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.yepalliance .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.yepalliance .navbar-nav .nav-link:focus, .yepalliance .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.yepalliance .navbar-nav .open > .nav-link, .yepalliance .navbar-nav .open > .nav-link:focus, .yepalliance .navbar-nav .open > .nav-link:hover,
.yepalliance .navbar-nav .active > .nav-link,
.yepalliance .navbar-nav .active > .nav-link:focus,
.yepalliance .navbar-nav .active > .nav-link:hover,
.yepalliance .navbar-nav .nav-link.open,
.yepalliance .navbar-nav .nav-link.open:focus,
.yepalliance .navbar-nav .nav-link.open:hover,
.yepalliance .navbar-nav .nav-link.active,
.yepalliance .navbar-nav .nav-link.active:focus,
.yepalliance .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.yepalliance .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.riopower header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.riopower header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.riopower header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.riopower header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.riopower header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.riopower header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.riopower header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.riopower header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.riopower header.navbar .dropdown-item {
  min-width: 180px;
}
.riopower .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.riopower .navbar-brand:focus, .riopower .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.riopower .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.riopower .navbar-nav .nav-link:focus, .riopower .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.riopower .navbar-nav .open > .nav-link, .riopower .navbar-nav .open > .nav-link:focus, .riopower .navbar-nav .open > .nav-link:hover,
.riopower .navbar-nav .active > .nav-link,
.riopower .navbar-nav .active > .nav-link:focus,
.riopower .navbar-nav .active > .nav-link:hover,
.riopower .navbar-nav .nav-link.open,
.riopower .navbar-nav .nav-link.open:focus,
.riopower .navbar-nav .nav-link.open:hover,
.riopower .navbar-nav .nav-link.active,
.riopower .navbar-nav .nav-link.active:focus,
.riopower .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.riopower .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.fuelCell header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.fuelCell header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.fuelCell header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.fuelCell header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.fuelCell header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.fuelCell header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.fuelCell header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.fuelCell header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.fuelCell header.navbar .dropdown-item {
  min-width: 180px;
}
.fuelCell .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.fuelCell .navbar-brand:focus, .fuelCell .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.fuelCell .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.fuelCell .navbar-nav .nav-link:focus, .fuelCell .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.fuelCell .navbar-nav .open > .nav-link, .fuelCell .navbar-nav .open > .nav-link:focus, .fuelCell .navbar-nav .open > .nav-link:hover,
.fuelCell .navbar-nav .active > .nav-link,
.fuelCell .navbar-nav .active > .nav-link:focus,
.fuelCell .navbar-nav .active > .nav-link:hover,
.fuelCell .navbar-nav .nav-link.open,
.fuelCell .navbar-nav .nav-link.open:focus,
.fuelCell .navbar-nav .nav-link.open:hover,
.fuelCell .navbar-nav .nav-link.active,
.fuelCell .navbar-nav .nav-link.active:focus,
.fuelCell .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.fuelCell .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.sensorsCalls header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.sensorsCalls header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.sensorsCalls header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.sensorsCalls header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.sensorsCalls header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.sensorsCalls header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.sensorsCalls header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.sensorsCalls header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.sensorsCalls header.navbar .dropdown-item {
  min-width: 180px;
}
.sensorsCalls .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.sensorsCalls .navbar-brand:focus, .sensorsCalls .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sensorsCalls .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.sensorsCalls .navbar-nav .nav-link:focus, .sensorsCalls .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.sensorsCalls .navbar-nav .open > .nav-link, .sensorsCalls .navbar-nav .open > .nav-link:focus, .sensorsCalls .navbar-nav .open > .nav-link:hover,
.sensorsCalls .navbar-nav .active > .nav-link,
.sensorsCalls .navbar-nav .active > .nav-link:focus,
.sensorsCalls .navbar-nav .active > .nav-link:hover,
.sensorsCalls .navbar-nav .nav-link.open,
.sensorsCalls .navbar-nav .nav-link.open:focus,
.sensorsCalls .navbar-nav .nav-link.open:hover,
.sensorsCalls .navbar-nav .nav-link.active,
.sensorsCalls .navbar-nav .nav-link.active:focus,
.sensorsCalls .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sensorsCalls .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.arrowEnergy header.navbar {
  position: relative;
  height: 55px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  flex-direction: row;
}
.arrowEnergy header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/img/comlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.arrowEnergy header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.arrowEnergy header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}
.arrowEnergy header.navbar .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.arrowEnergy header.navbar .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
}
.arrowEnergy header.navbar .nav-item .nav-link > .img-avatar {
  height: 35px;
  margin: 0 10px;
}
.arrowEnergy header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}
.arrowEnergy header.navbar .dropdown-item {
  min-width: 180px;
}
.arrowEnergy .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.arrowEnergy .navbar-brand:focus, .arrowEnergy .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.arrowEnergy .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.arrowEnergy .navbar-nav .nav-link:focus, .arrowEnergy .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.arrowEnergy .navbar-nav .open > .nav-link, .arrowEnergy .navbar-nav .open > .nav-link:focus, .arrowEnergy .navbar-nav .open > .nav-link:hover,
.arrowEnergy .navbar-nav .active > .nav-link,
.arrowEnergy .navbar-nav .active > .nav-link:focus,
.arrowEnergy .navbar-nav .active > .nav-link:hover,
.arrowEnergy .navbar-nav .nav-link.open,
.arrowEnergy .navbar-nav .nav-link.open:focus,
.arrowEnergy .navbar-nav .nav-link.open:hover,
.arrowEnergy .navbar-nav .nav-link.active,
.arrowEnergy .navbar-nav .nav-link.active:focus,
.arrowEnergy .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.arrowEnergy .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid white;
}
.card-block {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #2CACE3;
  border-bottom: 1px solid white;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #2CACE3;
  border-top: 1px solid white;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-primary {
  background-color: #2CACE3;
  border-color: #2CACE3;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}
.card-success {
  background-color: #76BD3E;
  border-color: #76BD3E;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}
.card-info {
  background-color: #63c2de;
  border-color: #63c2de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}
.card-warning {
  background-color: #f8cb00;
  border-color: #f8cb00;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}
.card-danger {
  background-color: #f86c6b;
  border-color: #f86c6b;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}
.card-outline-primary {
  background-color: transparent;
  border-color: #2CACE3;
}
.card-outline-secondary {
  background-color: transparent;
  border-color: #b0bec5;
}
.card-outline-info {
  background-color: transparent;
  border-color: #63c2de;
}
.card-outline-success {
  background-color: transparent;
  border-color: #76BD3E;
}
.card-outline-warning {
  background-color: transparent;
  border-color: #f8cb00;
}
.card-outline-danger {
  background-color: transparent;
  border-color: #f86c6b;
}
.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 1 auto;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.card {
  margin-bottom: 1.5rem;
}
.card-header i.icon-bg {
  display: inline-block;
  padding: 0.75rem 1.25rem !important;
  margin-top: -0.75rem;
  margin-right: 1.25rem;
  margin-bottom: -0.75rem;
  margin-left: -1.25rem;
  line-height: inherit;
  color: #263238;
  vertical-align: bottom;
  background: transparent;
  border-right: 1px solid white;
}
.card-header ul.nav.nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header ul.nav.nav-tabs li.nav-item {
  border-top: 0;
}
.card-header ul.nav.nav-tabs li.nav-item a.nav-link {
  padding: 0.75rem 0.625rem;
  color: #b0bec5;
  border-top: 0;
}
.card-header ul.nav.nav-tabs li.nav-item a.nav-link.active {
  color: #263238;
  background: #fff;
}
.card-header.card-header-inverse {
  color: #fff;
}
.card-header.card-header-primary {
  margin: -1px -1px 0;
  background: #2CACE3;
  border-bottom: 1px solid #2CACE3;
}
.card-header.card-header-secondary {
  margin: -1px -1px 0;
  background: #cfd8dc;
  border-bottom: 1px solid #cfd8dc;
}
.card-header.card-header-success {
  margin: -1px -1px 0;
  background: #76BD3E;
  border-bottom: 1px solid #76BD3E;
}
.card-header.card-header-info {
  margin: -1px -1px 0;
  background: #63c2de;
  border-bottom: 1px solid #63c2de;
}
.card-header.card-header-warning {
  margin: -1px -1px 0;
  background: #f8cb00;
  border-bottom: 1px solid #f8cb00;
}
.card-header.card-header-danger {
  margin: -1px -1px 0;
  background: #f86c6b;
  border-bottom: 1px solid #f86c6b;
}
.card-header .btn {
  margin-top: -0.5rem;
}
.card-header .btn-sm, .card-header .btn-group-sm > .btn {
  margin-top: -0.25rem;
}
.card-header .btn-lg, .card-header .btn-group-lg > .btn {
  margin-top: -0.75rem;
}
.card-footer ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed;
}
.card-footer ul li {
  display: table-cell;
  padding: 0 1.25rem;
  text-align: center;
}
.card-footer ul li progress {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.card-primary {
  background-color: #2CACE3;
}
.card-primary .card-header {
  border-color: #1da0d9;
}
.card-primary .card-header, .card-primary .card-footer {
  background-color: #1da0d9;
}
.card-secondary {
  background-color: #cfd8dc;
}
.card-secondary .card-header {
  border-color: #c0ccd1;
}
.card-secondary .card-header, .card-secondary .card-footer {
  background-color: #c0ccd1;
}
.card-success {
  background-color: #76BD3E;
}
.card-success .card-header {
  border-color: #6aaa38;
}
.card-success .card-header, .card-success .card-footer {
  background-color: #6aaa38;
}
.card-info {
  background-color: #63c2de;
}
.card-info .card-header {
  border-color: #4ebada;
}
.card-info .card-header, .card-info .card-footer {
  background-color: #4ebada;
}
.card-warning {
  background-color: #f8cb00;
}
.card-warning .card-header {
  border-color: #dfb600;
}
.card-warning .card-header, .card-warning .card-footer {
  background-color: #dfb600;
}
.card-danger {
  background-color: #f86c6b;
}
.card-danger .card-header {
  border-color: #f75453;
}
.card-danger .card-header, .card-danger .card-footer {
  background-color: #f75453;
}
.card-inverse {
  color: #fff;
}
.card-inverse .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
[class*=card-outline-] .card-block {
  background: #fff !important;
}
[class*=card-outline-].card-outline-top {
  border-top-width: 2px;
  border-right-color: #cfd8dc;
  border-bottom-color: #cfd8dc;
  border-left-color: #cfd8dc;
}
.card-accent-primary {
  border-top-width: 2px;
  border-top-color: #2CACE3;
}
.card-accent-secondary {
  border-top-width: 2px;
  border-top-color: #b0bec5;
}
.card-accent-info {
  border-top-width: 2px;
  border-top-color: #63c2de;
}
.card-accent-success {
  border-top-width: 2px;
  border-top-color: #76BD3E;
}
.card-accent-warning {
  border-top-width: 2px;
  border-top-color: #f8cb00;
}
.card-accent-danger {
  border-top-width: 2px;
  border-top-color: #f86c6b;
}
.card-header > i {
  margin-right: 0.5rem;
}
.card-header .card-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.card-header .card-actions a, .card-header .card-actions button {
  display: block;
  float: left;
  width: 50px;
  padding: 0.75rem 0;
  margin: 0 !important;
  color: #263238;
  text-align: center;
  background: transparent;
  border: 0;
  border-left: 1px solid #cfd8dc;
  box-shadow: 0;
}
.card-header .card-actions a:hover, .card-header .card-actions button:hover {
  text-decoration: none;
}
.card-header .card-actions a [class^=icon-], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^=icon-], .card-header .card-actions button [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
}
.card-header .card-actions a i, .card-header .card-actions button i {
  display: inline-block;
  transition: 0.4s;
}
.card-header .card-actions a i.r180, .card-header .card-actions button i.r180 {
  transform: rotate(180deg);
}
.card-header .card-actions .input-group {
  width: 230px;
  margin: 6px;
}
.card-header .card-actions .input-group .input-group-addon {
  background: #fff;
}
.card-header .card-actions .input-group input {
  border-left: 0;
}
.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #cfd8dc;
}
@media (min-width: 576px) {
  .card-columns.cols-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.card.drag, .card .drag {
  cursor: move;
}
.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #b0bec5;
}
.fa-trash {
  font-size: 18px;
  /* Adjust size */
}
.app-checkbox {
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 5px;
}
.app-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.app-checkbox input[type=checkbox] + i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-top: -2px;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #29ABE2;
  border-radius: 20px 20px 20px 20px;
  transition: all 0.1s ease-in-out;
}
.app-checkbox input[type=checkbox] + i:hover {
  border-color: #2CACE3;
}
.app-checkbox input[type=checkbox]:checked + i {
  border: 1px solid #2CACE3;
  background-color: #2CACE3;
  color: #fff;
}
.app-checkbox input[type=checkbox]:checked + i:after {
  position: absolute;
  content: " ";
  display: inline-block;
  border: solid black;
  border-width: 0 2px 2px 0;
  /*Make it a small rectangle so the border will create an L-shape*/
  width: 6px;
  height: 10px;
  left: 6px;
  top: 7px;
  margin-top: -4px;
  /*Rotate the L 45 degrees to turn it into a checkmark*/
  transform: rotate(45deg);
}
.app-checkbox input[type=checkbox]:focus + i {
  outline: -webkit-focus-ring-color auto 5px;
}
.app-checkbox input[type=checkbox]:disabled + i {
  opacity: 0.3;
  cursor: not-allowed;
}
.app-checkbox input[type=checkbox] + .big-checkbox {
  padding: 16px;
}
.app-radio {
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 5px;
}
.app-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.app-radio input[type=radio] + i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 3px;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 50px 50px 50px 50px;
  transition: all 0.1s ease-in-out;
}
.app-radio input[type=radio] + i:hover {
  border-color: #2CACE3;
}
.app-radio input[type=radio]:checked + i:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 4px;
  background: black;
  text-shadow: 0px;
  left: 4px;
  font-size: 32px;
}
.app-radio input[type=radio]:focus + i {
  outline: -webkit-focus-ring-color auto 5px;
}
.app-radio input[type=radio]:checked + i {
  background-color: #fff;
  color: #fff;
  border: 1px solid #2CACE3;
}
.app-radio input[type=radio]:disabled + i {
  opacity: 0.3;
  cursor: not-allowed;
}
.app-radio input[type=radio] + .big-checkbox {
  padding: 16px;
}
label.app-checkbox,
label.app-radio {
  padding-left: 0px;
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
}
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}
.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #b0bec5;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #b0bec5;
}
.breadcrumb {
  position: relative;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #cfd8dc;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-item:first-child .page-link, .page-item:first-child .pagination-datatables li a, .pagination-datatables li .page-item:first-child a, .page-item:first-child .pagination li a, .pagination li .page-item:first-child a, .pagination-datatables li:first-child .page-link, .pagination-datatables li:first-child a, .pagination li:first-child .page-link, .pagination li:first-child a {
  margin-left: 0;
}
.page-item.active .page-link, .page-item.active .pagination-datatables li a, .pagination-datatables li .page-item.active a, .page-item.active .pagination li a, .pagination li .page-item.active a, .pagination-datatables li.active .page-link, .pagination-datatables li.active a, .pagination li.active .page-link, .pagination li.active a {
  z-index: 2;
  color: #fff;
  background-color: #2CACE3;
  border-color: #2CACE3;
}
.page-item.disabled .page-link, .page-item.disabled .pagination-datatables li a, .pagination-datatables li .page-item.disabled a, .page-item.disabled .pagination li a, .pagination li .page-item.disabled a, .pagination-datatables li.disabled .page-link, .pagination-datatables li.disabled a, .pagination li.disabled .page-link, .pagination li.disabled a {
  color: #b0bec5;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.page-link, .pagination-datatables li a, .pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: black;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .pagination-datatables li a:focus, .pagination li a:focus, .page-link:hover, .pagination-datatables li a:hover, .pagination li a:hover {
  color: black;
  text-decoration: none;
  background-color: #cfd8dc;
  border-color: #ddd;
}
.pagination-lg .page-link, .pagination-lg .pagination-datatables li a, .pagination-datatables li .pagination-lg a, .pagination-lg .pagination li a, .pagination li .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-sm .page-link, .pagination-sm .pagination-datatables li a, .pagination-datatables li .pagination-sm a, .pagination-sm .pagination li a, .pagination li .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}
.badge-default {
  background-color: #b0bec5;
}
.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #93a6af;
}
.badge-primary {
  background-color: #2CACE3;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #1a90c2;
}
.badge-success {
  background-color: #76BD3E;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #5e9731;
}
.badge-info {
  background-color: #63c2de;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #39b2d5;
}
.badge-warning {
  background-color: #f8cb00;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #c5a100;
}
.badge-danger {
  background-color: #f86c6b;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #f63c3a;
}
.badge-pill {
  border-radius: 10rem;
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: bold;
}
.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: transparent;
  border-color: transparent;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #1675BC;
}
.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #2CACE3;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
.progress-xs {
  height: 4px;
}
.progress-sm {
  height: 8px;
}
.progress-white {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.progress-white .progress-bar {
  background-color: #fff;
}
.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: #607d8b;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #263238;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #607d8b;
  text-decoration: none;
  background-color: #1675BC;
}
.list-group-item-action:active {
  color: #263238;
  background-color: #cfd8dc;
}
.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #b0bec5;
  cursor: not-allowed;
  background-color: #fff;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #b0bec5;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2CACE3;
  border-color: #2CACE3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text {
  color: white;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: transparent;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #cfd8dc;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #cfd8dc;
}
.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: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-primary .modal-content {
  border-color: #2CACE3;
}
.modal-primary .modal-header {
  color: #fff;
  background-color: #2CACE3;
}
.modal-secondary .modal-content {
  border-color: #cfd8dc;
}
.modal-secondary .modal-header {
  color: #fff;
  background-color: #cfd8dc;
}
.modal-success .modal-content {
  border-color: #76BD3E;
}
.modal-success .modal-header {
  color: #fff;
  background-color: #76BD3E;
}
.modal-info .modal-content {
  border-color: #63c2de;
}
.modal-info .modal-header {
  color: #fff;
  background-color: #63c2de;
}
.modal-warning .modal-content {
  border-color: #f8cb00;
}
.modal-warning .modal-header {
  color: #fff;
  background-color: #f8cb00;
}
.modal-danger .modal-content {
  border-color: #f86c6b;
}
.modal-danger .modal-header {
  color: #fff;
  background-color: #f86c6b;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover::before {
  content: "";
  border-width: 11px;
}
.popover::after {
  content: "";
  border-width: 10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }

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

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

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

  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 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='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-faded {
  background-color: #dcdddf;
}
.bg-primary {
  color: #fff !important;
  background-color: #2CACE3 !important;
}
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #1a90c2;
}
.bg-success {
  color: #fff !important;
  background-color: #76BD3E !important;
}
a.bg-success:focus, a.bg-success:hover {
  background-color: #5e9731;
}
.bg-info {
  color: #fff !important;
  background-color: #63c2de !important;
}
a.bg-info:focus, a.bg-info:hover {
  background-color: #39b2d5;
}
.bg-warning {
  color: #fff !important;
  background-color: #f8cb00 !important;
}
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #c5a100;
}
.bg-danger {
  color: #fff !important;
  background-color: #f86c6b !important;
}
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #f63c3a;
}
.bg-inverse {
  color: #fff !important;
  background-color: #263238 !important;
}
a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #11171a;
}
.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;
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-0 {
  border-radius: 0;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-q {
  margin: 0.25rem 0.25rem !important;
}
.mt-q {
  margin-top: 0.25rem !important;
}
.mr-q {
  margin-right: 0.25rem !important;
}
.mb-q {
  margin-bottom: 0.25rem !important;
}
.ml-q {
  margin-left: 0.25rem !important;
}
.mx-q {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-q {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-h {
  margin: 0.5rem 0.5rem !important;
}
.mt-h {
  margin-top: 0.5rem !important;
}
.mr-h {
  margin-right: 0.5rem !important;
}
.mb-h {
  margin-bottom: 0.5rem !important;
}
.ml-h {
  margin-left: 0.5rem !important;
}
.mx-h {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-h {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-0 {
  margin: 0 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 1rem 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-2 {
  margin: 1.5rem 1.5rem !important;
}
.mt-2 {
  margin-top: 1.5rem !important;
}
.mr-2 {
  margin-right: 1.5rem !important;
}
.mb-2 {
  margin-bottom: 1.5rem !important;
}
.ml-2 {
  margin-left: 1.5rem !important;
}
.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-3 {
  margin: 3rem 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-q {
  padding: 0.25rem 0.25rem !important;
}
.pt-q {
  padding-top: 0.25rem !important;
}
.pr-q {
  padding-right: 0.25rem !important;
}
.pb-q {
  padding-bottom: 0.25rem !important;
}
.pl-q {
  padding-left: 0.25rem !important;
}
.px-q {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-q {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-h {
  padding: 0.5rem 0.5rem !important;
}
.pt-h {
  padding-top: 0.5rem !important;
}
.pr-h {
  padding-right: 0.5rem !important;
}
.pb-h {
  padding-bottom: 0.5rem !important;
}
.pl-h {
  padding-left: 0.5rem !important;
}
.px-h {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-h {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-0 {
  padding: 0 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 1rem 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-2 {
  padding: 1.5rem 1.5rem !important;
}
.pt-2 {
  padding-top: 1.5rem !important;
}
.pr-2 {
  padding-right: 1.5rem !important;
}
.pb-2 {
  padding-bottom: 1.5rem !important;
}
.pl-2 {
  padding-left: 1.5rem !important;
}
.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-3 {
  padding: 3rem 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  .m-sm-q {
    margin: 0.25rem 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-q {
    margin: 0.25rem 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-q {
    margin: 0.25rem 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-q {
    margin: 0.25rem 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.text-white {
  color: #fff !important;
}
.text-muted {
  color: #b0bec5 !important;
}
a.text-muted:focus, a.text-muted:hover {
  color: #93a6af !important;
}
.text-primary {
  color: #2CACE3 !important;
}
a.text-primary:focus, a.text-primary:hover {
  color: #1a90c2 !important;
}
.text-success {
  color: #76BD3E !important;
}
a.text-success:focus, a.text-success:hover {
  color: #5e9731 !important;
}
.text-info {
  color: #63c2de !important;
}
a.text-info:focus, a.text-info:hover {
  color: #39b2d5 !important;
}
.text-warning {
  color: #f8cb00 !important;
}
a.text-warning:focus, a.text-warning:hover {
  color: #c5a100 !important;
}
.text-danger {
  color: #f86c6b !important;
}
a.text-danger:focus, a.text-danger:hover {
  color: #f63c3a !important;
}
.text-gray-dark {
  color: #263238 !important;
}
a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #11171a !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-left: 0;
}
.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  padding: 2px 8px 2px 28px;
  font-size: smaller;
  cursor: default;
}
.chart-legend li span,
.bar-legend li span,
.line-legend li span,
.pie-legend li span,
.radar-legend li span,
.polararea-legend li span,
.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.font-xs {
  font-size: 0.75rem !important;
}
.font-sm {
  font-size: 0.85rem !important;
}
.font-lg {
  font-size: 1rem !important;
}
.font-xl {
  font-size: 1.25rem !important;
}
.font-2xl {
  font-size: 1.5rem !important;
}
.font-3xl {
  font-size: 1.75rem !important;
}
.font-4xl {
  font-size: 2rem !important;
}
.font-5xl {
  font-size: 2.5rem !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px;
}
.row.row-equal [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.main .container-fluid {
  padding: 0 30px;
}
.app,
app-dashboard,
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.app-header {
  flex: 0 0 55px;
}
.app-footer {
  flex: 0 0 50px;
}
.app-body {
  display: block;
  flex-grow: 1;
  flex-direction: row;
  overflow-x: hidden;
}
.app-body .main {
  flex: 1;
}
.app-body .sidebar {
  flex: 0 0 200px;
  order: -1;
}
.app-body .aside-menu {
  flex: 0 0 250px;
}
.header-fixed .app-header {
  position: fixed !important;
  z-index: 1000;
  width: 100%;
}
.header-fixed .app-body {
  margin-top: 55px;
}
.sidebar-hidden .sidebar {
  margin-left: -200px;
}
.sidebar-fixed .sidebar {
  position: fixed;
  height: 100%;
}
.sidebar-fixed .sidebar .sidebar-nav {
  height: calc(100vh - 55px);
}
.sidebar-fixed .main,
.sidebar-fixed .app-footer {
  margin-left: 200px;
}
.sidebar-fixed.sidebar-hidden .main,
.sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0;
}
.sidebar-off-canvas .sidebar {
  position: fixed;
  z-index: 999;
  height: 100%;
}
.sidebar-off-canvas .sidebar .sidebar-nav {
  height: calc(100vh - 55px);
}
.sidebar-compact .sidebar {
  flex: 0 0 50px;
}
.sidebar-compact.sidebar-hidden .sidebar {
  margin-left: -50px;
}
.sidebar-compact.sidebar-fixed .main,
.sidebar-compact.sidebar-fixed .app-footer {
  margin-left: 50px;
}
.sidebar-compact.sidebar-fixed.sidebar-hidden .main,
.sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0;
}
.aside-menu-hidden .aside-menu {
  margin-right: -250px;
}
.aside-menu-fixed .aside-menu {
  position: fixed;
  right: 0;
  height: 100%;
}
.aside-menu-fixed .aside-menu .tab-content {
  height: calc(100vh - 2.375rem - 55px);
}
.aside-menu-fixed .main,
.aside-menu-fixed .app-footer {
  margin-right: 250px;
}
.aside-menu-fixed.aside-menu-hidden .main,
.aside-menu-fixed.aside-menu-hidden .app-footer {
  margin-right: 0;
}
.aside-menu-off-canvas .aside-menu {
  position: fixed;
  right: 0;
  z-index: 999;
  height: 100%;
}
.aside-menu-off-canvas .aside-menu .tab-content {
  height: calc(100vh - 2.375rem - 55px);
}
.footer-fixed .app-footer {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
}
.footer-fixed .app-body {
  margin-bottom: 50px;
}
.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition-duration: 0.25s, 0.25s;
  transition-property: margin-left, margin-right;
}
@media (max-width: 991px) {
  .app-header {
    position: fixed !important;
    z-index: 1000;
    width: 100%;
  }
  .app-header .navbar-toggler {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: inherit;
  }
  .app-header .navbar-toggler {
    color: rgba(0, 0, 0, 0.3);
  }
  .app-header .navbar-brand {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .app-header .navbar-nav {
    position: absolute;
    top: 0;
    right: 15px;
    height: inherit;
  }

  .app-body {
    margin-top: 55px;
  }

  .sidebar {
    position: fixed;
    width: 220px;
    height: 100%;
    margin-left: -220px;
  }
  .sidebar .sidebar-nav,
.sidebar .nav {
    width: 220px !important;
  }

  .main,
.app-footer {
    margin-left: 0 !important;
  }

  .aside-menu {
    margin-right: -250px;
  }

  .sidebar-mobile-show .sidebar {
    width: 220px;
    margin-left: 0;
  }
  .sidebar-mobile-show .sidebar .sidebar-nav {
    height: calc(100vh - 55px);
  }
  .sidebar-mobile-show .main {
    margin-right: -220px !important;
    margin-left: 220px !important;
  }
}
.sidebar {
  padding: 0;
  color: #fff;
  background: #263238;
}
.sidebar .sidebar-close {
  position: absolute;
  right: 0;
  display: none;
  padding: 0 1rem;
  font-size: 24px;
  font-weight: 800;
  line-height: 55px;
  color: #fff;
  background: 0;
  border: 0;
  opacity: 0.8;
}
.sidebar .sidebar-close:hover {
  opacity: 1;
}
.sidebar .sidebar-nav {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 200px;
}
.sidebar .sidebar-nav::-webkit-scrollbar {
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}
.sidebar .sidebar-nav::-webkit-scrollbar-track {
  background-color: #304047;
  border-right: 1px solid #1c2429;
  border-left: 1px solid #1c2429;
}
.sidebar .sidebar-nav::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #11171a;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
}
.sidebar ul.nav {
  width: 200px;
  flex-direction: column !important;
}
.sidebar ul.nav li.nav-title {
  padding: 0.75rem 1rem;
  font-size: 11px;
  font-weight: 600;
  color: #cfd8dc;
  text-transform: uppercase;
}
.sidebar ul.nav li.divider {
  height: 10px;
}
.sidebar ul.nav li.nav-item {
  position: relative;
  margin: 0;
  transition: background 0.3s ease-in-out;
}
.sidebar ul.nav li.nav-item ul {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease-in-out;
}
.sidebar ul.nav li.nav-item ul li {
  padding: 0;
  list-style: none;
}
.sidebar ul.nav li.nav-item a.nav-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  background: transparent;
}
.sidebar ul.nav li.nav-item a.nav-link:hover {
  color: #fff !important;
}
.sidebar ul.nav li.nav-item a.nav-link:hover i {
  color: #fff;
}
.sidebar ul.nav li.nav-item a.nav-link.active {
  color: #fff;
  background: #304047;
}
.sidebar ul.nav li.nav-item a.nav-link.active i {
  color: #2CACE3;
}
.sidebar ul.nav li.nav-item a.nav-link [class^=icon-], .sidebar ul.nav li.nav-item a.nav-link [class*=" icon-"] {
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
.sidebar ul.nav li.nav-item a.nav-link i {
  width: 20px;
  margin: 0 0.5rem 0 0;
  font-size: 14px;
  color: #b0bec5;
  text-align: center;
}
.sidebar ul.nav li.nav-item a.nav-link .badge {
  float: right;
  margin-top: 2px;
}
.sidebar ul.nav li.nav-item a.nav-link.nav-dropdown-toggle::before {
  position: absolute;
  top: 0.96875rem;
  right: 1rem;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  padding: 0;
  font-size: 0.875rem;
  line-height: 0.65625rem;
  text-align: center;
  content: "‹";
  transition: 0.3s;
}
.sidebar ul.nav li.nav-item.nav-dropdown.open {
  background: rgba(0, 0, 0, 0.2);
}
.sidebar ul.nav li.nav-item.nav-dropdown.open > ul, .sidebar ul.nav li.nav-item.nav-dropdown.open > ol {
  max-height: 1000px;
}
.sidebar ul.nav li.nav-item.nav-dropdown.open a.nav-link {
  color: #fff;
  border-left: 0 !important;
}
.sidebar ul.nav li.nav-item.nav-dropdown.open > a.nav-link.nav-dropdown-toggle::before {
  transform: rotate(-90deg);
}
.sidebar ul.nav li.nav-item.nav-dropdown.open .nav-dropdown.open {
  border-left: 0;
}
.sidebar ul.nav li.nav-item.nav-dropdown.nt {
  transition: 0s !important;
}
.sidebar ul.nav li.nav-item.nav-dropdown.nt > ul, .sidebar ul.nav li.nav-item.nav-dropdown.nt > ol {
  transition: 0s !important;
}
.sidebar ul.nav li.nav-item.nav-dropdown.nt a.nav-link.nav-dropdown-toggle::before {
  transition: 0s !important;
}
.sidebar ul.nav li.nav-item a.nav-label {
  display: block;
  padding: 0.09375rem 1rem;
  color: #cfd8dc;
}
.sidebar ul.nav li.nav-item a.nav-label:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar ul.nav li.nav-item a.nav-label i {
  width: 20px;
  margin: -3px 0.5rem 0 0;
  font-size: 10px;
  color: #b0bec5;
  text-align: center;
  vertical-align: middle;
}
.sidebar ul.nav li.nav-item .progress {
  background-color: #455b66 !important;
}
@media (min-width: 576px) {
  body.sidebar-compact .hidden-cn {
    display: none;
  }
  body.sidebar-compact .sidebar {
    z-index: 999;
    width: 50px;
  }
  body.sidebar-compact .sidebar .sidebar-nav {
    overflow: visible;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-title, body.sidebar-compact .sidebar ul.nav li.divider {
    display: none;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item {
    width: 50px;
    overflow: hidden;
    border-left: 0 !important;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item ul {
    background: #263238;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link {
    position: relative;
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 50px;
    white-space: nowrap;
    border-left: 0 !important;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link.nav-dropdown-toggle::before {
    display: none;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link i {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 !important;
    font-size: 18px;
    line-height: 50px;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link .badge {
    position: absolute;
    top: 14px;
    right: 15px;
    display: none;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link:hover {
    width: 200px;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item a.nav-link:hover .badge {
    display: inline;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item ul {
    position: absolute;
    top: 50px;
    left: 50px;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item ul li {
    position: relative;
    padding: 0;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item ul li a.nav-link {
    width: 150px;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item ul li ul, body.sidebar-compact .sidebar ul.nav li.nav-item ul li ol {
    position: absolute;
    top: 0;
    left: 100%;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open {
    background: #304047;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open > a.nav-link i {
    color: #2CACE3;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open > ul, body.sidebar-compact .sidebar ul.nav li.nav-item.nav-dropdown.open > ol {
    display: none;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item:hover {
    width: 250px;
    overflow: visible;
    background: #2CACE3;
    transition: 0s;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item:hover > a.nav-link {
    width: 250px;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ul, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ol {
    display: inline;
    max-height: 10000px;
    transition: 0s;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ul li, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ol li {
    width: 200px;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ul li a.nav-link, body.sidebar-compact .sidebar ul.nav li.nav-item:hover > ol li a.nav-link {
    width: 200px;
  }
  body.sidebar-compact .sidebar ul.nav li.nav-item:hover.nav-dropdown.open > ul, body.sidebar-compact .sidebar ul.nav li.nav-item:hover.nav-dropdown.open > ol {
    display: inline;
  }
}
nav.top-nav {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 999;
  display: inline !important;
  width: 100%;
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #cfd8dc;
}
nav.top-nav ul.nav {
  white-space: nowrap;
}
nav.top-nav ul.nav li.nav-item {
  position: relative;
  display: inline-block;
  margin: 0;
}
nav.top-nav ul.nav li.nav-item ul {
  display: none;
  padding: 0;
  margin: 0;
  white-space: normal;
  background: #fff;
  border: 1px solid #cfd8dc;
}
nav.top-nav ul.nav li.nav-item ul li {
  padding: 0;
  list-style: none;
}
nav.top-nav ul.nav li.nav-item a.nav-link {
  display: block;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  color: #263238;
  text-decoration: none;
  text-transform: uppercase;
}
nav.top-nav ul.nav li.nav-item a.nav-link i {
  display: block;
  float: left;
  width: 20px;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 39px;
  text-align: center;
}
nav.top-nav ul.nav li.nav-item a.nav-link .tag {
  float: right;
  margin-top: 13px;
  margin-left: 10px;
}
nav.top-nav ul.nav li.nav-item a.nav-link:hover {
  color: #fff;
  background: #2CACE3;
}
nav.top-nav ul.nav li.nav-item a.nav-link.active {
  color: #fff;
  background: #2CACE3;
}
nav.top-nav ul.nav li.nav-item ul {
  position: absolute;
  top: 39px;
  left: 0;
}
nav.top-nav ul.nav li.nav-item ul li {
  position: relative;
  padding: 0;
}
nav.top-nav ul.nav li.nav-item ul li a.nav-link {
  min-width: 200px;
}
nav.top-nav ul.nav li.nav-item ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
}
nav.top-nav ul.nav li.nav-item.nav-more ul {
  right: 0;
  left: auto;
}
nav.top-nav ul.nav li.nav-item.nav-more ul li ul {
  right: 100%;
  left: auto;
}
nav.top-nav ul.nav li.nav-item:hover > ul {
  display: inline;
}
.aside-menu {
  z-index: 999;
  width: 250px;
  color: #263238;
  background: #fff;
  border-left: 1px solid #cfd8dc;
}
.aside-menu .nav-tabs {
  border-color: #cfd8dc;
}
.aside-menu .nav-tabs .nav-link {
  padding: 0.75rem 1rem;
  color: #263238;
  border-top: 0;
}
.aside-menu .nav-tabs .nav-link.active {
  color: #2CACE3;
  border-right-color: #cfd8dc;
  border-left-color: #cfd8dc;
}
.aside-menu .nav-tabs .nav-item:first-child .nav-link {
  border-left: 0;
}
.aside-menu .tab-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-top: 1px solid #cfd8dc;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.aside-menu .tab-content::-webkit-scrollbar {
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}
.aside-menu .tab-content::-webkit-scrollbar-track {
  background-color: white;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}
.aside-menu .tab-content::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #e6e6e6;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
}
.aside-menu .tab-content .tab-pane {
  padding: 0;
}
#loading-bar,
#loading-bar-spinner {
  -webkit-pointer-events: none;
  pointer-events: none;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20002;
  width: 100%;
  height: 2px;
  background: #2CACE3;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  transition: width 350ms;
}
#loading-bar .peg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  border-radius: 100%;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  opacity: 0.45;
}
#loading-bar-spinner {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10002;
  display: block;
}
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #2CACE3;
}
.social-box {
  min-height: 160px;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid white;
}
.social-box i {
  display: block;
  margin: -1px -1px 0;
  font-size: 40px;
  line-height: 90px;
  background: #cfd8dc;
}
.social-box .chart-wrapper {
  height: 90px;
  margin: -90px 0 0;
}
.social-box .chart-wrapper canvas {
  width: 100% !important;
  height: 90px !important;
}
.social-box ul {
  padding: 10px 0;
  list-style: none;
}
.social-box ul li {
  display: block;
  float: left;
  width: 50%;
}
.social-box ul li:first-child {
  border-right: 1px solid #cfd8dc;
}
.social-box ul li strong {
  display: block;
  font-size: 20px;
}
.social-box ul li span {
  font-size: 10px;
  font-weight: 500;
  color: #cfd8dc;
  text-transform: uppercase;
}
.social-box.facebook i {
  color: #fff;
  background: #3b5998;
}
.social-box.twitter i {
  color: #fff;
  background: #00aced;
}
.social-box.linkedin i {
  color: #fff;
  background: #4875b4;
}
.social-box.google-plus i {
  color: #fff;
  background: #bb4b39;
}
.horizontal-bars {
  padding: 0;
  margin: 0;
  list-style: none;
}
.horizontal-bars li {
  position: relative;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.horizontal-bars li .title {
  width: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #b0bec5;
  vertical-align: middle;
}
.horizontal-bars li .bars {
  position: absolute;
  top: 15px;
  width: 100%;
  padding-left: 100px;
}
.horizontal-bars li .bars .progress:first-child {
  margin-bottom: 2px;
}
.horizontal-bars li.legend {
  text-align: center;
}
.horizontal-bars li.legend .badge {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
}
.horizontal-bars li.divider {
  height: 40px;
}
.horizontal-bars li.divider i {
  margin: 0 !important;
}
.horizontal-bars.type-2 li {
  overflow: hidden;
}
.horizontal-bars.type-2 li i {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 5px;
  font-size: 18px;
  line-height: 40px;
}
.horizontal-bars.type-2 li .title {
  display: inline-block;
  width: auto;
  margin-top: -9px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 40px;
  color: #263238;
}
.horizontal-bars.type-2 li .value {
  float: right;
  font-weight: 600;
}
.horizontal-bars.type-2 li .bars {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 0;
}
ul.icons-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.icons-list li {
  position: relative;
  height: 40px;
  vertical-align: middle;
}
ul.icons-list li i {
  display: block;
  float: left;
  width: 35px !important;
  height: 35px !important;
  margin: 2px;
  line-height: 35px !important;
  text-align: center;
}
ul.icons-list li .desc {
  height: 40px;
  margin-left: 50px;
  border-bottom: 1px solid #cfd8dc;
}
ul.icons-list li .desc .title {
  padding: 2px 0 0;
  margin: 0;
}
ul.icons-list li .desc small {
  display: block;
  margin-top: -4px;
  color: #b0bec5;
}
ul.icons-list li .value {
  position: absolute;
  top: 2px;
  right: 45px;
  text-align: right;
}
ul.icons-list li .value strong {
  display: block;
  margin-top: -3px;
}
ul.icons-list li .actions {
  position: absolute;
  top: -4px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
ul.icons-list li .actions i {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: normal;
}
ul.icons-list li.divider {
  height: 40px;
}
ul.icons-list li.divider i {
  width: auto;
  height: auto;
  margin: 2px 0 0;
  font-size: 18px;
}
.app-footer {
  min-height: 50px;
  padding: 0 1rem;
  line-height: 50px;
  color: #263238;
  background: #1675BC;
  border-top: 1px solid #cfd8dc;
}
.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:focus, .btn-transparent.focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-transparent.disabled, .btn-transparent:disabled {
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:active, .btn-transparent.active, .show > .btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn [class^=icon-], .btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}
.btn-facebook,
.btn-twitter,
.btn-linkedin,
.btn-flickr,
.btn-tumblr,
.btn-xing,
.btn-github,
.btn-html5,
.btn-openid,
.btn-stack-overflow,
.btn-youtube,
.btn-css3,
.btn-dribbble,
.btn-google-plus,
.btn-instagram,
.btn-pinterest,
.btn-vk,
.btn-yahoo,
.btn-behance,
.btn-dropbox,
.btn-reddit,
.btn-spotify,
.btn-vine,
.btn-foursquare,
.btn-vimeo {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 0;
}
.btn-facebook::before,
.btn-twitter::before,
.btn-linkedin::before,
.btn-flickr::before,
.btn-tumblr::before,
.btn-xing::before,
.btn-github::before,
.btn-html5::before,
.btn-openid::before,
.btn-stack-overflow::before,
.btn-youtube::before,
.btn-css3::before,
.btn-dribbble::before,
.btn-google-plus::before,
.btn-instagram::before,
.btn-pinterest::before,
.btn-vk::before,
.btn-yahoo::before,
.btn-behance::before,
.btn-dropbox::before,
.btn-reddit::before,
.btn-spotify::before,
.btn-vine::before,
.btn-foursquare::before,
.btn-vimeo::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.btn-facebook:hover,
.btn-twitter:hover,
.btn-linkedin:hover,
.btn-flickr:hover,
.btn-tumblr:hover,
.btn-xing:hover,
.btn-github:hover,
.btn-html5:hover,
.btn-openid:hover,
.btn-stack-overflow:hover,
.btn-youtube:hover,
.btn-css3:hover,
.btn-dribbble:hover,
.btn-google-plus:hover,
.btn-instagram:hover,
.btn-pinterest:hover,
.btn-vk:hover,
.btn-yahoo:hover,
.btn-behance:hover,
.btn-dropbox:hover,
.btn-reddit:hover,
.btn-spotify:hover,
.btn-vine:hover,
.btn-foursquare:hover,
.btn-vimeo:hover {
  color: #fff;
}
.btn-facebook.icon span,
.btn-twitter.icon span,
.btn-linkedin.icon span,
.btn-flickr.icon span,
.btn-tumblr.icon span,
.btn-xing.icon span,
.btn-github.icon span,
.btn-html5.icon span,
.btn-openid.icon span,
.btn-stack-overflow.icon span,
.btn-youtube.icon span,
.btn-css3.icon span,
.btn-dribbble.icon span,
.btn-google-plus.icon span,
.btn-instagram.icon span,
.btn-pinterest.icon span,
.btn-vk.icon span,
.btn-yahoo.icon span,
.btn-behance.icon span,
.btn-dropbox.icon span,
.btn-reddit.icon span,
.btn-spotify.icon span,
.btn-vine.icon span,
.btn-foursquare.icon span,
.btn-vimeo.icon span {
  display: none;
}
.btn-facebook.text::before,
.btn-twitter.text::before,
.btn-linkedin.text::before,
.btn-flickr.text::before,
.btn-tumblr.text::before,
.btn-xing.text::before,
.btn-github.text::before,
.btn-html5.text::before,
.btn-openid.text::before,
.btn-stack-overflow.text::before,
.btn-youtube.text::before,
.btn-css3.text::before,
.btn-dribbble.text::before,
.btn-google-plus.text::before,
.btn-instagram.text::before,
.btn-pinterest.text::before,
.btn-vk.text::before,
.btn-yahoo.text::before,
.btn-behance.text::before,
.btn-dropbox.text::before,
.btn-reddit.text::before,
.btn-spotify.text::before,
.btn-vine.text::before,
.btn-foursquare.text::before,
.btn-vimeo.text::before {
  display: none;
}
.btn-facebook.text span,
.btn-twitter.text span,
.btn-linkedin.text span,
.btn-flickr.text span,
.btn-tumblr.text span,
.btn-xing.text span,
.btn-github.text span,
.btn-html5.text span,
.btn-openid.text span,
.btn-stack-overflow.text span,
.btn-youtube.text span,
.btn-css3.text span,
.btn-dribbble.text span,
.btn-google-plus.text span,
.btn-instagram.text span,
.btn-pinterest.text span,
.btn-vk.text span,
.btn-yahoo.text span,
.btn-behance.text span,
.btn-dropbox.text span,
.btn-reddit.text span,
.btn-spotify.text span,
.btn-vine.text span,
.btn-foursquare.text span,
.btn-vimeo.text span {
  margin-left: 0 !important;
}
.btn-facebook::before,
.btn-twitter::before,
.btn-linkedin::before,
.btn-flickr::before,
.btn-tumblr::before,
.btn-xing::before,
.btn-github::before,
.btn-html5::before,
.btn-openid::before,
.btn-stack-overflow::before,
.btn-youtube::before,
.btn-css3::before,
.btn-dribbble::before,
.btn-google-plus::before,
.btn-instagram::before,
.btn-pinterest::before,
.btn-vk::before,
.btn-yahoo::before,
.btn-behance::before,
.btn-dropbox::before,
.btn-reddit::before,
.btn-spotify::before,
.btn-vine::before,
.btn-foursquare::before,
.btn-vimeo::before {
  width: 2.3125rem;
  height: 2.3125rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.btn-facebook span,
.btn-twitter span,
.btn-linkedin span,
.btn-flickr span,
.btn-tumblr span,
.btn-xing span,
.btn-github span,
.btn-html5 span,
.btn-openid span,
.btn-stack-overflow span,
.btn-youtube span,
.btn-css3 span,
.btn-dribbble span,
.btn-google-plus span,
.btn-instagram span,
.btn-pinterest span,
.btn-vk span,
.btn-yahoo span,
.btn-behance span,
.btn-dropbox span,
.btn-reddit span,
.btn-spotify span,
.btn-vine span,
.btn-foursquare span,
.btn-vimeo span {
  margin-left: 2.3125rem;
}
.btn-facebook.icon,
.btn-twitter.icon,
.btn-linkedin.icon,
.btn-flickr.icon,
.btn-tumblr.icon,
.btn-xing.icon,
.btn-github.icon,
.btn-html5.icon,
.btn-openid.icon,
.btn-stack-overflow.icon,
.btn-youtube.icon,
.btn-css3.icon,
.btn-dribbble.icon,
.btn-google-plus.icon,
.btn-instagram.icon,
.btn-pinterest.icon,
.btn-vk.icon,
.btn-yahoo.icon,
.btn-behance.icon,
.btn-dropbox.icon,
.btn-reddit.icon,
.btn-spotify.icon,
.btn-vine.icon,
.btn-foursquare.icon,
.btn-vimeo.icon {
  width: 2.3125rem;
  height: 2.3125rem;
}
.btn-facebook.btn-lg, .btn-group-lg > .btn-facebook.btn,
.btn-twitter.btn-lg,
.btn-group-lg > .btn-twitter.btn,
.btn-linkedin.btn-lg,
.btn-group-lg > .btn-linkedin.btn,
.btn-flickr.btn-lg,
.btn-group-lg > .btn-flickr.btn,
.btn-tumblr.btn-lg,
.btn-group-lg > .btn-tumblr.btn,
.btn-xing.btn-lg,
.btn-group-lg > .btn-xing.btn,
.btn-github.btn-lg,
.btn-group-lg > .btn-github.btn,
.btn-html5.btn-lg,
.btn-group-lg > .btn-html5.btn,
.btn-openid.btn-lg,
.btn-group-lg > .btn-openid.btn,
.btn-stack-overflow.btn-lg,
.btn-group-lg > .btn-stack-overflow.btn,
.btn-youtube.btn-lg,
.btn-group-lg > .btn-youtube.btn,
.btn-css3.btn-lg,
.btn-group-lg > .btn-css3.btn,
.btn-dribbble.btn-lg,
.btn-group-lg > .btn-dribbble.btn,
.btn-google-plus.btn-lg,
.btn-group-lg > .btn-google-plus.btn,
.btn-instagram.btn-lg,
.btn-group-lg > .btn-instagram.btn,
.btn-pinterest.btn-lg,
.btn-group-lg > .btn-pinterest.btn,
.btn-vk.btn-lg,
.btn-group-lg > .btn-vk.btn,
.btn-yahoo.btn-lg,
.btn-group-lg > .btn-yahoo.btn,
.btn-behance.btn-lg,
.btn-group-lg > .btn-behance.btn,
.btn-dropbox.btn-lg,
.btn-group-lg > .btn-dropbox.btn,
.btn-reddit.btn-lg,
.btn-group-lg > .btn-reddit.btn,
.btn-spotify.btn-lg,
.btn-group-lg > .btn-spotify.btn,
.btn-vine.btn-lg,
.btn-group-lg > .btn-vine.btn,
.btn-foursquare.btn-lg,
.btn-group-lg > .btn-foursquare.btn,
.btn-vimeo.btn-lg,
.btn-group-lg > .btn-vimeo.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border: 0;
}
.btn-facebook.btn-lg::before, .btn-group-lg > .btn-facebook.btn::before,
.btn-twitter.btn-lg::before,
.btn-group-lg > .btn-twitter.btn::before,
.btn-linkedin.btn-lg::before,
.btn-group-lg > .btn-linkedin.btn::before,
.btn-flickr.btn-lg::before,
.btn-group-lg > .btn-flickr.btn::before,
.btn-tumblr.btn-lg::before,
.btn-group-lg > .btn-tumblr.btn::before,
.btn-xing.btn-lg::before,
.btn-group-lg > .btn-xing.btn::before,
.btn-github.btn-lg::before,
.btn-group-lg > .btn-github.btn::before,
.btn-html5.btn-lg::before,
.btn-group-lg > .btn-html5.btn::before,
.btn-openid.btn-lg::before,
.btn-group-lg > .btn-openid.btn::before,
.btn-stack-overflow.btn-lg::before,
.btn-group-lg > .btn-stack-overflow.btn::before,
.btn-youtube.btn-lg::before,
.btn-group-lg > .btn-youtube.btn::before,
.btn-css3.btn-lg::before,
.btn-group-lg > .btn-css3.btn::before,
.btn-dribbble.btn-lg::before,
.btn-group-lg > .btn-dribbble.btn::before,
.btn-google-plus.btn-lg::before,
.btn-group-lg > .btn-google-plus.btn::before,
.btn-instagram.btn-lg::before,
.btn-group-lg > .btn-instagram.btn::before,
.btn-pinterest.btn-lg::before,
.btn-group-lg > .btn-pinterest.btn::before,
.btn-vk.btn-lg::before,
.btn-group-lg > .btn-vk.btn::before,
.btn-yahoo.btn-lg::before,
.btn-group-lg > .btn-yahoo.btn::before,
.btn-behance.btn-lg::before,
.btn-group-lg > .btn-behance.btn::before,
.btn-dropbox.btn-lg::before,
.btn-group-lg > .btn-dropbox.btn::before,
.btn-reddit.btn-lg::before,
.btn-group-lg > .btn-reddit.btn::before,
.btn-spotify.btn-lg::before,
.btn-group-lg > .btn-spotify.btn::before,
.btn-vine.btn-lg::before,
.btn-group-lg > .btn-vine.btn::before,
.btn-foursquare.btn-lg::before,
.btn-group-lg > .btn-foursquare.btn::before,
.btn-vimeo.btn-lg::before,
.btn-group-lg > .btn-vimeo.btn::before {
  width: 3.1666666667rem;
  height: 3.1666666667rem;
  padding: 0.75rem 0;
  font-size: 1.25rem;
  line-height: 1.3333333333;
}
.btn-facebook.btn-lg span, .btn-group-lg > .btn-facebook.btn span,
.btn-twitter.btn-lg span,
.btn-group-lg > .btn-twitter.btn span,
.btn-linkedin.btn-lg span,
.btn-group-lg > .btn-linkedin.btn span,
.btn-flickr.btn-lg span,
.btn-group-lg > .btn-flickr.btn span,
.btn-tumblr.btn-lg span,
.btn-group-lg > .btn-tumblr.btn span,
.btn-xing.btn-lg span,
.btn-group-lg > .btn-xing.btn span,
.btn-github.btn-lg span,
.btn-group-lg > .btn-github.btn span,
.btn-html5.btn-lg span,
.btn-group-lg > .btn-html5.btn span,
.btn-openid.btn-lg span,
.btn-group-lg > .btn-openid.btn span,
.btn-stack-overflow.btn-lg span,
.btn-group-lg > .btn-stack-overflow.btn span,
.btn-youtube.btn-lg span,
.btn-group-lg > .btn-youtube.btn span,
.btn-css3.btn-lg span,
.btn-group-lg > .btn-css3.btn span,
.btn-dribbble.btn-lg span,
.btn-group-lg > .btn-dribbble.btn span,
.btn-google-plus.btn-lg span,
.btn-group-lg > .btn-google-plus.btn span,
.btn-instagram.btn-lg span,
.btn-group-lg > .btn-instagram.btn span,
.btn-pinterest.btn-lg span,
.btn-group-lg > .btn-pinterest.btn span,
.btn-vk.btn-lg span,
.btn-group-lg > .btn-vk.btn span,
.btn-yahoo.btn-lg span,
.btn-group-lg > .btn-yahoo.btn span,
.btn-behance.btn-lg span,
.btn-group-lg > .btn-behance.btn span,
.btn-dropbox.btn-lg span,
.btn-group-lg > .btn-dropbox.btn span,
.btn-reddit.btn-lg span,
.btn-group-lg > .btn-reddit.btn span,
.btn-spotify.btn-lg span,
.btn-group-lg > .btn-spotify.btn span,
.btn-vine.btn-lg span,
.btn-group-lg > .btn-vine.btn span,
.btn-foursquare.btn-lg span,
.btn-group-lg > .btn-foursquare.btn span,
.btn-vimeo.btn-lg span,
.btn-group-lg > .btn-vimeo.btn span {
  margin-left: 3.1666666667rem;
}
.btn-facebook.btn-lg.icon, .btn-group-lg > .btn-facebook.icon.btn,
.btn-twitter.btn-lg.icon,
.btn-group-lg > .btn-twitter.icon.btn,
.btn-linkedin.btn-lg.icon,
.btn-group-lg > .btn-linkedin.icon.btn,
.btn-flickr.btn-lg.icon,
.btn-group-lg > .btn-flickr.icon.btn,
.btn-tumblr.btn-lg.icon,
.btn-group-lg > .btn-tumblr.icon.btn,
.btn-xing.btn-lg.icon,
.btn-group-lg > .btn-xing.icon.btn,
.btn-github.btn-lg.icon,
.btn-group-lg > .btn-github.icon.btn,
.btn-html5.btn-lg.icon,
.btn-group-lg > .btn-html5.icon.btn,
.btn-openid.btn-lg.icon,
.btn-group-lg > .btn-openid.icon.btn,
.btn-stack-overflow.btn-lg.icon,
.btn-group-lg > .btn-stack-overflow.icon.btn,
.btn-youtube.btn-lg.icon,
.btn-group-lg > .btn-youtube.icon.btn,
.btn-css3.btn-lg.icon,
.btn-group-lg > .btn-css3.icon.btn,
.btn-dribbble.btn-lg.icon,
.btn-group-lg > .btn-dribbble.icon.btn,
.btn-google-plus.btn-lg.icon,
.btn-group-lg > .btn-google-plus.icon.btn,
.btn-instagram.btn-lg.icon,
.btn-group-lg > .btn-instagram.icon.btn,
.btn-pinterest.btn-lg.icon,
.btn-group-lg > .btn-pinterest.icon.btn,
.btn-vk.btn-lg.icon,
.btn-group-lg > .btn-vk.icon.btn,
.btn-yahoo.btn-lg.icon,
.btn-group-lg > .btn-yahoo.icon.btn,
.btn-behance.btn-lg.icon,
.btn-group-lg > .btn-behance.icon.btn,
.btn-dropbox.btn-lg.icon,
.btn-group-lg > .btn-dropbox.icon.btn,
.btn-reddit.btn-lg.icon,
.btn-group-lg > .btn-reddit.icon.btn,
.btn-spotify.btn-lg.icon,
.btn-group-lg > .btn-spotify.icon.btn,
.btn-vine.btn-lg.icon,
.btn-group-lg > .btn-vine.icon.btn,
.btn-foursquare.btn-lg.icon,
.btn-group-lg > .btn-foursquare.icon.btn,
.btn-vimeo.btn-lg.icon,
.btn-group-lg > .btn-vimeo.icon.btn {
  width: 3.1666666667rem;
  height: 3.1666666667rem;
}
.btn-facebook.btn-sm, .btn-group-sm > .btn-facebook.btn,
.btn-twitter.btn-sm,
.btn-group-sm > .btn-twitter.btn,
.btn-linkedin.btn-sm,
.btn-group-sm > .btn-linkedin.btn,
.btn-flickr.btn-sm,
.btn-group-sm > .btn-flickr.btn,
.btn-tumblr.btn-sm,
.btn-group-sm > .btn-tumblr.btn,
.btn-xing.btn-sm,
.btn-group-sm > .btn-xing.btn,
.btn-github.btn-sm,
.btn-group-sm > .btn-github.btn,
.btn-html5.btn-sm,
.btn-group-sm > .btn-html5.btn,
.btn-openid.btn-sm,
.btn-group-sm > .btn-openid.btn,
.btn-stack-overflow.btn-sm,
.btn-group-sm > .btn-stack-overflow.btn,
.btn-youtube.btn-sm,
.btn-group-sm > .btn-youtube.btn,
.btn-css3.btn-sm,
.btn-group-sm > .btn-css3.btn,
.btn-dribbble.btn-sm,
.btn-group-sm > .btn-dribbble.btn,
.btn-google-plus.btn-sm,
.btn-group-sm > .btn-google-plus.btn,
.btn-instagram.btn-sm,
.btn-group-sm > .btn-instagram.btn,
.btn-pinterest.btn-sm,
.btn-group-sm > .btn-pinterest.btn,
.btn-vk.btn-sm,
.btn-group-sm > .btn-vk.btn,
.btn-yahoo.btn-sm,
.btn-group-sm > .btn-yahoo.btn,
.btn-behance.btn-sm,
.btn-group-sm > .btn-behance.btn,
.btn-dropbox.btn-sm,
.btn-group-sm > .btn-dropbox.btn,
.btn-reddit.btn-sm,
.btn-group-sm > .btn-reddit.btn,
.btn-spotify.btn-sm,
.btn-group-sm > .btn-spotify.btn,
.btn-vine.btn-sm,
.btn-group-sm > .btn-vine.btn,
.btn-foursquare.btn-sm,
.btn-group-sm > .btn-foursquare.btn,
.btn-vimeo.btn-sm,
.btn-group-sm > .btn-vimeo.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 0;
}
.btn-facebook.btn-sm::before, .btn-group-sm > .btn-facebook.btn::before,
.btn-twitter.btn-sm::before,
.btn-group-sm > .btn-twitter.btn::before,
.btn-linkedin.btn-sm::before,
.btn-group-sm > .btn-linkedin.btn::before,
.btn-flickr.btn-sm::before,
.btn-group-sm > .btn-flickr.btn::before,
.btn-tumblr.btn-sm::before,
.btn-group-sm > .btn-tumblr.btn::before,
.btn-xing.btn-sm::before,
.btn-group-sm > .btn-xing.btn::before,
.btn-github.btn-sm::before,
.btn-group-sm > .btn-github.btn::before,
.btn-html5.btn-sm::before,
.btn-group-sm > .btn-html5.btn::before,
.btn-openid.btn-sm::before,
.btn-group-sm > .btn-openid.btn::before,
.btn-stack-overflow.btn-sm::before,
.btn-group-sm > .btn-stack-overflow.btn::before,
.btn-youtube.btn-sm::before,
.btn-group-sm > .btn-youtube.btn::before,
.btn-css3.btn-sm::before,
.btn-group-sm > .btn-css3.btn::before,
.btn-dribbble.btn-sm::before,
.btn-group-sm > .btn-dribbble.btn::before,
.btn-google-plus.btn-sm::before,
.btn-group-sm > .btn-google-plus.btn::before,
.btn-instagram.btn-sm::before,
.btn-group-sm > .btn-instagram.btn::before,
.btn-pinterest.btn-sm::before,
.btn-group-sm > .btn-pinterest.btn::before,
.btn-vk.btn-sm::before,
.btn-group-sm > .btn-vk.btn::before,
.btn-yahoo.btn-sm::before,
.btn-group-sm > .btn-yahoo.btn::before,
.btn-behance.btn-sm::before,
.btn-group-sm > .btn-behance.btn::before,
.btn-dropbox.btn-sm::before,
.btn-group-sm > .btn-dropbox.btn::before,
.btn-reddit.btn-sm::before,
.btn-group-sm > .btn-reddit.btn::before,
.btn-spotify.btn-sm::before,
.btn-group-sm > .btn-spotify.btn::before,
.btn-vine.btn-sm::before,
.btn-group-sm > .btn-vine.btn::before,
.btn-foursquare.btn-sm::before,
.btn-group-sm > .btn-foursquare.btn::before,
.btn-vimeo.btn-sm::before,
.btn-group-sm > .btn-vimeo.btn::before {
  width: 1.8125rem;
  height: 1.8125rem;
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.btn-facebook.btn-sm span, .btn-group-sm > .btn-facebook.btn span,
.btn-twitter.btn-sm span,
.btn-group-sm > .btn-twitter.btn span,
.btn-linkedin.btn-sm span,
.btn-group-sm > .btn-linkedin.btn span,
.btn-flickr.btn-sm span,
.btn-group-sm > .btn-flickr.btn span,
.btn-tumblr.btn-sm span,
.btn-group-sm > .btn-tumblr.btn span,
.btn-xing.btn-sm span,
.btn-group-sm > .btn-xing.btn span,
.btn-github.btn-sm span,
.btn-group-sm > .btn-github.btn span,
.btn-html5.btn-sm span,
.btn-group-sm > .btn-html5.btn span,
.btn-openid.btn-sm span,
.btn-group-sm > .btn-openid.btn span,
.btn-stack-overflow.btn-sm span,
.btn-group-sm > .btn-stack-overflow.btn span,
.btn-youtube.btn-sm span,
.btn-group-sm > .btn-youtube.btn span,
.btn-css3.btn-sm span,
.btn-group-sm > .btn-css3.btn span,
.btn-dribbble.btn-sm span,
.btn-group-sm > .btn-dribbble.btn span,
.btn-google-plus.btn-sm span,
.btn-group-sm > .btn-google-plus.btn span,
.btn-instagram.btn-sm span,
.btn-group-sm > .btn-instagram.btn span,
.btn-pinterest.btn-sm span,
.btn-group-sm > .btn-pinterest.btn span,
.btn-vk.btn-sm span,
.btn-group-sm > .btn-vk.btn span,
.btn-yahoo.btn-sm span,
.btn-group-sm > .btn-yahoo.btn span,
.btn-behance.btn-sm span,
.btn-group-sm > .btn-behance.btn span,
.btn-dropbox.btn-sm span,
.btn-group-sm > .btn-dropbox.btn span,
.btn-reddit.btn-sm span,
.btn-group-sm > .btn-reddit.btn span,
.btn-spotify.btn-sm span,
.btn-group-sm > .btn-spotify.btn span,
.btn-vine.btn-sm span,
.btn-group-sm > .btn-vine.btn span,
.btn-foursquare.btn-sm span,
.btn-group-sm > .btn-foursquare.btn span,
.btn-vimeo.btn-sm span,
.btn-group-sm > .btn-vimeo.btn span {
  margin-left: 1.8125rem;
}
.btn-facebook.btn-sm.icon, .btn-group-sm > .btn-facebook.icon.btn,
.btn-twitter.btn-sm.icon,
.btn-group-sm > .btn-twitter.icon.btn,
.btn-linkedin.btn-sm.icon,
.btn-group-sm > .btn-linkedin.icon.btn,
.btn-flickr.btn-sm.icon,
.btn-group-sm > .btn-flickr.icon.btn,
.btn-tumblr.btn-sm.icon,
.btn-group-sm > .btn-tumblr.icon.btn,
.btn-xing.btn-sm.icon,
.btn-group-sm > .btn-xing.icon.btn,
.btn-github.btn-sm.icon,
.btn-group-sm > .btn-github.icon.btn,
.btn-html5.btn-sm.icon,
.btn-group-sm > .btn-html5.icon.btn,
.btn-openid.btn-sm.icon,
.btn-group-sm > .btn-openid.icon.btn,
.btn-stack-overflow.btn-sm.icon,
.btn-group-sm > .btn-stack-overflow.icon.btn,
.btn-youtube.btn-sm.icon,
.btn-group-sm > .btn-youtube.icon.btn,
.btn-css3.btn-sm.icon,
.btn-group-sm > .btn-css3.icon.btn,
.btn-dribbble.btn-sm.icon,
.btn-group-sm > .btn-dribbble.icon.btn,
.btn-google-plus.btn-sm.icon,
.btn-group-sm > .btn-google-plus.icon.btn,
.btn-instagram.btn-sm.icon,
.btn-group-sm > .btn-instagram.icon.btn,
.btn-pinterest.btn-sm.icon,
.btn-group-sm > .btn-pinterest.icon.btn,
.btn-vk.btn-sm.icon,
.btn-group-sm > .btn-vk.icon.btn,
.btn-yahoo.btn-sm.icon,
.btn-group-sm > .btn-yahoo.icon.btn,
.btn-behance.btn-sm.icon,
.btn-group-sm > .btn-behance.icon.btn,
.btn-dropbox.btn-sm.icon,
.btn-group-sm > .btn-dropbox.icon.btn,
.btn-reddit.btn-sm.icon,
.btn-group-sm > .btn-reddit.icon.btn,
.btn-spotify.btn-sm.icon,
.btn-group-sm > .btn-spotify.icon.btn,
.btn-vine.btn-sm.icon,
.btn-group-sm > .btn-vine.icon.btn,
.btn-foursquare.btn-sm.icon,
.btn-group-sm > .btn-foursquare.icon.btn,
.btn-vimeo.btn-sm.icon,
.btn-group-sm > .btn-vimeo.icon.btn {
  width: 1.8125rem;
  height: 1.8125rem;
}
.btn-facebook {
  background: #3b5998;
}
.btn-facebook::before {
  content: "";
  background: #344e86;
}
.btn-facebook:hover {
  background: #344e86;
}
.btn-facebook:hover::before {
  background: #2d4373;
}
.btn-twitter {
  background: #00aced;
}
.btn-twitter::before {
  content: "";
  background: #0099d4;
}
.btn-twitter:hover {
  background: #0099d4;
}
.btn-twitter:hover::before {
  background: #0087ba;
}
.btn-linkedin {
  background: #4875b4;
}
.btn-linkedin::before {
  content: "";
  background: #4169a2;
}
.btn-linkedin:hover {
  background: #4169a2;
}
.btn-linkedin:hover::before {
  background: #395d90;
}
.btn-flickr {
  background: #ff0084;
}
.btn-flickr::before {
  content: "";
  background: #e60077;
}
.btn-flickr:hover {
  background: #e60077;
}
.btn-flickr:hover::before {
  background: #cc006a;
}
.btn-tumblr {
  background: #32506d;
}
.btn-tumblr::before {
  content: "";
  background: #2a435c;
}
.btn-tumblr:hover {
  background: #2a435c;
}
.btn-tumblr:hover::before {
  background: #22364a;
}
.btn-xing {
  background: #026466;
}
.btn-xing::before {
  content: "";
  background: #024b4d;
}
.btn-xing:hover {
  background: #024b4d;
}
.btn-xing:hover::before {
  background: #013334;
}
.btn-github {
  background: #4183c4;
}
.btn-github::before {
  content: "";
  background: #3876b4;
}
.btn-github:hover {
  background: #3876b4;
}
.btn-github:hover::before {
  background: #3269a0;
}
.btn-html5 {
  background: #e34f26;
}
.btn-html5::before {
  content: "";
  background: #d4431b;
}
.btn-html5:hover {
  background: #d4431b;
}
.btn-html5:hover::before {
  background: #be3c18;
}
.btn-openid {
  background: #f78c40;
}
.btn-openid::before {
  content: "";
  background: #f67d28;
}
.btn-openid:hover {
  background: #f67d28;
}
.btn-openid:hover::before {
  background: #f56f0f;
}
.btn-stack-overflow {
  background: #fe7a15;
}
.btn-stack-overflow::before {
  content: "";
  background: #f86c01;
}
.btn-stack-overflow:hover {
  background: #f86c01;
}
.btn-stack-overflow:hover::before {
  background: #df6101;
}
.btn-css3 {
  background: #0170ba;
}
.btn-css3::before {
  content: "";
  background: #0161a1;
}
.btn-css3:hover {
  background: #0161a1;
}
.btn-css3:hover::before {
  background: #015187;
}
.btn-youtube {
  background: #b00;
}
.btn-youtube::before {
  content: "";
  background: #a20000;
}
.btn-youtube:hover {
  background: #a20000;
}
.btn-youtube:hover::before {
  background: #880000;
}
.btn-dribbble {
  background: #ea4c89;
}
.btn-dribbble::before {
  content: "";
  background: #e7357a;
}
.btn-dribbble:hover {
  background: #e7357a;
}
.btn-dribbble:hover::before {
  background: #e51e6b;
}
.btn-google-plus {
  background: #bb4b39;
}
.btn-google-plus::before {
  content: "";
  background: #a74333;
}
.btn-google-plus:hover {
  background: #a74333;
}
.btn-google-plus:hover::before {
  background: #943b2d;
}
.btn-instagram {
  background: #517fa4;
}
.btn-instagram::before {
  content: "";
  background: #497293;
}
.btn-instagram:hover {
  background: #497293;
}
.btn-instagram:hover::before {
  background: #406582;
}
.btn-pinterest {
  background: #cb2027;
}
.btn-pinterest::before {
  content: "";
  background: #b51d23;
}
.btn-pinterest:hover {
  background: #b51d23;
}
.btn-pinterest:hover::before {
  background: #9f191f;
}
.btn-vk {
  background: #45668e;
}
.btn-vk::before {
  content: "";
  background: #3d5a7d;
}
.btn-vk:hover {
  background: #3d5a7d;
}
.btn-vk:hover::before {
  background: #344d6c;
}
.btn-yahoo {
  background: #400191;
}
.btn-yahoo::before {
  content: "";
  background: #350178;
}
.btn-yahoo:hover {
  background: #350178;
}
.btn-yahoo:hover::before {
  background: #2a015e;
}
.btn-behance {
  background: #1769ff;
}
.btn-behance::before {
  content: "";
  background: #0059fd;
}
.btn-behance:hover {
  background: #0059fd;
}
.btn-behance:hover::before {
  background: #0050e3;
}
.btn-dropbox {
  background: #007ee5;
}
.btn-dropbox::before {
  content: "";
  background: #0070cc;
}
.btn-dropbox:hover {
  background: #0070cc;
}
.btn-dropbox:hover::before {
  background: #0062b2;
}
.btn-reddit {
  background: #ff4500;
}
.btn-reddit::before {
  content: "";
  background: #e63e00;
}
.btn-reddit:hover {
  background: #e63e00;
}
.btn-reddit:hover::before {
  background: #cc3700;
}
.btn-spotify {
  background: #7ab800;
}
.btn-spotify::before {
  content: "";
  background: #699f00;
}
.btn-spotify:hover {
  background: #699f00;
}
.btn-spotify:hover::before {
  background: #588500;
}
.btn-vine {
  background: #00bf8f;
}
.btn-vine::before {
  content: "";
  background: #00a67c;
}
.btn-vine:hover {
  background: #00a67c;
}
.btn-vine:hover::before {
  background: #008c69;
}
.btn-foursquare {
  background: #1073af;
}
.btn-foursquare::before {
  content: "";
  background: #0e6498;
}
.btn-foursquare:hover {
  background: #0e6498;
}
.btn-foursquare:hover::before {
  background: #0c5480;
}
.btn-vimeo {
  background: #aad450;
}
.btn-vimeo::before {
  content: "";
  background: #a0cf3c;
}
.btn-vimeo:hover {
  background: #a0cf3c;
}
.btn-vimeo:hover::before {
  background: #93c130;
}
hr.transparent {
  border-top: 1px solid transparent;
}
.breadcrumb-menu {
  position: absolute;
  top: 0;
  right: 1rem;
}
.breadcrumb-menu::before {
  display: none;
}
.breadcrumb-menu .btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.breadcrumb-menu .btn.btn-secondary {
  color: #b0bec5;
  border: 0;
}
.breadcrumb-menu .btn.btn-secondary:hover, .breadcrumb-menu .btn.btn-secondary.active {
  color: #263238;
  background: transparent;
}
.breadcrumb-menu .open .btn.btn-secondary {
  color: #263238;
  background: transparent;
}
.breadcrumb-menu .dropdown-menu {
  min-width: 180px;
  line-height: 1.5;
}
.img-avatar {
  border-radius: 50em;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
}
.avatar .img-avatar {
  width: 36px;
  height: 36px;
}
.avatar .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50em;
}
.avatar.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px;
}
.avatar.avatar-xs .img-avatar {
  width: 20px;
  height: 20px;
}
.avatar.avatar-xs .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}
.avatar.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px;
}
.avatar.avatar-sm .img-avatar {
  width: 24px;
  height: 24px;
}
.avatar.avatar-sm .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}
.avatar.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px;
}
.avatar.avatar-lg .img-avatar {
  width: 72px;
  height: 72px;
}
.avatar.avatar-lg .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50em;
}
.avatars-stack .avatar.avatar-xs {
  margin-right: -10px;
}
.avatars-stack .avatar {
  margin-right: -15px;
  transition-duration: 0.25s, 0.25s;
  transition-property: margin-left, margin-right;
}
.avatars-stack .avatar:hover {
  margin-right: 0 !important;
}
.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border: 0 solid #cfd8dc;
  border-left-width: 0.25rem;
}
.callout .chart-wrapper {
  position: absolute;
  top: 18px;
  left: 45%;
  float: right;
  width: 100px;
}
.callout-bordered {
  border: 1px solid #cfd8dc;
  border-left-width: 0.25rem;
}
.callout code {
  border-radius: 0.25rem;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout + .callout {
  margin-top: -0.25rem;
}
.callout-default {
  border-left-color: #b0bec5;
}
.callout-default h4 {
  color: #b0bec5;
}
.callout-primary {
  border-left-color: #2CACE3;
}
.callout-primary h4 {
  color: #2CACE3;
}
.callout-info {
  border-left-color: #63c2de;
}
.callout-info h4 {
  color: #63c2de;
}
.callout-warning {
  border-left-color: #f8cb00;
}
.callout-warning h4 {
  color: #f8cb00;
}
.callout-danger {
  border-left-color: #f86c6b;
}
.callout-danger h4 {
  color: #f86c6b;
}
.callout-success {
  border-left-color: #76BD3E;
}
.callout-success h4 {
  color: #76BD3E;
}
.switch.switch-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
.switch.switch-default .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch.switch-default .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 2px;
  transition: 0.15s ease-out;
  transition-property: opacity background;
}
.switch.switch-default .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch.switch-default .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch.switch-default .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 1px;
  transition: left 0.15s ease-out;
}
.switch.switch-default .switch-input:checked ~ .switch-handle {
  left: 18px;
}
.switch.switch-default.switch-lg {
  width: 48px;
  height: 28px;
}
.switch.switch-default.switch-lg .switch-label {
  font-size: 12px;
}
.switch.switch-default.switch-lg .switch-handle {
  width: 24px;
  height: 24px;
}
.switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
  left: 22px;
}
.switch.switch-default.switch-sm {
  width: 32px;
  height: 20px;
}
.switch.switch-default.switch-sm .switch-label {
  font-size: 8px;
}
.switch.switch-default.switch-sm .switch-handle {
  width: 16px;
  height: 16px;
}
.switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
  left: 14px;
}
.switch.switch-default.switch-xs {
  width: 24px;
  height: 16px;
}
.switch.switch-default.switch-xs .switch-label {
  font-size: 7px;
}
.switch.switch-default.switch-xs .switch-handle {
  width: 12px;
  height: 12px;
}
.switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
  left: 10px;
}
.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
.switch.switch-text .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch.switch-text .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 2px;
  transition: 0.15s ease-out;
  transition-property: opacity background;
}
.switch.switch-text .switch-label::before,
.switch.switch-text .switch-label::after {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -0.5em;
  line-height: 1;
  text-align: center;
  transition: inherit;
}
.switch.switch-text .switch-label::before {
  right: 1px;
  color: #cfd8dc;
  content: attr(data-off);
}
.switch.switch-text .switch-label::after {
  left: 1px;
  color: #fff;
  content: attr(data-on);
  opacity: 0;
}
.switch.switch-text .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch.switch-text .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch.switch-text .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 1px;
  transition: left 0.15s ease-out;
}
.switch.switch-text .switch-input:checked ~ .switch-handle {
  left: 26px;
}
.switch.switch-text.switch-lg {
  width: 56px;
  height: 28px;
}
.switch.switch-text.switch-lg .switch-label {
  font-size: 12px;
}
.switch.switch-text.switch-lg .switch-handle {
  width: 24px;
  height: 24px;
}
.switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
  left: 30px;
}
.switch.switch-text.switch-sm {
  width: 40px;
  height: 20px;
}
.switch.switch-text.switch-sm .switch-label {
  font-size: 8px;
}
.switch.switch-text.switch-sm .switch-handle {
  width: 16px;
  height: 16px;
}
.switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
  left: 22px;
}
.switch.switch-text.switch-xs {
  width: 32px;
  height: 16px;
}
.switch.switch-text.switch-xs .switch-label {
  font-size: 7px;
}
.switch.switch-text.switch-xs .switch-handle {
  width: 12px;
  height: 12px;
}
.switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
  left: 18px;
}
.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
.switch.switch-icon .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch.switch-icon .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 2px;
  transition: 0.15s ease-out;
  transition-property: opacity background;
}
.switch.switch-icon .switch-label::before,
.switch.switch-icon .switch-label::after {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -0.5em;
  line-height: 1;
  text-align: center;
  transition: inherit;
}
.switch.switch-icon .switch-label::before {
  right: 1px;
  color: #cfd8dc;
  content: attr(data-off);
}
.switch.switch-icon .switch-label::after {
  left: 1px;
  color: #fff;
  content: attr(data-on);
  opacity: 0;
}
.switch.switch-icon .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch.switch-icon .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch.switch-icon .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 1px;
  transition: left 0.15s ease-out;
}
.switch.switch-icon .switch-input:checked ~ .switch-handle {
  left: 26px;
}
.switch.switch-icon.switch-lg {
  width: 56px;
  height: 28px;
}
.switch.switch-icon.switch-lg .switch-label {
  font-size: 12px;
}
.switch.switch-icon.switch-lg .switch-handle {
  width: 24px;
  height: 24px;
}
.switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
  left: 30px;
}
.switch.switch-icon.switch-sm {
  width: 40px;
  height: 20px;
}
.switch.switch-icon.switch-sm .switch-label {
  font-size: 8px;
}
.switch.switch-icon.switch-sm .switch-handle {
  width: 16px;
  height: 16px;
}
.switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
  left: 22px;
}
.switch.switch-icon.switch-xs {
  width: 32px;
  height: 16px;
}
.switch.switch-icon.switch-xs .switch-label {
  font-size: 7px;
}
.switch.switch-icon.switch-xs .switch-handle {
  width: 12px;
  height: 12px;
}
.switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
  left: 18px;
}
.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
.switch.switch-3d .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch.switch-3d .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #1675BC;
  border: 1px solid #cfd8dc;
  border-radius: 2px;
  transition: 0.15s ease-out;
  transition-property: opacity background;
}
.switch.switch-3d .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}
.switch.switch-3d .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}
.switch.switch-3d .switch-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 1px;
  transition: left 0.15s ease-out;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.switch.switch-3d .switch-input:checked ~ .switch-handle {
  left: 16px;
}
.switch.switch-3d.switch-lg {
  width: 48px;
  height: 28px;
}
.switch.switch-3d.switch-lg .switch-label {
  font-size: 12px;
}
.switch.switch-3d.switch-lg .switch-handle {
  width: 28px;
  height: 28px;
}
.switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
  left: 20px;
}
.switch.switch-3d.switch-sm {
  width: 32px;
  height: 20px;
}
.switch.switch-3d.switch-sm .switch-label {
  font-size: 8px;
}
.switch.switch-3d.switch-sm .switch-handle {
  width: 20px;
  height: 20px;
}
.switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
  left: 12px;
}
.switch.switch-3d.switch-xs {
  width: 24px;
  height: 16px;
}
.switch.switch-3d.switch-xs .switch-label {
  font-size: 7px;
}
.switch.switch-3d.switch-xs .switch-handle {
  width: 16px;
  height: 16px;
}
.switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
  left: 8px;
}
.switch-pill .switch-label, .switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
  border-radius: 50em !important;
}
.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
  right: 2px !important;
}
.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
  left: 2px !important;
}
.switch-primary > .switch-input:checked ~ .switch-label {
  background: #2CACE3 !important;
  border-color: #1a90c2;
}
.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #1a90c2;
}
.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #2CACE3;
}
.switch-primary-outline > .switch-input:checked ~ .switch-label::after {
  color: #2CACE3;
}
.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #2CACE3;
}
.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #2CACE3;
}
.switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #2CACE3;
}
.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #2CACE3 !important;
  border-color: #2CACE3;
}
.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #cfd8dc !important;
  border-color: #b2c0c6;
}
.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #b2c0c6;
}
.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #cfd8dc;
}
.switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
  color: #cfd8dc;
}
.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #cfd8dc;
}
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #cfd8dc;
}
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #cfd8dc;
}
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #cfd8dc !important;
  border-color: #cfd8dc;
}
.switch-success > .switch-input:checked ~ .switch-label {
  background: #76BD3E !important;
  border-color: #5e9731;
}
.switch-success > .switch-input:checked ~ .switch-handle {
  border-color: #5e9731;
}
.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #76BD3E;
}
.switch-success-outline > .switch-input:checked ~ .switch-label::after {
  color: #76BD3E;
}
.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #76BD3E;
}
.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #76BD3E;
}
.switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #76BD3E;
}
.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #76BD3E !important;
  border-color: #76BD3E;
}
.switch-info > .switch-input:checked ~ .switch-label {
  background: #63c2de !important;
  border-color: #39b2d5;
}
.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: #39b2d5;
}
.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #63c2de;
}
.switch-info-outline > .switch-input:checked ~ .switch-label::after {
  color: #63c2de;
}
.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #63c2de;
}
.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #63c2de;
}
.switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #63c2de;
}
.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #63c2de !important;
  border-color: #63c2de;
}
.switch-warning > .switch-input:checked ~ .switch-label {
  background: #f8cb00 !important;
  border-color: #c5a100;
}
.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: #c5a100;
}
.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f8cb00;
}
.switch-warning-outline > .switch-input:checked ~ .switch-label::after {
  color: #f8cb00;
}
.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f8cb00;
}
.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f8cb00;
}
.switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #f8cb00;
}
.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f8cb00 !important;
  border-color: #f8cb00;
}
.switch-danger > .switch-input:checked ~ .switch-label {
  background: #f86c6b !important;
  border-color: #f63c3a;
}
.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: #f63c3a;
}
.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b;
}
.switch-danger-outline > .switch-input:checked ~ .switch-label::after {
  color: #f86c6b;
}
.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f86c6b;
}
.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f86c6b;
}
.switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #f86c6b;
}
.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f86c6b !important;
  border-color: #f86c6b;
}
.chart-wrapper canvas {
  width: 100% !important;
}
base-chart.chart {
  display: block !important;
}
.b-a-0 {
  border: 0 !important;
}
.b-t-0 {
  border-top: 0 !important;
}
.b-r-0 {
  border-right: 0 !important;
}
.b-b-0 {
  border-bottom: 0 !important;
}
.b-l-0 {
  border-left: 0 !important;
}
.b-a-1 {
  border: 1px solid #cfd8dc !important;
}
.b-t-1 {
  border-top: 1px solid #cfd8dc !important;
}
.b-r-1 {
  border-right: 1px solid #cfd8dc !important;
}
.b-b-1 {
  border-bottom: 1px solid #cfd8dc !important;
}
.b-l-1 {
  border-left: 1px solid #cfd8dc !important;
}
.b-a-2 {
  border: 2px solid #cfd8dc !important;
}
.b-t-2 {
  border-top: 2px solid #cfd8dc !important;
}
.b-r-2 {
  border-right: 2px solid #cfd8dc !important;
}
.b-b-2 {
  border-bottom: 2px solid #cfd8dc !important;
}
.b-l-2 {
  border-left: 2px solid #cfd8dc !important;
}
.label-pill {
  border-radius: 1rem !important;
}
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.spinner-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: black;
  opacity: 0.8;
}
.spinner-wrapper .spinner {
  height: 60px;
  width: 60px;
  margin: 250px auto;
  position: relative;
  -webkit-animation: rotation 3s infinite linear;
  animation: rotation 3s infinite linear;
}
.spinner-wrapper .spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 60px;
  width: 60px;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.cube1,
.cube2 {
  background-color: #00467F;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/* END OF SPINNER */
/* NO MARGIN HELPERS */
.no-m,
.no-margin {
  margin: 0px;
}
.no-m-i {
  margin: 0px !important;
}
.no-m-b {
  margin-bottom: 0px !important;
}
.no-m-t {
  margin-top: 0px !important;
}
.no-m-l {
  margin-left: 0px !important;
}
.no-m-r {
  margin-right: 0px !important;
}
.no-m-t-b,
.no-m-b-t {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.no-m-r-l,
.no-m-l-r {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/* MARGIN HELPERS */
.m-3 {
  margin: 3px;
}
.m-3-i {
  margin: 3px !important;
}
.m-5 {
  margin: 5px;
}
.m-5-i {
  margin: 5px !important;
}
.m-10 {
  margin: 10px;
}
.m-10-i {
  margin: 10px !important;
}
.m-15 {
  margin: 15px;
}
.m-15-i {
  margin: 15px !important;
}
.m-20 {
  margin: 20px;
}
.m-20-i {
  margin: 20px !important;
}
.m-30 {
  margin: 30px;
}
.m-30-i {
  margin: 30px !important;
}
.m-50 {
  margin: 50px;
}
.m-50-i {
  margin: 50px !important;
}
/* MARGIN 3px HELPERS */
.m-t-3 {
  margin-top: 3px !important;
}
.m-b-3 {
  margin-bottom: 3px !important;
}
.m-r-3 {
  margin-right: 3px !important;
}
.m-l-3 {
  margin-left: 3px !important;
}
.m-t-b-3,
.m-b-t-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.m-r-l-3,
.m-l-r-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
/* MARGIN 5px HELPERS */
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-t-b-5,
.m-b-t-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-r-l-5,
.m-l-r-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
/* MARGIN 10px HELPERS */
.m-t-10 {
  margin-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-t-b-10,
.m-b-t-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-r-l-10,
.m-l-r-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
/* MARGIN 15px HELPERS */
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-t-b-15,
.m-b-t-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-r-l-15,
.m-l-r-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
/* MARGIN 20px HELPERS */
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-t-b-20,
.m-b-t-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-r-l-20,
.m-l-r-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
/* MARGIN 30px HELPERS */
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-t-b-30,
.m-b-t-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-r-l-30,
.m-l-r-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
/* MARGIN 50px HELPERS */
.m-t-50 {
  margin-top: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.m-t-b-50,
.m-b-t-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.m-r-l-50,
.m-l-r-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
/* MORE MARGIN HELPERS */
.m-sep {
  margin: 40px 0px;
}
.m-t-n-lg {
  margin-top: -50px !important;
}
@media (max-width: 767px) {
  .no-m-xs {
    margin: 0px;
  }
}
/* NO PADDING HELPERS */
.no-p,
.no-padding {
  padding: 0px;
}
.no-p-i {
  padding: 0px !important;
}
.no-p-b {
  padding-bottom: 0px !important;
}
.no-p-t {
  padding-top: 0px !important;
}
.no-p-l {
  padding-left: 0px !important;
}
.no-p-r {
  padding-right: 0px !important;
}
.no-p-t-b,
.no-p-b-t {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.no-p-r-l,
.no-p-l-r {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.no-padding-r {
  padding-right: 0px;
}
/* PADDING HELPERS */
.p-3 {
  padding: 3px;
}
.p-3-i {
  padding: 3px !important;
}
.p-5 {
  padding: 5px;
}
.p-5-i {
  padding: 5px !important;
}
.p-10 {
  padding: 10px;
}
.p-10-i {
  padding: 10px !important;
}
.p-15 {
  padding: 15px;
}
.p-15-i {
  padding: 15px !important;
}
.p-20 {
  padding: 20px;
}
.p-20-i {
  padding: 20px !important;
}
.p-30 {
  padding: 30px;
}
.p-30-i {
  padding: 30px !important;
}
.p-50 {
  padding: 50px;
}
.p-50-i {
  padding: 50px !important;
}
/* PADDING 3px HELPERS */
.p-t-3 {
  padding-top: 3px !important;
}
.p-b-3 {
  padding-bottom: 3px !important;
}
.p-r-3 {
  padding-right: 3px !important;
}
.p-l-3 {
  padding-left: 3px !important;
}
.p-t-b-3,
.p-b-t-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.p-r-l-3,
.p-l-r-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
/* PADDING 5px HELPERS */
.p-t-2 {
  padding-top: 2px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-t-b-5,
.p-b-t-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-r-l-5,
.p-l-r-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
/* PADDING 10px HELPERS */
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-11 {
  padding-bottom: 11px !important;
}
.p-b-12 {
  padding-bottom: 12px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-t-b-10,
.p-b-t-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-r-l-10,
.p-l-r-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* PADDING 15px HELPERS */
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-t-b-15,
.p-b-t-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-r-l-15,
.p-l-r-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-left-10 {
  padding-left: 10px;
}
/* PADDING 20px HELPERS */
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-t-b-20,
.p-b-t-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-r-l-20,
.p-l-r-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-l-23 {
  padding-left: 23px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-b-27 {
  padding-bottom: 27px !important;
}
.p-b-28 {
  padding-bottom: 28px !important;
}
/* PADDING 30px HELPERS */
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-t-b-30,
.p-b-t-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-r-l-30,
.p-l-r-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-b-34 {
  padding-bottom: 34px !important;
}
/* PADDING 40px HELPERS */
.p-t-40 {
  padding-top: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-t-b-40,
.p-b-t-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.p-r-l-40,
.p-l-r-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
/* PADDING 50px HELPERS */
.p-t-50 {
  padding-top: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-t-b-50,
.p-b-t-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.p-r-l-50,
.p-l-r-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* MORE PADDING HELPERS */
.p-sep {
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .no-p-xs {
    padding: 0px;
  }
}
.p-b-8 {
  padding-bottom: 8px !important;
}
/*  Col spans */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }

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

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

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

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

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

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

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

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }

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

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

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

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

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

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

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

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
  }

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

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

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

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

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

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

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

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Col spans End */
#toasty.toasty-position-top-right {
  top: 60px !important;
  right: 12px;
}
input[type=text]::-ms-clear {
  display: none;
}
input[type=number]::-ms-clear {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/*   Hidden visible media queries*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

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

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

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

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

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

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.qa {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.qa .app-footer {
  background-color: #29ABE2 !important;
}
.qa .linkcolor {
  color: #72B73C !important;
}
.qa .font_color {
  color: black;
}
.qa .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/assets/img/EPsLogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.qa .image {
  background: url("/assets/img/EPsLogo.png");
  width: 170px;
  height: 65px;
}
.qa .Color {
  background-color: #29ABE2 !important;
  color: white !important;
}
.qa .simplebluewhitebkgrd {
  background-color: #2d3c59 !important;
}
.qa .sntslayout {
  background-color: #2d3c59 !important;
}
.qa .CheckBkGrd {
  background-color: white !important;
  border-color: #29ABE2 !important;
  color: black !important;
}
.qa .whitenavylayout {
  background-color: #2d3c59 !important;
  color: white !important;
}
.qa .whitenavylayout ul > li {
  border-top: 1px solid grey;
}
.qa .whitenavylayout ul > li > a {
  background-color: #2d3c59 !important;
  color: white !important;
}
.qa .whitenavylayout ul > li > a:hover {
  background-color: #29ABE2 !important;
  color: white !important;
}
.qa .whitenavylayout ul > li > a > i {
  color: white !important;
}
.qa .whitenavylayout ul > li > a.active {
  background-color: #29ABE2 !important;
  color: white !important;
}
.qa .whitenavylayout .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #29ABE2 !important;
  color: white !important;
}
.qa .block-border {
  border: 1px #000 solid !important;
}
.qa .GreenColorButtonBkGrd {
  background-color: #72b63c !important;
  border-color: #72b63c !important;
  color: white !important;
}
.yep {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.yep .linkcolor {
  color: #72B73C !important;
}
.yep .font_color {
  color: black;
}
.yep .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url('YEPlogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.yep .image {
  background: url("/assets/img/YEPlogo.png");
  width: 175px;
  height: 65px;
}
.yep .Color {
  background-color: #F16722 !important;
}
.yep .sNavyBlueColorButtonBkGrd {
  background-color: #1675BC !important;
  border-color: #1675BC !important;
  color: white !important;
}
.yep .sgyColorButtonBkGrd {
  background-color: #59B959 !important;
  border-color: #59B959 !important;
  color: white !important;
}
.yep .yep-footer {
  line-height: 15px !important;
}
.yep .GoldBlueColorButtonBkGrd {
  background-color: #1675BC !important;
  border-color: #1675BC !important;
  color: white !important;
}
.yep .CheckBkGrd {
  background-color: white !important;
  border-color: #1675BC !important;
  color: black !important;
}
.yep .simplebluewhitebkgrd {
  background-color: #1675BC !important;
  border-color: #1675BC !important;
  color: black !important;
}
.yep .whitenavylayout {
  background-color: white !important;
  color: black !important;
}
.yep .whitenavylayout ul > li {
  border-bottom: 1px solid grey;
}
.yep .whitenavylayout ul > li > a {
  background-color: white !important;
  color: black !important;
}
.yep .whitenavylayout ul > li > a:hover {
  background-color: #1675BC !important;
  color: white !important;
}
.yep .whitenavylayout ul > li > a > i {
  color: black !important;
}
.yep .whitenavylayout ul > li > a.active {
  background-color: #1675BC !important;
  color: white !important;
}
.yep .whitenavylayout ul > li > a > nav-link :hover {
  background-color: #1675BC !important;
  color: white !important;
}
.yep .whitenavylayout ul > li.hover {
  background-color: #1675BC !important;
  color: white !important;
}
.yep .whitenavylayout .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #1675BC !important;
  color: white !important;
}
.yep .yepCheckBox {
  border: 1px solid #1675BC;
  background-color: #1675BC;
  color: #fff;
}
.yep .block-border {
  border: 1px #000 solid !important;
}
.texpo {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.texpo .linkcolor {
  color: #72B73C !important;
}
.texpo .font_color {
  color: black;
}
.texpo .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url('TEXPOlogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.texpo .image {
  background: url("/assets/img/TEXPOlogo.png");
  width: 170px;
  height: 65px;
}
.texpo .Color {
  background-color: #29ABE2 !important;
}
.texpo .simplebluewhitebkgrd {
  background-color: #4D4A4A !important;
}
.texpo .sntslayout {
  background-color: #4D4A4A !important;
}
.texpo .CheckBkGrd {
  background-color: white !important;
  border-color: #29ABE2 !important;
  color: black !important;
}
.texpo .whitenavylayout {
  background-color: #4D4A4A !important;
  color: white !important;
}
.texpo .whitenavylayout ul > li {
  border-top: 1px solid grey;
}
.texpo .whitenavylayout ul > li > a {
  background-color: #4D4A4A !important;
  color: white !important;
}
.texpo .whitenavylayout ul > li > a:hover {
  background-color: #29ABE2 !important;
  color: white !important;
}
.texpo .whitenavylayout ul > li > a > i {
  color: white !important;
}
.texpo .whitenavylayout ul > li > a.active {
  background-color: #29ABE2 !important;
  color: white !important;
}
.texpo .whitenavylayout .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #29ABE2 !important;
  color: white !important;
}
.texpo .block-border {
  border: 1px #000 solid !important;
}
.swpl {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.swpl .linkcolor {
  color: #72B73C !important;
}
.swpl .font_color {
  color: white;
}
.swpl .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url('SWPLlogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.swpl .image {
  background: url("/assets/img/SWPLlogo.png");
  width: 250px;
}
.swpl .bg {
  background-color: #A03026 !important;
}
.swpl .Color {
  background-color: #A03026 !important;
  color: white !important;
}
.swpl .sgyColorButtonBkGrd {
  background-color: #b69a50 !important;
  border-color: #b69a50 !important;
  color: white !important;
}
.swpl .swplNavyButtonBkGrd {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.swpl .GoldBlueColorButtonBkGrd {
  background-color: #b69a50 !important;
  border-color: #b69a50 !important;
  color: white !important;
}
.swpl .sNavyBlueColorButtonBkGrd {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.swpl .whitenavylayout {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.swpl .app-footer {
  background-color: #2d3c59 !important;
}
.swpl .headerClass {
  color: #fff;
}
.swpl .swplNavyBodyBkGrd {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: black !important;
}
.swpl .CheckBkGrd {
  background-color: white !important;
  border-color: #b69a50 !important;
  color: black !important;
}
.swpl .simplebluewhitebkgrd {
  background-color: white !important;
}
.swpl .simplebluewhitebkgrd .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #304047 !important;
  color: white !important;
}
.swpl .sntslayout {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.swpl .swplCheckBox {
  background-color: #b69a50;
  border: 1px solid #b69a50;
  color: #fff;
}
.swpl .block-border {
  border: 1px #000 solid !important;
}
.swpl .has-error-text {
  color: #b92624 !important;
}
.yepalliance {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.yepalliance .linkcolor {
  color: #72B73C !important;
}
.yepalliance .font_color {
  color: black;
}
.yepalliance .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url('Alliance.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.yepalliance .image {
  background: url("/assets/img/Alliance.png");
  width: 250px;
}
.yepalliance .Color {
  background-color: #4652a3 !important;
  color: #fff !important;
}
.yepalliance .sgyColorButtonBkGrd {
  background-color: #6779F0 !important;
  border-color: #6779F0 !important;
  color: white !important;
}
.yepalliance .sNavyBlueColorButtonBkGrd {
  background-color: #92573a !important;
  border-color: #92573a !important;
  color: white !important;
}
.yepalliance .GoldBlueColorButtonBkGrd {
  background-color: #4652A3 !important;
  border-color: #4652A3 !important;
  color: white !important;
}
.yepalliance .yepBlueCheckBkGrd {
  background-color: white !important;
  border-color: #4652A3 !important;
  color: black !important;
}
.yepalliance .yepSuccessButtonBkGrd {
  background-color: #76BD3E !important;
  border-color: #76BD3E !important;
  color: white !important;
}
.yepalliance .simplebluewhitebkgrd {
  background-color: #1D2457 !important;
  border-color: #1D2457 !important;
  color: black !important;
}
.yepalliance .whitenavylayout {
  background-color: #1D2457 !important;
  color: white !important;
}
.yepalliance .whitenavylayout ul > li {
  border-bottom: 1px solid #1D2457;
}
.yepalliance .whitenavylayout ul > li > a {
  background-color: #1D2457 !important;
  color: white !important;
}
.yepalliance .whitenavylayout ul > li > a:hover {
  background-color: #4652a3 !important;
  color: white !important;
}
.yepalliance .whitenavylayout ul > li > a > i {
  color: white !important;
}
.yepalliance .whitenavylayout ul > li > a.active {
  background-color: #4652a3 !important;
  color: white !important;
}
.yepalliance .whitenavylayout ul > li > a > nav-link :hover {
  background-color: #4652a3 !important;
  color: white !important;
}
.yepalliance .whitenavylayout ul > li.hover {
  background-color: #4652a3 !important;
  color: white !important;
}
.yepalliance .whitenavylayout .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #4652a3 !important;
  color: white !important;
}
.yepalliance .app-footer {
  background-color: #1D2457 !important;
}
.yepalliance .yepCheckBox {
  border: 1px solid #3644A3;
  background-color: #3644A3;
  color: #fff;
}
.yepalliance .block-border {
  border: 1px #000 solid !important;
}
.yepalliance .card-footer {
  background: #4652a3 !important;
  color: #fff !important;
}
.alp {
  background: white;
  font-family: Saira, sans-serif !important;
}
.alp .font_color {
  color: white;
}
.alp .linkcolor {
  color: #00589a !important;
}
.alp .headerl1 {
  font-size: 15px;
  color: #00589a;
}
.alp .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url('ALP_NEW_LOGO.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.alp .image {
  background: url("/assets/img/ALP_NEW_LOGO.png");
  width: 250px;
}
.alp .bg {
  background-color: #0077c0 !important;
}
.alp .Color {
  background-color: #004681 !important;
  color: white !important;
}
.alp .GoldBlueColorButtonBkGrd {
  background-color: grey !important;
  border-color: grey !important;
  color: white !important;
}
.alp .swplNavyButtonBkGrd {
  background-color: #5b6d8d !important;
  border-color: #5b6d8d !important;
  color: white !important;
}
.alp .sgyColorButtonBkGrd {
  background-color: #39b2d5 !important;
  border-color: #30aed3 !important;
  color: white !important;
}
.alp .sNavyBlueColorButtonBkGrd {
  background-color: #e85b68 !important;
  border-color: #f86c6b;
  color: white !important;
}
.alp .whitenavylayout {
  background-color: #0077c0 !important;
  border-color: #0077c0 !important;
  color: white !important;
}
.alp .sntslayout {
  background-color: #5b6d8d !important;
  border-color: #5b6d8d !important;
  color: white !important;
}
.alp .swplNavyBodyBkGrd {
  color: black !important;
}
.alp .swplGoldCheckBkGrd {
  background-color: white !important;
  border-color: #b69a50 !important;
  color: black !important;
}
.alp .simplebluewhitebkgrd {
  background-color: white !important;
  margin-bottom: 35px;
}
.alp .simplebluewhitebkgrd .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #00589a !important;
  color: white !important;
}
.alp .simplebluewhitebkgrd .sidebar ul.nav li.nav-item a.nav-link.active {
  background-color: #004681 !important;
  color: white !important;
}
.alp .swplCheckBox {
  background-color: #b69a50;
  border: 1px solid #b69a50;
  color: #fff;
}
.alp .app-footer {
  clear: left;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35px;
  position: fixed;
}
.alp .block-border {
  border: 1px #004681 solid !important;
}
.alp .block-grey-border {
  border: 1px #cfd8dc solid !important;
}
.alp .card-footer {
  background: none !important;
  color: black !important;
}
.sfeswpl {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.sfeswpl .linkcolor {
  color: #72B73C !important;
}
.sfeswpl .font_color {
  color: white;
}
.sfeswpl .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url('SFElogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.sfeswpl .image {
  background: url("/assets/img/SFElogo.png");
  width: 250px;
}
.sfeswpl .bg {
  background-color: #777777;
}
.sfeswpl .Color {
  background-color: #004681 !important;
  color: white !important;
}
.sfeswpl .GoldBlueColorButtonBkGrd {
  background-color: grey !important;
  border-color: grey !important;
  color: white !important;
}
.sfeswpl .swplNavyButtonBkGrd {
  background-color: #5b6d8d !important;
  border-color: #5b6d8d !important;
  color: white !important;
}
.sfeswpl .sgyColorButtonBkGrd {
  background-color: grey !important;
  border-color: grey !important;
  color: white !important;
}
.sfeswpl .sNavyBlueColorButtonBkGrd {
  background-color: #5b6d8d !important;
  border-color: #5b6d8d !important;
  color: white !important;
}
.sfeswpl .whitenavylayout {
  background-color: #5b6d8d !important;
  border-color: #5b6d8d !important;
  color: white !important;
}
.sfeswpl .sntslayout {
  background-color: #5b6d8d !important;
  border-color: #5b6d8d !important;
  color: white !important;
}
.sfeswpl .swplNavyBodyBkGrd {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: black !important;
}
.sfeswpl .swplGoldCheckBkGrd {
  background-color: white !important;
  border-color: #b69a50 !important;
  color: black !important;
}
.sfeswpl .simplebluewhitebkgrd {
  background-color: white !important;
}
.sfeswpl .simplebluewhitebkgrd .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #004681 !important;
  color: white !important;
}
.sfeswpl .simplebluewhitebkgrd .sidebar ul.nav li.nav-item a.nav-link.active {
  background-color: #004681 !important;
  color: white !important;
}
.sfeswpl .swplCheckBox {
  background-color: #b69a50;
  border: 1px solid #b69a50;
  color: #fff;
}
.sfeswpl .block-border {
  border: 1px #000 solid !important;
}
.sfeswpl .has-error-text {
  color: #850b09 !important;
}
.texposfe .Color {
  background-color: #4652A3 !important;
}
.texposfe .simplebluewhitebkgrd {
  background-color: #4D4A4A !important;
}
.texposfe .texpoBlueCheckBkGrd {
  background-color: white !important;
  border-color: #4652A3 !important;
  color: black !important;
}
.texposfe .whitenavylayout {
  background-color: #4D4A4A !important;
  color: white !important;
}
.texposfe .whitenavylayout ul > li {
  border-top: 1px solid grey;
}
.texposfe .whitenavylayout ul > li > a {
  background-color: #4D4A4A !important;
  color: white !important;
}
.texposfe .whitenavylayout ul > li > a:hover {
  background-color: #29ABE2 !important;
  color: white !important;
}
.texposfe .whitenavylayout ul > li > a > i {
  color: white !important;
}
.texposfe .whitenavylayout ul > li > a.active {
  background-color: #29ABE2 !important;
  color: white !important;
}
.texposfe .whitenavylayout .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #29ABE2 !important;
  color: white !important;
}
.texposfe .block-border {
  border: 1px #000 solid !important;
}
.riopower {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.riopower .linkcolor {
  color: #2374dd !important;
}
.riopower .font_color {
  color: white;
}
.riopower .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url('RIOlogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.riopower .image {
  background: url("/assets/img/RIOlogo.png");
  width: 250px;
}
.riopower .languageButton {
  background-color: #fe6600 !important;
  border-color: #fe6600 !important;
}
.riopower .languageButton:hover, .riopower .languageButton:focus,
.riopower .languageButton:active {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
}
.riopower .btn-primary,
.riopower .btn-primary.disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.riopower .btn-primary:hover, .riopower .btn-primary:focus,
.riopower .btn-primary:active {
  background-color: #fe6600 !important;
  border-color: #fe6600 !important;
}
.riopower .bg {
  background-color: #A03026 !important;
}
.riopower .Color {
  background-color: #2374dd !important;
  color: white !important;
}
.riopower .sgyColorButtonBkGrd {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
  color: white !important;
}
.riopower .sgyColorButtonBkGrd:hover, .riopower .sgyColorButtonBkGrd:focus,
.riopower .sgyColorButtonBkGrd:active {
  background-color: #fe6600 !important;
  border-color: #fe6600 !important;
}
.riopower .swplNavyButtonBkGrd {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.riopower .GoldBlueColorButtonBkGrd {
  background-color: #fe6600 !important;
  border-color: #fe6600 !important;
  color: white !important;
}
.riopower .sNavyBlueColorButtonBkGrd {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.riopower .whitenavylayout {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.riopower .app-footer {
  background-color: #2d3c59 !important;
}
.riopower .headerClass {
  color: #fff;
}
.riopower .swplNavyBodyBkGrd {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: black !important;
}
.riopower .swplNavyButtonBkGrd a {
  color: #2374dd !important;
}
.riopower .swplNavyBodyBkGrd ul.nav-tabs {
  background-color: white !important;
}
.riopower .swplNavyBodyBkGrd a {
  color: #2374dd !important;
}
.riopower .swplNavyBodyBkGrd a.nav-link.active {
  color: #263238 !important;
}
.riopower .swplNavyBodyBkGrd a.nav-link {
  color: #a9a9a9 !important;
}
.riopower .CheckBkGrd {
  background-color: white !important;
  border-color: #b69a50 !important;
  color: black !important;
}
.riopower .simplebluewhitebkgrd {
  background-color: white !important;
}
.riopower .simplebluewhitebkgrd .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #304047 !important;
  color: white !important;
}
.riopower .sntslayout {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.riopower .swplCheckBox {
  background-color: #b69a50;
  border: 1px solid #b69a50;
  color: #fff;
}
.riopower .block-border {
  border: 1px #000 solid !important;
}
.riopower .card-footer {
  background: #2374dd !important;
  color: #fff !important;
}
.fuelCell {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.fuelCell .linkcolor {
  color: #2374dd !important;
}
.fuelCell .font_color {
  color: white;
}
.fuelCell .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url('FuelCellLogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.fuelCell .image {
  background: url("/assets/img/FuelCellLogo.png");
  width: 250px;
}
.fuelCell .languageButton {
  background-color: #fe6600 !important;
  border-color: #fe6600 !important;
}
.fuelCell .languageButton:hover, .fuelCell .languageButton:focus,
.fuelCell .languageButton:active {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
}
.fuelCell .btn-primary,
.fuelCell .btn-primary.disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.fuelCell .btn-primary:hover, .fuelCell .btn-primary:focus,
.fuelCell .btn-primary:active {
  background-color: #fe6600 !important;
  border-color: #fe6600 !important;
}
.fuelCell .bg {
  background-color: #A03026 !important;
}
.fuelCell .Color {
  background-color: #2374dd !important;
  color: white !important;
}
.fuelCell .sgyColorButtonBkGrd {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
  color: white !important;
}
.fuelCell .sgyColorButtonBkGrd:hover, .fuelCell .sgyColorButtonBkGrd:focus,
.fuelCell .sgyColorButtonBkGrd:active {
  background-color: #fe6600 !important;
  border-color: #fe6600 !important;
}
.fuelCell .swplNavyButtonBkGrd {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.fuelCell .GoldBlueColorButtonBkGrd {
  background-color: #fe6600 !important;
  border-color: #fe6600 !important;
  color: white !important;
}
.fuelCell .sNavyBlueColorButtonBkGrd {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.fuelCell .whitenavylayout {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.fuelCell .app-footer {
  background-color: #2d3c59 !important;
}
.fuelCell .headerClass {
  color: #fff;
}
.fuelCell .swplNavyBodyBkGrd {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: black !important;
}
.fuelCell .swplNavyButtonBkGrd a {
  color: #2374dd !important;
}
.fuelCell .swplNavyBodyBkGrd ul.nav-tabs {
  background-color: white !important;
}
.fuelCell .swplNavyBodyBkGrd a {
  color: #2374dd !important;
}
.fuelCell .swplNavyBodyBkGrd a.nav-link.active {
  color: #263238 !important;
}
.fuelCell .swplNavyBodyBkGrd a.nav-link {
  color: #a9a9a9 !important;
}
.fuelCell .CheckBkGrd {
  background-color: white !important;
  border-color: #b69a50 !important;
  color: black !important;
}
.fuelCell .simplebluewhitebkgrd {
  background-color: white !important;
}
.fuelCell .simplebluewhitebkgrd .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #304047 !important;
  color: white !important;
}
.fuelCell .sntslayout {
  background-color: #2D3C59 !important;
  border-color: #2D3C59 !important;
  color: white !important;
}
.fuelCell .swplCheckBox {
  background-color: #b69a50;
  border: 1px solid #b69a50;
  color: #fff;
}
.fuelCell .block-border {
  border: 1px #000 solid !important;
}
.fuelCell .card-footer {
  background: #2374dd !important;
  color: #fff !important;
}
.arrowEnergy {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.arrowEnergy .linkcolor {
  color: #72B73C !important;
}
.arrowEnergy .font_color {
  color: white;
}
.arrowEnergy .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url('arrowenergy.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.arrowEnergy .image {
  background: url('arrowenergy.png');
  width: 250px;
}
.arrowEnergy .block-border {
  border: 1px #000 solid !important;
}
.sensorsCalls {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.sensorsCalls .linkcolor {
  color: #72B73C !important;
}
.sensorsCalls .font_color {
  color: black;
}
.sensorsCalls .navbar-brand-all {
  display: inline-block;
  width: 155px;
  height: 55px;
  margin-right: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-image: url("/assets/img/SensorsCall.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  border-bottom: 1px solid #cfd8dc;
}
.sensorsCalls .image {
  background: url("/assets/img/SensorsCall.png");
  width: 175px;
  height: 65px;
}
.sensorsCalls .Color {
  background-color: #F16722 !important;
}
.sensorsCalls .sNavyBlueColorButtonBkGrd {
  background-color: #1675BC !important;
  border-color: #1675BC !important;
  color: white !important;
}
.sensorsCalls .sgyColorButtonBkGrd {
  background-color: #59B959 !important;
  border-color: #59B959 !important;
  color: white !important;
}
.sensorsCalls .yep-footer {
  line-height: 15px !important;
}
.sensorsCalls .GoldBlueColorButtonBkGrd {
  background-color: #1675BC !important;
  border-color: #1675BC !important;
  color: white !important;
}
.sensorsCalls .CheckBkGrd {
  background-color: white !important;
  border-color: #1675BC !important;
  color: black !important;
}
.sensorsCalls .simplebluewhitebkgrd {
  background-color: #1675BC !important;
  border-color: #1675BC !important;
  color: black !important;
}
.sensorsCalls .whitenavylayout {
  background-color: white !important;
  color: black !important;
}
.sensorsCalls .whitenavylayout ul > li {
  border-bottom: 1px solid grey;
}
.sensorsCalls .whitenavylayout ul > li > a {
  background-color: white !important;
  color: black !important;
}
.sensorsCalls .whitenavylayout ul > li > a:hover {
  background-color: #1675BC !important;
  color: white !important;
}
.sensorsCalls .whitenavylayout ul > li > a > i {
  color: black !important;
}
.sensorsCalls .whitenavylayout ul > li > a.active {
  background-color: #1675BC !important;
  color: white !important;
}
.sensorsCalls .whitenavylayout ul > li > a > nav-link :hover {
  background-color: #1675BC !important;
  color: white !important;
}
.sensorsCalls .whitenavylayout ul > li.hover {
  background-color: #1675BC !important;
  color: white !important;
}
.sensorsCalls .whitenavylayout .sidebar ul.nav li.nav-item a.nav-link:hover {
  background-color: #1675BC !important;
  color: white !important;
}
.sensorsCalls .yepCheckBox {
  border: 1px solid #1675BC;
  background-color: #1675BC;
  color: #fff;
}
.sensorsCalls .block-border {
  border: 1px #000 solid !important;
}
.error-msg {
  color: #a94442;
}
.fix-error-icon {
  top: 27px;
}
body {
  font-family: "Saira", sans-serif;
}
body button,
body input,
body optgroup,
body select,
body textarea {
  font-family: "Saira", sans-serif;
}
select.form-control {
  padding: 0.25rem 0.75rem;
}
div.card-header {
  font-size: 18px;
  padding: 1rem 1.25rem 0.75rem 1.25rem;
}
.ngx-toolbar {
  background-color: #ffffff !important;
}
.ngx-toolbar .ngx-toolbar-set .ngx-editor-button {
  background-color: #ffffff;
  border: 0;
  padding: 0.4rem;
  min-width: 2.5rem;
  float: left;
  border-right: 1px solid #ddd;
}
.ngx-toolbar {
  background-color: #ffffff !important;
}
.ngx-toolbar .ngx-toolbar-set .ngx-editor-button {
  background-color: #ffffff;
  border: 0;
  padding: 0.4rem;
  min-width: 2.5rem;
  float: left;
  border-right: 1px solid #ddd;
}
.collapseListDiv {
  padding: 0.5rem;
  border: 1px solid #ddd;
  margin: 0px 0.5rem;
}
.collapseDataDiv {
  margin: 0rem 0.5rem;
  padding: 2rem;
  box-shadow: #d0d0d0 0px 4px 4px -2px inset, #d0d0d0 0px -3px 2px -1px inset;
  overflow: auto;
  border: 1px solid #ddd;
}
.NgxEditor__Wrapper ngx-toggle-command > div {
  background-color: #ffffff;
  padding: 0.4rem;
  min-width: 2.5rem;
  float: left;
  border: 1px solid #ddd;
  cursor: pointer;
}
.NgxEditor__MenuBar {
  height: auto !important;
}
.editorHeight {
  min-height: 200px;
}
.innerTableShadow {
  box-shadow: #d0d0d0 0px 4px 4px -2px inset, #d0d0d0 0px -3px 2px -1px inset;
}
.notificationTemplate .NgxEditor {
  max-height: 22rem !important;
  overflow: auto !important;
}
.text-dark {
  color: #000 !important;
}
