@font-face {
  font-family: 'Roboto-Bold';
  src: url("../webfont/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../webfont/Roboto-Bold.woff") format("woff"), url("../webfont/Roboto-Bold.ttf") format("truetype"), url("../webfont/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Italic';
  src: url("../webfont/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../webfont/Roboto-Italic.woff") format("woff"), url("../webfont/Roboto-Italic.ttf") format("truetype"), url("../webfont/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Medium';
  src: url("../webfont/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../webfont/Roboto-Medium.woff") format("woff"), url("../webfont/Roboto-Medium.ttf") format("truetype"), url("../webfont/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../webfont/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../webfont/Roboto-Regular.woff") format("woff"), url("../webfont/Roboto-Regular.ttf") format("truetype"), url("../webfont/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url("../webfont/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../webfont/Roboto-BoldItalic.woff") format("woff"), url("../webfont/Roboto-BoldItalic.ttf") format("truetype"), url("../webfont/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Oswald-Bold';
  src: url("../webfont/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../webfont/Oswald-Bold.woff") format("woff"), url("../webfont/Oswald-Bold.ttf") format("truetype"), url("../webfont/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  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.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' 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"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' 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") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropdown-menu-left {
  right: auto;
  left: 0; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  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;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.3333333333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
html {
  position: relative;
  min-height: 100%; }

body {
  height: 100%; }

#wrapper {
  display: flex; }
  #wrapper #content-wrapper {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - 62px); }

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px; }
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white; }
  .scroll-to-top:hover {
    background: #343a40; }
  .scroll-to-top i {
    font-weight: 800; }

body {
  font-family: "Roboto-Regular", Arial, sans-serif;
  color: #000;
  line-height: initial;
  font-size: 14px; }

.smaller {
  font-size: 0.7rem; }

.o-hidden {
  overflow: hidden !important; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

html {
  background: #f7f7f7; }

a {
  color: #047F8A; }

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb:hover {
  background: #fff; }

::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA); }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #e4e4e4, #525151);
  border: 1px solid #aaa; }

.navbar.bg-blue {
  padding-top: 0px;
  padding-bottom: 0px; }

.top-title {
  padding-left: 0;
  padding-right: 0; }

.head-right {
  padding-right: 0px; }
  .head-right .nav-top .nav-item .nav-link {
    padding: 2px 5px !important;
    color: #ffffff; }
    .head-right .nav-top .nav-item .nav-link .fa-user-tie {
      font-size: 32px; }
  .head-right .nav-top .nav-item.account {
    padding: 10px 8px;
    background: #228DF6; }
    .head-right .nav-top .nav-item.account > a:hover {
      color: white !important; }
  .head-right .nav-top .nav-item .phonemain {
    background-color: #EC0000;
    padding: 1px 5px !important;
    border-radius: 24px; }
  .head-right .nav-top .nav-item .phonemain i {
    float: left;
    font-size: 11px !important;
    margin: 0 4px 0 0;
    position: relative;
    top: 1px; }
  .head-right .nav-top .nav-item .phonemain span {
    float: left; }
  .head-right .nav-top .nav-item .tooltiphome img {
    width: 40px; }
  .head-right .nav-top .trogiup {
    padding-top: 5px;
    text-align: right;
    border-radius: 6px;
    margin-right: 8px;
    font-size: 12px; }
    .head-right .nav-top .trogiup a:hover {
      color: #FFF !important;
      cursor: pointer; }
    .head-right .nav-top .trogiup .nav-link {
      color: #FFF;
      font-size: 14px;
      float: right;
      font-family: "Roboto-Bold", Arial, Helvetica, sans-serif; }
      .head-right .nav-top .trogiup .nav-link span {
        float: left;
        margin-top: -1px; }
        .head-right .nav-top .trogiup .nav-link span img {
          margin-right: 0px !important; }
    .head-right .nav-top .trogiup .fas, .head-right .nav-top .trogiup .fab {
      font-size: 14px; }
  .head-right .nav-top .account a {
    color: #000; }
  .head-right .nav-top .account .dropdown-menu-right {
    right: 5px; }

.background-map {
  height: 622px;
  margin-top: -48px; }
  .background-map img {
    height: 100%; }

.tendiadanh {
  font-family: "Oswald-Bold", Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

.transition, .set-home-button span, .set-home-button span:before {
  transition: all .3s, visibility 0s;
  -ms-transition: all .3s, visibility 0s;
  -webkit-transition: all .3s, visibility 0s;
  -moz-transition: all .3s, visibility 0s; }

.set-home-button {
  background: none;
  border: none;
  color: #fff;
  border-right: 1px solid #ccc;
  margin: 0 4px 0 0; }
  .set-home-button span {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 13px;
    border: 1px solid #0071EE;
    border-radius: 20px;
    background: #0071EE; }
    .set-home-button span:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 11px;
      height: 11px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.4); }
  .set-home-button.active span {
    background: #00AEFF; }
    .set-home-button.active span:before {
      top: -1px;
      -webkit-transform: translateX(160%);
      -moz-transform: translateX(160%);
      -ms-transform: translateX(160%);
      -o-transform: translateX(160%);
      transform: translateX(160%);
      box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.4); }

.tooltip-logo {
  display: block !important; }
  .tooltip-logo .tooltip-inner {
    background: #00AEFF;
    padding: 2px;
    font-size: 10px;
    max-width: 400px; }
  .tooltip-logo .arrow::before, .tooltip-logo .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #00AEFF; }

.trogiup-1 {
  margin: 0 0 6px 0; }

.navbar-nav .form-inline .input-group {
  width: 100%; }
.navbar-nav .nav-item.active .nav-link {
  color: #000; }
.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro'; }
.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: ''; }
.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none; }
.navbar-nav .nav-item .nav-link:focus {
  outline: none; }
.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem; }
@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto; } }

.sidebar {
  width: 90px !important;
  background-color: white;
  border-right: 1px solid #818181;
  min-height: calc(100vh - 60px); }
  .sidebar .nav-item:last-child {
    margin-bottom: 1rem; }
  .sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px; }
    .sidebar .nav-item .nav-link span {
      font-size: 0.65rem;
      display: block; }
  .sidebar .nav-item .dropdown-menu {
    position: absolute !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0; }
    .sidebar .nav-item .dropdown-menu.dropup {
      bottom: 0;
      top: auto !important; }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: none; }
  .sidebar .nav-item .nav-link {
    color: #000;
    font-size: 0.875rem;
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif; }
    .sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
      background: #F2F2F2; }
  .sidebar.toggled {
    width: 0 !important;
    overflow: hidden; }

@media (min-width: 768px) {
  .sidebar {
    width: 15.625rem !important; }
    .sidebar .nav-item {
      border-bottom: 1px solid #E9E9E9; }
      .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.5rem;
        width: 15.625rem; }
        .sidebar .nav-item .nav-link span {
          font-size: 0.875rem;
          display: inline;
          font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif; }
      .sidebar .nav-item .dropdown-menu {
        position: absolute !important;
        transform: none !important;
        left: calc(15.625rem - 10px) !important;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        top: 0;
        border-radius: 0px;
        border-color: #818181; }
        .sidebar .nav-item .dropdown-menu::after {
          content: '';
          position: absolute;
          left: -15px;
          top: 2%;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-right: 16px solid white;
          border-bottom: 10px solid transparent;
          clear: both; }
        .sidebar .nav-item .dropdown-menu::before {
          content: '';
          position: absolute;
          left: -17px;
          top: 2%;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-right: 16px solid #818181;
          border-bottom: 10px solid transparent;
          clear: both; }
      .sidebar .nav-item .dropdown-item {
        font-size: 0.875rem;
        padding: 0.25rem 1.0rem 0.25rem 1.5rem; }
      .sidebar .nav-item .dropdown-header {
        display: block;
        padding: 0rem 1.0rem;
        margin-bottom: 0;
        font-size: 0.875rem;
        color: #00AEFF;
        font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif; }
      .sidebar .nav-item.dropdown .dropdown-toggle::after {
        display: block;
        position: absolute;
        right: 0px;
        top: 8px; }
    .sidebar.toggled {
      overflow: visible;
      width: 90px !important; }
      .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem; }
      .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 90px; }
        .sidebar.toggled .nav-item .nav-link span {
          font-size: 0.65rem;
          display: block; }
      .sidebar.toggled .nav-item .dropdown-menu {
        position: absolute !important;
        transform: none !important;
        left: calc(90px + 0.5rem) !important;
        margin: 0; }
        .sidebar.toggled .nav-item .dropdown-menu.dropup {
          bottom: 0;
          top: auto !important; }
      .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
        display: none; } }
.bg-blue {
  background-color: #0479EC; }
  .bg-blue a {
    color: white; }
  .bg-blue .navbar-brand {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px; }
    .bg-blue .navbar-brand > a:hover {
      color: white !important; }
  .bg-blue img {
    margin-right: 0.5rem; }

.navbar {
  padding: 0.2rem 1rem 0.2rem 0.5rem; }

.navhead {
  background: #00AEFF;
  padding: 2px 5px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }
  .navhead .btn-sm, .navhead .btn-group-sm > .btn,
  .navhead .btn-group-sm > .btn {
    padding: 3px 0rem;
    height: 13px; }

.fa-zalo {
  width: 15px;
  height: 15px;
  background: url("../img/icon-zalo.png") no-repeat center center; }

.fa-huongdan {
  width: 14px;
  height: 14px;
  background: url("../img/huongdan.png") no-repeat center center;
  margin: 0 4px 0 0; }

.fa-thumnail {
  width: 25px;
  height: 25px;
  background: url("../img/thumnail.png") no-repeat center center; }

.fa-if {
  width: 26px;
  height: 26px;
  border: 1px solid white;
  border-radius: 50%;
  padding: 3px 7px;
  color: white; }

.sidebar.navbar-nav.toggled .text-white {
  font-size: 0.7rem;
  text-align: center; }
.sidebar.navbar-nav.toggled .nav-item .nav-link {
  padding: 0.3125rem 0.2rem 0.3125rem 0.3125rem; }
  .sidebar.navbar-nav.toggled .nav-item .nav-link span {
    font-size: 0.5625rem; }

.nav-main .fa-thumnail {
  margin-top: 9px;
  color: #ffffff;
  font-size: 25px;
  margin-right: 10px;
  margin-left: 5px; }
.nav-main .nav-link {
  color: #000;
  padding: 0.2rem 0rem !important; }
.nav-main .boxdrop-mainmenu {
  min-width: 80rem;
  border-radius: 2px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.24);
  padding: 0px;
  border-color: #DFDFDF; }
  .nav-main .boxdrop-mainmenu > ul > .nav-item {
    border-right: 1px dashed #707070;
    border-top: 5px solid #DCAD29;
    padding: 0rem; }
    .nav-main .boxdrop-mainmenu > ul > .nav-item:last-child {
      border-right: none; }
    .nav-main .boxdrop-mainmenu > ul > .nav-item > p {
      padding: 0.2rem 1rem !important;
      background: #FFF8E4;
      font-size: 16px;
      margin-bottom: 0px;
      text-transform: uppercase;
      color: #0479EC; }
    .nav-main .boxdrop-mainmenu > ul > .nav-item ul {
      padding: 0.2rem 0.2rem 0.2rem 0.5rem !important;
      display: inline-grid; }
      .nav-main .boxdrop-mainmenu > ul > .nav-item ul li {
        padding: 0.2rem 0.5rem !important;
        color: #003A68;
        font-size: 14px;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        white-space: normal;
        transition: all 0.3s ease; }
        .nav-main .boxdrop-mainmenu > ul > .nav-item ul li i {
          font-size: 10px;
          color: #707070;
          margin-right: 5px; }
        .nav-main .boxdrop-mainmenu > ul > .nav-item ul li:hover {
          color: #00AEFF;
          font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif; }
          .nav-main .boxdrop-mainmenu > ul > .nav-item ul li:hover a {
            color: #00AEFF !important; }
          .nav-main .boxdrop-mainmenu > ul > .nav-item ul li:hover i {
            content: url("../img/icons/Group 2237@2x.png"); }
.nav-main .dropdown-menu {
  z-index: 99999; }

.cl-t2 {
  color: #003A68; }

.fa-iconho {
  width: 11px;
  height: 13px;
  background: url("../img/iconho.png") no-repeat center center; }

.fa-icontramdomua {
  width: 11px;
  height: 9px;
  background: url("../img/icondomua.png") no-repeat center center; }

.fa-icontramdomn {
  width: 11px;
  height: 9px;
  background: url("../img/icondomn.png") no-repeat center center; }

a {
  cursor: pointer !important; }
  a:hover {
    color: #0479EC !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-16 {
  width: 16% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-29 {
  width: 29% !important; }

.w-32 {
  width: 32% !important; }

.navbar .nav-main .dropdown-menu {
  transition: 0.4s;
  transform: scale(0);
  transform-origin: 11% 0;
  display: block; }
.navbar .nav-main .dropdown-menu.show {
  transform: scale(1); }

.pd-0 {
  padding: 0 !important; }

.boxdrop-mainmenu-htsdn > .nav-item {
  border-top: 5px solid #00AEFF !important; }
  .boxdrop-mainmenu-htsdn > .nav-item > p {
    background: #E4F1F9 !important; }

#popup-logIn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/bg.png") no-repeat center center; }
  #popup-logIn .login-box {
    width: 384px; }
    #popup-logIn .login-box .login-title {
      background-color: #E1EDF6;
      padding: 4px 10px; }
      #popup-logIn .login-box .login-title h5 {
        margin: 0;
        font-size: 16px;
        font-family: 'Roboto-Bold';
        color: #00AEFF; }
    #popup-logIn .login-box .login-content {
      padding: 8px 10px;
      background-color: white; }
      #popup-logIn .login-box .login-content p {
        font-size: 12px;
        font-weight: normal; }
      #popup-logIn .login-box .login-content .form-group {
        display: flex;
        margin: 0; }
        #popup-logIn .login-box .login-content .form-group label {
          width: 35%;
          padding: 6px 8px;
          font-weight: 500;
          font-size: 14px; }
        #popup-logIn .login-box .login-content .form-group .form-control {
          width: 65%;
          height: 24px;
          border-radius: 0; }
      #popup-logIn .login-box .login-content .form-check {
        margin-left: 35%; }
        #popup-logIn .login-box .login-content .form-check .form-check-label {
          font-weight: normal;
          font-size: 14px; }
        #popup-logIn .login-box .login-content .form-check .form-check-input {
          width: 16px;
          height: 16px;
          margin-top: 1px; }
      #popup-logIn .login-box .login-content .login-btn {
        position: relative;
        height: 32px;
        width: 100%; }
        #popup-logIn .login-box .login-content .login-btn .fg-pass {
          position: absolute;
          bottom: 4px;
          color: #0080FF;
          transition: 0.4s;
          font-size: 14px; }
          #popup-logIn .login-box .login-content .login-btn .fg-pass:hover {
            color: #4400ff; }
        #popup-logIn .login-box .login-content .login-btn .btn-login {
          position: relative;
          height: 32px;
          width: 120px;
          border: none;
          background-color: #00AEFF;
          color: white;
          float: right;
          font-family: 'Roboto-Medium';
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.24);
          transition: 0.4s; }
          #popup-logIn .login-box .login-content .login-btn .btn-login:hover {
            box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.24);
            transform: scale(1.02); }

footer.sticky-footer {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  height: 80px;
  background-color: #e9ecef; }
  footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem; }
  @media (min-width: 768px) {
    footer.sticky-footer {
      width: calc(100% - 225px); } }

body.sidebar-toggled footer.sticky-footer {
  width: 100%; }
@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 90px); } }

.Searchbox {
  width: 100%; }
  .Searchbox .input-group {
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 2px 0;
    border-radius: 32px; }
    .Searchbox .input-group input {
      background-color: transparent;
      border: none;
      color: #fff !important; }
    .Searchbox .input-group input:invalid {
      background-color: transparent; }
    .Searchbox .input-group input::-webkit-input-placeholder {
      /* Edge */
      color: #91C5FF; }
    .Searchbox .input-group input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #91C5FF; }
    .Searchbox .input-group input::placeholder {
      color: #91C5FF; }
  .Searchbox .btn-hientrang {
    background-color: transparent;
    color: #fff;
    margin-left: 2px; }
  .Searchbox .form-control {
    height: 24px; }
  .Searchbox .btn {
    padding: 0rem 0 0 0.75rem;
    line-height: 0.5;
    background-color: transparent;
    color: #fff !important;
    font-size: 14px; }
  .Searchbox .fa-home {
    padding: 0 10px 0 0;
    border-right: 1px solid #91C5FF; }
  .Searchbox .btn-search {
    padding: 0rem 0.75rem 0 0; }

.btn-search {
  padding: 0.2rem 1rem;
  border-radius: 0px !important;
  background-color: #ECEAEA;
  color: #0479EC; }
  .btn-search:hover {
    color: #000; }

.input-group-drop {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 9999;
  padding: 0 0 0 4px;
  color: #fff; }

.cwrs-popsearch {
  z-index: 99999;
  width: 37.5rem;
  font-size: 0.875rem;
  background: white;
  position: absolute;
  left: -60px;
  top: 44px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: none; }
  .cwrs-popsearch.open {
    -webkit-transition: all 0.5s linear;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.5s linear;
    display: block; }
  .cwrs-popsearch .popwindow-head {
    background: #00AEFF;
    color: white; }
    .cwrs-popsearch .popwindow-head h4 {
      font-size: 0.6875rem;
      font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      padding: 5px;
      margin: 0px; }
    .cwrs-popsearch .popwindow-head span {
      padding: 3px 2px; }
      .cwrs-popsearch .popwindow-head span a {
        margin-right: 5px;
        font-size: 15px;
        cursor: pointer; }
    .cwrs-popsearch .popwindow-head .fa-fullwindow {
      width: 15px;
      height: 15px;
      background: url("../img/fullicon.png") no-repeat center center; }
    .cwrs-popsearch .popwindow-head .fa-restore {
      background: url("../img/restoreicon.png") no-repeat center center; }
    .cwrs-popsearch .popwindow-head .fa-close {
      width: 13px;
      height: 13px;
      background: url("../img/close.png") no-repeat center center; }

.pop-search .home-form-label {
  width: 42%;
  text-align: right; }

.message-data {
  font-size: 12px; }
  .message-data span {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }

.hientrang_boxinfo {
  margin-top: 15px;
  border: 1px solid #ccc;
  position: relative;
  border-radius: 2px;
  padding-top: 1rem; }
  .hientrang_boxinfo .hientrang_titleboxinfo {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #f5f5f5;
    left: 0.5rem;
    top: -10px;
    padding: 2px 0.5rem;
    color: #000; }
  .hientrang_boxinfo .boxinfo-container {
    display: flex;
    border-bottom: 1px solid #E6E6E6; }
    .hientrang_boxinfo .boxinfo-container .hientrang_chitiet {
      color: #000;
      font-style: italic; }
    .hientrang_boxinfo .boxinfo-container .value-name {
      padding: 0px;
      padding-left: 10px; }
    .hientrang_boxinfo .boxinfo-container .boxlinkdetail {
      padding: 5px; }
    .hientrang_boxinfo .boxinfo-container .boxluongmua {
      padding: 2px;
      text-align: center;
      font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }
      .hientrang_boxinfo .boxinfo-container .boxluongmua i {
        font-size: 13px;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif; }

.valuebox {
  display: flex;
  padding: 0.3rem; }
  .valuebox .value-info {
    color: white;
    text-align: center; }
    .valuebox .value-info > i {
      font-size: 13px;
      margin-right: 5px; }
    .valuebox .value-info span {
      font-size: 1rem;
      font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }
      .valuebox .value-info span i {
        font-style: normal;
        font-size: 12px; }
  .valuebox .value-trend {
    text-align: left;
    padding-left: 1px; }

.level-safe {
  background: #33AF47; }

.level-bigger {
  background: #F75352; }

.level-bt {
  background: #808281; }

.level-duoi50 {
  background: #59B5FE; }

.level-tren50duoi100 {
  background: #D8F156; }

.level-tren100duoi200 {
  background: #F14A7D; }

.level-tren200 {
  background: #B553EC; }

.level-luongmubt {
  background: #F4F5F1; }

.fa-ln-arrow-down {
  width: 11px;
  height: 30px;
  background: url("../img/giam.png") no-repeat center center; }

.fa-ln-arrow-up {
  width: 11px;
  height: 30px;
  background: url("../img/tang.png") no-repeat center center; }

.thongsotran {
  background: #DED9D9;
  border-left: 1px solid #ffffff;
  text-align: center; }
  .thongsotran p {
    font-size: 1rem;
    margin: 0px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    padding-top: 2px; }
  .thongsotran p:first-child {
    font-size: 12px;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif; }
  .thongsotran .date {
    font-size: 10px;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif; }

.container-fluid {
  position: relative; }

.cwrs-popwindow {
  z-index: 999;
  width: 37.5rem;
  height: 0;
  font-size: 0.875rem;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .cwrs-popwindow.open {
    height: calc(100vh - 60px);
    -webkit-transition: all 0.5s linear;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.5s linear; }
  .cwrs-popwindow.open2 {
    width: 79rem;
    -webkit-transition: all 0.5s linear;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.5s linear;
    height: calc(100vh - 110px); }
  .cwrs-popwindow.open3 {
    width: 30rem;
    -webkit-transition: all 0.5s linear;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.5s linear; }
  .cwrs-popwindow.open4 {
    width: 1000px;
    -webkit-transition: all 0.5s linear;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.5s linear; }
  .cwrs-popwindow.fullwindow {
    width: calc(100% - 75px);
    -webkit-transition: all 0.5s linear;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.5s linear; }
  .cwrs-popwindow .popwindow-head {
    background: #00AEFF;
    color: white; }
    .cwrs-popwindow .popwindow-head h4 {
      font-size: 0.8rem;
      font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      padding: 5px;
      margin: 0px; }
    .cwrs-popwindow .popwindow-head span {
      padding: 3px 2px; }
      .cwrs-popwindow .popwindow-head span a {
        margin-right: 5px;
        font-size: 15px;
        cursor: pointer; }
    .cwrs-popwindow .popwindow-head .fa-fullwindow {
      width: 15px;
      height: 15px;
      background: url("../img/fullicon.png") no-repeat center center; }
    .cwrs-popwindow .popwindow-head .fa-restore {
      background: url("../img/restoreicon.png") no-repeat center center; }
    .cwrs-popwindow .popwindow-head .fa-close {
      width: 13px;
      height: 13px;
      background: url("../img/close.png") no-repeat center center; }
  .cwrs-popwindow .popwindow-content {
    overflow: auto;
    height: calc(100% - 27px);
    /* padding: 5px; */ }

.dataTables_length, .dataTables_scrollFootInner, .fixedHeader-floating {
  display: none; }

.modal-backdrop.show {
  display: none; }

.modal {
  background: rgba(0, 0, 0, 0.6); }

.nav-tabs-large {
  border-bottom: 1px solid #DAE9FF;
  position: relative;
  background: #F5F5F5;
  margin-left: -1px; }
  .nav-tabs-large .nav-link {
    color: #000;
    border-right: 1px solid #fff;
    border-radius: 0rem;
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    padding: 6px 8px; }
  .nav-tabs-large .nav-item {
    background: #DAE9FF;
    font-family: Roboto-Bold;
    font-size: 14px; }
  .nav-tabs-large .nav-link.active, .nav-tabs-large .nav-item.show .nav-link, .nav-tabs-large .nav-link.active:hover, .nav-tabs-large .nav-item.show .nav-link:hover {
    color: #0479EC;
    background-color: #fff;
    border-radius: 0rem;
    border-top: solid 2px #3595FF;
    border-right: solid 1px #CCD6E1;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #CCD6E1;
    font-family: 'Roboto-Bold',Arial, Helvetica, sans-serif; }

.tab-content {
  padding: 5px; }

.tab-content > .tab-pane {
  height: 100%; }

.nav-tabs .nav-link:hover {
  color: #0479EC !important;
  border-top: 1px solid #A3C7E8;
  border-right: 1px solid #A3C7E8;
  border-left: 1px solid #A3C7E8; }

.form-thongtinnguoidung .col-form-label {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px; }

.boxfixpadding {
  padding-left: 4px;
  padding-right: 4px; }

.boxborderblue {
  border: 1px solid #CCD6E1; }

.boxnhomquyen .nav .nav-link {
  color: #000; }
  .boxnhomquyen .nav .nav-link.active {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }
.boxnhomquyen .ln-boxsearch-inline {
  margin-top: 0px; }
.boxnhomquyen .groupnhomquyen {
  height: 86% !important;
  overflow: auto; }
.boxnhomquyen .groupfoottree .btn-sm, .boxnhomquyen .groupfoottree .btn-group-sm > .btn {
  padding: 2px 6px !important; }
.boxnhomquyen .nhomquyen-chitiet {
  height: 90% !important; }
  .boxnhomquyen .nhomquyen-chitiet .jstreequyen {
    overflow: auto;
    height: 96% !important; }
.boxnhomquyen .head-nhomquyen {
  background: #D6F6FF;
  padding: 5px;
  color: #082c3d;
  text-transform: uppercase;
  font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }

@media (min-width: 1369px) {
  .boxnhomquyen .groupnhomquyen {
    height: 90% !important;
    overflow: auto; }
  .boxnhomquyen .nhomquyen-chitiet {
    height: 92% !important; }
    .boxnhomquyen .nhomquyen-chitiet .jstreequyen .jstree-open > .jstree-anchor, .boxnhomquyen .nhomquyen-chitiet .jstreequyen .jstree-clicked {
      font-family: "Roboto-Regular", Arial, Helvetica, sans-serif !important; } }
.hcqt-relative {
  position: relative; }

.w-500 {
  width: 450px !important;
  min-width: 450px !important; }

.fx-12 {
  font-size: 12px !important; }

.he-40 {
  height: 40px !important; }

.he--40 {
  height: calc(100% - 40px) !important; }

.fb-16 {
  font-size: 16px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-title {
  background-color: #E2F0FF;
  color: #0F598B;
  padding: 10px 0 0 14px; }

.hcqt-title-1 {
  text-transform: uppercase;
  padding: 0 4px 0 0; }

.hcqt-title-2 {
  cursor: pointer;
  font-size: 20px; }

.hcqt-title-3 {
  cursor: pointer;
  float: right;
  padding: 0 24px 0 0; }

.po-r {
  position: relative; }

.top-70 {
  top: 71px !important; }

.hcqt-nav .nav-pills .nav-link.active,
.hcqt-nav .nav-pills .show > .nav-link {
  color: #0479EC !important;
  background-color: transparent;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
  border-bottom: 3px solid #0479EC;
  border-radius: 0; }

.hcqt-nav .nav-pills .nav-link {
  font-size: 16px;
  color: #000 !important;
  padding: 8px 28px 4px 28px;
  height: 100%; }

.hcqt-nav-2 .nav-item {
  width: 100%; }

.hcqt-nav-2 .dropdown-item.active,
.hcqt-nav-2 .dropdown-item:active {
  background-color: #DAE9FF;
  color: #3595FF;
  font-size: 16px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-nav-2 .dropdown-item {
  padding: 8px 8px 8px 4px;
  font-size: 16px; }

.hcqt-nav-2 .dropdown-item i {
  width: 40px;
  text-align: center;
  font-size: 16px;
  margin: 0;
  top: 0; }

.hcqt-nav .tab-content > .tab-pane {
  overflow: auto; }

.hcqt-list-1-1 {
  position: relative;
  cursor: pointer;
  height: 40px;
  padding: 4px 0 0 0;
  overflow: hidden; }

.hcqt-list-1-1-2 {
  position: relative;
  top: -26px;
  background-color: #fff;
  text-transform: uppercase;
  color: #0F598B;
  padding: 0 8px; }

.hcqt-list-1-1-3 {
  top: -24px;
  position: relative;
  float: right;
  padding: 0 8px;
  background-color: #fff; }

.hcqt-list-1-2-1 {
  /* min-height: 50px; */
  width: calc(100% - 16px) !important;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  margin: 0 0 8px 8px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.hcqt-list-1-2-1-1-1 {
  font-size: 18px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
  padding: 6px 6px; }

.hcqt-list-1-2-1-1-2 {
  font-size: 12px;
  color: #666; }

.hcqt-list-1-2-1-1-3 {
  padding: 10px 6px 4px 6px;
  float: right;
  cursor: pointer; }

.hcqt-list-1-2-1-1 {
  /* cursor: pointer; */
  border-bottom: 1px solid #ddd; }

.hcqt-list-1-2-1-2 {
  padding: 4px 10px; }

.hcqt-list-1-2-1-2-1 {
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #ddd; }

.hcqt-list-1-2-1-2-1-1 {
  text-transform: uppercase;
  font-size: 16px;
  float: left;
  font-family: "Roboto-Medium",Arial, Helvetica, sans-serif;
  /* cursor: pointer; */ }

.hcqt-list-1-2-1-2-1-11 {
  padding: 10px 13px;
  position: relative;
  float: left;
  cursor: pointer; }

.hcqt-list-1-2-1-2-1-11-1 {
  padding: 6px 4px 0;
  position: relative;
  float: left;
  cursor: pointer; }

.hcqt-list-1-2-1-2-1-11-2 {
  padding: 6px 4px 0;
  position: relative;
  float: left;
  cursor: pointer;
  color: #3595FF; }

.hcqt-list-1-2-1-2-1-12 {
  padding: 10px 12px;
  position: relative;
  float: left;
  cursor: pointer; }

.hcqt-list-1-2-1-2-1-21 {
  color: #C1C1C1;
  position: relative;
  top: -3px;
  padding: 0 4px; }

.hcqt-list-1-2-1-2-1-22 {
  position: relative;
  top: -3px;
  padding: 0 8px; }

.hcqt-list-1-2-1-2-1-23 {
  font-size: 22px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-list-1-2-1-2-1-24 {
  padding: 0 0 0 4px; }

.hcqt-list-1-2-1-2-1-25 {
  color: #0F598B;
  font-style: italic;
  width: 150% !important;
  float: right !important; }

.hcqt-i-down {
  background: url("./../images/hcqt-down.png") no-repeat; }

.hcqt-i-up {
  background: url(./../images/hcqt-up.png) no-repeat; }

.hcqt-detail {
  background: url(./../images/hcqt-detail.png) no-repeat 4px 10px; }

.hcqt-color-down {
  color: #33AF47; }

.hcqt-color-up {
  color: #F75352; }

.hcqt-list-1-2-1-2-1-2 {
  font-style: italic;
  font-size: 12px;
  width: 100%; }

.hcqt-group {
  background: url(./../images/hcqt-group.png) no-repeat 6px 6px;
  float: left;
  padding: 12px 12px; }

.hcqt-c-down {
  background: url("./../images/hcqt-c-down.png") no-repeat 4px 0; }

.hcqt-c-up {
  background: url(./../images/hcqt-c-up.png) no-repeat 4px 0; }

.hcqt-list-1-2-1-2-1-3 {
  float: left;
  font-family: "Roboto-Medium",Arial, Helvetica, sans-serif; }

.hcqt-list-1-2-1-2-1-26 {
  font-size: 18px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-tab-content {
  padding: 0 !important; }

.hcqt-list-1-2-1-2 div.hcqt-list-1-2-1-2-2:last-child {
  border: none; }

.hcqt-list-1-2-1-2-2 {
  padding: 8px 0 8px 0;
  border-bottom: 1px dashed #ddd; }

.hcqt-list-1-2-1-2-1 div.hcqt-list-1-2-1-2-2:last-child {
  padding: 12px 0 0 0; }

.hcqt-list-1-2-1-2 div.hcqt-list-1-2-1-2-1:last-child {
  border: none; }

.hcqt-list-1-2-1-3 {
  color: #3595FF;
  padding: 0 10px 10px;
  cursor: pointer; }

.hcqt-list-1-2-1-3-1 {
  cursor: pointer; }

.hcqt-list-1-2-1-3-2 {
  font-size: 12px;
  padding: 0 0 0 6px;
  cursor: pointer; }

.hcqt-list-1-2-1-2-1-41 {
  float: left;
  font-size: 16px; }

.hcqt-list-1-2-1-2-1-42 {
  font-size: 18px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-list-1-2-1-2-1-43 {
  padding: 0 0 0 4px; }

.hcqt-list-1-2-1-2-3 {
  padding: 4px 0 4px 0; }

.hcqt-list-1-2-1-2-3-1 {
  padding: 4px 0 4px 0;
  border-bottom: 1px dashed #ddd; }

.hcqt-list-1-2-1-2-3 div.hcqt-list-1-2-1-2-3-1:last-child {
  border: none; }

.hcqt-click-1 {
  cursor: pointer; }

.hcqt-list-1-2-1-2-4 {
  color: #3595FF;
  padding: 6px 0 2px 10px;
  cursor: pointer;
  border-top: 1px solid #ddd; }

.hcqt-list-1-2-1-2-2-2-1 {
  width: calc(33.33333333% - 10px) !important;
  margin: 4px 5px;
  background-color: #DAE9FF;
  border-radius: 3px;
  padding: 3px 0;
  min-height: 55px; }

.hcqt-list-1-2-1-2-2-2-1-1 {
  font-size: 14px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-list-1-2-1-2-2-2-1-2 {
  font-size: 18px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-list-1-2-1-2-2-2-1-3 {
  padding: 0 0 0 4px; }

.hcqt-list-1-2-1-2-2-2-1-4 {
  font-size: 12px; }

.hcqt-list-1-2-1-2-2-2-1-5 {
  font-size: 14px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-list-1-2-1-2-2-2-1-6 {
  padding: 0 0 0 4px; }

.hcqt-list-1-2-1-2-2-2-2 {
  width: calc(33.33333333% - 10px) !important;
  margin: 4px 5px;
  border: 1px solid #DAE9FF;
  border-radius: 3px;
  padding: 3px 0;
  min-height: 55px; }

.hcqt-list-1-2-1-2-2-2-1-1-1 {
  float: none;
  top: 8px; }

.hcqt-list-1-2-1-2-2-2-3 {
  width: calc(50% - 10px) !important;
  margin: 4px 5px;
  background-color: #DAE9FF;
  border-radius: 3px;
  padding: 8px;
  min-height: 55px; }

.popup-list {
  height: calc(100% - 10px); }

.hcqt-nav-pills {
  margin: 0 !important; }

.hcqt-nav label {
  margin: 0; }

.hcqt-nav-2 {
  margin: 0 !important; }

.hcqt-tm-1 {
  height: 40px; }

.hcqt-tm-2 {
  height: calc(100% - 40px); }

.hcqt-tm-1-1 {
  padding: 4px 0; }

.hcqt-tm-1-1-1 {
  font-size: 14px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
  padding: 4px 0 0 12px;
  float: left; }

.hcqt-tm-1-2 {
  padding: 4px 0; }

.hcqt-tm-1-2-1 {
  float: right;
  background-color: #DAE9FF;
  border: 1px solid #A5C8FB;
  margin: 0 8px;
  padding: 2px 10px;
  cursor: pointer;
  color: #3595FF; }

.hcqt-tm-1-2-2 {
  float: right;
  padding: 4px 10px 0 10px; }

.hcqt-tm-1-2-3 {
  float: right;
  padding: 4px 10px 0 0; }

.hcqt-tm-1-2-4 {
  float: right; }

.hcqt-tm-nav .nav-pills .nav-link.active,
.hcqt-tm-nav .nav-pills .show > .nav-link {
  color: #0479EC !important;
  background-color: transparent;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
  border-top: 3px solid #0479EC;
  border-radius: 0;
  background-color: #fff; }

.hcqt-tm-nav .nav-pills .nav-link {
  font-size: 14px;
  color: #000 !important;
  padding: 8px 30px 4px 30px;
  height: 100%;
  background-color: #DAE9FF;
  border-radius: 0; }

.hcqt-tm-nav-pills {
  background-color: #F5F5F5; }

.hcqt-tm-bieudo-1 {
  font-size: 16px; }

.hcqt-tm-bangbieu-1 {
  padding: 0 4px; }

.hcqt-tm-bangbieu-quantrac-header {
  background-color: #CCDDE8 !important;
  text-align: center; }

.hcqt-tm-bangbieu-dubao-header {
  background-color: #E6E1E6 !important;
  text-align: center; }

.hcqt-tm-2-1 {
  position: absolute;
  left: 250px;
  top: 9px; }

.hcqt-tm-2-1-1 {
  font-size: 12px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-tm-2-1-2 {
  font-size: 12px; }

.hcqt-tm-2-1-3 {
  font-size: 12px;
  color: #3595FF;
  border-left: 1px solid #949494;
  padding: 0 0 0 4px; }

.hcqt-tm-2-2 {
  position: absolute;
  right: 10px;
  top: 9px; }

.hcqt-tm-2-2-1 {
  font-size: 12px;
  color: #3595FF; }

.hcqt-tm-2-2-2 {
  font-size: 12px;
  color: #3595FF;
  border-left: 1px solid #949494;
  padding: 0 0 0 4px; }

.hcqt-cong-1 {
  height: 40px; }

.hcqt-cong-2 {
  height: calc(100% - 40px); }

.hcqt-cong-1-1 {
  padding: 4px 0; }

.hcqt-cong-1-1-1 {
  font-size: 14px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
  padding: 4px 0 0 12px;
  float: left; }

.hcqt-cong-1-2 {
  padding: 4px 0; }

.hcqt-cong-1-2-1 {
  float: right;
  background-color: #DAE9FF;
  border: 1px solid #A5C8FB;
  margin: 0 8px;
  padding: 2px 10px;
  cursor: pointer;
  color: #3595FF; }

.hcqt-cong-1-2-2 {
  float: right;
  padding: 4px 10px 0 10px; }

.hcqt-cong-1-2-3 {
  float: right;
  padding: 4px 10px 0 0; }

.hcqt-cong-1-2-4 {
  float: right; }

.hcqt-cong-nav .nav-pills .nav-link.active,
.hcqt-cong-nav .nav-pills .show > .nav-link {
  color: #0479EC !important;
  background-color: transparent;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
  border-top: 3px solid #0479EC;
  border-radius: 0;
  background-color: #fff; }

.hcqt-cong-nav .nav-pills .nav-link {
  font-size: 14px;
  color: #000 !important;
  padding: 8px 30px 4px 30px;
  height: 100%;
  background-color: #DAE9FF;
  border-radius: 0; }

.hcqt-cong-nav-pills {
  background-color: #F5F5F5; }

.hcqt-cong-bieudo-1 {
  font-size: 16px; }

.hcqt-cong-bangbieu-1 {
  padding: 0 4px; }

.hcqt-cong-bangbieu-quantrac-header {
  background-color: #CCDDE8 !important;
  text-align: center;
  font-weight: bold; }

.hcqt-cong-bangbieu-dubao-header {
  background-color: #E6E1E6 !important;
  text-align: center;
  font-weight: bold; }

.hcqt-cong-2-1 {
  position: absolute;
  left: 250px;
  top: 9px; }

.hcqt-cong-2-1-1 {
  font-size: 12px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqt-cong-2-1-2 {
  font-size: 12px; }

.hcqt-cong-2-1-3 {
  font-size: 12px;
  color: #3595FF;
  border-left: 1px solid #949494;
  padding: 0 0 0 4px; }

.hcqt-cong-2-2 {
  position: absolute;
  right: 10px;
  top: 9px; }

.hcqt-cong-2-2-1 {
  font-size: 12px;
  color: #3595FF; }

.hcqt-cong-2-2-2 {
  font-size: 12px;
  color: #3595FF;
  border-left: 1px solid #949494;
  padding: 0 0 0 4px; }

.hcqt-hochua-tab-item a {
  padding: 8px 8px 8px 12px !important; }

.hcqt-hochua-tab-item:hover a {
  background-color: #DAE9FF !important;
  font-size: 16px !important;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif !important;
  color: #3595FF !important; }

.hcqt-cb-1 {
  color: #52AADC; }

.hcqt-cb-2 {
  color: #D4C500; }

.hcqt-cb-3 {
  color: #DB7354; }

.hcqt-cb-4 {
  color: #9A46E6; }

.hcqt-table-1 td {
  width: 33%;
  padding: 4px 2px; }

.hcqt-table-td-2 {
  border: 1px solid #DAE9FF;
  padding: 4px 2px; }

.hcqt-table-td-3 {
  background-color: #DAE9FF;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-right: 6px solid #fff; }

.hcqt-list-1-2-1-2-5 {
  margin: 0 -6px;
  width: calc(100% + 12px) !important; }

.hcqt-list-1-2-1-2-5-1 {
  font-size: 14px !important;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif !important;
  float: left;
  padding: 0 4px;
  position: relative;
  top: 3px; }

.hcqt-list-1-2-1-2-5-2 {
  float: left; }

.hcqt-list-1-2-1-2-5-2 .k-picker-wrap.k-state-default {
  padding-right: 40px; }

.hcqt-list-1-2-1-2-5-2.k-datetimepicker .k-select {
  width: 40px; }

.hcqt-list-1-2-1-2-5-2 .k-picker-wrap.k-state-default .k-input {
  font-size: 13px; }

.hcqt-list-1-2-1-2-1-1 sub {
  position: relative;
  top: 0;
  font-size: 11px; }

.hcqt-list-1-2-1-1-4 {
  float: right;
  position: relative;
  top: 6px; }

.hcqt-list-1-2-1-2-6 {
  padding: 6px 0; }

.hcqt-list-1-2-1-2-6-2 {
  float: left;
  margin: 0 15px !important;
  background-color: #3595FF;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px; }

.hcqt-list-1-2-1-2-6-3 {
  float: right;
  padding: 5px 6px;
  cursor: pointer; }

.hcqt-table-2 {
  height: 225px; }

.hcqt-table-2 table {
  width: 100%;
  table-layout: fixed; }

.hcqt-table-2 .tbl-content {
  height: calc(100% - 42px);
  overflow-x: auto; }

.hcqt-table-2 th {
  padding: 4px 2px;
  vertical-align: middle;
  text-align: center;
  background-color: #CCDDE8;
  border-left: 1px solid #fff; }

.hcqt-table-2 td {
  padding: 4px 2px;
  vertical-align: middle;
  text-align: center; }

.hcqt-table-2-th-2 {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  font-style: italic; }

.hcqt-table-2-th-3 {
  font-size: 18px !important;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif !important; }

.hcqt-table-2-th-4 {
  width: 100%;
  font-size: 12px; }

.hcqt-table-2-th-5 {
  width: 100%;
  font-size: 14px;
  font-style: italic;
  color: #0F598B; }

.hcqt-table-2 tr:nth-child(odd) {
  /*background: red;*/ }

.hcqt-table-2 tr:nth-child(even) {
  background-color: #F2FBF9; }

.hcqt-nav .nav-pills {
  border-bottom: 1px solid #ccc; }

.form-group, .btn-sm, .btn-group-sm > .btn {
  margin-bottom: 8px;
  margin-right: 8px; }

.btn {
  border: none; }

.btn-sm, .btn-group-sm > .btn, .form-control-sm {
  height: 24px;
  padding: 2px 8px; }

.btn, .form-control {
  border-radius: 0px; }

label {
  margin-bottom: 0;
  font-size: 14px; }

.btn-box-search {
  background-color: #03A1D6;
  margin-left: -6px; }

.btn-box-add {
  background-color: #0277BD; }
  .btn-box-add i {
    margin-right: 8px; }
  .btn-box-add:hover {
    background: #0479EC;
    color: #ffffff; }

.form-control-sm {
  padding: 2px 4px; }

.btn-link {
  font-size: 0.875rem; }

.btn-md-3 {
  color: #0479EC; }
  .btn-md-3:hover {
    color: #0479EC; }

.btn-md-4 {
  color: #00AEFF; }
  .btn-md-4:hover {
    color: #00AEFF; }

ul {
  list-style: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.bggray {
  background: #f2f2f2; }

.btn-dk-saochep {
  background-color: #019E8D;
  color: #ffffff; }
  .btn-dk-saochep i {
    margin-right: 5px; }
  .btn-dk-saochep:hover {
    background-color: #027B6E;
    color: #ffffff; }

.btn-box-apdung {
  background: #038451;
  color: #ffffff; }
  .btn-box-apdung i {
    margin-right: 5px; }
  .btn-box-apdung:hover {
    background: #019E8D;
    color: #ffffff; }

.btn-md-1:hover {
  background: #00AEFF;
  color: #ffffff; }

.btn-md-2:hover {
  background: #038C91;
  color: #ffffff; }

.btn-bd-3, .btn-bd-1, .btn-bd-2 {
  font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif; }

.btn-bd-1:hover {
  text-decoration: none;
  background: #d8f5ef; }

.btn-bd-2:hover {
  text-decoration: none;
  background: #e1eeff; }

.btn-bd-3:hover {
  text-decoration: none;
  background: #fff4e2; }

/*--- checkbox ---*/
.checkbox input[type="checkbox"] {
  opacity: 0; }

.checkbox label::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #CCCCCC; }

.checkbox label::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px; }

.checkbox label {
  position: relative; }

.checkbox label::before,
.checkbox label::after {
  position: absolute; }

/*Outer-box*/
.checkbox label::before {
  top: 0px;
  left: -20px; }

/*Checkmark*/
.checkbox label::after {
  left: -18px;
  top: -1px; }

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
  content: none; }

/*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f00c";
  color: #00AEFF; }

/*Adding focus styles on the outer-box of the fake checkbox*/
.cwrs-table {
  /*Checkmark*/ }
  .cwrs-table .checkbox label::before {
    top: -12px;
    left: -23px; }
  .cwrs-table .checkbox label::after {
    left: -20px;
    top: -14px; }
  .cwrs-table .form-check-input {
    position: unset !important;
    margin-top: 0 !important;
    margin-left: 0 !important; }

.form-control:disabled, .form-control[readonly] {
  color: #495057;
  outline: 0;
  box-shadow: none;
  background-color: #e9ecef;
  opacity: 1;
  cursor: pointer;
  border-color: #dddede; }

.text-center {
  text-align: center; }

.pagination {
  padding: 8px 0 !important; }

.cwrs-table {
  font-size: 14px; }
  .cwrs-table th {
    text-align: center;
    padding: 0.5rem !important;
    background-color: #D6F6FF;
    border: 1px solid #CCD6E1 !important;
    /*border-bottom: none !important;*/
    color: #000;
    font-family: 'Roboto-Bold'; }
  .cwrs-table td {
    padding: 0.45rem 0.25rem !important;
    line-height: 14px !important;
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    vertical-align: middle !important;
    /*white-space: pre-wrap;*/
    text-align: center; }
  .cwrs-table td:last-child {
    padding: 0.25rem 0.25rem !important;
    line-height: 14px;
    border-right: 1px solid #D8D8D8 !important;
    border-bottom: 1px solid #D8D8D8 !important;
    vertical-align: middle !important; }
  .cwrs-table .tb-thaotac {
    border-right: 1px solid #CCD6E1 !important; }
    .cwrs-table .tb-thaotac .table-icon {
      padding: 0px; }
  .cwrs-table .form-control {
    padding: 2px; }

.table thead th {
  vertical-align: middle; }

.boxcontrol {
  display: flex; }

.color-green {
  color: #04900B; }

.mb-24 {
  margin-bottom: 24px; }

.table-textcenter {
  text-align: center; }

.unismall {
  font-family: "Roboto-Regular", Arial, sans-serif !important;
  font-size: 12px; }

.modal-dialog {
  margin: 9rem auto;
  max-width: 610px; }

.modal-content {
  border-radius: 4px; }
  .modal-content span {
    font-size: 12px; }
  .modal-content label {
    margin-right: 8px; }

.modal-header {
  height: 38px;
  padding: 6px 8px;
  background-color: #3092DD;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .modal-header .modal-title {
    font-size: 16px;
    font-family: 'Roboto-Bold';
    color: white; }
  .modal-header .btn-modal-x {
    padding: 0;
    margin: -16px -16px 0 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    opacity: 1;
    font-size: 14px;
    background: #333333; }

.modal-footer {
  border: none;
  padding: 8px 16px; }

.color-red {
  color: red; }

.fs-italic {
  font-style: italic; }

.w-60 {
  width: 60%; }

.w-40 {
  width: 40%; }

.btn-md-1 {
  background-color: #3091DC;
  color: white; }
  .btn-md-1 i {
    margin-right: 8px; }

.btn-md-2 {
  background-color: #02B9C0;
  color: white; }
  .btn-md-2 i {
    margin-right: 8px; }

p {
  font-size: 14px; }

.text-bold {
  font-family: 'Roboto-Bold'; }

.t-14 {
  font-size: 14px !important; }

.jstreekenh.jstree-default {
  overflow: auto; }
  .jstreekenh.jstree-default .jstree-themeicon {
    background-position: -138px -70px;
    background-repeat: no-repeat; }

.jstree-default {
  font-size: 0.875rem; }
  .jstree-default ul li {
    list-style: none; }

.jstree-clicked {
  font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }

.jstree-open > .jstree-anchor {
  font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }

.fa-globalcw {
  width: 15px;
  height: 12px;
  background: url(../img/Global.png) no-repeat center center;
  background-size: contain; }

.boxeditdelete-treenode {
  display: none;
  position: absolute;
  top: -8px;
  right: 5px; }
  .boxeditdelete-treenode a {
    margin-right: 2px; }

.jstreelarge .jstree-anchor {
  width: 89%;
  margin-top: 5px;
  position: relative; }
.jstreelarge .jstree-icon {
  margin-top: 5px !important; }
.jstreelarge .jstree-icon.jstree-checkbox {
  margin-top: 0px !important; }
.jstreelarge .jstree-clicked .boxeditdelete-treenode {
  display: block; }
.jstreelarge .jstree-clicked.jstree-hovered {
  background: transparent !important; }
.jstreelarge .jstree-wholerow-hovered, .jstreelarge .jstree-wholerow-clicked, .jstreelarge .jstree-wholerow-click.jstree-wholerow-hovered {
  background: #EBEBEB !important;
  height: 30px !important; }

/*tool tree*/
.treetooltip {
  position: relative;
  width: 93%;
  display: inline-block; }

/* Tooltip text */
.treetooltip .treetooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0s, opacity 300ms;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  width: 100%;
  background-color: #D6F6FF;
  border: 1px solid #CCD6E1;
  white-space: normal;
  padding: 5px 0px;
  border-radius: 2px;
  top: 110%;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1070; }
  .treetooltip .treetooltiptext::before {
    content: '';
    position: absolute;
    left: 10%;
    top: -7%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CCD6E1;
    clear: both; }
  .treetooltip .treetooltiptext::after {
    content: '';
    position: absolute;
    left: 10%;
    top: -6%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D6F6FF;
    clear: both; }
  .treetooltip .treetooltiptext p {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding: 0px 5px; }
    .treetooltip .treetooltiptext p span {
      font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }
    .treetooltip .treetooltiptext p:last-child {
      border: none; }

/* Show the tooltip text when you mouse over the tooltip container */
.treetooltip:hover .treetooltiptext {
  visibility: visible;
  opacity: 1; }

/*end tooltip tree*/
.jstree-open .treetooltip .treetooltiptext, .jstree-clicked .treetooltip .treetooltiptext {
  font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif; }

.pop-detail-content {
  height: calc(100% - 48px);
  overflow-y: auto; }

.pd-0 {
  padding: 0 !important; }

.pd-8 {
  padding: 8px !important; }

.qn-list ul {
  padding: 0 0 0 15px; }
  .qn-list ul li {
    padding: 4px 8px; }
    .qn-list ul li a {
      color: #000; }
    .qn-list ul li .cay-tool {
      visibility: hidden;
      margin-left: 3px; }

.active-list {
  position: relative;
  background-color: #ffffff; }
  .active-list .active-l-tool {
    position: absolute;
    right: 4px;
    background: #fff; }
  .active-list .cay-tool {
    visibility: visible !important;
    color: #333333 !important; }
  .active-list a {
    font-family: 'Roboto-Bold';
    color: #00AEFF !important; }

.bod-right {
  border-right: 1px solid #ccc;
  height: calc(100%); }

.w-30 {
  width: 30% !important; }

.w-70 {
  width: 70% !important; }

.ml-8 {
  margin-left: 8px !important; }

.mg-8 {
  margin: 8px; }

.t-16 {
  font-size: 16px !important; }

.dvb-head {
  background-color: #E3F0F6;
  border-radius: 0;
  border: 1px solid #C5DBEC; }

.dvb-body {
  border: 1px solid #C5DBEC;
  padding: 8px;
  min-height: 370px;
  border-bottom: none;
  border-top: none; }
  .dvb-body .form-group {
    margin-right: 0; }

.dvb-title {
  font-family: 'Roboto-Bold';
  font-size: 14px;
  margin-top: 3px; }

.dvb-footer {
  text-align: right;
  border: 1px solid #C5DBEC;
  padding: 8px; }
  .dvb-footer .btn-md-1 {
    margin-right: 0;
    margin-bottom: 0; }

.btn-circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 4px 5px; }

.scroll-y {
  overflow-y: auto; }

.align-middle {
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-c-1 {
  background-color: #02B9C0; }

.btn-c-2 {
  background-color: #0479EC; }

.btn-c-3 {
  background-color: #00AEFF; }

.form-w-fix {
  width: calc(100% - 88px); }

.boxcaytrongright {
  padding-left: 35px;
  padding-right: 0px; }
  .boxcaytrongright .scroll-y {
    padding-right: 20px;
    padding-left: 15px; }

.btn-position {
  position: absolute;
  left: 5px;
  top: 50%; }

.boxborder {
  border: 1px solid #ccc;
  padding: 0px 5px; }

.boxtiendosx {
  margin: 0px;
  overflow: auto; }

.ln-boxright {
  padding: 0px;
  position: relative; }

.boxdonvi {
  margin-right: 0px;
  padding-right: 0px;
  font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }

.ln-boxsearch-inline {
  border: 1px solid #ccc;
  padding: 2px 5px;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px; }
  .ln-boxsearch-inline .form-control {
    border: none;
    height: 18px; }

.form-group-2 {
  padding-right: 5px;
  padding-left: 0px;
  margin-bottom: 5px; }

.ln-boxright .table-responsive {
  border: 1px solid #CCD6E1; }

.boxbutton {
  padding: 5px 0px;
  width: 100%; }

.htCore thead tr:first-child .ln-handson-rowspan .relative {
  margin-top: 20px !important; }

.chugiaikenhconggiaithua {
  padding: 25px 0px 40px 0px;
  display: flex; }
  .chugiaikenhconggiaithua .colkenh .lineround {
    background: white;
    background: -moz-linear-gradient(left, white 0%, white 50%, #e4f5fc 50%, #e4f5fc 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, white), color-stop(50%, #e4f5fc), color-stop(100%, #e4f5fc));
    background: -webkit-linear-gradient(left, white 0%, white 50%, #e4f5fc 50%, #e4f5fc 100%);
    background: -o-linear-gradient(left, white 0%, white 50%, #e4f5fc 50%, #e4f5fc 100%);
    background: -ms-linear-gradient(left, white 0%, white 50%, #e4f5fc 50%, #e4f5fc 100%);
    background: linear-gradient(to right, white 0%, white 50%, #e4f5fc 50%, #e4f5fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f5fc', GradientType=1 ); }
  .chugiaikenhconggiaithua .colgiaithua .lineround {
    background: #e4f5fc;
    background: -moz-linear-gradient(left, #e4f5fc 0%, #e4f5fc 50%, white 50%, white 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #e4f5fc), color-stop(50%, #e4f5fc), color-stop(50%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(left, #e4f5fc 0%, #e4f5fc 50%, white 50%, white 100%);
    background: -o-linear-gradient(left, #e4f5fc 0%, #e4f5fc 50%, white 50%, white 100%);
    background: -ms-linear-gradient(left, #e4f5fc 0%, #e4f5fc 50%, white 50%, white 100%);
    background: linear-gradient(to right, #e4f5fc 0%, #e4f5fc 50%, white 50%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#ffffff', GradientType=1 ); }
  .chugiaikenhconggiaithua .colgiaithua .rounded-circle {
    padding: 16px 20px 0 15px !important; }
  .chugiaikenhconggiaithua .colgiaithua, .chugiaikenhconggiaithua .colkenh, .chugiaikenhconggiaithua .colcong {
    padding: 0px;
    font-family: 'Roboto-Bold',Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #00AEFF;
    font-size: 0.875rem;
    text-align: center; }
  .chugiaikenhconggiaithua .lineround {
    background: #E4F5FC;
    height: 8px; }
    .chugiaikenhconggiaithua .lineround .rounded-circle {
      background: #E4F5FC;
      padding: 25px 20px 0 15px;
      width: 70px;
      height: 70px;
      position: absolute;
      top: -30px;
      left: 40%; }

.groupserchadd {
  display: flex; }
  .groupserchadd [class*='col-sm'] {
    padding-left: 5px;
    padding-right: 5px; }
  .groupserchadd .ln-boxsearch-inline {
    margin: 0px; }
  .groupserchadd .btn-box-add {
    width: 100%;
    padding: 2px;
    margin-top: 7px; }

.boxgroupcontent {
  margin: 0px;
  overflow: auto; }

.groupfoottree {
  padding-top: 5px;
  border-top: 1px solid #ccc; }

.boxquyhoachth .boxgroupcontent .col-group-content {
  padding-left: 5px;
  padding-right: 5px; }

.left-5 {
  left: -5px; }

.pd-6-8 {
  padding: 6px 8px !important;
  margin-bottom: 0px; }

.mb-8 {
  margin-bottom: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.color-2 {
  color: #0479EC; }

.color-w {
  color: #ffffff !important; }

.cb-right {
  z-index: 1; }
  .cb-right img {
    width: 90%;
    height: 35px; }

.cb-left {
  width: 40%;
  z-index: 2; }
  .cb-left h6 {
    font-size: 18px; }
  .cb-left p {
    font-size: 12px; }

.ht-list-cb .col-sm-2 {
  padding: 5px 5px !important; }

.text-upper {
  text-transform: uppercase !important; }

.color-cb-1 {
  color: #469C46; }

.color-cb-2 {
  color: #F32121; }

.ht-title {
  position: relative;
  width: 230px;
  height: 32px;
  position: relative;
  background: #E6E6E6;
  font-family: 'Oswald-Bold';
  font-weight: 700; }

.ht-title:before {
  content: "";
  position: absolute;
  right: -16px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 16px solid #E6E6E6;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent; }

.color-hotro {
  color: black !important; }

.cb-item a {
  color: #105169;
  font-family: "Roboto-Medium",Arial, Helvetica, sans-serif; }
  .cb-item a:hover {
    color: #0479EC !important; }

.bor-dash-r {
  border-right: 1px dashed #ccc; }

.bor-dash-rb {
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc; }

.bor-dash-b {
  border-bottom: 1px dashed #ccc; }

.boxhientrang .unismall {
  margin-bottom: 0px; }
.boxhientrang .form-control {
  border: none;
  height: 54px;
  padding: 0 0.5rem !important;
  text-align: center; }
  .boxhientrang .form-control:focus {
    color: #fff;
    background-color: #0479EC;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25); }
.boxhientrang td.text-center {
  padding: 0px 0rem !important; }

.t-20 {
  font-size: 20px; }

.fw-700 {
  font-weight: 700; }

.nt-list-btn {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0; }

.padd-8-16 {
  padding: 8px 16px; }

.pd-4-4 {
  padding: 4px; }

.pd-8 {
  padding: 8px !important; }

.nt-btn-blue {
  background: #0479EC;
  color: #fff;
  padding: 7px 8px;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  line-height: 10px;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer; }

.nt-btn-blue-2 {
  background: #00AEFF;
  color: #fff;
  padding: 7px 8px;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  line-height: 10px;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer; }

.nt-btn-corbal {
  background: #D6F6FF;
  border: 1px solid #B9DDE1;
  color: #333333;
  padding: 6px 8px;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  line-height: 10px;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer; }

.nt-btn-white-border {
  border: 1px solid #00AEFF;
  color: #00AEFF;
  padding: 6px 8px;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  line-height: 10px;
  cursor: pointer; }

.margin-right-8 {
  margin-right: 8px !important; }

.text-10-italic {
  font-size: 10px;
  font-style: italic;
  font-family: 'Roboto-Italic'; }

.text-16-bold {
  font-size: 16px;
  font-family: 'Roboto-Bold'; }

.text-medium {
  font-family: "Roboto-Medium" !important; }

.pos-rela {
  position: relative; }

.tab-color {
  width: 24px;
  height: 16px;
  border: 1px solid #DBDBDB;
  position: absolute;
  right: 16px;
  top: 4px; }

.tab-bg-red {
  background-color: #F31818; }

.tab-bg-blue {
  background-color: #0000FF; }

.tab-bg-turquoise {
  background-color: #40E0D0; }

.tab-bg-saddebrown {
  background-color: #8B4513; }

.tab-bg-darkblue {
  background-color: #00008B; }

.popup-move {
  height: 300px !important;
  top: 56px; }

.t-12 {
  font-size: 12px; }

.t-14 {
  font-size: 14px; }

.t-16 {
  font-size: 16px; }

.text-italic {
  font-family: 'Roboto-Italic'; }

.text-bold {
  font-family: 'Roboto-Bold'; }

.text-color-t-name {
  color: #00AEFF; }

.hcadd-ts-body {
  padding: 0 20px 0 0;
  overflow-y: auto;
  height: 380px; }

.color-red {
  color: red; }

.nt-list-btn {
  background-color: #FFFFF2;
  border-top: 1px solid #DFDFDF; }

.tag {
  background-color: #D9F6F0;
  height: 22px;
  width: auto;
  position: relative;
  top: -23px;
  margin-left: 1px;
  margin-right: 7px;
  padding: 4px 16px 4px 4px; }
  .tag .tag-close {
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 10px;
    color: #707070; }

.view-pre {
  position: absolute;
  right: 8px;
  top: 4px;
  color: #707070; }

.view-them {
  position: absolute;
  right: 30px;
  top: 4px;
  color: #707070; }

.box-1 {
  display: none;
  position: absolute;
  top: 25px;
  left: 70px;
  width: 465px;
  height: auto;
  background: #fff;
  border: 1px solid #CCCCCC;
  z-index: 9999; }

.box-2 {
  display: none;
  position: absolute;
  top: 25px;
  left: 70px;
  width: 465px;
  height: auto;
  background: #fff;
  border: 1px solid #CCCCCC;
  z-index: 9999; }

.height-24 {
  height: 24px; }

.btn-aaa {
  border: 1px solid #00AEFF;
  color: #00AEFF;
  padding: 4px 8px;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  line-height: 10px;
  cursor: pointer;
  margin-top: 17px; }

.box-header {
  background-color: #F5F5F5;
  border-bottom: 1px solid #CCCCCC; }

.w-33 {
  width: 33% !important; }

.box-body {
  overflow-y: auto; }
  .box-body .form-check-label {
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #333; }
  .box-body .form-check-input {
    margin-top: 2px; }

.btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  padding: 0 3px; }
  .btn-close i {
    position: absolute;
    top: 4px;
    font-size: 12px;
    color: #333333;
    margin-top: -2px; }

.hiden {
  display: none; }

.mt-24 {
  margin-top: 24px !important; }

.active-view {
  color: #00AEFF; }

.btn-excel {
  position: absolute;
  top: 12px;
  right: 8px;
  height: 24px; }
  .btn-excel .btn-ex {
    border: none;
    padding: 4px 8px;
    background-color: #D6F6FF; }

.btn-hoso {
  height: 24px;
  width: 160px; }
  .btn-hoso .btn-hoso-t {
    border: none;
    padding: 4px 8px;
    color: #00AEFF;
    border: 1px solid #00AEFF;
    background-color: transparent; }
  .btn-hoso .btn-hoso-s {
    border: none;
    padding: 4px 8px;
    color: #00AEFF;
    border: 1px solid #00AEFF;
    background-color: transparent; }

.hoso-list {
  position: absolute;
  top: 28px;
  left: 16px;
  z-index: 9999;
  display: none;
  width: 154px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.158); }
  .hoso-list li {
    border-bottom: 1px dotted #ccc;
    transition: 0.4s; }
    .hoso-list li i {
      margin-right: 8px;
      font-size: 4px;
      color: #ccc; }
    .hoso-list li:hover {
      color: #00AEFF; }
      .hoso-list li:hover i {
        color: #00AEFF; }

.btn-add {
  position: absolute;
  top: 4px;
  right: -24px;
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 50%; }
  .btn-add i {
    display: block;
    font-size: 10px;
    margin-top: 1px; }

.visible {
  display: block !important; }

.mr-100 {
  margin-right: 100px !important; }

.color-2 {
  color: #00AEFF; }

.color-3 {
  color: #1565C0; }

.color-4 {
  color: #555555; }

.color-5 {
  color: orange; }

.cwrs-table-1 td {
  font-family: "Roboto-Medium"; }
.cwrs-table-1 th, .cwrs-table-1 td {
  border: none !important; }
.cwrs-table-1 td:last-child {
  border: none !important; }
.cwrs-table-1 thead tr {
  border: 1px dotted #707070; }
.cwrs-table-1 tbody tr {
  border-bottom: 1px dashed #CCCCCC; }

.text-regular {
  font-family: 'Roboto-Regular' !important; }

.ttk hr {
  width: 82%;
  border: 1px dashed #cccccc;
  margin-top: 8px; }

.qn-list {
  padding-top: 8px; }

.border-dash-bot {
  border-bottom: 1px dashed #DBDBDB; }

.tab-content > .active {
  display: block; }

.tab-content.tab-content-large-2 {
  height: calc(100% - 65px) !important; }

.tab-content-large.tab-content-2 {
  height: calc(100% - 110px) !important; }

.tab-content.tab-content-large-3 {
  height: calc(100% - 103px) !important; }

.tab-content.tab-content-large-4 {
  height: calc(100% - 50px) !important; }

.hcadd-ts-body2 {
  padding: 0 20px 0 0;
  overflow-y: auto; }

.bod-ccc {
  border: 1px solid #ccc; }

.bod-bot-ccc {
  border-bottom: 1px solid #ccc; }

.cwrs-collapse .card {
  border: none; }
  .cwrs-collapse .card .card-header {
    border-bottom: none;
    background-color: inherit; }
.cwrs-collapse .cb-collapse-in .fa-chevron-circle-left {
  transition: 0.4s;
  transform: rotate(-90deg); }

.cwrs-cb-table th {
  padding: 0.5rem !important;
  background-color: #90C9F9 !important;
  outline: 1px solid #fff !important;
  border: 1px solid #ffffff !important; }
.cwrs-cb-table tr {
  background-color: #F9F9F9; }
.cwrs-cb-table td {
  border: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: relative;
  padding: 6px !important; }
.cwrs-cb-table td:last-child {
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important; }
.cwrs-cb-table .cb-name img {
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  left: -5px; }
.cwrs-cb-table .bg-2 {
  background-color: #E2E2E2; }
.cwrs-cb-table .bg-3 {
  background-color: #ffffff; }
.cwrs-cb-table .bg-3 {
  background-color: #ffffff; }
.cwrs-cb-table .bg-4 {
  background-color: #F9F9F9; }
.cwrs-cb-table .cb-arrow {
  position: absolute;
  top: 6px;
  right: 6px; }
.cwrs-cb-table .cb-up {
  color: red; }
.cwrs-cb-table .cb-down {
  color: green; }
.cwrs-cb-table .cb-active {
  color: #ffffff; }
  .cwrs-cb-table .cb-active .color-red {
    background-color: #ffffff;
    padding: 2px; }
.cwrs-cb-table .cb-bg-1 {
  background-color: #52AADC; }
.cwrs-cb-table .cb-bg-2 {
  background-color: #D4C500; }
.cwrs-cb-table .cb-bg-3 {
  background-color: #DB7354; }
.cwrs-cb-table .cb-bg-4 {
  background-color: #9A46E6; }
.cwrs-cb-table .db-bg-1 {
  background-color: #c5e3f5; }
.cwrs-cb-table .db-bg-2 {
  background-color: #eaf7ff; }

.dbm-1 {
  position: relative;
  display: none; }
  .dbm-1 .db-close {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 999; }
  .dbm-1 .cwrs-db-table td {
    border: 1px dotted #cccccc;
    border-left: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    position: relative;
    padding: 6px !important; }
  .dbm-1 .cwrs-db-table td:last-child {
    border-right: 1px solid #cccccc !important;
    border-bottom: 1px dotted #cccccc !important; }
  .dbm-1 .cwrs-db-table .db-bg-2 {
    background-color: #eaf7ff; }

.dbm-tb-bod {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff; }

.dbm-tb-bod-fist {
  border-top: 1px solid #ffffff; }

.dbm-show {
  display: block; }

.cb-menu-small {
  position: absolute;
  top: 24px;
  left: 60px;
  z-index: 9999999;
  transform: scale(0);
  transform-origin: 0 0;
  transition: 0.4s; }
  .cb-menu-small a {
    color: #333; }
    .cb-menu-small a i {
      font-size: 8px; }
  .cb-menu-small li {
    position: 0.4s; }
    .cb-menu-small li:hover .fa-cube::before {
      content: url("../img/icons/Group 2237@2x.png"); }

.cb-menu-small-active {
  transform: scale(1);
  transition: 0.4s; }

.cb-menu-big {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 999;
  width: 592px; }
  .cb-menu-big .db-close {
    top: 0; }

.bg-f9 {
  background-color: #f9f9f9; }

.bg-e8 {
  background-color: #e8e8e8; }

.bg-fff {
  background-color: #fff !important; }

.bg-blue {
  background-color: #3595FF; }

.gach-noi-1 {
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 8px;
  height: 10px;
  margin-top: 8px; }

.gach-noi-2 {
  border-bottom: 1px dashed #ccc !important;
  margin-bottom: 8px;
  height: 10px;
  margin-top: 8px; }

.gm-111 {
  margin-bottom: -15px;
  padding-right: 8px; }

.pd-r-8 {
  padding-right: 8px; }

.pd-l-8 {
  padding-left: 8px; }

.color-fff {
  color: #ffffff; }

.pd-4-8 {
  padding: 4px 8px !important; }

.bg-eec {
  background-color: #EEECEC; }

.jstreekenh.jstree-default {
  overflow: unset; }

.scroll-y {
  overflow-y: auto !important; }

.treetooltip {
  width: 80% !important; }

.ht-dsct .dvb-body {
  min-height: 0; }

.gm-fix {
  display: block;
  margin-top: -12px;
  margin-left: 12px; }

.dropdown-btn {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #cccccc; }
  .dropdown-btn a {
    color: #cccccc;
    display: block;
    margin: 2px 4px; }

.hctskt-list-1 {
  border-radius: 3px;
  margin-bottom: 8px; }
  .hctskt-list-1 .tskt-content {
    border-top: 1px solid #ccc;
    display: none; }

.drop-active .tskt-content {
  display: block; }
.drop-active .dropdown-btn {
  border: 1px solid #00AEFF; }
  .drop-active .dropdown-btn a {
    color: #00AEFF;
    margin: 1px 4px; }
    .drop-active .dropdown-btn a .fa-angle-down:before {
      content: "\f106"; }

.hs-right {
  background-color: #f6f6f6; }

.main-title {
  width: 100%;
  height: 48px;
  padding: 12px 8px;
  display: flex; }
  .main-title .cpo-link {
    font-size: 16px; }
    .main-title .cpo-link a {
      text-decoration: none;
      color: #333;
      transition: 0.4s; }
      .main-title .cpo-link a span {
        margin-right: 12px; }
      .main-title .cpo-link a:hover {
        color: #0000FF; }
  .main-title .list-icon a {
    text-decoration: none;
    color: #666;
    transition: 0.4s; }
    .main-title .list-icon a span {
      margin-left: 16px;
      font-size: 16px; }
    .main-title .list-icon a:hover {
      color: #0000FF; }

.line-vertical {
  position: relative;
  display: inline; }
  .line-vertical .line-666 {
    width: 1px;
    height: 24px;
    background-color: #666;
    position: absolute;
    top: -4px;
    left: 4px; }

.main-board {
  position: relative;
  background: #fff;
  padding: 0 16px;
  height: 99%;
  border: 1px solid #ccc;
  box-sizing: border-box; }
  .main-board::-webkit-scrollbar {
    width: 5px; }
  .main-board::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3); }
  .main-board::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }
  .main-board .main-tool {
    background-color: #0000FF;
    height: 56px;
    padding: 12px 16px; }
    .main-board .main-tool * {
      padding: 0; }
    .main-board .main-tool nav {
      padding: 0 16px; }
      .main-board .main-tool nav .page-link {
        padding: 04px 8px; }
    .main-board .main-tool label {
      color: fff;
      font-weight: 500;
      padding: 2px 8px; }
    .main-board .main-tool select {
      padding: 2px 8px; }
    .main-board .main-tool input {
      padding: 2px 8px; }
      .main-board .main-tool input::placeholder {
        color: #666;
        font-size: 14px; }
    .main-board .main-tool .bbtn-3 {
      background-color: #fff;
      color: #0000FF;
      border: none;
      padding: 4px 16px;
      border-radius: 5px; }
  .main-board .cpo-table-1 th {
    padding: 16px 16px;
    text-transform: uppercase;
    color: #666; }
  .main-board .cpo-table-1 td {
    padding: 12px 24px;
    border-top: 1px solid #ccc;
    text-align: left; }
    .main-board .cpo-table-1 td i {
      padding-right: 16px; }
    .main-board .cpo-table-1 td span {
      margin-right: 8px; }
    .main-board .cpo-table-1 td .fa-folder {
      color: #EFCE4A; }
  .main-board .cpo-table-1 tr {
    transition: 0.1s; }
    .main-board .cpo-table-1 tr:hover {
      background: #F5F5F5; }

.detail-popup {
  width: 160px;
  height: 168px;
  position: absolute;
  z-index: 920;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
  top: 40px;
  right: 40px;
  transform: scale(0);
  transform-origin: 100% 0;
  transition: 0.4s; }
  .detail-popup ul {
    padding-top: 8px;
    padding-left: 8px;
    list-style: none; }
    .detail-popup ul li {
      padding: 8px 0;
      transition: 0.1s; }
      .detail-popup ul li span {
        color: #666;
        padding: 4px 16px;
        padding-right: 0; }
      .detail-popup ul li:hover {
        background-color: #F5F5F5; }

.viewDetail-popup {
  width: 278px;
  height: calc(100% - 52px);
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.24);
  z-index: 990;
  background-color: white;
  padding: 16px;
  overflow: hidden;
  transform: scaleX(0);
  perspective: 400px;
  transform-origin: 100% 0;
  transition: 0.4s ease-out;
  transform-style: preserve-3d; }
  .viewDetail-popup .viewDetail-popup-title h5 {
    font-size: 24px;
    color: #333; }
    .viewDetail-popup .viewDetail-popup-title h5 i {
      padding-right: 16px; }
  .viewDetail-popup .viewDetail-popup-textfield {
    margin-top: 16px; }
    .viewDetail-popup .viewDetail-popup-textfield .textfield-name {
      font-size: 14px;
      color: #666; }
      .viewDetail-popup .viewDetail-popup-textfield .textfield-name .edit-bts {
        float: right; }
    .viewDetail-popup .viewDetail-popup-textfield textarea {
      margin-top: 8px;
      padding: 8px;
      font-size: 14px;
      color: #333; }
  .viewDetail-popup .viewDetail-popup-detail h5 {
    color: #666; }
  .viewDetail-popup .viewDetail-popup-detail ul {
    width: 100%;
    height: 206px;
    overflow-y: scroll;
    list-style: none; }
    .viewDetail-popup .viewDetail-popup-detail ul li {
      font-size: 14px;
      padding: 4px 0;
      vertical-align: top; }
      .viewDetail-popup .viewDetail-popup-detail ul li .text-1 {
        color: #666;
        width: 80px; }
      .viewDetail-popup .viewDetail-popup-detail ul li .text-2 {
        vertical-align: top; }
    .viewDetail-popup .viewDetail-popup-detail ul::-webkit-scrollbar {
      width: 2px; }
    .viewDetail-popup .viewDetail-popup-detail ul::-webkit-scrollbar-track {
      box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }
    .viewDetail-popup .viewDetail-popup-detail ul::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid slategrey; }

#addFile {
  position: absolute;
  z-index: 1001;
  width: 56px;
  height: 56px;
  line-height: 40px;
  padding: 7px 0;
  overflow: hidden;
  z-index: 999999;
  cursor: pointer;
  position: fixed;
  bottom: 32px;
  right: 58px;
  background-color: #fff;
  color: #0000FF;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.4s ease-out;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.24); }
  #addFile:hover {
    opacity: 0.9; }

.bts-exit {
  position: absolute;
  top: 16px;
  right: 16px; }
  .bts-exit a {
    color: #666;
    text-decoration: none; }

.show-hide {
  transform: scale(1); }

.viewDetail-show {
  transform: scaleX(1); }

.addFile-move {
  transform: translateX(-278px); }

.grid-file {
  flex-wrap: wrap; }

.hs-file {
  width: 100px; }
  .hs-file .file-icon i {
    font-size: 72px; }
  .hs-file .file-icon .fa-folder {
    color: #EFCE4A; }

.title-t-color {
  color: #0F598B; }

.bg-D6E9FF {
  background-color: #D6E9FF; }

.bg-F5F5F5 {
  background-color: #F5F5F5; }

.bg-FEF2F2 {
  background-color: #FEF2F2; }

.bg-FFF9EC {
  background-color: #FFF9EC; }

.home-quymo-1 {
  line-height: 20px !important; }

.bod-top-ccc {
  border-top: 1px solid #ccc; }

.bod-bot-dot-ccc {
  border-top: 1px dotted #ccc; }

.hide {
  display: none !important; }

.f20-bold {
  font-size: 20px;
  font-family: 'Roboto-Bold'; }

.f18-bold {
  font-size: 18px;
  font-family: 'Roboto-Bold'; }

.f16-bold {
  font-size: 16px;
  font-family: 'Roboto-Bold'; }

.f14-bold {
  font-size: 14px;
  font-family: 'Roboto-Bold'; }

.f13-re {
  font-size: 13px;
  font-family: 'Roboto-Regular'; }

.f12-bold {
  font-size: 12px;
  font-family: 'Roboto-Bold'; }

.f12-ita {
  font-size: 12px;
  font-family: 'Roboto-Italic'; }

.f12-re {
  font-size: 12px !important;
  font-family: 'Roboto-Regular' !important; }

.f11-re {
  font-size: 11px;
  font-family: 'Roboto-Regular'; }

.f10-re {
  font-size: 10px;
  font-family: 'Roboto-Regular'; }

.f10-ita {
  font-size: 10px;
  font-family: 'Roboto-Italic'; }

.padd-0 {
  padding: 0px !important; }

.padd-4 {
  padding: 4px !important; }

.padd-8 {
  padding: 8px !important; }

.padd-16 {
  padding: 16px !important; }

.paddleft-16 {
  padding-left: 16px !important; }

.paddtop-16 {
  padding-top: 16px !important; }

.paddleft-8 {
  padding-left: 8px !important; }

.martop-16 {
  margin-top: 16px !important; }

.martop-8 {
  margin-top: 8px; }

.marbottom-8 {
  margin-bottom: 8px; }

.martop-3 {
  margin-top: 3px; }

.marleft-8 {
  margin-left: 8px; }

.marleft-16 {
  margin-left: 16px; }

.marright-8 {
  margin-right: 8px; }

.marright-16 {
  margin-right: 16px; }

.paddright-8 {
  padding-right: 8px !important; }

.text-upper {
  text-transform: uppercase; }

.w-360 {
  width: 360px; }

.h-100 {
  height: calc(100%) !important; }

.h-50 {
  height: calc(50%); }

.flex {
  display: flex; }

.color-red {
  color: red; }

.home_boxinfo {
  margin-top: 15px;
  border: 1px solid #0479EC;
  position: relative;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  border-radius: 2px;
  padding-top: 1rem; }
  .home_boxinfo .home_titleboxinfo {
    position: absolute;
    border: 1px solid #0479EC;
    border-radius: 2px;
    background: #f5f5f5;
    left: 0.5rem;
    top: -10px;
    padding: 2px 0.5rem;
    color: #0479EC; }
  .home_boxinfo .home_boxhead {
    background: #E8E8E8;
    border: 1px dotted #CCCCCC;
    margin-top: 16px; }
  .home_boxinfo .home_boxhead-blue {
    background: #0479EC;
    margin-top: 16px;
    color: #fff; }
  .home_boxinfo .col-sm-12 {
    padding: 0px; }
  .home_boxinfo .col-sm-6 {
    padding: 0px; }
  .home_boxinfo .bd-right {
    border-right: 1px solid #ccc; }
  .home_boxinfo .bd-dot {
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc; }
  .home_boxinfo .gach-noi {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 8px;
    height: 10px;
    margin-top: 8px; }
  .home_boxinfo .home-text {
    float: left;
    margin-bottom: -15px;
    background: #fff;
    padding-right: 8px; }
    .home_boxinfo .home-text i {
      color: #00AEFF;
      cursor: pointer;
      float: right;
      margin-top: 3px;
      margin-left: 5px; }
    .home_boxinfo .home-text .gach-tong {
      height: 1px;
      background: #CCCCCC;
      width: 100%;
      float: left; }
  .home_boxinfo .home-text-right {
    min-width: 100px;
    float: right; }
  .home_boxinfo .home-progress {
    border-radius: 0;
    overflow: visible;
    height: 6px;
    background-color: #F5F5F5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    margin-top: 15px;
    min-width: 62%; }
  .home_boxinfo .home-progress-bar {
    background: #00AEFF;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
  .home_boxinfo .home-tooltip {
    position: relative;
    float: right;
    z-index: 1070;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    visibility: visible; }
  .home_boxinfo .home-tooltip > .tooltip-inner {
    padding: 1px 5px;
    color: #00AEFF;
    background: none; }
  .home_boxinfo .home-tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .home_boxinfo .home-tooltip.in {
    opacity: 1;
    top: -19px;
    left: 21.75px;
    margin: 0px;
    padding: 0px; }
  .home_boxinfo .home-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0; }
  .home_boxinfo .popOver + .home-tooltip > .home-tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eebf3f; }
  .home_boxinfo .lineheight-36 {
    line-height: 36px; }
  .home_boxinfo .boxinfo-container {
    display: flex;
    border-bottom: 1px dotted #E6E6E6; }
  .home_boxinfo .boxinfo-container .value-name {
    padding: 0px; }
  .home_boxinfo .boxinfo-container .boxlinkdetail {
    color: #0479EC; }
  .home_boxinfo .boxinfo-container .boxluongmua {
    padding: 5px;
    text-align: center;
    position: relative;
    min-height: 40px; }
  .home_boxinfo td .td-chitiet {
    bottom: 0;
    position: absolute;
    width: 60px;
    right: 0;
    color: #0479EC;
    cursor: pointer;
    font-size: 12px;
    text-align: right;
    margin-right: 5px;
    font-family: 'Roboto-Regular'; }
  .home_boxinfo .vh-tamgiac {
    width: 0;
    height: 0;
    border-bottom: 13px solid #FC4040;
    border-left: 13px solid transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 99; }
  .home_boxinfo .vh-tamgiac1 {
    right: 0px !important; }

.gach-dam {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  height: 10px;
  margin-top: 10px; }

.home-text-xanh {
  color: #00AEFF;
  background: #EEECEC; }
  .home-text-xanh i {
    cursor: pointer;
    float: right;
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px; }

.home-ht-text-1 {
  /*color: #f00;*/
  font-size: 12px;
  padding: 0 0 0 20px;
  float: right;
  top: 2px;
  position: relative;
  font-family: 'Roboto-Italic'; }

.home-tabmain .nav-item {
  min-width: 33.33%; }

.nav-tabs-large-home {
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  background: #EEECEC;
  margin-left: -1px; }
  .nav-tabs-large-home .nav-link {
    color: #000;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-radius: 0rem;
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    padding: 6px 1rem; }
  .nav-tabs-large-home .nav-item {
    background: #D5DBD9;
    font-family: Roboto-Bold;
    font-size: 14px;
    min-width: 33.33%; }
  .nav-tabs-large-home .nav-link.active, .nav-tabs-large-home .nav-item.show .nav-link {
    color: #333333;
    background-color: #EEECEC;
    border-radius: 0rem;
    border-color: #CCCCCC #CCCCCC #EEECEC;
    font-family: 'Roboto-Bold',Arial, Helvetica, sans-serif; }
  .nav-tabs-large-home .nav-link:hover, .nav-tabs-large-home .nav-link:focus {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC; }

.fa-thumnail-home {
  width: 14px;
  height: 14px;
  background: url(../img/home-th.png) no-repeat center center; }

.fa-thumnail1-home {
  width: 14px;
  height: 14px;
  background: url(../img/home-th1.png) no-repeat center center; }

.boxdrop-mainmenu-home {
  width: 227px;
  border-radius: 2px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.24);
  padding: 0px;
  border-color: #DFDFDF;
  display: none; }

.boxdrop-mainmenu-home > ul {
  padding: 0.2rem 0.2rem 0.2rem 0.5rem !important; }

.boxdrop-mainmenu-home > ul li {
  padding: 0.2rem 0.5rem !important;
  color: #003A68;
  font-size: 14px;
  font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
  white-space: normal;
  transition: all 0.3s ease; }

.boxdrop-mainmenu-home > ul li:hover {
  color: #00AEFF;
  font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif; }

.boxdrop-mainmenu-home > ul li:hover i {
  content: url(../img/home-i.png); }

.boxdrop-mainmenu-home > ul li i {
  font-size: 10px;
  color: #707070;
  margin-right: 5px; }

.boxdrop-mainmenu-home ~ .show {
  display: block; }

.boxdrop-mainmenu-home .active {
  color: #0479EC !important;
  font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif; }

.boxdrop-mainmenu-home .active i {
  content: url(../img/home-i.png); }

.home-btn-drop {
  width: 14px;
  height: 14px;
  background: url(../img/home-btndrop.png) no-repeat center center;
  cursor: pointer;
  margin-top: 2px; }

.home-point {
  width: 18px;
  height: 26px;
  background: url(../img/home-point.png) no-repeat center center;
  cursor: pointer;
  position: relative;
  top: -15px; }

.home-point-num {
  font-size: 10px;
  color: #fff;
  position: relative;
  left: 3px;
  top: 3px; }

.home-quymo {
  background: #D6F6FF;
  line-height: 32px;
  padding-left: 25px !important; }

.home-quymo-item {
  line-height: 32px;
  border-bottom: 1px dotted #CCCCCC; }
  .home-quymo-item .first {
    padding-left: 25px !important;
    text-align: left;
    cursor: pointer; }
  .home-quymo-item .second {
    text-align: center; }
  .home-quymo-item .third {
    text-align: right;
    color: #0479EC;
    cursor: pointer; }

.home-kncn .first {
  background: #039BE5; }
.home-kncn .second {
  background: #03A9F4; }
.home-kncn .third {
  background: #39B9F3; }
.home-kncn .four {
  background: #54C4F6; }
.home-kncn .five {
  background: #62AED1; }

.home-kncn-item {
  width: 20%;
  color: #fff;
  text-align: center;
  line-height: 28px;
  border-left: 1px solid #fff; }

.home-chart-form {
  height: 300px;
  padding: 4px; }

.home-chart-name {
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.home-chart-gra {
  height: calc(100% - 25px); }

.home-chart {
  height: 100%;
  width: 100%; }

.home-dtgt {
  width: 14px;
  height: 14px;
  background: url(../img/dtgt.png) no-repeat center center;
  cursor: pointer;
  margin-right: 8px; }

.home-dtcgt {
  width: 14px;
  height: 14px;
  background: url(../img/dtcgt.png) no-repeat center center;
  cursor: pointer;
  margin-right: 8px; }

.home-dtlua {
  width: 14px;
  height: 14px;
  background: url(../img/dtlua.png) no-repeat center center;
  cursor: pointer;
  margin-right: 8px; }

.home-dtkhac {
  width: 14px;
  height: 14px;
  background: url(../img/dtkhac.png) no-repeat center center;
  cursor: pointer;
  margin-right: 8px; }

.home-tdblue {
  background: #39B9F3;
  color: #fff; }

.home-warning {
  position: fixed;
  bottom: 0px;
  height: 25px;
  -webkit-transition: width 2s;
  /* For Safari 3.1 to 6.0 */
  transition: width 2s; }

.home-warning-bg {
  overflow: hidden;
  position: relative;
  background: rgba(59, 58, 3, 0.8);
  width: 100%;
  height: 50px;
  z-index: 11;
  text-align: left;
  font-size: 14px;
  font-family: 'Roboto-Bold';
  padding: 5px; }
  .home-warning-bg .home-warning-text {
    font-size: 14px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: -10px;
    right: 0;
    line-height: 50px;
    text-align: center;
    /* Apply animation to this element */
    -moz-animation: example1 20s linear infinite;
    -webkit-animation: example1 20s linear infinite;
    animation: example1 20s linear infinite; }

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  overflow: hidden;
  -moz-animation: example1 10s linear infinite;
  -webkit-animation: example1 10s linear infinite;
  animation: example1 10s linear infinite; }

.marquee span {
  float: left;
  color: #fff;
  width: 50%; }

/* Move it (define the animation) */
@-moz-keyframes example1 {
  0% {
    left: 0; }
  100% {
    left: -100%; } }
@-webkit-keyframes example1 {
  0% {
    left: 0; }
  100% {
    left: -100%; } }
@keyframes example1 {
  0% {
    left: 0; }
  100% {
    left: -100%; } }
.box-popwindow {
  height: 100% !important; }

.home-btn {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  line-height: 22px;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer; }

.home-btn-blue {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  background: #0479EC;
  color: #fff;
  line-height: 24px;
  border: 1px solid #0479EC; }

.home-btn-green {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  border: 1px solid #00AEFF;
  color: #00AEFF;
  line-height: 24px; }

.home-tablehead {
  width: calc(100% - 6px); }

.home-tablecontent {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0; }

.home-nhapexcel {
  position: relative;
  line-height: 24px;
  background: #D6F6FF; }

.home-nhapexcel-1 {
  width: calc(100% - 24px);
  padding: 0 6px 0 6px;
  float: left;
  border-right: 1px solid #ccc; }

.home-nhapexcel-2 {
  width: 24px;
  padding: 0 0 0 7px;
  float: left;
  border-left: none;
  cursor: pointer; }

.home-nhapexcel-3 {
  position: absolute;
  top: 22px;
  cursor: pointer;
  padding: 0 0 0 4px;
  display: none; }

.home-tabbg {
  background: #f5f5f5; }

.home-copy {
  color: #0479EC;
  font-size: 12px;
  margin-top: 8px; }

.file-view {
  width: 16px;
  height: 14px;
  background: url(../img/icons/viewdetail.png) no-repeat center center;
  cursor: pointer;
  position: relative;
  top: 2px; }

.home-input {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.home-form-label {
  float: left;
  min-width: 30%;
  text-align: right;
  padding-right: 8px;
  line-height: 24px; }

.dshc-group {
  border: 1px dotted #ccc;
  background: #E8E8E8;
  padding-left: 16px; }

.dshc-item {
  border-bottom: 1px dotted #ccc;
  padding: 8px; }
  .dshc-item i {
    color: #0479EC;
    position: relative;
    top: 4px;
    cursor: pointer; }
  .dshc-item a {
    color: #0479EC !important; }

.dshc-item-tk {
  border-bottom: 1px dotted #ccc;
  padding: 8px; }
  .dshc-item-tk i {
    position: relative;
    top: 1px;
    cursor: pointer; }
  .dshc-item-tk a {
    color: #0479EC !important; }

.dshc-name {
  color: #00AEFF; }

.dlqt-panel-left {
  width: 200px; }

.dlqt-panel-right {
  width: calc(100% - 200px); }

.btn-loc {
  background: #fff;
  color: #0479EC;
  border: 1px solid #0479EC; }

.btn-xuat {
  background: #D6F6FF;
  color: #333333;
  border: 1px solid #B9DDE1; }

.dlqt-themoi {
  border: 1px solid #CCD6E1;
  background: #FFFFF2;
  color: #00AEFF; }

.tkb-btnback {
  width: 20px;
  height: 20px;
  background: url(../img/tkb-back.png) no-repeat center center;
  cursor: pointer;
  margin-right: 8px;
  background-size: cover; }

.tkb-lakename {
  text-transform: uppercase; }

.tkb-panel-left {
  width: 500px; }

.tkb-panel-right {
  width: calc(100% - 500px); }

.tkb-checkbox {
  width: 16px;
  line-height: 20px;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  height: 16px; }

.tkb-formbtn {
  position: absolute;
  bottom: 0px;
  width: 100%; }

.tkb-btnxuat {
  background: #0479EC;
  color: #fff;
  line-height: 24px; }

.tkb-bieudo-1 {
  height: 50%;
  padding: 4px; }

.tkb-bieudo-1-1 {
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.tkb-bieudo-1-2 {
  height: calc(100% - 25px); }

.tkb-chart {
  height: 100%;
  width: 100%; }

.themkb-formbtn {
  border-top: 1px solid #CCCCCC;
  background: #FFFFF2;
  position: absolute;
  bottom: 0px; }

.btn-chonfile {
  border: 1px solid #CCD6E1;
  background: #D6F6FF;
  color: #333; }

.dbl-panel-right {
  flex: 1 1 auto;
  /* resizable */
  /* padding: 10px; */
  width: 100%;
  min-height: 200px;
  min-width: 640px;
  position: relative;
  height: calc(100%); }

.dbl-index {
  height: 100%;
  display: flexbox;
  display: flex; }

.dbl-left {
  width: 200px; }

.dbl-right {
  width: calc(100% - 200px); }

.dbl-left-1 {
  height: 40px;
  background-color: #E5E8F1;
  color: #333;
  position: relative; }

.dbl-left-1 i {
  right: 8px;
  position: absolute;
  border-radius: 50%;
  padding: 6px 10px 6px 9px;
  top: 8px;
  cursor: pointer;
  color: #fff;
  background-color: #333; }

.dbl-left-1 i:hover {
  background-color: #528ACB; }

.dbl-left-1 label {
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0 0 10px; }

.dbl-left-2 {
  height: calc(100% - 40px);
  border-right: 1px solid #A1A1A1;
  overflow: auto; }

.dbl-left-2-1 {
  display: flex;
  display: flexbox;
  display: inline-flexbox;
  padding: 6px 0 6px 8px;
  border-bottom: 1px solid #ccc;
  cursor: pointer; }

.dbl-left-2-1-active {
  background-color: #00AEFF; }
  .dbl-left-2-1-active .dshc-name {
    color: #fff; }
  .dbl-left-2-1-active span {
    color: #fff; }

.dbl-left-2-1-active label {
  color: #000 !important; }

.dbl-left-2-1-1 {
  width: calc(100% - 24px); }

.dbl-left-2-1-1 label {
  color: #1565C0;
  font-family: Roboto-Bold;
  font-weight: bold;
  cursor: pointer; }

.dbl-left-2-1-2 {
  width: 24px; }

.dbl-left-2-1-2 img {
  cursor: pointer; }

.dbl-table {
  width: 100%;
  height: 100%; }

.dbl-table table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  border: none !important; }

.dbl-table .tbl-content {
  height: calc(100% - 55px);
  overflow-x: auto;
  margin: 0;
  padding: 0; }

.dbl-panel-container {
  display: flex;
  height: calc(100%);
  flex-direction: row;
  overflow: hidden;
  /* avoid browser level touch actions */
  xtouch-action: none; }

.dbl-panel-left {
  flex: 0 0 auto;
  /* only manually resize */
  /* // padding: 10px; */
  width: 375px;
  min-height: 200px;
  min-width: 300px;
  background: #fff;
  height: calc(100%); }

.dbl-link {
  color: #0479EC; }

.dbl-dubao {
  position: absolute;
  right: 7px;
  color: #2196F3;
  top: 0px;
  z-index: 99; }

.btn-in {
  border: 1px solid #0479EC;
  color: #0479EC; }

.btn-sosanh {
  border: 1px solid #00AEFF;
  color: #00AEFF; }

.dsho-table th:nth-child(1), .dsho-table td:nth-child(1) {
  width: 40px; }

.dsho-table th:nth-child(2), .dsho-table td:nth-child(2) {
  width: 99px; }

.btn-refresh {
  border: 1px solid #BFBFBF;
  background: #F2F1F1;
  width: 40px;
  height: 24px; }
  .btn-refresh .icon-refresh {
    width: 14px;
    height: 14px;
    background: url(../img/refresh.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 14px; }

.sdnn-box {
  background: #F1F1F1;
  padding: 13px !important; }

.thbc-tinh td {
  line-height: 35px !important;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto-Bold';
  /*&:nth-child(1)
  {
  	padding-left:16px !important;
  }*/ }

.thbc-table th:nth-child(1), .thbc-table td:nth-child(1) {
  width: 80px; }

.thbc-table th:nth-child(2), .thbc-table td:nth-child(2) {
  width: 200px; }

.thbc-i {
  color: #00AEFF;
  position: relative;
  top: 4px;
  cursor: pointer; }

.bctrambom-table th:nth-child(1), .bctrambom-table td:nth-child(1) {
  width: 50px; }

.bctrambom-table th:nth-child(2), .bctrambom-table td:nth-child(2) {
  width: 150px; }

.bctrambom-table th:nth-child(3), .bctrambom-table td:nth-child(3) {
  width: 100px; }

.bckhsx-table th:nth-child(1), .bckhsx-table td:nth-child(1) {
  width: 50px; }

.bckhsx-table th:nth-child(2), .bckhsx-table td:nth-child(2) {
  width: 150px; }

.kbxl-table th:nth-child(1), .kbxl-table td:nth-child(1) {
  width: 50px; }

.bl-none {
  border-left: none !important; }

.bc-dtcc {
  color: #00AEFF;
  width: 100%;
  cursor: pointer; }

.khsx-detail {
  color: #00AEFF;
  cursor: pointer;
  margin-left: 8px; }

.dkvh-panel-left {
  width: 280px; }

.dkvh-panel-right {
  width: calc(100% - 280px);
  position: relative; }

.nav-tabs-large-dkvh {
  border-bottom: 1px solid #EEECEC;
  position: relative;
  background: #EEECEC;
  margin-left: -1px; }
  .nav-tabs-large-dkvh .nav-link {
    color: #000;
    border-top: 1px solid #EEECEC;
    border-bottom: 1px solid #EEECEC;
    border-right: 1px solid #EEECEC;
    border-radius: 0rem;
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    padding: 6px 1rem; }
  .nav-tabs-large-dkvh .nav-item {
    background: #D5DBD9;
    font-family: Roboto-Bold;
    font-size: 14px; }
  .nav-tabs-large-dkvh .nav-link.active, .nav-tabs-large-dkvh .nav-item.show .nav-link {
    color: #333333;
    background-color: #EEECEC;
    border-radius: 0rem;
    border-color: #EEECEC   #EEECEC  #EEECEC;
    font-family: 'Roboto-Bold',Arial, Helvetica, sans-serif; }
  .nav-tabs-large-dkvh .nav-link:hover, .nav-tabs-large-dkvh .nav-link:focus {
    border-top: 1px solid #EEECEC;
    border-right: 1px solid #EEECEC; }

.nav-tabs-large-dkvh-1 {
  border-bottom: 1px solid #EEECEC;
  position: relative;
  background: #EEECEC; }
  .nav-tabs-large-dkvh-1 .nav-link {
    color: #000;
    border-top: 1px solid #EEECEC;
    border-bottom: 1px solid #EEECEC;
    border-right: 1px solid #EEECEC;
    border-radius: 0rem;
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    padding: 6px 1rem; }
  .nav-tabs-large-dkvh-1 .nav-item {
    background: #D5DBD9;
    font-family: Roboto-Bold;
    font-size: 14px; }
  .nav-tabs-large-dkvh-1 .nav-link.active, .nav-tabs-large-dkvh-1 .nav-item.show .nav-link {
    color: #333333;
    background-color: #EEECEC;
    border-radius: 0rem;
    border-color: #EEECEC   #EEECEC  #EEECEC;
    font-family: 'Roboto-Bold',Arial, Helvetica, sans-serif; }
  .nav-tabs-large-dkvh-1 .nav-link:hover, .nav-tabs-large-dkvh-1 .nav-link:focus {
    border-top: 1px solid #EEECEC;
    border-right: 1px solid #EEECEC; }

.nav-tabs-large-dkvh-2 {
  border-bottom: none;
  position: relative;
  background: #EEECEC; }
  .nav-tabs-large-dkvh-2 .nav-link {
    color: #000;
    border-top: 1px solid #EEECEC;
    border-bottom: 1px solid #EEECEC;
    border-right: 1px solid #EEECEC;
    border-radius: 0rem;
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    padding: 6px 1rem; }
  .nav-tabs-large-dkvh-2 .nav-item {
    background: #D5DBD9;
    font-family: Roboto-Bold;
    font-size: 14px; }
  .nav-tabs-large-dkvh-2 .nav-link.active, .nav-tabs-large-dkvh-2 .nav-item.show .nav-link {
    color: #333333;
    background-color: #ffffff;
    border-radius: 0rem;
    border-color: #fff   #fff  #fff;
    font-family: 'Roboto-Bold',Arial, Helvetica, sans-serif; }
  .nav-tabs-large-dkvh-2 .nav-link:hover, .nav-tabs-large-dkvh-2 .nav-link:focus {
    border-top: 1px solid #EEECEC;
    border-right: 1px solid #EEECEC; }

.dkvhtab-pane {
  background: #fff;
  border: 1px solid #CCCCCC; }

.dkvh-table table {
  width: 100%;
  table-layout: fixed; }

.dkvh-table input {
  text-align: center;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc; }

.dkvh-stt {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #47C15B; }

.checkbox-vh label {
  position: initial; }

.checkbox-vh label::before {
  top: 8px;
  left: 0px; }

/*Checkmark*/
.checkbox-vh label::after {
  left: 0px;
  top: 8px; }

/*--- dkvh-range ---*/
.dkvh-form-range {
  position: relative;
  padding: 0 65px; }

.dkvh-form-range button {
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border: none;
  box-shadow: none;
  background: #0479EC;
  border-radius: 4px;
  padding: 4px 13px;
  position: absolute;
  top: 0;
  left: 0; }

.dkvh-form-range button.next {
  left: auto;
  right: 0; }

.dkvh-mn-range {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: relative;
  height: 60px;
  width: 100%; }

.dkvh-mn-range .progress-bar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: -100px;
  transition: .5s margin-bottom ease-in-out 0s;
  -webkit-transition: .5s margin-bottom ease-in-out 0s;
  height: 30px;
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  position: relative; }

.dkvh-mn-range .progress-bar .progress-line {
  width: 100%;
  z-index: 1;
  height: 30px;
  cursor: pointer;
  position: relative;
  border: 8px solid transparent;
  background-clip: padding-box;
  border-right: none;
  border-left: none; }

.dkvh-mn-range .progress-bar .progress-line .played {
  background: #00b0bb;
  border: 1px solid #148f8e;
  border-left: none;
  height: 14px;
  float: left; }

.dkvh-mn-range .progress-bar .progress-line .avbl {
  height: 14px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  width: 100%; }

.timecode {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 2px;
  left: 45px;
  z-index: 9; }

.timecode .loader {
  position: absolute;
  left: -2.5em;
  top: .6em; }

.timecode .box {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.timecode .box:hover .box-ct {
  opacity: 1;
  visibility: visible; }

.timecode .box .box-ct {
  position: absolute;
  top: calc(100% -2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  padding-top: 10px; }

.timecode .box .box-ct > div {
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.timecode .box p {
  color: #222;
  margin: 0;
  white-space: nowrap; }

.dkvh-location {
  width: 46px;
  height: 60px;
  background: url(../img/dkvh-location.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 25%; }

.dkvh-tooltip {
  width: 200px;
  text-align: center;
  border: 1px solid #B2C4D2;
  position: absolute;
  z-index: 1;
  top: 90%;
  left: 0%; }

.dkvh-tooltip-backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #D9F6F0;
  opacity: .9; }

.dkvh-tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10%;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #D9F6F0 transparent; }

.dkvh-tooltip-item {
  width: 100%;
  float: left;
  text-align: left;
  padding: 7px;
  border-bottom: 1px dotted #ccc;
  position: relative; }

.dkvh-tooltip-item:last-child {
  border-bottom: none; }

.dshc-head {
  border: 1px dotted #707070;
  background-color: #D6F6FF; }

.cb-name h5 {
  text-align: left;
  cursor: pointer; }

.cwrs-cb-table .mt-2 {
  cursor: pointer; }

.nhucaunuoc-xanh {
  background: #02A7F0;
  line-height: 24px;
  padding: 0px;
  text-align: center;
  color: #fff; }

.nhucaunuoc-cam {
  background: #BFA03A;
  line-height: 24px;
  padding: 0px;
  text-align: center;
  color: #fff; }

.nhucaunuoc-do {
  background: #C10F0F;
  line-height: 24px;
  padding: 0px;
  text-align: center;
  color: #fff; }

.cwrs-cb-table h5 {
  text-align: left; }

.cb-btn-active {
  background-color: #E5F5FF; }
  .cb-btn-active i {
    color: #A2A2A2 !important; }

.text-nowap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.hcqt-tabmb {
  position: relative;
  cursor: pointer;
  height: 40px;
  padding: 4px 0 0 0;
  overflow: hidden;
  background: #fff; }

.hcqt-tabmbdb {
  position: relative;
  cursor: pointer;
  height: 40px;
  padding: 4px 0 0 0;
  overflow: hidden;
  background: #fff; }

.h-40 {
  height: calc(100% - 40px); }

.hc-icon {
  width: 30px;
  height: 14px;
  background: url(../img/hc-icon.png) no-repeat center center;
  float: left;
  margin-top: 2px; }

.hc-box {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px; }

.hc-box-head {
  background: #CAE2FC;
  line-height: 24px; }

.hc-dttk {
  right: 0px;
  position: absolute;
  font-weight: bold; }

.bb-none {
  border-bottom: none; }

.tramhd-icon {
  width: 30px;
  height: 14px;
  background: url(../img/tramhadu.png) no-repeat center center;
  float: left;
  margin-top: 2px; }

.lm-icon {
  width: 30px;
  height: 14px;
  background: url(../img/lm-icon.png) no-repeat center center;
  float: left;
  margin-top: 2px; }

.tab-dulieu {
  font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
  /* Just common table stuff. Really. */ }
  .tab-dulieu a {
    color: #00AEFF !important;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    padding: 5px;
    padding-left: 10px; }
  .tab-dulieu .tableFixHead {
    overflow-y: auto; }
  .tab-dulieu .tableFixHead thead th {
    position: sticky;
    top: 0;
    background-color: #D6F6FF;
    outline: 1px solid #CCD6E1;
    z-index: 9;
    outline-offset: -1px; }
  .tab-dulieu .tableFixHead thead tr:nth-child(2n) th {
    position: sticky; }
  .tab-dulieu td, .tab-dulieu th {
    padding: 6px;
    text-align: center; }
  .tab-dulieu th {
    text-align: center; }
  .tab-dulieu .handsontable thead th {
    outline: none; }

.ln-linkchitiet {
  cursor: pointer;
  color: #0479EC; }

.lnbando-icon {
  width: 20px;
  height: 17px;
  background: url(../img/Global.png) no-repeat center center; }

.home-btn-left {
  transform: rotate(-90deg); }

.table-nhaplieuthucong td:nth-child(2) {
  vertical-align: top; }
.table-nhaplieuthucong td {
  text-align: left;
  vertical-align: middle; }
.table-nhaplieuthucong .input-nhaplieu {
  background: transparent;
  border: none; }
.table-nhaplieuthucong .nltc-chuacoct {
  color: red;
  font-style: italic;
  font-size: 12px;
  padding: 5px; }
.table-nhaplieuthucong .nltc-guiyeucauform {
  padding-left: 5px;
  display: none; }
.table-nhaplieuthucong .a-quantracpointstyle {
  cursor: pointer;
  line-height: 30px;
  color: #000 !important;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif !important; }
.table-nhaplieuthucong .nltc-tinhleft {
  color: #085D84;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 17px;
  line-height: 30px;
  font-size: 16px; }
.table-nhaplieuthucong .nltc-tongho {
  color: #085D84; }
.table-nhaplieuthucong .provincestyle {
  background: #DBECF1; }
.table-nhaplieuthucong .httn-info {
  margin-left: 20px;
  color: #00AEFF;
  line-height: 30px;
  text-transform: none;
  font-weight: normal; }
  .table-nhaplieuthucong .httn-info i {
    margin-right: 5px; }
.table-nhaplieuthucong .name-httnstyle a {
  text-transform: uppercase;
  color: #333 !important; }
.table-nhaplieuthucong .tools {
  float: right; }
  .table-nhaplieuthucong .tools a {
    color: #00AEFF !important; }
    .table-nhaplieuthucong .tools a i {
      margin-right: 5px; }
.table-nhaplieuthucong .nltc-guiyeucauitem {
  display: flex;
  font-size: 12px; }
  .table-nhaplieuthucong .nltc-guiyeucauitem .input-guiyeucau {
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 4px;
    height: 24px; }
.table-nhaplieuthucong .nltc-guiyeucau {
  text-decoration: underline;
  cursor: pointer; }
.table-nhaplieuthucong .t-10 {
  font-size: 10px; }
.table-nhaplieuthucong .nltc-btnguiyeucau {
  margin-top: 10px;
  width: 50px;
  line-height: 25px;
  float: right;
  margin-right: 10px;
  border: 1px solid #BADDE1;
  background: #D6F6FF;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer; }
.table-nhaplieuthucong .nltc-btndongyeucau {
  background: #fff;
  color: #00AEFF;
  border: 1px solid #00AEFF; }

.btn-cauhinh {
  margin-right: 10px; }

.modalstyle .modal-body {
  padding: 5px 12px;
  overflow-x: hidden; }
.modalstyle .cb-item {
  padding: 5px 0px; }
.modalstyle .modal-dialog {
  padding: 5px; }
.modalstyle .modal-header {
  background-color: #00AEFF; }
.modalstyle .modal-title {
  font-size: 12px !important;
  width: 100%;
  text-transform: uppercase; }
.modalstyle .form-control {
  height: 24px; }
.modalstyle .modal-header .close {
  padding: 3px 5px 5px 5px;
  margin: 0;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #082C3D;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 0px;
  color: #fff;
  opacity: 1; }
  .modalstyle .modal-header .close span {
    font-size: 10px !important; }

.nltc-titletable {
  overflow-y: auto;
  height: 350px;
  border: 1px solid #ccc; }
  .nltc-titletable a {
    color: #00AEFF !important; }
    .nltc-titletable a i {
      margin-right: 10px; }
  .nltc-titletable td, .nltc-titletable th {
    text-align: center; }

.nltc-titletable thead th {
  position: sticky;
  top: 0;
  background-color: #D6F6FF;
  outline: 1px solid #CCD6E1;
  z-index: 9;
  outline-offset: -1px; }

.nltc-titletable thead tr:nth-child(2n) th {
  position: sticky; }

.boxcontrol-color {
  background: #F5F5F5;
  padding: 8px;
  margin-top: 5px; }

.ln-footerbox {
  background: #FFFFF2;
  border: 1px solid #DFDFDF;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 5px; }

.tkb-lakename {
  font-size: 16px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.chugiai-tree {
  border-top: 1px solid #ccc; }

.w-80 {
  width: 80% !important;
  float: left;
  margin-right: 5px; }

.w-60 {
  width: 60% !important;
  float: left;
  margin-right: 5px; }

.btn-style-ln {
  line-height: 18px;
  font-size: 14px;
  padding: 2px 5px; }

.ln-titlebox {
  padding-top: 10px; }

.boxthaotac-ln {
  vertical-align: middle !important; }
  .boxthaotac-ln a {
    color: #5a5a5a !important; }

.btn-import-excel .dropdown-menu {
  padding: 0px;
  border-radius: 0px; }
.btn-import-excel .dropdown-item {
  font-size: 14px;
  position: relative;
  border-bottom: 1px dashed #ccc; }
  .btn-import-excel .dropdown-item:last-child {
    border-bottom: none; }
  .btn-import-excel .dropdown-item.active, .btn-import-excel .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent; }
  .btn-import-excel .dropdown-item:hover {
    color: #fff; }
  .btn-import-excel .dropdown-item::before {
    content: "";
    height: 5px;
    width: 4px;
    position: absolute;
    background: #DAE0E4;
    left: 12px;
    top: 41%; }
  .btn-import-excel .dropdown-item:hover:before {
    background: #0479EC !important; }
.btn-import-excel .dropdown-toggle {
  position: relative;
  padding-right: 28px; }
.btn-import-excel .dropdown-toggle::before {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  height: 22px;
  width: 2px;
  position: absolute;
  background: #C0DCE4;
  right: 19px;
  top: 0px; }
.btn-import-excel .dropdown-toggle::after {
  position: absolute;
  position: absolute;
  right: 6px;
  top: 10px; }

.fa-xemchitiet {
  width: 14px;
  height: 14px;
  background: url(../img/icons/viewdetail.png) no-repeat center bottom;
  margin-bottom: -2px; }

.btn-blue-ln {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  padding: 2px 8px;
  background: #0479EC;
  color: #fff !important;
  line-height: 24px;
  border: 1px solid #0479EC; }
  .btn-blue-ln:hover {
    color: #fff !important; }

.m-r-4 {
  margin-right: 4px; }

.box-small-detail {
  padding: 8px;
  overflow: auto; }
  .box-small-detail .ln-detail-item {
    border-bottom: 1px dotted #ccc;
    padding: 4px; }
    .box-small-detail .ln-detail-item .text-right {
      padding-top: 4px; }

.ln-btn-white-border {
  color: #00AEFF !important; }

.boxdientich {
  border: 1px solid #ccc; }
  .boxdientich .form-control {
    border: none;
    width: 90%;
    float: left; }
  .boxdientich .lnbando-icon {
    margin-top: 2px; }

.dubaomua .collapse {
  position: relative; }
.dubaomua .db-close {
  position: absolute;
  top: -7px;
  right: 0px;
  z-index: 10; }

.listchirld-dbmua {
  margin: 0px;
  padding: 0px; }
  .listchirld-dbmua li {
    text-align: center;
    border-bottom: 1px dotted #ccc; }
    .listchirld-dbmua li div[class*='col-'] {
      border-left: 1px dotted #ccc;
      padding: 8px; }

.cbsl_table-c-detail-2-1-3 {
  text-align: center;
  background-color: #faebeb;
  padding: 6px 4px; }

.bsl_table-c-detail-2 .padd-4 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.cbsl_table-c-detail-2-1-5-1 {
  float: left;
  margin: 0 6px 0 8px;
  height: 1px;
  border: 0;
  border-top: 2px solid #78bcbf;
  position: relative;
  top: 8px;
  width: 15px; }

.cbsl_table-c-detail-2-1-5-1-2 {
  width: 25px; }

.cbsl_table-c-detail-2-1-5-1-3 {
  width: 35px; }

.cbsl_table-c-detail-2-1-5-1-4 {
  width: 45px; }

.cbsl_table-c-detail-2-1-5-1-5 {
  width: 55px; }

.cbsl_table-c-detail-2-1-5-1-6 {
  width: 65px; }

.cb-name h5 span {
  cursor: pointer; }

.dropdown-toggle-main {
  padding-left: 5px; }

.dropdowndlcbqtr {
  position: static; }
  .dropdowndlcbqtr .dropdown-menu {
    left: 1px !important;
    right: 8px;
    top: -7px !important;
    overflow-x: hidden;
    padding: 8px; }

.listcamera .quymo-box {
  border: none !important; }
.listcamera p {
  margin-bottom: 4px;
  margin-top: 8px; }

.mapbox {
  height: calc(100vh - 80px); }

.ln-list-toolmap {
  position: absolute;
  top: 15vh;
  right: 10px;
  z-index: 90; }
  .ln-list-toolmap li {
    margin-bottom: 5px; }
  .ln-list-toolmap .rounded-circle {
    background: #fff;
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 40px; }
  .ln-list-toolmap .dropdown-menu {
    border-radius: 0px;
    border: 1px solid #ccc; }

.dropdowmmap {
  position: relative; }
  .dropdowmmap::after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 110%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    clear: both;
    width: 0;
    height: 0; }
  .dropdowmmap::before {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 112%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    clear: both;
    width: 0;
    height: 0; }
  .dropdowmmap .dropdowmmap-item {
    margin-right: 10px;
    text-align: center; }
    .dropdowmmap .dropdowmmap-item p {
      white-space: nowrap;
      margin-bottom: 5px; }
    .dropdowmmap .dropdowmmap-item .dropdown-item a {
      border-radius: 50%;
      height: 32px;
      width: 32px;
      display: block;
      text-align: center;
      line-height: 32px;
      border: 1px solid #CCCCCC;
      padding: 0px !important; }
      .dropdowmmap .dropdowmmap-item .dropdown-item a:active {
        border: 1px solid #0479EC; }

.lng-fix-checkbox {
  display: inline-flex;
  padding-left: 0px; }
  .lng-fix-checkbox .checkbox {
    position: relative;
    max-height: 20px; }
  .lng-fix-checkbox .checkbox label::before, .lng-fix-checkbox .checkbox label::after {
    top: -14px;
    left: 4px; }

.dulieudanhba th .checkbox {
  position: relative;
  max-height: 20px; }
.dulieudanhba th .checkbox label::before, .dulieudanhba th .checkbox label::after {
  top: -11px;
  left: -7px; }

.dulieudanhba td {
  text-align: left;
  padding: 0px; }
.dulieudanhba tr.collapse, .dulieudanhba .dvtw-tinh-2, .dulieudanhba .dvtw-tinh-3 {
  background: #fff; }

.dvtw-tinh {
  background: #EFF5FF; }

.dvtw-tinh-1 {
  background: #F2FBF9; }

.fa-downchever {
  width: 14px;
  height: 14px;
  background: url("../img/down-chever-1.png") no-repeat center center;
  float: right;
  margin-right: 8px; }

.fa-downchever.collapsed {
  background: url("../img/down-chever.png") no-repeat center center; }

.pd-4 {
  padding: 8px !important; }

.text-bold-ln {
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif; }

.btn-tinhtoannc {
  margin-bottom: 0px !important;
  background-color: #0479EC;
  white-space: nowrap; }

.boxtabletinhtoannc .dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px; }
.boxtabletinhtoannc .dataTables_wrapper .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px; }

.trgiaidoan {
  background: #F2F5F7;
  text-align: left !important;
  font-family: 'Roboto-Bold',Arial, Helvetica, sans-serif; }
  .trgiaidoan h6 {
    margin-bottom: 0px;
    font-size: 0.875rem; }

.form-h-fixh {
  height: calc(100%-80px); }

.pd-l-8 {
  padding-left: 8px !important; }

.pd-r-8 {
  padding-right: 8px !important; }

.btn-md-cancel {
  background-color: #D2D1CF;
  color: #333333; }
  .btn-md-cancel i {
    margin-right: 8px; }

.t-12 {
  font-size: 12px !important; }

.bd-r-a {
  border-right: 1px solid #007bff; }

.btn-bd-1 i, .btn-bd-2 i, .btn-bd-3 i {
  margin-right: 8px; }

.btn-bd-1 {
  border: 1px solid #00AEFF;
  padding: 1px 4px !important;
  color: #00AEFF; }
  .btn-bd-1:hover {
    color: #00AEFF; }

.btn-bd-2 {
  border: 1px solid #0479EC;
  color: #0479EC;
  padding: 1px 4px !important; }

.btn-bd-3 {
  border: 1px solid #0479EC;
  padding: 1px 4px !important;
  color: #0479EC; }
  .btn-bd-3:hover {
    color: #0479EC; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-4 {
  margin-left: 4px !important; }

.pd-2 {
  padding: 2px !important; }

.pd-2-4 {
  padding: 2px 4px !important; }

.btn-md-6 {
  background-color: #0277bd;
  color: white; }
  .btn-md-6:hover {
    color: #333333; }

.h-50vh {
  height: 50vh !important; }

.h-45vh {
  height: 45vh !important; }

.font-italic {
  font-style: italic; }

.form-h-fixh {
  height: calc(100%-80px); }

.pd-l-8 {
  padding-left: 8px !important; }

.pd-r-8 {
  padding-right: 8px !important; }

.btn-md-cancel {
  background-color: #D2D1CF;
  color: #333333; }
  .btn-md-cancel i {
    margin-right: 8px; }

.t-12 {
  font-size: 12px !important; }

.bd-r-a {
  border-right: 1px solid #007bff; }

.btn-bd-1 i, .btn-bd-2 i, .btn-bd-3 i {
  margin-right: 8px; }

.btn-bd-1 {
  border: 1px solid #00AEFF;
  padding: 1px 4px !important;
  color: #00AEFF; }
  .btn-bd-1:hover {
    color: #00AEFF; }

.btn-bd-2 {
  border: 1px solid #0479EC;
  color: #0479EC;
  padding: 1px 4px !important; }

.btn-bd-3 {
  border: 1px solid #0479EC;
  padding: 1px 4px !important;
  color: #0479EC; }
  .btn-bd-3:hover {
    color: #0479EC; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-4 {
  margin-left: 4px !important; }

.pd-2 {
  padding: 2px !important; }

.pd-2-4 {
  padding: 2px 4px !important; }

.btn-md-6 {
  background-color: #0277bd;
  color: white; }
  .btn-md-6:hover {
    color: #333333; }

.h-50vh {
  height: 50vh !important; }

.h-45vh {
  height: 45vh !important; }

.font-italic {
  font-style: italic; }

.hcqttc-list-1-2-1-1 {
  text-align: right;
  color: #7E7E7E;
  font-size: 1rem;
  margin-right: -12px; }

.hcqttc-icon {
  cursor: pointer; }

/* Timeline */
.timeline, .timeline-horizontal {
  list-style: none;
  padding: 10px 0px;
  position: relative; }
  .timeline:before, .timeline-horizontal:before {
    top: 23px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 18%;
    margin-left: -1.5px; }
  .timeline .timeline-item, .timeline-horizontal .timeline-item {
    /*  margin-bottom: 20px; */
    padding-top: 5px;
    position: relative; }
    .timeline .timeline-item:before, .timeline-horizontal .timeline-item:before, .timeline .timeline-item:after, .timeline-horizontal .timeline-item:after {
      content: "";
      display: table; }
    .timeline .timeline-item:after, .timeline-horizontal .timeline-item:after {
      clear: both; }
    .timeline .timeline-item .timeline-badge, .timeline-horizontal .timeline-item .timeline-badge {
      color: #fff;
      width: 12px;
      height: 12px;
      line-height: 52px;
      font-size: 22px;
      text-align: center;
      position: absolute;
      top: 3%;
      left: -1%;
      margin-left: -25px;
      background-color: #F5F2F2;
      border: 1px solid #ACB8C7;
      z-index: 100;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%; }
      .timeline .timeline-item .timeline-badge i, .timeline-horizontal .timeline-item .timeline-badge i, .timeline .timeline-item .timeline-badge .fa, .timeline-horizontal .timeline-item .timeline-badge .fa, .timeline .timeline-item .timeline-badge .glyphicon, .timeline-horizontal .timeline-item .timeline-badge .glyphicon {
        top: 2px;
        left: 0px; }
      .timeline .timeline-item .timeline-badge.primary, .timeline-horizontal .timeline-item .timeline-badge.primary {
        background-color: #1f9eba; }
      .timeline .timeline-item .timeline-badge.info, .timeline-horizontal .timeline-item .timeline-badge.info {
        background-color: #5bc0de; }
      .timeline .timeline-item .timeline-badge.success, .timeline-horizontal .timeline-item .timeline-badge.success {
        background-color: #59ba1f; }
      .timeline .timeline-item .timeline-badge.warning, .timeline-horizontal .timeline-item .timeline-badge.warning {
        background-color: #d1bd10; }
      .timeline .timeline-item .timeline-badge.danger, .timeline-horizontal .timeline-item .timeline-badge.danger {
        background-color: #ba1f1f; }
    .timeline .timeline-item .timeline-panel, .timeline-horizontal .timeline-item .timeline-panel {
      position: relative; }
      .timeline .timeline-item .timeline-panel .timeline-title, .timeline-horizontal .timeline-item .timeline-panel .timeline-title {
        margin-top: 0;
        color: inherit;
        font-size: 1.375rem;
        font-family: "Roboto-Medium", Arial, sans-serif; }
    .timeline .timeline-item .time-body, .timeline-horizontal .timeline-item .time-body {
      width: 80%; }

.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px; }
  .timeline-horizontal:before {
    height: 1px;
    top: 88px;
    /* bottom: 26px; */
    left: 0px;
    right: 0;
    width: 100%;
    margin-bottom: 20px; }
  .timeline-horizontal .timeline-item {
    float: left;
    margin: 0 auto;
    vertical-align: bottom;
    text-align: center; }
    .timeline-horizontal .timeline-item .timeline-panel {
      display: inline-block;
      width: 100%;
      margin-bottom: 20px; }
      .timeline-horizontal .timeline-item .timeline-panel:before {
        top: auto;
        bottom: -16px;
        left: 28px !important;
        right: auto;
        border-right: 16px solid transparent !important;
        border-top: 16px solid #777 !important;
        border-bottom: 0 solid #777 !important;
        border-left: 16px solid transparent !important; }
    .timeline-horizontal .timeline-item .timeline-heading {
      margin-bottom: 20px; }
    .timeline-horizontal .timeline-item .timeline-body {
      margin-top: 10px; }
    .timeline-horizontal .timeline-item:before, .timeline-horizontal .timeline-item:after {
      display: none; }
    .timeline-horizontal .timeline-item .timeline-badge {
      top: 62px;
      left: 62%; }

.timeline-body {
  margin-top: -10px; }

.labeltime {
  width: 30%;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif; }

.hcqttc-input {
  width: 60%;
  border-radius: 3px; }

.hcqttc-label-unit {
  width: 20%;
  padding: 0 0 0 5px; }

.hcqttc-button {
  float: right;
  margin: 0 15px !important;
  background-color: #3595FF;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px; }

.hcqttc-full-title-1 {
  float: right;
  text-align: right; }

.hcqttc-full-title {
  padding: 10px 0 0 14px;
  border-bottom: 1px solid #ddd; }

.hcqttc-full-title-notical {
  color: red;
  font-style: italic; }

.hcqttc-full-info-1 {
  color: #212121; }

.hcqttc-full-info-2 {
  font-weight: bold; }

.nltc-namegroupdetail {
  width: 100%;
  float: left;
  border-bottom: 1px solid #D5D5D5;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #0479EC;
  font-family: 'Roboto-Bold',Arial, Helvetica, sans-serif; }
  .nltc-namegroupdetail .nltc-pgachngang {
    float: left;
    margin-bottom: -15px;
    background: #ffffff;
    padding-right: 15px;
    padding-left: 10px; }
  .nltc-namegroupdetail i {
    float: right;
    margin-bottom: -5px; }

.fa-full2 {
  width: 26px;
  height: 12px;
  background: url("../img/iconfull-color.png") #fff center center no-repeat; }

.hcqttc-list-1-2 {
  height: calc(100vh - 300px);
  overflow: auto;
  overflow-x: hidden;
  padding: 10px 0px;
  margin-bottom: 10px; }

.nlthucongbody, .nlthucongbody2 {
  height: calc(100vh - 157px);
  overflow: auto;
  overflow-x: hidden;
  padding: 10px 0px;
  margin-bottom: 10px; }

.col-20 {
  width: 19.00%;
  padding: 4px; }

.nlthucongbody2 {
  height: calc(100vh - 189px); }

.nltc-thietlapngaygio th {
  border: none !important; }

.hcttc-list-1-2-1 {
  /* min-height: 50px; */
  width: calc(100% - 20px) !important;
  /* -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2); */
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  /* box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2); */
  margin: 0 0 10px 10px; }

.hcttc-list-1-2-1-2-1 {
  padding: 8px 0 8px 0;
  border-bottom: 1px dashed #ddd; }

.hcttc-list-1-2-1-2-1:last-child {
  border: none !important; }

.hcttc-list-1-2-1-2-1-noborder {
  padding: 8px 0 8px 0; }

.hcttc-list-thongtin {
  font-weight: bold; }

.hcha-list-1-2-1 {
  /* min-height: 50px; */
  width: calc(100% - 20px) !important;
  margin: 0 0 10px 10px;
  height: 230px;
  border: 1px solid #ddd; }

.hcha-list-1-2-1-1 {
  height: 200px;
  text-align: center; }

.hcha-list-1-2-1-2 {
  height: 30px;
  background-color: #F5F5F5; }

.hcha-list-1-2-1-1-1 {
  font-size: 14px;
  font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
  padding: 6px 6px; }

.hcha-list-1-2-1-1-3 {
  padding: 5px 6px 4px 6px;
  float: right;
  cursor: pointer; }

.hcha-img {
 /*max-height:200px; 
width:100%;min-height:200px;
height:100%;*/
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%; }

.hcha-ds-1 {
  height: calc(100% - 0px);
  overflow-y: auto; }

.hcha-ds-1-1 {
  min-height: 180px;
  max-height: 500px;
  padding: 10px; }

.hcha-ds-1-1-1 {
  padding: 5px !important;
  height: 100%; }

.hcha-ds-add {
  padding: 5px !important;
  min-height: 235px;
  max-height: 235px;
  background-color: #F6F6F6;
  text-align: center;
  line-height: 235px;
  font-size: 20px; }

.hcha-detail {
  height: calc(100% - 0px);
  padding: 10px; }

.hcha-detail-img {
  height: calc(100% - 0px);
  text-align: center; }

.hcha-detail-2 {
  height: calc(100% - 0px); }

.hcha-img-1 {
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%; }

.hcha-content-detail {
  padding: 8px 0 8px 0; }

.hcha-detail-img-add {
  height: calc(100% - 0px);
  text-align: center;
  background-color: #F6F6F6;
  line-height: 100%;
  position: relative; }

.hcha-list-title {
  background-color: #F6F6F6;
  padding: 10px 0 0 14px; }

.hcha-tentinh {
  color: #0BB1FF;
  background-color: #F6F6F6; }

.hcha-list-title-ho {
  background-color: #D6F6FF;
  padding: 10px 0 0 10px; }

.hcha-full-list-1-2-1-1 {
  height: 140px;
  text-align: center; }

.tabnghiepvudubao {
  padding-top: 8px; }

.selechotram {
  padding-right: 20px;
  border-right: 1px solid #cccccc; }
  .selechotram .btn {
    background: #E2F0FF;
    color: #0F598B;
    text-transform: uppercase;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }
  .selechotram .dropdown-menu {
    font-size: 14px; }
    .selechotram .dropdown-menu .dropdown-item {
      border-radius: 0px !important; }
      .selechotram .dropdown-menu .dropdown-item.active, .selechotram .dropdown-menu .dropdown-item:active, .selechotram .dropdown-menu .dropdown-item:hover {
        color: #3595FF !important;
        background-color: #DAE9FF !important;
        font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }

.tongluongmua-thietlap {
  border-left: 1px solid #cccccc;
  padding-left: 20px; }
  .tongluongmua-thietlap .thietlapmua {
    color: #0479EC;
    cursor: pointer; }
  .tongluongmua-thietlap b {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif; }

.boxcontrol-nghiepvudb .form-group label {
  margin-right: 8px; }

.dulieunghiepvudb .tableFixHead {
  border: 1px solid #CCD6E1; }
.dulieunghiepvudb td {
  padding: 8px 8px 8px 10px; }
  .dulieunghiepvudb td.dmdlquantrac-nvdb {
    padding: 0px 8px 0px 10px !important; }
.dulieunghiepvudb table tbody tr:nth-child(even) {
  background: #F6F6F6; }
.dulieunghiepvudb table .boxnv-solieuquantrac tr:nth-child(even) {
  background: #F2FBF9; }

.groupnhomdl-nv .nltc-namegroupdetail {
  color: #333333; }
.groupnhomdl-nv .nltc-namegroupdetail i {
  float: right;
  margin-bottom: -8px;
  background: #fff; }
.groupnhomdl-nv.collapsed .nltc-namegroupdetail {
  color: #0F598B; }

tr.collapsed .fa-chevron-down:before {
  content: "\f054"; }

.ln-divtable-nghiepvu {
  display: table-row; }
  .ln-divtable-nghiepvu div {
    display: table-cell; }

.fa-ngaplut {
  width: 19px;
  height: 19px;
  background: url(../img/home-kichbanngaplut.png) no-repeat center center; }

.boxcontrol-bieudo {
  background-color: #f5f5f5;
  padding: 8px; }
  .boxcontrol-bieudo a {
    color: #0479EC !important; }
  .boxcontrol-bieudo i {
    margin-bottom: -5px;
    margin-right: 5px; }

.groupboxdl .col-sm-6 {
  padding-left: 8px;
  padding-right: 8px; }

.capnhatmua-sotrithoidoan {
  display: inline-flex;
  text-align: center; }
  .capnhatmua-sotrithoidoan a {
    color: #0479EC !important;
    margin-left: 15px;
    font-family: 'Roboto-Bold',Arial, Helvetica, sans-serif; }
    .capnhatmua-sotrithoidoan a.collapsed {
      font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif; }

.box-capnhat-muasotrithoidoan {
  background: #F1F1F2;
  position: relative;
  border-top: 1px solid #CFCFCF; }
  .box-capnhat-muasotrithoidoan:before {
    content: '';
    position: absolute;
    right: 172px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #CFCFCF;
    clear: both; }
  .box-capnhat-muasotrithoidoan:after {
    content: '';
    position: absolute;
    right: 173px;
    top: -11px;
    width: 0;
    height: 0;
    clear: both;
    border-left: 10px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid #F1f1f2; }
  .box-capnhat-muasotrithoidoan.nv-dubaomuathoidoan:before {
    right: 54px; }
  .box-capnhat-muasotrithoidoan.nv-dubaomuathoidoan:after {
    right: 55px; }

.linkbieudo {
  position: absolute;
  right: 0px;
  bottom: 5px;
  color: #0479EC !important; }

.nextbackhour i {
  color: #0479EC !important;
  margin-left: 8px;
  margin-right: 8px; }

#carouselNVDB {
  /* show 4 items */
  /* last visible item + 1 */
  /* left or forward direction */
  /* farthest right hidden item must be abso position for animations */
  /* right or prev direction */ }
  #carouselNVDB .carousel-item {
    margin-right: 0 !important; }
  #carouselNVDB .carousel-inner .active,
  #carouselNVDB .carousel-inner .active + .carousel-item,
  #carouselNVDB .carousel-inner .active + .carousel-item + .carousel-item,
  #carouselNVDB .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block; }
  #carouselNVDB .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  #carouselNVDB .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  #carouselNVDB .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  #carouselNVDB .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none; }
  #carouselNVDB .carousel-inner .carousel-item-next,
  #carouselNVDB .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0); }
  #carouselNVDB .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible; }
  #carouselNVDB .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  #carouselNVDB .carousel-item-next.carousel-item-left + .carousel-item,
  #carouselNVDB .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  #carouselNVDB .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  #carouselNVDB .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  #carouselNVDB .carousel-inner .carousel-item-next.carousel-item-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible; }
  #carouselNVDB .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: -25%;
    z-index: -1;
    display: block;
    visibility: visible; }
  #carouselNVDB .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  #carouselNVDB .carousel-item-prev.carousel-item-right + .carousel-item,
  #carouselNVDB .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  #carouselNVDB .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  #carouselNVDB .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible; }
  #carouselNVDB .carousel-control-prev, #carouselNVDB .carousel-control-next {
    width: 30px; }
    #carouselNVDB .carousel-control-prev i, #carouselNVDB .carousel-control-next i {
      width: 24px;
      height: 24px;
      background: #F1F1F2;
      color: #7E7E7E !important;
      border-radius: 20px;
      text-align: center;
      font-size: 15px !important;
      padding: 6px 0px; }
    #carouselNVDB .carousel-control-prev:hover i, #carouselNVDB .carousel-control-prev:focus i, #carouselNVDB .carousel-control-next:hover i, #carouselNVDB .carousel-control-next:focus i {
      background: #E2F0FF !important;
      color: #0F598B !important; }
  #carouselNVDB .carousel-control-next {
    right: -20px; }
  #carouselNVDB .carousel-control-prev {
    left: -18px; }

.box-nvdubao-card {
  border: 1px solid #9DD1F6;
  margin-top: 10px;
  background: #fff; }
  .box-nvdubao-card .head-box-nvdubao-card {
    background: #E2F0FF; }
    .box-nvdubao-card .head-box-nvdubao-card .selechotram {
      border: none; }
    .box-nvdubao-card .head-box-nvdubao-card .nvdb-mucnuocho span {
      font-family: "Roboto-Bold", Arial, Helvetica, sans-serif; }

.tooltip-nghiepvu {
  background: #FFF9DB !important;
  padding: 0px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16) !important; }
  .tooltip-nghiepvu .arrow {
    display: none; }
  .tooltip-nghiepvu .tooltip-inner {
    background: transparent;
    color: #333333 !important;
    font-size: 14px !important;
    font-family: "Roboto-Medium", Arial, Helvetica, sans-serif !important; }

.boxcontrol-nguondl .fa-info-circle, .head-box-nvdubao-card .fa-info-circle {
  color: #C1C1C1; }

.bottom-card-ngvdb .float-right {
  margin-top: -3px; }

.head-box-nvdubao-card .dropdown-toggle.dropdown-hide::after {
  display: none; }

.color-link {
  color: #0479EC !important;
  cursor: pointer; }

.link-bieudo {
  cursor: pointer; }

.optionforcheck3 {
  margin-top: 8px;
  border-top: 1px solid #f1f1f2;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 8px; }
  .optionforcheck3 .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px; }

/*# sourceMappingURL=cwrs-style.css.map */
