@charset "UTF-8";
/* BEGIN Light */
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/Light/Roboto-Light.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/Light/Roboto-Light.woff?v=2.137") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/LightItalic/Roboto-LightItalic.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/LightItalic/Roboto-LightItalic.woff?v=2.137") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/Regular/Roboto-Regular.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/Regular/Roboto-Regular.woff?v=2.137") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/Regular/Roboto-Regular.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/Regular/Roboto-Regular.woff?v=2.137") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/Italic/Roboto-Italic.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/Italic/Roboto-Italic.woff?v=2.137") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/Italic/Roboto-Italic.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/Italic/Roboto-Italic.woff?v=2.137") format("woff");
  font-weight: normal;
  font-style: italic;
}
/* END Italic */
/* BEGIN Bold */
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/Bold/Roboto-Bold.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/Bold/Roboto-Bold.woff?v=2.137") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/Bold/Roboto-Bold.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/Bold/Roboto-Bold.woff?v=2.137") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/BoldItalic/Roboto-BoldItalic.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/BoldItalic/Roboto-BoldItalic.woff?v=2.137") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/backend/fonts/roboto/BoldItalic/Roboto-BoldItalic.woff2?v=2.137") format("woff2"), url("/assets/backend/fonts/roboto/BoldItalic/Roboto-BoldItalic.woff?v=2.137") format("woff");
  font-weight: bold;
  font-style: italic;
}
/* END Bold Italic */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/backend/fonts/material-design/iconfont/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/assets/backend/fonts/material-design/iconfont/MaterialIcons-Regular.woff2") format("woff2"), url("/assets/backend/fonts/material-design/iconfont/MaterialIcons-Regular.woff") format("woff"), url("/assets/backend/fonts/material-design/iconfont/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px; /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  vertical-align: -4px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
  vertical-align: -7px;
}

.material-icons.md-36 {
  font-size: 36px;
  vertical-align: -12px;
}

.material-icons.md-48 {
  font-size: 48px;
  vertical-align: -16px;
}

/* @import 'packages/studiobts/cms/resources/assets/theme-flatkit-app/css/fonts/font-awesome/font-awesome.scss'; */
/* 

*/
/* Override Colors
 ==================================================================================================================== */
/* Main Font
 ==================================================================================================================== */
body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #f0f0f0;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

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

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

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

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  color: #014c8c;
  text-decoration: underline;
}
a:hover {
  color: #014c8c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

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

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dl.row > dd + dt {
  clear: left;
}

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  float: left;
  width: 8.3333333333%;
}

.col-xs-2 {
  float: left;
  width: 16.6666666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.3333333333%;
}

.col-xs-5 {
  float: left;
  width: 41.6666666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.3333333333%;
}

.col-xs-8 {
  float: left;
  width: 66.6666666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.3333333333%;
}

.col-xs-11 {
  float: left;
  width: 91.6666666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.3333333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.6666666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.3333333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.6666666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.3333333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.6666666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.3333333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.6666666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(120, 130, 140, 0.045);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(120, 130, 140, 0.045);
}
.table tbody + tbody {
  border-top: 2px solid rgba(120, 130, 140, 0.045);
}
.table .table {
  background-color: #f0f0f0;
}

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

.table-bordered {
  border: 1px solid rgba(120, 130, 140, 0.045);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(120, 130, 140, 0.045);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-inverse {
  color: #eceeef;
  background-color: #757575;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #757575;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
  border-top: 1px solid rgba(120, 130, 140, 0.045);
  border-left: 1px solid rgba(120, 130, 140, 0.045);
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid rgba(120, 130, 140, 0.045);
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid rgba(120, 130, 140, 0.045);
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid rgba(120, 130, 140, 0.045);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: rgba(120, 130, 140, 0.3);
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem;
}
select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.8rem;
}

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

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
.form-check + .form-check {
  margin-top: -0.25rem;
}
.form-check.disabled .form-check-label {
  color: rgba(0, 0, 0, 0.54);
  cursor: not-allowed;
}

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

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

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-check-inline.disabled {
  cursor: not-allowed;
}

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

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

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

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

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

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

.btn-primary {
  color: white;
  background-color: #0cc2aa;
  border-color: #088777;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: white;
  background-color: #099280;
  border-color: #054d44;
}
.btn-primary:focus, .btn-primary.focus {
  color: white;
  background-color: #099280;
  border-color: #054d44;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #099280;
  border-color: #054d44;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: white;
  background-color: #077062;
  border-color: #010f0d;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #0cc2aa;
  border-color: #088777;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0cc2aa;
  border-color: #088777;
}

.btn-secondary {
  color: white;
  background-color: #757575;
  border-color: #ccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: white;
  background-color: #5c5c5c;
  border-color: #adadad;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #5c5c5c;
  border-color: #adadad;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #5c5c5c;
  border-color: #adadad;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: white;
  background-color: #4a4a4a;
  border-color: #8c8c8c;
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #757575;
  border-color: #ccc;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #757575;
  border-color: #ccc;
}

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

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

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

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

.btn-outline-primary {
  color: #0cc2aa;
  background-image: none;
  background-color: transparent;
  border-color: #0cc2aa;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0cc2aa;
  border-color: #0cc2aa;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #0cc2aa;
  border-color: #0cc2aa;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0cc2aa;
  border-color: #0cc2aa;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #077062;
  border-color: #054a41;
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #41f3dc;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #41f3dc;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #b0e1ef;
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #f8d9ac;
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #eba5a3;
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

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

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

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

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

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

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.dropup,
.dropdown {
  position: relative;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item.active:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus {
  color: #818a91;
}
.dropdown-item.disabled:hover {
  color: #818a91;
}
.dropdown-item.disabled:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.8rem;
  color: #818a91;
  white-space: nowrap;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -0.5rem;
}
.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active {
  z-index: 3;
}
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
  box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

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

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  box-shadow: none;
}

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

.custom-controls-stacked .custom-control {
  display: inline;
}
.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

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

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

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

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

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

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

.nav-link {
  display: inline-block;
}
.nav-link:focus {
  text-decoration: none;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #818a91;
}
.nav-link.disabled, .nav-link.disabled:focus {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}
.nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}
.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}
.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

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

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-full {
  z-index: 1000;
}
@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 544px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}
.navbar-divider::before {
  content: " ";
}

.navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-nav .nav-item {
  float: left;
}
.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-brand:focus {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-brand:hover {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
  padding: 1.25rem;
}
.card-block::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header::after {
  content: "";
  display: table;
  clear: both;
}
.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer::after {
  content: "";
  display: table;
  clear: both;
}
.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  border-radius: 0.25rem;
}

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

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

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

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 544px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .card-columns .card {
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

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

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

.page-item {
  display: inline;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active .page-link:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

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

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

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.8rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

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

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

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

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

.tag-default {
  background-color: #818a91;
}
.tag-default[href]:focus {
  background-color: #687077;
}
.tag-default[href]:hover {
  background-color: #687077;
}

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 2rem;
}
.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1rem;
  color: inherit;
}

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

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

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
.progress-striped[value]::-webkit-progress-value {
  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-striped[value]::-moz-progress-bar {
  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-striped[value]::-ms-fill {
  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;
}

@media screen and (min-width: 0\0 ) {
  .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-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0 ) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite;
  }
}
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}
.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}
@media screen and (min-width: 0\0 ) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}
.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}
@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}
.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}
.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

.media,
.media-body {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item.disabled:focus {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #818a91;
}
.list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}
.list-group-item.active, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #a8d6fe;
}
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

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

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #333;
}
.list-group-item-action:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

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

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

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

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.8rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

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

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}
.popover-title:empty {
  display: none;
}

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

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

.popover-arrow {
  border-width: 11px;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev::before {
  content: "‹";
}
.carousel-control .icon-next::before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 544px) {
  .carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.bg-faded {
  background-color: #f7f7f9;
}

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

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

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

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

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

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

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

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

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

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

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

.text-muted {
  color: rgba(0, 0, 0, 0.54) !important;
}

a.text-muted:focus {
  color: rgba(0, 0, 0, 0.54) !important;
}
a.text-muted:hover {
  color: rgba(0, 0, 0, 0.54) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

html {
  background-color: #e0e0e0;
}

body {
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

pre {
  color: inherit;
  background-color: #f8f8f8;
  border-color: rgba(120, 130, 140, 0.13);
}

blockquote {
  border-color: rgba(120, 130, 140, 0.13);
}

small {
  font-size: 90%;
}

sup {
  position: relative;
  top: -1em;
  font-size: 75%;
}

.pull-center {
  position: absolute;
  left: 50%;
}

.close {
  font-size: 1.3rem;
}

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

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

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

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.center-block {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pull-none-sm {
    float: none !important;
  }
}
@media (max-width: 543px) {
  .pull-none-xs {
    float: none !important;
  }
}
.label {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-weight: bold;
  background-color: #b8b8b8;
  color: #fff;
  border-radius: 0.2rem;
}
.label.no-bg {
  background-color: transparent;
  color: inherit;
}

.label.up {
  position: relative;
  top: -10px;
  min-width: 4px;
  min-height: 4px;
  display: inline-block;
}

.label-lg {
  font-size: 1.33rem;
  padding: 5px 9px;
}

.label-sm {
  padding: 0.15em 0.35em;
}

.label-xs {
  padding: 0.1em 0.25em;
}

.list-group-item.active > .label,
.nav-pills > .active > a > .label {
  color: rgba(0, 0, 0, 0.87);
}

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

.btn {
  font-weight: 500;
  outline: 0 !important;
}
.btn:not([disabled]):hover, .btn:not([disabled]):focus, .btn:not([disabled]).active {
  box-shadow: inset 0 -10rem 0px rgba(158, 158, 158, 0.2);
}
.btn > i.pull-left, .btn > i.pull-right {
  line-height: 1.5;
}
.btn.rounded {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.btn-md {
  padding: 0.4695rem 0.75rem;
  font-size: 0.9rem;
}

.btn-xs {
  padding: 0.2195rem 0.5rem;
  font-size: 0.8rem;
}

.btn-outline {
  border-width: 1px;
  background-color: transparent;
  box-shadow: none !important;
}

.btn.b-primary:hover, .btn.b-primary:focus, .btn.primary:hover, .btn.primary:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #0cc2aa;
}
.btn.b-accent:hover, .btn.b-accent:focus, .btn.accent:hover, .btn.accent:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #a88add;
}
.btn.b-warn:hover, .btn.b-warn:focus, .btn.warn:hover, .btn.warn:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #fcc100;
}
.btn.b-success:hover, .btn.b-success:focus, .btn.success:hover, .btn.success:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6cc788;
}
.btn.b-info:hover, .btn.b-info:focus, .btn.info:hover, .btn.info:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6887ff;
}
.btn.b-warning:hover, .btn.b-warning:focus, .btn.warning:hover, .btn.warning:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f77a99;
}
.btn.b-danger:hover, .btn.b-danger:focus, .btn.danger:hover, .btn.danger:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44455;
}
.btn.b-dark:hover, .btn.b-dark:focus, .btn.dark:hover, .btn.dark:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2e3e4e;
}
.btn.b-black:hover, .btn.b-black:focus, .btn.black:hover, .btn.black:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2a2b3c;
}
.btn.b-white:hover, .btn.b-white:focus {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #ffffff;
}
.btn.b-light:hover, .btn.b-light:focus {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f8f8f8;
}

.btn-icon {
  text-align: center;
  padding: 0 !important;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  position: relative;
  overflow: hidden;
}
.btn-icon i {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  line-height: inherit;
  border-radius: inherit;
  transition: all 0.3s;
}
.btn-icon.btn-xs {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  width: 1.775rem;
  height: 1.775rem;
  line-height: 1.775rem;
}
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  width: 3.167rem;
  height: 3.167rem;
  line-height: 3.167rem;
}
.btn-icon.btn-social i:last-child {
  top: 100%;
}
.btn-icon.btn-social:hover i:first-child, .btn-icon.btn-social:focus i:first-child, .btn-icon.btn-social.active i:first-child {
  top: -100%;
}
.btn-icon.btn-social:hover i:last-child, .btn-icon.btn-social:focus i:last-child, .btn-icon.btn-social.active i:last-child {
  top: 0;
  color: #fff;
}
.btn-icon.btn-social-colored i:first-child {
  color: #fff;
}

.btn.white,
.btn.btn-default,
.btn.btn-secondary {
  border-color: rgba(120, 130, 140, 0.13);
}

.btn-default {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.btn-groups .btn {
  margin-bottom: 0.25rem;
}

.btn-fw {
  min-width: 7rem;
}

.card {
  border-color: rgba(120, 130, 140, 0.13);
}

.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  margin-left: -10px;
}

.dropdown-menu {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform-origin: top left;
}
.dropdown-menu > li:not(.dropdown-item) > a {
  display: block;
  padding: 3px 20px;
}
.dropdown-menu > li:not(.dropdown-item) > a:hover, .dropdown-menu > li:not(.dropdown-item) > a:focus {
  background-color: rgba(0, 0, 0, 0.065);
}
.dropdown-menu > .divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
}
.dropdown-menu .active {
  background-color: rgba(0, 0, 0, 0.065);
}
.dropdown-menu.pull-left {
  left: auto !important;
  right: 100%;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
  transform-origin: top right;
}
.dropdown-menu.pull-up {
  top: 0;
}
.dropdown-menu.pull-down {
  top: 100% !important;
  left: 0 !important;
}
.dropup .dropdown-menu {
  transform-origin: bottom left;
}
.dropup .dropdown-menu.pull-right {
  transform-origin: bottom right;
}
.dropdown-menu.datepicker, .dropdown-menu.timepicker {
  padding: 6px;
  font-size: 0.8rem;
}
.dropdown-menu.datepicker .btn, .dropdown-menu.timepicker .btn {
  font-size: 0.8rem;
}
.dropdown-menu.datepicker .btn.btn-primary, .dropdown-menu.timepicker .btn.btn-primary {
  background-color: #6887ff;
  color: #fff;
}
.dropdown-menu.datepicker .btn:not(:hover), .dropdown-menu.timepicker .btn:not(:hover) {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.dropdown-item {
  color: inherit;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.065);
}

.dropdown-divider {
  background-color: rgba(120, 130, 140, 0.13);
}

.dropdown-menu-scale {
  display: block;
  opacity: 0;
  transform: scale(0.8);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.open > .dropdown-menu-scale {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  display: block !important;
}

.dropdown-header {
  padding: 8px 16px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu:focus > .dropdown-menu {
  display: block;
}
.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -6px;
  margin-left: -1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-bottom: -6px;
}

.popover {
  color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 543px) {
  .dropdown-menu.pull-none-xs {
    left: 0;
  }
}
.form-control {
  border-color: rgba(120, 130, 140, 0.2);
  border-radius: 0;
}
.form-control:focus {
  border-color: rgba(120, 130, 140, 0.3);
}

.form-control-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.custom-select {
  border-color: rgba(120, 130, 140, 0.13);
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.3;
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.3;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.3;
}

.form-control-spin {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.input-group-addon {
  border-color: rgba(120, 130, 140, 0.2) !important;
  background-color: transparent;
  color: inherit;
}

.form-group-stack .form-control {
  margin-top: -1px;
  position: relative;
  border-radius: 0;
}
.form-group-stack .form-control:focus, .form-group-stack .form-control:active {
  z-index: 1;
}

.form-validation .form-control.ng-dirty.ng-invalid {
  border-color: #f44455;
}
.form-validation .form-control.ng-dirty.ng-valid, .form-validation .form-control.ng-dirty.ng-valid:focus {
  border-color: #6cc788;
}
.form-validation .ui-checks .ng-invalid.ng-dirty + i {
  border-color: #f44455;
}

.form-file {
  position: relative;
}
.form-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.input-group-sm > .form-control {
  min-height: 1.95rem;
}

.active-checked {
  opacity: 0;
}

input:checked + .active-checked {
  opacity: 1;
}

.list-group {
  border-radius: 3px;
  background: #fff;
}
.list-group.no-radius .list-group-item {
  border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
  border: none;
}
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.list-group.no-border .list-group-item:first-child {
  border-top-width: 0;
}
.list-group.no-border .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group.no-bg .list-group-item {
  background-color: transparent;
}
.list-group.list-group-gap {
  background: transparent;
}

.list-group-item {
  border-color: rgba(120, 130, 140, 0.065);
  background: transparent;
  padding: 12px 16px;
  background-clip: padding-box;
}
.list-group-item.media {
  margin-top: 0;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.065);
  border-color: rgba(120, 130, 140, 0.065);
  border-bottom-color: rgba(120, 130, 140, 0.065);
}
.list-group-item.active a, .list-group-item.active:hover a, .list-group-item.active:focus a {
  color: inherit;
}
.list-group-item:first-child {
  border-top-color: rgba(120, 130, 140, 0.13);
}
.list-group-item:last-child {
  border-bottom-color: rgba(120, 130, 140, 0.13);
}
.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.065);
}
.list-group-alt .list-group-item.active:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.065);
}
.list-group-lg .list-group-item {
  padding: 16px 24px;
}
.list-group-md .list-group-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.list-group-sm .list-group-item {
  padding: 10px 12px;
}
.list-group-gap .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px;
}
.list-group-gap .list-group-item:first-child {
  border-top-color: rgba(120, 130, 140, 0.065);
}
.list-group-gap .list-group-item:last-child {
  border-bottom-color: rgba(120, 130, 140, 0.065);
}

a.list-group-item {
  color: inherit;
}
a.list-group-item:hover, a.list-group-item:focus, a.list-group-item.hover {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.065);
}

.modal .left {
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal .right {
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal .top {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal .bottom {
  transform: translate3d(0, 100%, 0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal.in .left,
.modal.in .right,
.modal.in .top,
.modal.in .bottom {
  transform: translate3d(0, 0, 0);
}
.modal.inactive {
  bottom: auto;
  overflow: visible;
}

.modal-open-aside {
  overflow: visible;
}

.modal > .left {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
}

.modal > .right {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
}

.modal > .top {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}

.modal > .bottom {
  position: fixed;
  z-index: 1055;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-header,
.modal-content,
.modal-footer {
  border-color: rgba(120, 130, 140, 0.13);
}

.modal-content {
  color: rgba(0, 0, 0, 0.87);
}

.aside {
  color: rgba(0, 0, 0, 0.87);
}

.aside-header,
.aside-header .close {
  color: inherit !important;
  background-color: transparent !important;
}

.aside-header,
.aside-footer {
  border-color: rgba(120, 130, 140, 0.13) !important;
}

.aside-title {
  font-size: 1.2rem;
  margin: 0.45rem 0;
}

.modal.animate .modal-dialog {
  transform: translate(0, 0);
}
.modal.animate .fade-right-big {
  -webkit-animation: fadeOutLeftBig 0.5s;
  animation: fadeOutLeftBig 0.5s;
}
.modal.animate .fade-left-big {
  -webkit-animation: fadeOutRightBig 0.5s;
  animation: fadeOutRightBig 0.5s;
}
.modal.animate .fade-up-big {
  -webkit-animation: fadeOutUpBig 0.5s;
  animation: fadeOutUpBig 0.5s;
}
.modal.animate .fade-down-big {
  -webkit-animation: fadeOutDownBig 0.5s;
  animation: fadeOutDownBig 0.5s;
}
.modal.animate .fade-right {
  -webkit-animation: fadeOutLeft 0.5s;
  animation: fadeOutLeft 0.5s;
}
.modal.animate .fade-left {
  -webkit-animation: fadeOutRight 0.5s;
  animation: fadeOutRight 0.5s;
}
.modal.animate .fade-up {
  -webkit-animation: fadeOutUp 0.5s;
  animation: fadeOutUp 0.5s;
}
.modal.animate .fade-down {
  -webkit-animation: fadeOutDown 0.5s;
  animation: fadeOutDown 0.5s;
}
.modal.animate .flip-x {
  -webkit-animation: flipOutX 0.5s;
  animation: flipOutX 0.5s;
}
.modal.animate .flip-y {
  -webkit-animation: flipOutY 0.5s;
  animation: flipOutY 0.5s;
}
.modal.animate .zoom {
  -webkit-animation: zoomOut 0.5s;
  animation: zoomOut 0.5s;
}
.modal.animate .roll {
  -webkit-animation: rollOut 0.5s;
  animation: rollOut 0.5s;
}
.modal.animate .bounce {
  -webkit-animation: bounceOut 0.5s;
  animation: bounceOut 0.5s;
}
.modal.animate .rotate {
  -webkit-animation: rotateOut 0.5s;
  animation: rotateOut 0.5s;
}
.modal.animate.in .fade-right-big {
  -webkit-animation: fadeInRightBig 0.5s;
  animation: fadeInRightBig 0.5s;
}
.modal.animate.in .fade-left-big {
  -webkit-animation: fadeInLeftBig 0.5s;
  animation: fadeInLeftBig 0.5s;
}
.modal.animate.in .fade-up-big {
  -webkit-animation: fadeInUpBig 0.5s;
  animation: fadeInUpBig 0.5s;
}
.modal.animate.in .fade-down-big {
  -webkit-animation: fadeInDownBig 0.5s;
  animation: fadeInDownBig 0.5s;
}
.modal.animate.in .fade-right {
  -webkit-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
}
.modal.animate.in .fade-left {
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}
.modal.animate.in .fade-up {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}
.modal.animate.in .fade-down {
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
}
.modal.animate.in .flip-x {
  -webkit-animation: flipInX 0.5s;
  animation: flipInX 0.5s;
}
.modal.animate.in .flip-y {
  -webkit-animation: flipInY 0.5s;
  animation: flipInY 0.5s;
}
.modal.animate.in .zoom {
  -webkit-animation: zoomIn 0.5s;
  animation: zoomIn 0.5s;
}
.modal.animate.in .roll {
  -webkit-animation: rollIn 0.5s;
  animation: rollIn 0.5s;
}
.modal.animate.in .bounce {
  -webkit-animation: bounceIn 0.5s;
  animation: bounceIn 0.5s;
}
.modal.animate.in .rotate {
  -webkit-animation: rotateIn 0.5s;
  animation: rotateIn 0.5s;
}

.nav {
  border: inherit;
}

.nav-item {
  border: inherit;
}

.nav-link {
  border: inherit;
  position: relative;
}

.nav-md .nav-link {
  padding: 0.5rem 1rem;
}

.nav-sm .nav-link {
  padding: 0.25rem 0.75rem;
}

.nav-xs .nav-link {
  padding: 0.15rem 0.5rem;
  font-size: 90%;
}

.nav-rounded .nav-link {
  border-radius: 2rem;
}

.nav-tabs {
  border-bottom-width: 0;
  position: relative;
  z-index: 1;
}
.nav-tabs .nav-link {
  background: transparent !important;
  color: inherit !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: rgba(120, 130, 140, 0.13);
  border-bottom-color: transparent;
}

.tab-content.tab-alt .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-content.tab-alt .tab-pane.active {
  height: auto;
  overflow: visible;
}

.nav-justified .nav-item {
  display: table-cell;
  width: 1%;
  float: none !important;
  text-align: center;
}

.nav-lists .nav-item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  background-clip: padding-box;
}

.nav-active-border .nav-link:before {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
.nav-active-border .nav-link:hover:before, .nav-active-border .nav-link:focus:before, .nav-active-border .nav-link.active:before {
  left: 0%;
  right: 0%;
  border-bottom-color: inherit;
}
.nav-active-border.top .nav-link:before {
  bottom: auto;
  top: 0;
}
.nav-active-border.left .nav-link {
  float: none;
}
.nav-active-border.left .nav-link:before {
  border-bottom-width: 0;
  right: auto;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: transparent;
  left: 0;
  top: 50%;
  bottom: 50%;
}
.nav-active-border.left .nav-link:hover:before, .nav-active-border.left .nav-link:focus:before, .nav-active-border.left .nav-link.active:before {
  top: 0%;
  bottom: 0%;
  border-left-color: inherit;
}
.nav-active-border.left.right .nav-link:before {
  left: auto;
  right: 0;
}

.breadcrumb {
  background-color: rgba(0, 0, 0, 0.065);
}
.breadcrumb > li + li:before {
  content: "/ ";
}

.navbar {
  border: none;
  margin: 0;
  padding: 0 1rem;
  flex-shrink: 0;
  min-height: 3.5rem;
}
.navbar .up {
  margin: 0 -0.6em;
}
.navbar .avatar {
  top: -2px;
}

.navbar-item {
  margin-right: 1rem;
  margin-bottom: 0;
}

.navbar-nav > .nav-link,
.navbar-nav > .nav-item > .nav-link,
.navbar-item,
.navbar-brand {
  padding: 0;
  line-height: 3.5rem;
  white-space: nowrap;
}

.navbar-md {
  min-height: 4rem;
}
.navbar-md .navbar-nav > .nav-link,
.navbar-md .navbar-nav > .nav-item > .nav-link,
.navbar-md .navbar-item,
.navbar-md .navbar-brand {
  line-height: 4rem;
}

.navbar-sm {
  min-height: 3rem;
}
.navbar-sm .navbar-nav > .nav-link,
.navbar-sm .navbar-nav > .nav-item > .nav-link,
.navbar-sm .navbar-item,
.navbar-sm .navbar-brand {
  line-height: 3rem;
}

.navbar-brand {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand img,
.navbar-brand svg {
  max-height: 24px;
  vertical-align: -4px;
  display: inline-block;
}
.navbar-brand > span {
  display: inline-block;
  line-height: 0.8;
  margin-left: 10px;
}
.navbar-brand.md img,
.navbar-brand.md svg {
  max-height: 32px;
  vertical-align: -8px;
}
.navbar-brand.lg img,
.navbar-brand.lg svg {
  max-height: 48px;
  vertical-align: -16px;
}
.pull-center .navbar-brand {
  margin-left: -50%;
  float: left;
}

.navbar .collapsing,
.navbar .collapse.in {
  clear: left;
  padding-bottom: 1rem;
}
.collapsing .navbar-nav,
.collapse.in .navbar-nav {
  float: none !important;
}
.collapsing .navbar-nav:not(.navbar-nav-inline) .nav-item,
.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-item {
  float: none;
  margin: 0;
}
.collapsing .navbar-nav:not(.navbar-nav-inline) .nav-link,
.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-link {
  display: block;
  line-height: 2 !important;
}
.collapsing .navbar-form,
.collapse.in .navbar-form {
  margin: 0 !important;
  padding: 0.5rem 0;
  float: none !important;
}
.collapsing .nav-active-border,
.collapse.in .nav-active-border {
  border-color: transparent;
}
.collapsing .dropdown-menu-scale,
.collapse.in .dropdown-menu-scale {
  display: none;
}

.pagination .page-item,
.pagination > li > a,
.pagination > li > span,
.pager .page-item,
.pager > li > a,
.pager > li > span {
  color: inherit !important;
  background-color: transparent !important;
  border-color: rgba(120, 130, 140, 0.13) !important;
}
.pagination .page-item:hover, .pagination .page-item:focus,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pager .page-item:hover,
.pager .page-item:focus,
.pager > li > a:hover,
.pager > li > a:focus,
.pager > li > span:hover,
.pager > li > span:focus {
  border-color: rgba(120, 130, 140, 0.13);
  background-color: rgba(0, 0, 0, 0.065);
  color: inherit;
}
.pagination .page-item.active,
.pagination > .active > a,
.pagination > .active > span,
.pager .page-item.active,
.pager > .active > a,
.pager > .active > span {
  color: rgb(255, 255, 255) !important;
  background-color: #0cc2aa !important;
  border-color: #0cc2aa !important;
}

.pagination > li {
  display: inline;
  list-style: none;
}
.pagination > li > a {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:focus {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}
.pagination > li > a:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none;
}
.pager::after {
  content: "";
  display: table;
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: rgba(0, 0, 0, 0.065);
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 500px;
}
.pager li > a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.065);
}
.pager li > a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.065);
}
.pager .disabled > a, .pager .disabled > a:focus {
  cursor: inherit;
  background-color: rgba(0, 0, 0, 0.065);
}
.pager .disabled > a:hover {
  cursor: inherit;
  background-color: rgba(0, 0, 0, 0.065);
}
.pager .disabled > span {
  cursor: inherit;
  background-color: rgba(0, 0, 0, 0.065);
}

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

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

.progress[value]::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0.065);
}

.progress {
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.065);
}

.progress-bar {
  display: inline-block;
  float: left;
  height: 100%;
  border-radius: 0.25rem;
  text-align: center;
  background-color: #0074d9;
  font-size: 0.8em;
  transition: width 0.6s ease;
}

.progress-xxs {
  height: 4px;
}

.progress-xs {
  height: 8px;
}

.progress-sm {
  height: 12px;
  font-size: 0.8em;
}

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

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.col-0 {
  clear: left;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

.row-sm {
  margin-left: -8px;
  margin-right: -8px;
}
.row-sm [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.row-xs {
  margin-left: -4px;
  margin-right: -4px;
}
.row-xs [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

@media (max-width: 991px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row-2 [class*=col] {
    width: 50%;
    float: left;
  }
  .row-2 .col-0 {
    clear: none;
  }
  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row [class*=col-] {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.panel .table {
  border-color: rgba(120, 130, 140, 0.045) !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  padding-left: 16px;
  padding-right: 16px;
  border-color: rgba(120, 130, 140, 0.045);
}
.table > thead > tr > th {
  padding: 10px 16px;
  border-color: rgba(120, 130, 140, 0.045);
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border-color: rgba(120, 130, 140, 0.045);
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
  background-clip: padding-box;
}
.table-striped > thead > th {
  background-color: rgba(0, 0, 0, 0.025);
  border-right: 1px solid rgba(120, 130, 140, 0.045);
}
.table-striped > thead > th:last-child {
  border-right: none;
}

.table-hover tr:hover,
.table tr.active,
.table td.active,
.table th.active {
  background-color: rgba(0, 0, 0, 0.065) !important;
}

.arrow {
  position: absolute;
  z-index: 10;
}
.arrow:before, .arrow:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 9px;
  border-color: transparent;
  border-style: solid;
}
.arrow:after {
  border-width: 8px;
}
.arrow.top {
  top: -9px;
  left: 50%;
  margin-left: -9px;
}
.arrow.top.pull-in {
  top: -4px;
}
.arrow.top:before {
  border-bottom-color: rgba(120, 130, 140, 0.13);
  border-top-width: 0;
}
.arrow.top:after {
  top: 1px;
  left: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: inherit;
  border-left-color: transparent;
  border-top-width: 0;
}
.arrow.right {
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.arrow.right.pull-in {
  right: 4px;
}
.arrow.right:before {
  border-left-color: rgba(120, 130, 140, 0.13);
  border-right-width: 0;
}
.arrow.right:after {
  top: 1px;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
  border-right-width: 0;
}
.arrow.bottom {
  bottom: 0;
  left: 50%;
  margin-left: -9px;
}
.arrow.bottom.pull-in {
  bottom: 4px;
}
.arrow.bottom:before {
  border-top-color: rgba(120, 130, 140, 0.13);
  border-bottom-width: 0;
}
.arrow.bottom:after {
  top: 0px;
  left: 1px;
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-bottom-width: 0;
}
.arrow.left {
  top: 50%;
  left: -9px;
  margin-top: -9px;
}
.arrow.left.pull-in {
  left: -4px;
}
.arrow.left:before {
  border-right-color: rgba(120, 130, 140, 0.13);
  border-left-width: 0;
}
.arrow.left:after {
  top: 1px;
  left: 1px;
  border-top-color: transparent;
  border-right-color: inherit;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-left-width: 0;
}
.arrow.pull-left {
  left: 18px;
}
.arrow.pull-right {
  left: auto;
  right: 26px;
}
.arrow.pull-top {
  top: 18px;
}
.arrow.pull-bottom {
  top: auto;
  bottom: 26px;
}
.arrow.b-primary:before, .arrow.b-info:before, .arrow.b-success:before, .arrow.b-warning:before, .arrow.b-danger:before, .arrow.b-accent:before, .arrow.b-dark:before {
  border-color: transparent;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 1;
  border-radius: 500px;
  white-space: nowrap;
  font-weight: bold;
}
.avatar img {
  border-radius: 500px;
  width: 100%;
}
.avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 1px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}
.avatar i.right {
  left: auto;
  right: 0;
}
.avatar i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.avatar i.left {
  top: auto;
  bottom: 0;
}
.avatar i.on {
  background-color: #6cc788;
}
.avatar i.off {
  background-color: #f8f8f8;
}
.avatar i.away {
  background-color: #f77a99;
}
.avatar i.busy {
  background-color: #f44455;
}
.avatar.w-32 i {
  margin: 0px;
}
.avatar.w-48 i {
  margin: 2px;
}
.avatar.w-56 i {
  margin: 3px;
}
.avatar.w-64 i {
  margin: 4px;
}
.avatar.w-96 i {
  margin: 9px;
}
.avatar.w-128 i {
  margin: 14px;
}

.row-col {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}
.row-col > [class*=col-],
.row-col > [class*=" col-"] {
  vertical-align: top;
  float: none;
  padding: 0;
  position: static;
}

.row-row {
  display: table-row;
  height: 100%;
}

.row-cell {
  display: table-cell;
  vertical-align: top;
}

.row-body {
  position: relative;
  height: 100%;
  width: 100%;
}
.ie .row-body {
  display: table-cell;
  overflow: auto;
}
.ie .row-body .row-inner {
  overflow: visible !important;
}

.row-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

.v-c {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .row-col > [class*=col-lg],
.row-col > [class*=" col-lg"] {
    display: table-cell;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .row-col > [class*=col-md],
.row-col > [class*=" col-md"] {
    display: table-cell;
    height: 100%;
  }
}
@media (min-width: 544px) {
  .row-col > [class*=col-sm],
.row-col > [class*=" col-sm"] {
    display: table-cell;
    height: 100%;
  }
}
.row-col > [class*=col-xs],
.row-col > [class*=" col-xs"] {
  display: table-cell;
  height: 100%;
}

@media (max-width: 543px) {
  .row-col-xs {
    display: block;
  }
  .row-col-xs .row-body {
    overflow: visible !important;
  }
  .row-col-xs .row-inner {
    position: static;
  }
}
.box,
.box-color {
  background-color: #fff;
  position: relative;
  margin-bottom: 1.5rem;
}

.box-header {
  position: relative;
  padding: 1rem;
}
.box-header h2,
.box-header h3,
.box-header h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}
.box-header h3 {
  font-size: 16px;
}
.box-header h4 {
  font-size: 15px;
}
.box-header small {
  display: block;
  margin-top: 4px;
  opacity: 0.6;
}

.box-body {
  padding: 1rem;
}

.box-footer {
  padding: 1rem;
}

.box-divider {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0 16px;
  height: 0;
}

.box-tool {
  position: absolute;
  right: 16px;
  top: 14px;
}

.box-shadow,
.box-shadow .box,
.box-shadow .box-color {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
}

.box-shadow-z0,
.box-shadow-z0 .box,
.box-shadow-z0 .box-color {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
}

.box-shadow-z1,
.box-shadow-z1 .box,
.box-shadow-z1 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

.box-shadow-z2,
.box-shadow-z2 .box,
.box-shadow-z2 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

.box-shadow-z3,
.box-shadow-z3 .box,
.box-shadow-z3 .box-color {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

.box-shadow-z4,
.box-shadow-z4 .box,
.box-shadow-z4 .box-color {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

.box-radius-1x,
.box-radius-1x .box,
.box-radius-1x .box-color {
  border-radius: 2px;
}

.box-radius-2x,
.box-radius-2x .box,
.box-radius-2x .box-color {
  border-radius: 3px;
}

.box-radius-3x,
.box-radius-3x .box,
.box-radius-3x .box-color {
  border-radius: 4px;
}

.ui-check {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.ui-check input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.ui-check input:checked + i:before {
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #0cc2aa;
}
.ui-check input:checked + span .active {
  display: inherit;
}
.ui-check input[type=radio] + i, .ui-check input[type=radio] + i:before {
  border-radius: 50%;
}
.ui-check input[disabled] + i, fieldset[disabled] .ui-check input + i {
  border-color: rgba(134, 143, 152, 0.2);
}
.ui-check input[disabled] + i:before, fieldset[disabled] .ui-check input + i:before {
  background-color: rgba(134, 143, 152, 0.2);
}
.ui-check > i {
  width: 16px;
  height: 16px;
  line-height: 1;
  box-shadow: 0 0 1px rgba(120, 130, 140, 0.35);
  margin-left: -20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background-clip: padding-box;
  position: relative;
}
.ui-check > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background-color: transparent;
}
.ui-check > span {
  margin-left: -20px;
}
.ui-check > span .active {
  display: none;
}
.ui-check.ui-check-color input:checked + i:before {
  background-color: #fff;
}

.ui-check-md input:checked + i:before {
  left: 6px;
  top: 6px;
}
.ui-check-md > i {
  width: 18px;
  height: 18px;
}

.ui-check-lg input:checked + i:before {
  width: 12px;
  height: 12px;
  left: 9px;
  top: 9px;
}
.ui-check-lg > i {
  width: 30px;
  height: 30px;
}

[layout] {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
}

[layout=column] {
  flex-direction: column;
}

[layout=row] {
  flex-direction: row;
}

[layout-wrap] {
  flex-wrap: wrap;
}

[layout-fill] {
  margin: 0;
  min-height: 100%;
  width: 100%;
}

@-moz-document url-prefix() {
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: auto;
    height: inherit;
  }
}
[flex] {
  box-sizing: border-box;
  flex: 1;
}

[flex-no-shrink] {
  flex-shrink: 0;
}

/*layout*/
html {
  height: 100%;
}

body {
  height: auto;
  min-height: 100%;
  position: relative;
}

.app-aside {
  position: fixed !important;
  z-index: 1030;
  float: left;
  height: 100%;
}

.app-content {
  box-shadow: none;
}
.app-content::after {
  content: "";
  display: table;
  clear: both;
}

.app-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: inherit;
  z-index: 1020;
}
.app-header ~ .app-body {
  padding-top: 3.5rem;
}
.app-header.navbar-md ~ .app-body {
  padding-top: 4rem;
}
.app-header.navbar-sm ~ .app-body {
  padding-top: 3rem;
}

.app-body-inner {
  padding-top: inherit !important;
  padding-bottom: inherit !important;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.app-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: inherit;
}
.app-footer:not(.hide) ~ .app-body {
  padding-bottom: 3.125rem;
}

.app-fixed {
  overflow: hidden;
}
.app-fixed .app {
  height: 100%;
}
.app-fixed .app-content {
  position: relative;
  min-height: 100%;
}
.app-fixed .app-footer {
  margin-left: 0;
}

@media (min-width: 992px) {
  .app-aside {
    opacity: 1;
    display: block !important;
  }
  .app-aside,
.app-aside .scroll {
    width: 12.5rem;
  }
  .app-aside.lg:not(.folded), .app-aside.lg:not(.folded) .scroll {
    width: 13.75rem;
  }
  .app-aside.lg:not(.hide) ~ .app-content {
    margin-left: 13.75rem;
  }
  .app-aside.sm:not(.folded), .app-aside.sm:not(.folded) .scroll {
    width: 11.25rem;
  }
  .app-aside.sm:not(.hide) ~ .app-content {
    margin-left: 11.25rem;
  }
  .app-aside.folded {
    width: 4rem;
  }
  .app-aside.folded:not(.hide) ~ .app-content {
    margin-left: 4rem;
  }
  .app-aside.folded.md {
    width: 5rem;
  }
  .app-aside.folded.md:not(.hide) ~ .app-content {
    margin-left: 5rem;
  }
  .app-aside:not(.hide) ~ .app-content {
    margin-left: 12.5rem;
  }
  .app-aside .left {
    position: absolute;
    right: 0;
    transform: translate3d(0, 0, 0);
  }
  .hide-scroll {
    width: auto;
    margin-right: -17px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991px) {
  .app-aside.modal {
    width: 100%;
    position: fixed;
    z-index: 1050;
  }
  .app-aside .left {
    position: fixed;
    width: 304px;
  }
}
@media print {
  .app-aside,
.app-header,
.app-footer,
.switcher {
    display: none;
  }
}
/* fix ie9 */
.ie9 .app-aside {
  position: static !important;
}
.ie9 .app-aside .left {
  width: inherit;
  position: absolute;
}

@media (max-width: 991px) {
  body.container,
.app .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  body.container {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  body.container,
body.container .container {
    padding-left: 0;
    padding-right: 0;
  }
  body.container .app-aside {
    left: inherit;
    right: auto;
  }
  body.container .app-aside.lg ~ .app-content .app-header {
    width: 45rem;
  }
  body.container .app-aside.sm ~ .app-content .app-header {
    width: 47.5rem;
  }
  body.container .app-aside.folded ~ .app-content .app-header {
    width: 54.75rem;
  }
  body.container .app-aside.folded.md ~ .app-content .app-header {
    width: 53.75rem;
  }
  body.container .app-aside ~ .app-content .app-header {
    width: 46.25rem;
  }
  body.container .app-header {
    left: inherit;
    right: auto;
    margin-left: 0;
    width: 58.75rem;
  }
}
@media (min-width: 1200px) {
  body.container .app-aside.lg ~ .app-content .app-header {
    width: 57.5rem;
  }
  body.container .app-aside.sm ~ .app-content .app-header {
    width: 60rem;
  }
  body.container .app-aside.folded ~ .app-content .app-header {
    width: 67.25rem;
  }
  body.container .app-aside.folded.md ~ .app-content .app-header {
    width: 66.25rem;
  }
  body.container .app-aside ~ .app-content .app-header {
    width: 58.75rem;
  }
  body.container .app-header {
    width: 71.25rem;
  }
}
.list {
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px;
}
.list.no-border {
  padding-top: 8px;
  padding-bottom: 8px;
}

.list-item {
  display: block;
  position: relative;
  padding: 12px 16px;
}
.list-item::after {
  content: "";
  display: table;
  clear: both;
}
.list-item:last-child .list-body:after {
  border: none;
}
.no-border .list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.no-padding .list-item {
  padding-left: 0;
  padding-right: 0;
}

.list-left {
  float: left;
  padding-right: 1rem;
}
.list-left + .list-body {
  margin-left: 56px;
}

.list-body h3 {
  font-size: 16px;
  margin: 0 0 3px 0;
  font-weight: normal;
}
.list-body:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.065);
}
.inset .list-body:after {
  left: 72px;
}
.no-border .list-body:after {
  display: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #0cc2aa;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #0cc2aa;
  border-left-color: #0cc2aa;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.navside {
  border: inherit;
}
.navside ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.navside [flex] {
  overflow: auto;
}
.navside .nav {
  border: inherit;
}
.navside .nav li {
  border: inherit;
  position: relative;
}
.navside .nav li li a {
  line-height: 2rem;
  padding-left: 3.5rem;
}
.navside .nav li li a .nav-text {
  padding: 0.4375rem 0;
}
.navside .nav li li li a {
  padding-left: 4.5rem;
}
.navside .nav li li li li a {
  padding-left: 5.5rem;
}
.navside .nav li a {
  display: block;
  padding: 0 1rem;
  line-height: 2.25rem;
  position: relative;
}
.navside .nav li a::after {
  content: "";
  display: table;
  clear: both;
}
.navside .nav li a:hover, .navside .nav li a:focus {
  background-color: rgba(0, 0, 0, 0.065);
}
.navside .nav li.active {
  background-color: rgba(0, 0, 0, 0.065);
}
.navside .nav li.active > a {
  background-color: transparent;
}
.navside .nav li.active > a .nav-caret i {
  transform: rotate(180deg);
}
.navside .nav-header {
  padding: 0 1rem;
  line-height: 2.25rem;
}
.navside .nav-header:hover, .navside .nav-header:focus {
  background-color: transparent !important;
}
.navside .nav-header:after {
  display: none;
}
.navside .navbar-brand {
  float: none;
  margin-right: 0;
}

.nav-fold {
  padding: 0.75rem 1rem;
}

.nav-text {
  display: block;
  line-height: 1.125rem;
  padding: 0.5625rem 0;
}
.nav > li > a .nav-text {
  font-weight: 500;
}
.nav-text span,
.nav-text small {
  display: block;
}
.navside .nav-text {
  opacity: 0.75;
}
.navside a:hover > .nav-text, .navside a:focus > .nav-text, .navside .active > a > .nav-text {
  opacity: 1;
}
.navbar .nav-text {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
}
.navbar .nav-text span.text-xs {
  margin-top: 0.25rem;
}

.nav-icon {
  float: left;
  line-height: inherit;
  margin-right: 1rem;
  top: 0;
  min-width: 1.5rem;
  text-align: center;
}
.nav-icon i {
  position: relative;
}
.nav-icon i svg,
.nav-icon i img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.navbar .nav-icon {
  margin-right: 0.5rem;
}

.nav-label {
  float: right;
  margin-left: 1rem;
  font-style: normal;
  z-index: 1;
}
.navbar .nav-label {
  margin-left: 0.5rem;
}

.nav-caret {
  float: right;
  margin-left: 1rem;
  opacity: 0.45;
}
.nav-caret i {
  transition: transform 0.3s ease-in-out;
}
.navbar .nav-caret {
  margin-left: 0.5rem;
}

.nav-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease 0s;
}
.active > .nav-sub {
  max-height: 50rem;
}

@media (min-width: 992px) {
  .folded,
.folded .scroll {
    width: 4rem;
  }
  .folded.md,
.folded.md .scroll {
    width: 5rem;
  }
  .folded .hidden-folded {
    display: none;
  }
  .folded .nav li ul {
    display: none;
  }
  .folded .nav > li > a {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
  .folded .nav > li > a .nav-caret,
.folded .nav > li > a .nav-text {
    display: none;
  }
  .folded .nav > li > a .nav-label {
    position: absolute;
    top: -6px;
    right: 6px;
  }
  .folded .nav > li > a .nav-icon {
    float: none;
    line-height: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .folded.show-text .nav > li > a .nav-text {
    display: block;
    margin-top: -18px;
    font-size: 0.85em;
  }
  .folded .navbar {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
  .folded .navbar-brand {
    float: none;
    margin: 0;
  }
  .folded .nav-stacked .nav {
    margin: 0 12px;
  }
  .folded .nav-fold {
    padding: 8px 16px;
  }
  .folded .nav-fold .pull-left {
    float: none !important;
    margin: 0;
  }
  .folded .nav-fold .pull-left img {
    width: 100%;
    height: auto;
  }
  .folded.nav-expand {
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
  }
  .folded.nav-expand:hover,
.folded.nav-expand:hover .scroll, .folded.nav-expand:focus,
.folded.nav-expand:focus .scroll, .folded.nav-expand.active,
.folded.nav-expand.active .scroll {
    width: 12.5rem !important;
  }
  .folded.nav-expand:hover > *, .folded.nav-expand:focus > *, .folded.nav-expand.active > * {
    width: 12.5rem;
  }
  .folded.nav-expand:hover .hidden-folded, .folded.nav-expand:focus .hidden-folded, .folded.nav-expand.active .hidden-folded {
    display: block;
  }
  .folded.nav-expand:hover .hidden-folded.inline, .folded.nav-expand:focus .hidden-folded.inline, .folded.nav-expand.active .hidden-folded.inline {
    display: inline-block;
  }
  .folded.nav-expand:hover .nav li ul, .folded.nav-expand:focus .nav li ul, .folded.nav-expand.active .nav li ul {
    display: inherit;
  }
  .folded.nav-expand:hover .nav > li > a, .folded.nav-expand:focus .nav > li > a, .folded.nav-expand.active .nav > li > a {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }
  .folded.nav-expand:hover .nav > li > a .nav-caret,
.folded.nav-expand:hover .nav > li > a .nav-text, .folded.nav-expand:focus .nav > li > a .nav-caret,
.folded.nav-expand:focus .nav > li > a .nav-text, .folded.nav-expand.active .nav > li > a .nav-caret,
.folded.nav-expand.active .nav > li > a .nav-text {
    display: block;
  }
  .folded.nav-expand:hover .nav > li > a .nav-text, .folded.nav-expand:focus .nav > li > a .nav-text, .folded.nav-expand.active .nav > li > a .nav-text {
    font-size: 1em;
    margin: 0;
  }
  .folded.nav-expand:hover .nav > li > a .nav-label, .folded.nav-expand:focus .nav > li > a .nav-label, .folded.nav-expand.active .nav > li > a .nav-label {
    position: static;
  }
  .folded.nav-expand:hover .nav > li > a .nav-icon, .folded.nav-expand:focus .nav > li > a .nav-icon, .folded.nav-expand.active .nav > li > a .nav-icon {
    float: left;
    line-height: inherit;
    margin-right: 16px;
  }
  .folded.nav-expand:hover .navbar, .folded.nav-expand:focus .navbar, .folded.nav-expand.active .navbar {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .folded.nav-expand:hover .nav-stacked .nav, .folded.nav-expand:focus .nav-stacked .nav, .folded.nav-expand.active .nav-stacked .nav {
    margin: 0 8px;
  }
  .folded.nav-expand:hover .nav-stacked .nav > li > a, .folded.nav-expand:focus .nav-stacked .nav > li > a, .folded.nav-expand.active .nav-stacked .nav > li > a {
    padding: 0 8px;
  }
  .folded.nav-expand:hover .nav-fold, .folded.nav-expand:focus .nav-fold, .folded.nav-expand.active .nav-fold {
    padding: 12px 16px;
  }
  .folded.nav-expand:hover .nav-fold .pull-left, .folded.nav-expand:focus .nav-fold .pull-left, .folded.nav-expand.active .nav-fold .pull-left {
    float: left !important;
  }
  .folded.nav-expand:hover .nav-fold .pull-left img, .folded.nav-expand:focus .nav-fold .pull-left img, .folded.nav-expand.active .nav-fold .pull-left img {
    height: auto;
  }
  .folded.nav-expand:hover .nav-fold .pull-left img.w-40, .folded.nav-expand:focus .nav-fold .pull-left img.w-40, .folded.nav-expand.active .nav-fold .pull-left img.w-40 {
    width: 40px;
  }
  .folded.nav-expand:hover .nav-fold .pull-left img.w-48, .folded.nav-expand:focus .nav-fold .pull-left img.w-48, .folded.nav-expand.active .nav-fold .pull-left img.w-48 {
    width: 48px;
  }
  .nav-dropup.modal,
.nav-dropup [flex],
.nav-dropup .row-body,
.folded.nav-dropdown.modal,
.folded.nav-dropdown [flex],
.folded.nav-dropdown .row-body {
    overflow: visible !important;
  }
  .nav-dropup .nav > li:hover > ul, .nav-dropup .nav > li:focus > ul,
.folded.nav-dropdown .nav > li:hover > ul,
.folded.nav-dropdown .nav > li:focus > ul {
    display: block;
  }
  .nav-dropup .nav > li > ul,
.folded.nav-dropdown .nav > li > ul {
    display: none;
    overflow: visible;
    max-height: 999px;
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    padding: 6px 0;
  }
  .nav-dropup .nav > li > ul a,
.folded.nav-dropdown .nav > li > ul a {
    padding-left: 16px !important;
    padding-right: 16px !important;
    min-width: 160px;
  }
  .nav-dropup .nav > li > ul li.active ul,
.folded.nav-dropdown .nav > li > ul li.active ul {
    display: block;
  }
  .nav-dropup .nav > li > ul .nav-text,
.folded.nav-dropdown .nav > li > ul .nav-text {
    padding: 6px 0 !important;
  }
  .nav-dropup .nav > li .nav-mega,
.folded.nav-dropdown .nav > li .nav-mega {
    width: 320px;
  }
  .nav-dropup .nav > li .nav-mega > li,
.folded.nav-dropdown .nav > li .nav-mega > li {
    width: 160px;
    float: left;
  }
  .nav-dropup .nav > li .nav-mega.nav-mega-3,
.folded.nav-dropdown .nav > li .nav-mega.nav-mega-3 {
    width: 480px;
  }
}
.nav-border .nav > li.active:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left-color: inherit;
  border-left-width: 3px;
  border-left-style: solid;
}

.nav-stacked .nav {
  margin: 0 8px;
}
.nav-stacked .nav > li > a {
  line-height: 2rem;
  padding: 0 0.5rem;
  margin: 2px 0;
}
.nav-stacked .nav > li > a .nav-text {
  padding: 0.4375rem 0;
}
.nav-stacked .nav > li li a {
  padding-left: 3rem;
}
.nav-stacked .nav > li li li a {
  padding-left: 4rem;
}
.nav-stacked .nav > li li li li a {
  padding-left: 5rem;
}
.nav-stacked .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87);
  background-color: #0cc2aa;
}
.nav-stacked .nav li a {
  border-radius: 3px;
}
.nav-stacked .nav .nav-header {
  padding-left: 8px;
  padding-right: 8px;
}

.nav-light .nav .nav-icon i svg,
.nav-light .nav .nav-icon i img {
  display: block;
}

.nav-center {
  text-align: center;
}
.nav-center .nav-icon {
  display: none;
}
.nav-center .nav-caret {
  position: absolute;
  right: 10px;
}
.nav-center .nav-label {
  position: absolute;
  padding-left: 10px;
}
.nav-center .nav a {
  padding-left: 16px !important;
}
.nav-center .nav-fold .pull-left {
  float: none !important;
  margin-bottom: 10px;
  display: inline-block;
}

.nav-active-bg .nav-link.active,
.nav-active-bg .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f0f0f0 !important;
}

.nav-active-dark .nav-link.active,
.nav-active-dark .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2e3e4e !important;
}

.nav-active-black .nav-link.active,
.nav-active-black .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2a2b3c !important;
}

.nav-active-primary .nav-link.active,
.nav-active-primary .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #0cc2aa !important;
}

.nav-active-accent .nav-link.active,
.nav-active-accent .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #a88add !important;
}

.nav-active-warn .nav-link.active,
.nav-active-warn .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #fcc100 !important;
}

.nav-active-success .nav-link.active,
.nav-active-success .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6cc788 !important;
}

.nav-active-info .nav-link.active,
.nav-active-info .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6887ff !important;
}

.nav-active-warning .nav-link.active,
.nav-active-warning .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f77a99 !important;
}

.nav-active-danger .nav-link.active,
.nav-active-danger .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44455 !important;
}

.nav-active-light .nav-link.active,
.nav-active-light .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f8f8f8 !important;
}

.nav-active-white .nav-link.active,
.nav-active-white .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #ffffff !important;
}

.nav-active-red .nav-link.active,
.nav-active-red .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44336 !important;
}

.nav-active-pink .nav-link.active,
.nav-active-pink .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #e91e63 !important;
}

.nav-active-purple .nav-link.active,
.nav-active-purple .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #9c27b0 !important;
}

.nav-active-deep-purple .nav-link.active,
.nav-active-deep-purple .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #673ab7 !important;
}

.nav-active-indigo .nav-link.active,
.nav-active-indigo .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #3f51b5 !important;
}

.nav-active-blue .nav-link.active,
.nav-active-blue .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2196f3 !important;
}

.nav-active-light-blue .nav-link.active,
.nav-active-light-blue .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #03a9f4 !important;
}

.nav-active-cyan .nav-link.active,
.nav-active-cyan .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #00bcd4 !important;
}

.nav-active-teal .nav-link.active,
.nav-active-teal .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #009688 !important;
}

.nav-active-green .nav-link.active,
.nav-active-green .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #4caf50 !important;
}

.nav-active-light-green .nav-link.active,
.nav-active-light-green .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #8bc34a !important;
}

.nav-active-lime .nav-link.active,
.nav-active-lime .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #cddc39 !important;
}

.nav-active-yellow .nav-link.active,
.nav-active-yellow .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #ffeb3b !important;
}

.nav-active-amber .nav-link.active,
.nav-active-amber .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #ffc107 !important;
}

.nav-active-orange .nav-link.active,
.nav-active-orange .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #ff9800 !important;
}

.nav-active-deep-orange .nav-link.active,
.nav-active-deep-orange .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #ff5722 !important;
}

.nav-active-brown .nav-link.active,
.nav-active-brown .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #795548 !important;
}

.nav-active-blue-grey .nav-link.active,
.nav-active-blue-grey .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #607d8b !important;
}

.nav-active-grey .nav-link.active,
.nav-active-grey .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #757575 !important;
}

.ui-icon {
  display: inline-block;
  text-align: center;
  height: 1em;
  background: transparent !important;
}
.ui-icon:before {
  position: relative;
  z-index: 1;
}
.ui-icon:after {
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 2em;
  width: 2em;
  height: 2em;
  top: -1.5em;
  display: block;
  position: relative;
  z-index: 0;
  background-clip: padding-box;
}
.ui-icon.b-2x:after {
  border-width: 2px;
}
.ui-icon.b-3x:after {
  border-width: 3px;
}
.ui-icon.ui-icon-sm:after {
  width: 1.7em;
  height: 1.7em;
  top: -1.35em;
}
.ui-icon.primary:after {
  background-color: #0cc2aa;
}
.ui-icon.success:after {
  background-color: #6cc788;
}
.ui-icon.info:after {
  background-color: #6887ff;
}
.ui-icon.warning:after {
  background-color: #f77a99;
}
.ui-icon.danger:after {
  background-color: #f44455;
}
.ui-icon.accent:after {
  background-color: #a88add;
}
.ui-icon.dark:after {
  background-color: #2e3e4e;
}
.ui-icon.light:after {
  background-color: #f8f8f8;
}
.ui-icon.white:after {
  background-color: #fff;
}

.item {
  position: relative;
}
.item .top {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.item .bottom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.item .center {
  position: absolute;
  right: 0;
  left: 0;
  top: 42%;
}

.item-overlay {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
}
.item-overlay.active,
.item-overlay .item:focus, .item:hover .item-overlay {
  display: block;
}
.item-overlay.w-full {
  text-align: center;
  top: 0;
  bottom: 0;
}

.item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.item-bg img {
  position: absolute;
  width: 110%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blur {
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.blur-1 {
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

.blur-5 {
  opacity: 0.5;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.opacity {
  opacity: 0.5;
}

.opacity-3 {
  opacity: 0.3;
}

.switcher {
  z-index: 1050;
  position: fixed;
  top: 78px;
  right: -240px;
  width: 240px;
  transition: right 0.2s ease;
  border: 1px solid rgba(120, 120, 120, 0.1);
  background-clip: padding-box;
}
.switcher.active {
  right: -2px;
  z-index: 1060;
}

.switcher .sw-btn {
  position: absolute;
  left: -43px;
  top: -1px;
  padding: 10px 15px;
  z-index: 1045;
  border: 1px solid rgba(120, 120, 120, 0.1);
  border-right-width: 0;
  background-clip: padding-box;
}

#sw-demo {
  top: 118px;
}
#sw-demo.active {
  top: 78px;
}

.list-icon i {
  margin-right: 16px;
}

.list-icon div {
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Charts*/
.jqstooltip {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border: solid 1px #000 !important;
  border-radius: 3px;
  padding: 5px 10px !important;
  box-sizing: content-box;
}

.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart > div {
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 40%;
}
.easyPieChart > div img {
  margin-top: -4px;
}
.easyPieChart canvas {
  vertical-align: middle;
}

#flotTip,
.flotTip {
  padding: 4px 10px;
  background-color: rgba(0, 0, 0, 0.8) !important;
  border: solid 1px #000 !important;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
}

.legendColorBox > div {
  border: none !important;
  margin: 5px;
}
.legendColorBox > div > div {
  border-radius: 10px;
}

.st-sort-ascent:before {
  content: "▲";
}

.st-sort-descent:before {
  content: "▼";
}

.st-selected td {
  background: rgba(0, 0, 0, 0.065);
}

.dark .btn-default.form-control,
.black .btn-default.form-control,
.grey .btn-default.form-control {
  background: transparent !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: inherit !important;
}

.ui-select-bootstrap > .ui-select-choices {
  overflow-y: scroll;
}

.box .dataTables_wrapper {
  padding-top: 10px;
}

.box .dataTables_wrapper > .row {
  margin: 0;
}

.box .dataTables_wrapper > .row > .col-sm-12 {
  padding: 0;
}

.dataTables_wrapper.form-inline .form-control {
  width: auto;
}

.footable-odd {
  background-color: rgba(0, 0, 0, 0.025) !important;
}

.note-editor {
  border-width: 0 !important;
  overflow: visible !important;
  background-color: inherit;
}

.note-toolbar .note-color .dropdown-toggle {
  padding-left: 2px !important;
}

.note-editor .note-editing-area .note-editable,
.note-editor .note-statusbar {
  background-color: transparent !important;
  color: inherit !important;
}

.note-toolbar {
  background-color: rgba(120, 130, 140, 0.1);
}

.ie .ie-show {
  display: block;
}

.nav a.waves-effect {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}

.sortable-placeholder {
  list-style: none;
  border: 1px dashed #fff;
  min-height: 40px;
}

.streamline {
  position: relative;
  border-color: rgba(120, 130, 140, 0.13);
}
.streamline:after,
.streamline .sl-item:before,
.streamline .sl-icon:before {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-left: -4px;
  top: 6px;
  left: 0;
}
.streamline:after {
  top: auto;
  bottom: 0;
}

.sl-icon {
  position: absolute;
  left: -10px;
  z-index: 1;
  border: inherit;
}
.sl-icon > i {
  width: 20px;
  height: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.streamline .sl-icon:before {
  width: 20px;
  height: 20px;
  border-width: 10px;
  margin: 0 !important;
  top: 0 !important;
}

.sl-item {
  border-color: rgba(120, 130, 140, 0.13);
  position: relative;
  padding-bottom: 1px;
}
.sl-item::after {
  content: "";
  display: table;
  clear: both;
}
.sl-item:after {
  top: 2px;
  bottom: auto;
}
.sl-item.b-l {
  margin-left: -1px;
}

.sl-left {
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 24px;
}
.sl-left img {
  max-width: 40px;
}
.sl-left + .sl-content {
  margin-left: 36px;
}

.sl-content {
  margin-left: 24px;
  padding-bottom: 16px;
}

.sl-author {
  margin-bottom: 10px;
}

.sl-date {
  font-size: 0.85em;
}

.sl-footer {
  margin-bottom: 10px;
}

.ui-switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  border-radius: 30px;
  background-color: #6cc788;
  margin: 0;
}
.ui-switch input {
  position: absolute;
  opacity: 0;
}
.ui-switch input:checked + i:before {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 5px;
  border-width: 0;
  border-radius: 5px;
}
.ui-switch input:checked + i:after {
  margin-left: 15px;
}
.ui-switch i:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  transition: all 0.2s;
}
.ui-switch i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 16px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  transition: margin 0.3s;
}

.ui-switch-md {
  width: 40px;
  height: 24px;
}
.ui-switch-md input:checked + i:after {
  margin-left: 17px;
}
.ui-switch-md i:after {
  width: 22px;
}

.ui-switch-lg {
  width: 50px;
  height: 30px;
}
.ui-switch-lg input:checked + i:after {
  margin-left: 21px;
}
.ui-switch-lg i:after {
  width: 28px;
}

.timeline {
  margin: 0;
  padding: 0;
}

.tl-item {
  display: block;
}
.tl-item::after {
  content: "";
  display: table;
  clear: both;
}

.visible-left {
  display: none;
}

.tl-wrap {
  display: block;
  margin-left: 6em;
  padding: 15px 0 15px 20px;
  border-style: solid;
  border-color: rgba(120, 130, 140, 0.13);
  border-width: 0 0 0 2px;
}
.tl-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.tl-wrap:before {
  position: relative;
  content: "";
  float: left;
  top: 15px;
  margin-left: -26px;
  width: 10px;
  height: 10px;
  border-color: inherit;
  border-width: 3px;
  border-radius: 50%;
  border-style: solid;
  background: #f8f8f8;
  box-shadow: 0 0 0 4px #f0f0f0;
}

.tl-date {
  position: relative;
  top: 10px;
  float: left;
  margin-left: -7.5em;
  display: block;
  width: 4.5em;
  text-align: right;
}

.tl-content {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tl-content.block {
  display: block;
  width: 100%;
}
.tl-content.panel {
  margin-bottom: 0;
}

.tl-header {
  display: block;
  width: 12em;
  text-align: center;
  margin-left: 1px;
}

.timeline-center .tl-item {
  margin-left: 50%;
}
.timeline-center .tl-item .tl-wrap {
  margin-left: -2px;
}
.timeline-center .tl-header {
  width: auto;
  margin-left: -1px;
}
.timeline-center .tl-left {
  margin-left: 0;
  margin-right: 50%;
}
.timeline-center .tl-left .hidden-left {
  display: none !important;
}
.timeline-center .tl-left .visible-left {
  display: inherit;
}
.timeline-center .tl-left .tl-wrap {
  float: right;
  margin-right: 0px;
  border-left-width: 0;
  border-right-width: 2px;
  padding-left: 0;
  padding-right: 20px;
}
.timeline-center .tl-left .tl-wrap:before {
  float: right;
  margin-left: 0;
  margin-right: -26px;
}
.timeline-center .tl-left .tl-date {
  float: right;
  margin-left: 0;
  margin-right: -8.5em;
  text-align: left;
}

.lter {
  background-color: rgba(255, 255, 255, 0.035);
}

.dker {
  background-color: rgba(0, 0, 0, 0.035);
}

.light {
  background-color: #f8f8f8;
}

.white {
  background-color: #fff;
}

.dark-white {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}

.black {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2a2b3c;
}
.black .lt {
  background-color: #2f3044;
}
.black .dk {
  background-color: #252635;
}
.black .bg {
  background-color: #2a2b3c;
}

.dark {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2e3e4e;
}
.dark .lt {
  background-color: #334456;
}
.dark .dk {
  background-color: #293846;
}
.dark .bg {
  background-color: #2e3e4e;
}

.grey {
  color: rgba(255, 255, 255, 0.87);
  background-color: #757575;
}
.grey .lt {
  background-color: #7b7b7b;
}
.grey .dk {
  background-color: #6f6f6f;
}
.grey .bg {
  background-color: #757575;
}

.primary {
  color: rgba(255, 255, 255, 0.87);
  background-color: #0cc2aa;
}
.primary .lt {
  background-color: #0dceb5;
}
.primary .dk {
  background-color: #0bb69f;
}
.primary .bg {
  background-color: #0cc2aa;
}

.accent {
  color: rgba(255, 255, 255, 0.87);
  background-color: #a88add;
}
.accent .lt {
  background-color: #af94e0;
}
.accent .dk {
  background-color: #a180da;
}
.accent .bg {
  background-color: #a88add;
}

.warn {
  color: rgba(255, 255, 255, 0.87);
  background-color: #fcc100;
}
.warn .lt {
  background-color: #ffc60a;
}
.warn .dk {
  background-color: #efb700;
}
.warn .bg {
  background-color: #fcc100;
}

.success {
  color: rgba(255, 255, 255, 0.87);
  background-color: #6cc788;
}
.success .lt {
  background-color: #75cb8f;
}
.success .dk {
  background-color: #63c381;
}
.success .bg {
  background-color: #6cc788;
}

.info {
  color: rgba(255, 255, 255, 0.87);
  background-color: #6887ff;
}
.info .lt {
  background-color: #7591ff;
}
.info .dk {
  background-color: #5b7dff;
}
.info .bg {
  background-color: #6887ff;
}

.warning {
  color: rgba(255, 255, 255, 0.87);
  background-color: #f77a99;
}
.warning .lt {
  background-color: #f886a2;
}
.warning .dk {
  background-color: #f66e90;
}
.warning .bg {
  background-color: #f77a99;
}

.danger {
  color: rgba(255, 255, 255, 0.87);
  background-color: #f44455;
}
.danger .lt {
  background-color: #f55060;
}
.danger .dk {
  background-color: #f3384a;
}
.danger .bg {
  background-color: #f44455;
}

.blue {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2196f3;
}
.blue .lt {
  background-color: #2d9cf4;
}
.blue .dk {
  background-color: #1590f2;
}
.blue .bg {
  background-color: #2196f3;
}

.white-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}

.black-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.gd-overlay {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=0);
}

.bg-auto:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  background-color: inherit;
  border: inherit;
}
.bg-auto.b-l:before {
  margin-left: -1px;
}
.bg-auto.b-r:before {
  margin-right: -1px;
}

.bg-clip {
  background-clip: padding-box;
}

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

@media (max-width: 767px) {
  .no-bg-xs {
    background-color: transparent;
  }
}
.dark .white,
.dark .box {
  background-color: #354759;
}
.dark.app {
  background-color: #2e3e4e;
}

.black .white,
.black .box {
  background-color: #313347;
}
.black.app {
  background-color: #2a2b3c;
}

.grey .white,
.grey .box {
  background-color: #7e7e7e;
}
.grey.app {
  background-color: #757575;
}

.dark .form-control,
.black .form-control,
.grey .form-control {
  background: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  color: inherit;
}
.dark .form-control:focus,
.black .form-control:focus,
.grey .form-control:focus {
  border-color: rgba(255, 255, 255, 0.125);
}
.dark .input-group-btn .btn,
.black .input-group-btn .btn,
.grey .input-group-btn .btn {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: inherit !important;
}
.dark .list-group,
.black .list-group,
.grey .list-group {
  background-color: transparent;
}

.pos-rlt {
  position: relative;
  z-index: 1;
}

.pos-abt {
  position: absolute;
}

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

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

.block {
  display: block;
}

.block.hide {
  display: none;
}

.pull-none {
  float: none;
}

.inline {
  display: inline-block;
}

.inline-16 {
  width: 16px;
  height: 16px;
}

.inline-24 {
  width: 24px;
  height: 24px;
}

.none {
  display: none;
}

.active > .inline,
.active > .auto .inline {
  display: none;
}

.active > .none,
.active > .auto .none {
  display: inline-block;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.pointer {
  cursor: pointer;
}

.rounded,
.circle {
  border-radius: 500px;
}

.clear {
  display: block;
  overflow: hidden;
}

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

@media (max-width: 767px) {
  .pos-stc-sm {
    position: static !important;
  }
}
@media (max-width: 543px) {
  .pos-stc-xs {
    position: static !important;
  }
}
.no-border {
  border-color: transparent;
  border-width: 0;
}

.no-borders {
  border-width: 0 !important;
}

.b {
  border-color: rgba(120, 130, 140, 0.13);
  background-clip: padding-box;
}

.b-a {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.b-2x {
  border-width: 2px;
}

.b-3x {
  border-width: 3px;
}

.b-4x {
  border-width: 4px;
}

.b-5x {
  border-width: 5px;
}

.b-t-2x {
  border-top-width: 2px !important;
}

.b-t-3x {
  border-top-width: 3px !important;
}

.b-t-4x {
  border-top-width: 4px !important;
}

.b-t-5x {
  border-top-width: 5px !important;
}

.b-r-2x {
  border-right-width: 2px !important;
}

.b-r-3x {
  border-right-width: 3px !important;
}

.b-r-4x {
  border-right-width: 4px !important;
}

.b-r-5x {
  border-right-width: 5px !important;
}

.b-b-2x {
  border-bottom-width: 2px !important;
}

.b-b-3x {
  border-bottom-width: 3px !important;
}

.b-b-4x {
  border-bottom-width: 4px !important;
}

.b-b-5x {
  border-bottom-width: 5px !important;
}

.b-l-2x {
  border-left-width: 2px !important;
}

.b-l-3x {
  border-left-width: 3px !important;
}

.b-l-4x {
  border-left-width: 4px !important;
}

.b-l-5x {
  border-left-width: 5px !important;
}

.b-light {
  border-color: #f8f8f8;
}

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

.b-primary {
  border-color: #0cc2aa;
}

.b-t-primary {
  border-top-color: #0cc2aa;
}

.b-r-#e7f9f7 {
  border-right-color: #0cc2aa;
}

.b-b-primary {
  border-bottom-color: #0cc2aa;
}

.b-l-primary {
  border-left-color: #0cc2aa;
}

.b-accent {
  border-color: #a88add;
}

.b-t-accent {
  border-top-color: #a88add;
}

.b-r-#f6f3fc {
  border-right-color: #a88add;
}

.b-b-accent {
  border-bottom-color: #a88add;
}

.b-l-accent {
  border-left-color: #a88add;
}

.b-warn {
  border-color: #fcc100;
}

.b-t-warn {
  border-top-color: #fcc100;
}

.b-r-#fff9e6 {
  border-right-color: #fcc100;
}

.b-b-warn {
  border-bottom-color: #fcc100;
}

.b-l-warn {
  border-left-color: #fcc100;
}

.b-success {
  border-color: #6cc788;
}

.b-t-success {
  border-top-color: #6cc788;
}

.b-r-#f0f9f3 {
  border-right-color: #6cc788;
}

.b-b-success {
  border-bottom-color: #6cc788;
}

.b-l-success {
  border-left-color: #6cc788;
}

.b-info {
  border-color: #6887ff;
}

.b-t-info {
  border-top-color: #6887ff;
}

.b-r-#f0f3ff {
  border-right-color: #6887ff;
}

.b-b-info {
  border-bottom-color: #6887ff;
}

.b-l-info {
  border-left-color: #6887ff;
}

.b-warning {
  border-color: #f77a99;
}

.b-t-warning {
  border-top-color: #f77a99;
}

.b-r-#fef2f5 {
  border-right-color: #f77a99;
}

.b-b-warning {
  border-bottom-color: #f77a99;
}

.b-l-warning {
  border-left-color: #f77a99;
}

.b-danger {
  border-color: #f44455;
}

.b-t-danger {
  border-top-color: #f44455;
}

.b-r-#feecee {
  border-right-color: #f44455;
}

.b-b-danger {
  border-bottom-color: #f44455;
}

.b-l-danger {
  border-left-color: #f44455;
}

.b-light {
  border-color: #f8f8f8;
}

.b-t-light {
  border-top-color: #f8f8f8;
}

.b-r-#fefefe {
  border-right-color: #f8f8f8;
}

.b-b-light {
  border-bottom-color: #f8f8f8;
}

.b-l-light {
  border-left-color: #f8f8f8;
}

.b-grey {
  border-color: #757575;
}

.b-t-grey {
  border-top-color: #757575;
}

.b-r-#f1f1f1 {
  border-right-color: #757575;
}

.b-b-grey {
  border-bottom-color: #757575;
}

.b-l-grey {
  border-left-color: #757575;
}

.b-dark {
  border-color: #2e3e4e;
}

.b-t-dark {
  border-top-color: #2e3e4e;
}

.b-r-#eaeced {
  border-right-color: #2e3e4e;
}

.b-b-dark {
  border-bottom-color: #2e3e4e;
}

.b-l-dark {
  border-left-color: #2e3e4e;
}

.b-black {
  border-color: #2a2b3c;
}

.b-t-black {
  border-top-color: #2a2b3c;
}

.b-r-#eaeaec {
  border-right-color: #2a2b3c;
}

.b-b-black {
  border-bottom-color: #2a2b3c;
}

.b-l-black {
  border-left-color: #2a2b3c;
}

.b-white {
  border-color: #ffffff;
}

.b-t-white {
  border-top-color: #ffffff;
}

.b-r-white {
  border-right-color: #ffffff;
}

.b-b-white {
  border-bottom-color: #ffffff;
}

.b-l-white {
  border-left-color: #ffffff;
}

.b-blue {
  border-color: #2196f3;
}

.b-t-blue {
  border-top-color: #2196f3;
}

.b-r-#e9f5fe {
  border-right-color: #2196f3;
}

.b-b-blue {
  border-bottom-color: #2196f3;
}

.b-l-blue {
  border-left-color: #2196f3;
}

.no-b-t {
  border-top-width: 0;
}

.no-b-r {
  border-right-width: 0;
}

.no-b-b {
  border-bottom-width: 0;
}

.no-b-l {
  border-left-width: 0;
}

.b-dashed {
  border-style: dashed !important;
}

@media (max-width: 991px) {
  .no-border-sm {
    border-width: 0;
  }
}
@media (max-width: 767px) {
  .no-border-xs {
    border-width: 0;
  }
}
.hover-action {
  display: none;
}

.hover-rotate {
  transition: all 0.2s ease-in-out 0.1s;
}

.hover-anchor:hover .hover-action,
.hover-anchor:focus .hover-action,
.hover-anchor:active .hover-action {
  display: inherit;
}
.hover-anchor:hover .hover-rotate,
.hover-anchor:focus .hover-rotate,
.hover-anchor:active .hover-rotate {
  transform: rotate(45deg);
}

.hover-top:hover,
.hover-top:focus {
  position: relative;
  z-index: 1000;
}

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

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

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

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

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

.m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

.m-x-sm {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.m-y-sm {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

.m-t-xs {
  margin-top: 0.25rem !important;
}

.m-r-xs {
  margin-right: 0.25rem !important;
}

.m-b-xs {
  margin-bottom: 0.25rem !important;
}

.m-l-xs {
  margin-left: 0.25rem !important;
}

.m-x-xs {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.m-y-xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

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

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

.p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

.p-x-sm {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.p-y-sm {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.p-t-xs {
  padding-top: 0.25rem !important;
}

.p-r-xs {
  padding-right: 0.25rem !important;
}

.p-b-xs {
  padding-bottom: 0.25rem !important;
}

.p-l-xs {
  padding-left: 0.25rem !important;
}

.p-x-xs {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.p-y-xs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.padding {
  padding: 1.5rem 1.5rem;
}

.margin {
  margin-bottom: 1.5rem;
}

.padding-out {
  margin: -1.5rem -1.5rem;
}

@media (max-width: 991px) {
  .padding {
    padding: 1rem 1rem;
  }
  .padding-out {
    margin: -1rem -1rem;
  }
  .margin {
    margin-bottom: 1rem;
  }
  .box,
.box-color {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .padding {
    padding: 0.5rem 0.5rem;
  }
  .padding-out {
    margin: -0.5rem -0.5rem;
  }
  .margin {
    margin-bottom: 0.5rem;
  }
  .box,
.box-color {
    margin-bottom: 0.5rem;
  }
  .no-padding-xs {
    padding: 0;
  }
}
.no-radius {
  border-radius: 0 !important;
}

.no-r-t {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.no-r-r {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.no-r-b {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.no-r-l {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.r {
  border-radius: 3px;
}

.r-t {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.r-r {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.r-b {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.r-l {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.r-2x {
  border-radius: 6px;
}

.r-3x {
  border-radius: 9px;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable.hover,
.scrollable.hover > .row-inner {
  overflow-y: hidden;
}
.scrollable.hover > * {
  margin-top: -1px;
}
.scrollable.hover:hover, .scrollable.hover:focus, .scrollable.hover:active {
  overflow: visible;
  overflow-y: auto;
}
.scrollable.hover:hover > .row-inner, .scrollable.hover:focus > .row-inner, .scrollable.hover:active > .row-inner {
  overflow-y: auto;
}
.smart .scrollable,
.smart .scrollable > .row-inner {
  overflow-y: auto !important;
}

.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-x {
  overflow-x: auto;
}

a.primary:hover {
  background-color: #0bb69f;
}

a.text-primary:hover {
  color: #0bb69f;
}

.text-primary,
.text-primary-hover a:hover {
  color: #0cc2aa !important;
}

a.warn:hover {
  background-color: #efb700;
}

a.text-warn:hover {
  color: #efb700;
}

.text-warn,
.text-warn-hover a:hover {
  color: #fcc100 !important;
}

a.accent:hover {
  background-color: #a180da;
}

a.text-accent:hover {
  color: #a180da;
}

.text-accent,
.text-accent-hover a:hover {
  color: #a88add !important;
}

a.success:hover {
  background-color: #63c381;
}

a.text-success:hover {
  color: #63c381;
}

.text-success,
.text-success-hover a:hover {
  color: #6cc788 !important;
}

a.info:hover {
  background-color: #5b7dff;
}

a.text-info:hover {
  color: #5b7dff;
}

.text-info,
.text-info-hover a:hover {
  color: #6887ff !important;
}

a.warning:hover {
  background-color: #f66e90;
}

a.text-warning:hover {
  color: #f66e90;
}

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

a.danger:hover {
  background-color: #f3384a;
}

a.text-danger:hover {
  color: #f3384a;
}

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

a.dark:hover {
  background-color: #293846;
}

a.text-dark:hover {
  color: #293846;
}

.text-dark,
.text-dark-hover a:hover {
  color: #2e3e4e !important;
}

a.blue:hover {
  background-color: #1590f2;
}

a.text-blue:hover {
  color: #1590f2;
}

.text-blue,
.text-blue-hover a:hover {
  color: #2196f3 !important;
}

.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-white-lt {
  color: rgba(255, 255, 255, 0.54);
}

.text-white-dk {
  color: rgba(255, 255, 255, 0.87);
}

.text-black {
  color: rgb(0, 0, 0);
}

.text-black-lt {
  color: rgba(0, 0, 0, 0.54);
}

.text-black-dk {
  color: rgba(0, 0, 0, 0.87);
}

.text-muted {
  color: inherit !important;
  opacity: 0.6;
}

.text-color {
  color: rgba(0, 0, 0, 0.87);
}

._100 {
  font-weight: 100;
}

._200 {
  font-weight: 200;
}

._300 {
  font-weight: 300;
}

._400 {
  font-weight: 400;
}

._500 {
  font-weight: 500;
}

._600 {
  font-weight: 600;
}

._700 {
  font-weight: 700;
}

._800 {
  font-weight: 800;
}

.text {
  font-size: 1rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.8rem;
}

.text-md {
  font-size: 1.125rem;
}

.text-lg {
  font-size: 1.5rem;
}

.text-2x {
  font-size: 2em;
}

.text-3x {
  font-size: 3em;
}

.text-4x {
  font-size: 4em;
}

.l-h {
  line-height: 1.5;
}

.l-h-1x {
  line-height: 1;
}

.l-h-2x {
  line-height: 2em;
}

.l-s-1x {
  letter-spacing: 1px;
}

.l-s-2x {
  letter-spacing: 2px;
}

.l-s-3x {
  letter-spacing: 3px;
}

.l-s-4x {
  letter-spacing: 4px;
}

.l-s-n-1x {
  letter-spacing: -1px;
}

.l-s-n-2x {
  letter-spacing: -2px;
}

.l-s-n-3x {
  letter-spacing: -3px;
}

.l-s-n-4x {
  letter-spacing: -4px;
}

.h-1x {
  height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h-2x {
  height: 2.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h-3x {
  height: 3.9375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.h-4x {
  height: 5.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-u-c {
  text-transform: uppercase;
}

.text-l-t {
  text-decoration: line-through;
}

.text-u-l {
  text-decoration: underline;
}

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

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

.w-8 {
  width: 8px;
  height: 8px;
  display: inline-block;
}

.w-16 {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.w-20 {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.w-24 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
}

.w-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
}

.w-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}

.w-48 {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
}

.w-56 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  text-align: center;
}

.w-64 {
  width: 64px;
}

.w-96 {
  width: 96px;
}

.w-128 {
  width: 128px;
}

.w-xxs {
  width: 60px;
}

.w-xs {
  width: 90px;
}

.w-sm {
  width: 120px;
}

.w {
  width: 180px;
}

.w-md {
  width: 200px;
}

.w-lg {
  width: 240px;
}

.w-xl {
  width: 280px;
}

.w-xxl {
  width: 320px;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-v {
  height: 100vh;
}

.h-v-5 {
  height: 50vh;
}

@media (max-width: 767px) {
  .w-auto-sm {
    width: auto;
  }
  .w-full-sm {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .w-auto-xs {
    width: auto;
  }
  .w-full-xs {
    width: 100%;
  }
}
.md-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  outline: none;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-style: inherit;
  font-variant: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-flat {
  background: transparent;
}

.md-btn.md-flat:not([disabled]):hover,
.md-btn.md-flat:not([disabled]):focus {
  background-color: rgba(158, 158, 158, 0.2);
}

.md-btn-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 2px;
}

.md-btn[disabled],
.md-btn.md-raised[disabled],
.md-btn.md-fab[disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
  cursor: not-allowed;
}

.md-fab {
  line-height: 44px;
}

.md-fab-offset {
  margin-top: -20px;
  margin-bottom: -20px;
}

.md-btn:focus {
  outline: none;
}

.md-btn:hover {
  text-decoration: none;
}

.md-btn.md-cornered {
  border-radius: 0;
}

.md-btn.md-icon {
  padding: 0;
  background: none;
}

.md-btn.md-raised {
  transform: translate3d(0, 0, 0);
}

.md-btn.md-fab {
  z-index: 20;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: 0.2s linear;
  transition-property: transform, box-shadow;
}

.md-btn.md-raised:not([disabled]),
.md-btn.md-fab {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-btn.md-raised:not([disabled]):focus,
.md-btn.md-raised:not([disabled]):hover,
.md-btn.md-fab:not([disabled]):focus,
.md-btn.md-fab:not([disabled]):hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -1px, 0);
}

.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

.md-btn.md-fab.md-mini {
  width: 40px;
  height: 40px;
  line-height: 28px;
}

.red {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.87);
}

.red-50 {
  background-color: #ffebee;
  color: rgba(0, 0, 0, 0.87);
}

.red-100 {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

.red-200 {
  background-color: #ef9a9a;
  color: rgba(0, 0, 0, 0.87);
}

.red-300 {
  background-color: #e57373;
  color: rgba(0, 0, 0, 0.87);
}

.red-400 {
  background-color: #ef5350;
  color: rgba(0, 0, 0, 0.87);
}

.red-500 {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.87);
}

.red-600 {
  background-color: #e53935;
  color: rgba(255, 255, 255, 0.87);
}

.red-700 {
  background-color: #d32f2f;
  color: rgba(255, 255, 255, 0.87);
}

.red-800 {
  background-color: #c62828;
  color: rgba(255, 255, 255, 0.87);
}

.red-900 {
  background-color: #b71c1c;
  color: rgba(255, 255, 255, 0.87);
}

.red-A100 {
  background-color: #ff8a80;
  color: rgba(0, 0, 0, 0.87);
}

.red-A200 {
  background-color: #ff5252;
  color: rgba(255, 255, 255, 0.87);
}

.red-A400 {
  background-color: #ff1744;
  color: rgba(255, 255, 255, 0.87);
}

.red-A700 {
  background-color: #d50000;
  color: rgba(255, 255, 255, 0.87);
}

.pink {
  background-color: #e91e63;
  color: rgba(255, 255, 255, 0.87);
}

.pink-50 {
  background-color: #fce4ec;
  color: rgba(0, 0, 0, 0.87);
}

.pink-100 {
  background-color: #f8bbd0;
  color: rgba(0, 0, 0, 0.87);
}

.pink-200 {
  background-color: #f48fb1;
  color: rgba(0, 0, 0, 0.87);
}

.pink-300 {
  background-color: #f06292;
  color: rgba(0, 0, 0, 0.87);
}

.pink-400 {
  background-color: #ec407a;
  color: rgba(0, 0, 0, 0.87);
}

.pink-500 {
  background-color: #e91e63;
  color: rgba(255, 255, 255, 0.87);
}

.pink-600 {
  background-color: #d81b60;
  color: rgba(255, 255, 255, 0.87);
}

.pink-700 {
  background-color: #c2185b;
  color: rgba(255, 255, 255, 0.87);
}

.pink-800 {
  background-color: #ad1457;
  color: rgba(255, 255, 255, 0.87);
}

.pink-900 {
  background-color: #880e4f;
  color: rgba(255, 255, 255, 0.87);
}

.pink-A100 {
  background-color: #ff80ab;
  color: rgba(0, 0, 0, 0.87);
}

.pink-A200 {
  background-color: #ff4081;
  color: rgba(255, 255, 255, 0.87);
}

.pink-A400 {
  background-color: #f50057;
  color: rgba(255, 255, 255, 0.87);
}

.pink-A700 {
  background-color: #c51162;
  color: rgba(255, 255, 255, 0.87);
}

.purple {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.87);
}

.purple-50 {
  background-color: #f3e5f5;
  color: rgba(0, 0, 0, 0.87);
}

.purple-100 {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87);
}

.purple-200 {
  background-color: #ce93d8;
  color: rgba(0, 0, 0, 0.87);
}

.purple-300 {
  background-color: #ba68c8;
  color: rgba(255, 255, 255, 0.87);
}

.purple-400 {
  background-color: #ab47bc;
  color: rgba(255, 255, 255, 0.87);
}

.purple-500 {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.87);
}

.purple-600 {
  background-color: #8e24aa;
  color: rgba(255, 255, 255, 0.87);
}

.purple-700 {
  background-color: #7b1fa2;
  color: rgba(255, 255, 255, 0.87);
}

.purple-800 {
  background-color: #6a1b9a;
  color: rgba(255, 255, 255, 0.87);
}

.purple-900 {
  background-color: #4a148c;
  color: rgba(255, 255, 255, 0.87);
}

.purple-A100 {
  background-color: #ea80fc;
  color: rgba(0, 0, 0, 0.87);
}

.purple-A200 {
  background-color: #e040fb;
  color: rgba(255, 255, 255, 0.87);
}

.purple-A400 {
  background-color: #d500f9;
  color: rgba(255, 255, 255, 0.87);
}

.purple-A700 {
  background-color: #aa00ff;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple {
  background-color: #673ab7;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-50 {
  background-color: #ede7f6;
  color: rgba(0, 0, 0, 0.87);
}

.deep-purple-100 {
  background-color: #d1c4e9;
  color: rgba(0, 0, 0, 0.87);
}

.deep-purple-200 {
  background-color: #b39ddb;
  color: rgba(0, 0, 0, 0.87);
}

.deep-purple-300 {
  background-color: #9575cd;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-400 {
  background-color: #7e57c2;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-500 {
  background-color: #673ab7;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-600 {
  background-color: #5e35b1;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-700 {
  background-color: #512da8;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-800 {
  background-color: #4527a0;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-900 {
  background-color: #311b92;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-A100 {
  background-color: #b388ff;
  color: rgba(0, 0, 0, 0.87);
}

.deep-purple-A200 {
  background-color: #7c4dff;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-A400 {
  background-color: #651fff;
  color: rgba(255, 255, 255, 0.87);
}

.deep-purple-A700 {
  background-color: #6200ea;
  color: rgba(255, 255, 255, 0.87);
}

.indigo {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-50 {
  background-color: #e8eaf6;
  color: rgba(0, 0, 0, 0.87);
}

.indigo-100 {
  background-color: #c5cae9;
  color: rgba(0, 0, 0, 0.87);
}

.indigo-200 {
  background-color: #9fa8da;
  color: rgba(0, 0, 0, 0.87);
}

.indigo-300 {
  background-color: #7986cb;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-400 {
  background-color: #5c6bc0;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-500 {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-600 {
  background-color: #3949ab;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-700 {
  background-color: #303f9f;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-800 {
  background-color: #283593;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-900 {
  background-color: #1a237e;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-A100 {
  background-color: #8c9eff;
  color: rgba(0, 0, 0, 0.87);
}

.indigo-A200 {
  background-color: #536dfe;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-A400 {
  background-color: #3d5afe;
  color: rgba(255, 255, 255, 0.87);
}

.indigo-A700 {
  background-color: #304ffe;
  color: rgba(255, 255, 255, 0.87);
}

.blue {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.87);
}

.blue-50 {
  background-color: #e3f2fd;
  color: rgba(0, 0, 0, 0.87);
}

.blue-100 {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87);
}

.blue-200 {
  background-color: #90caf9;
  color: rgba(0, 0, 0, 0.87);
}

.blue-300 {
  background-color: #64b5f6;
  color: rgba(0, 0, 0, 0.87);
}

.blue-400 {
  background-color: #42a5f5;
  color: rgba(0, 0, 0, 0.87);
}

.blue-500 {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.87);
}

.blue-600 {
  background-color: #1e88e5;
  color: rgba(255, 255, 255, 0.87);
}

.blue-700 {
  background-color: #1976d2;
  color: rgba(255, 255, 255, 0.87);
}

.blue-800 {
  background-color: #1565c0;
  color: rgba(255, 255, 255, 0.87);
}

.blue-900 {
  background-color: #0d47a1;
  color: rgba(255, 255, 255, 0.87);
}

.blue-A100 {
  background-color: #82b1ff;
  color: rgba(0, 0, 0, 0.87);
}

.blue-A200 {
  background-color: #448aff;
  color: rgba(255, 255, 255, 0.87);
}

.blue-A400 {
  background-color: #2979ff;
  color: rgba(255, 255, 255, 0.87);
}

.blue-A700 {
  background-color: #2962ff;
  color: rgba(255, 255, 255, 0.87);
}

.light-blue {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.87);
}

.light-blue-50 {
  background-color: #e1f5fe;
  color: rgba(0, 0, 0, 0.87);
}

.light-blue-100 {
  background-color: #b3e5fc;
  color: rgba(0, 0, 0, 0.87);
}

.light-blue-200 {
  background-color: #81d4fa;
  color: rgba(0, 0, 0, 0.87);
}

.light-blue-300 {
  background-color: #4fc3f7;
  color: rgba(0, 0, 0, 0.87);
}

.light-blue-400 {
  background-color: #29b6f6;
  color: rgba(0, 0, 0, 0.87);
}

.light-blue-500 {
  background-color: #03a9f4;
  color: rgba(255, 255, 255, 0.87);
}

.light-blue-600 {
  background-color: #039be5;
  color: rgba(255, 255, 255, 0.87);
}

.light-blue-700 {
  background-color: #0288d1;
  color: rgba(255, 255, 255, 0.87);
}

.light-blue-800 {
  background-color: #0277bd;
  color: rgba(255, 255, 255, 0.87);
}

.light-blue-900 {
  background-color: #01579b;
  color: rgba(255, 255, 255, 0.87);
}

.light-blue-A100 {
  background-color: #80d8ff;
  color: rgba(0, 0, 0, 0.87);
}

.light-blue-A200 {
  background-color: #40c4ff;
  color: rgba(0, 0, 0, 0.87);
}

.light-blue-A400 {
  background-color: #00b0ff;
  color: rgba(0, 0, 0, 0.87);
}

.light-blue-A700 {
  background-color: #0091ea;
  color: rgba(255, 255, 255, 0.87);
}

.cyan {
  background-color: #00bcd4;
  color: rgba(255, 255, 255, 0.87);
}

.cyan-50 {
  background-color: #e0f7fa;
  color: rgba(0, 0, 0, 0.87);
}

.cyan-100 {
  background-color: #b2ebf2;
  color: rgba(0, 0, 0, 0.87);
}

.cyan-200 {
  background-color: #80deea;
  color: rgba(0, 0, 0, 0.87);
}

.cyan-300 {
  background-color: #4dd0e1;
  color: rgba(0, 0, 0, 0.87);
}

.cyan-400 {
  background-color: #26c6da;
  color: rgba(0, 0, 0, 0.87);
}

.cyan-500 {
  background-color: #00bcd4;
  color: rgba(255, 255, 255, 0.87);
}

.cyan-600 {
  background-color: #00acc1;
  color: rgba(255, 255, 255, 0.87);
}

.cyan-700 {
  background-color: #0097a7;
  color: rgba(255, 255, 255, 0.87);
}

.cyan-800 {
  background-color: #00838f;
  color: rgba(255, 255, 255, 0.87);
}

.cyan-900 {
  background-color: #006064;
  color: rgba(255, 255, 255, 0.87);
}

.cyan-A100 {
  background-color: #84ffff;
  color: rgba(0, 0, 0, 0.87);
}

.cyan-A200 {
  background-color: #18ffff;
  color: rgba(0, 0, 0, 0.87);
}

.cyan-A400 {
  background-color: #00e5ff;
  color: rgba(0, 0, 0, 0.87);
}

.cyan-A700 {
  background-color: #00b8d4;
  color: rgba(0, 0, 0, 0.87);
}

.teal {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.87);
}

.teal-50 {
  background-color: #e0f2f1;
  color: rgba(0, 0, 0, 0.87);
}

.teal-100 {
  background-color: #b2dfdb;
  color: rgba(0, 0, 0, 0.87);
}

.teal-200 {
  background-color: #80cbc4;
  color: rgba(0, 0, 0, 0.87);
}

.teal-300 {
  background-color: #4db6ac;
  color: rgba(0, 0, 0, 0.87);
}

.teal-400 {
  background-color: #26a69a;
  color: rgba(0, 0, 0, 0.87);
}

.teal-500 {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.87);
}

.teal-600 {
  background-color: #00897b;
  color: rgba(255, 255, 255, 0.87);
}

.teal-700 {
  background-color: #00796b;
  color: rgba(255, 255, 255, 0.87);
}

.teal-800 {
  background-color: #00695c;
  color: rgba(255, 255, 255, 0.87);
}

.teal-900 {
  background-color: #004d40;
  color: rgba(255, 255, 255, 0.87);
}

.teal-A100 {
  background-color: #a7ffeb;
  color: rgba(0, 0, 0, 0.87);
}

.teal-A200 {
  background-color: #64ffda;
  color: rgba(0, 0, 0, 0.87);
}

.teal-A400 {
  background-color: #1de9b6;
  color: rgba(0, 0, 0, 0.87);
}

.teal-A700 {
  background-color: #00bfa5;
  color: rgba(0, 0, 0, 0.87);
}

.green {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.87);
}

.green-50 {
  background-color: #e8f5e9;
  color: rgba(0, 0, 0, 0.87);
}

.green-100 {
  background-color: #c8e6c9;
  color: rgba(0, 0, 0, 0.87);
}

.green-200 {
  background-color: #a5d6a7;
  color: rgba(0, 0, 0, 0.87);
}

.green-300 {
  background-color: #81c784;
  color: rgba(0, 0, 0, 0.87);
}

.green-400 {
  background-color: #66bb6a;
  color: rgba(0, 0, 0, 0.87);
}

.green-500 {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.87);
}

.green-600 {
  background-color: #43a047;
  color: rgba(255, 255, 255, 0.87);
}

.green-700 {
  background-color: #388e3c;
  color: rgba(255, 255, 255, 0.87);
}

.green-800 {
  background-color: #2e7d32;
  color: rgba(255, 255, 255, 0.87);
}

.green-900 {
  background-color: #1b5e20;
  color: rgba(255, 255, 255, 0.87);
}

.green-A100 {
  background-color: #b9f6ca;
  color: rgba(0, 0, 0, 0.87);
}

.green-A200 {
  background-color: #69f0ae;
  color: rgba(0, 0, 0, 0.87);
}

.green-A400 {
  background-color: #00e676;
  color: rgba(0, 0, 0, 0.87);
}

.green-A700 {
  background-color: #00c853;
  color: rgba(0, 0, 0, 0.87);
}

.light-green {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-50 {
  background-color: #f1f8e9;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-100 {
  background-color: #dcedc8;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-200 {
  background-color: #c5e1a5;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-300 {
  background-color: #aed581;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-400 {
  background-color: #9ccc65;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-500 {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-600 {
  background-color: #7cb342;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-700 {
  background-color: #689f38;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-800 {
  background-color: #558b2f;
  color: rgba(255, 255, 255, 0.87);
}

.light-green-900 {
  background-color: #33691e;
  color: rgba(255, 255, 255, 0.87);
}

.light-green-A100 {
  background-color: #ccff90;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-A200 {
  background-color: #b2ff59;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-A400 {
  background-color: #76ff03;
  color: rgba(0, 0, 0, 0.87);
}

.light-green-A700 {
  background-color: #64dd17;
  color: rgba(0, 0, 0, 0.87);
}

.lime {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.87);
}

.lime-50 {
  background-color: #f9fbe7;
  color: rgba(0, 0, 0, 0.87);
}

.lime-100 {
  background-color: #f0f4c3;
  color: rgba(0, 0, 0, 0.87);
}

.lime-200 {
  background-color: #e6ee9c;
  color: rgba(0, 0, 0, 0.87);
}

.lime-300 {
  background-color: #dce775;
  color: rgba(0, 0, 0, 0.87);
}

.lime-400 {
  background-color: #d4e157;
  color: rgba(0, 0, 0, 0.87);
}

.lime-500 {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.87);
}

.lime-600 {
  background-color: #c0ca33;
  color: rgba(0, 0, 0, 0.87);
}

.lime-700 {
  background-color: #afb42b;
  color: rgba(0, 0, 0, 0.87);
}

.lime-800 {
  background-color: #9e9d24;
  color: rgba(0, 0, 0, 0.87);
}

.lime-900 {
  background-color: #827717;
  color: rgba(255, 255, 255, 0.87);
}

.lime-A100 {
  background-color: #f4ff81;
  color: rgba(0, 0, 0, 0.87);
}

.lime-A200 {
  background-color: #eeff41;
  color: rgba(0, 0, 0, 0.87);
}

.lime-A400 {
  background-color: #c6ff00;
  color: rgba(0, 0, 0, 0.87);
}

.lime-A700 {
  background-color: #aeea00;
  color: rgba(0, 0, 0, 0.87);
}

.yellow {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-50 {
  background-color: #fffde7;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-100 {
  background-color: #fff9c4;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-200 {
  background-color: #fff59d;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-300 {
  background-color: #fff176;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-400 {
  background-color: #ffee58;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-500 {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-600 {
  background-color: #fdd835;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-700 {
  background-color: #fbc02d;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-800 {
  background-color: #f9a825;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-900 {
  background-color: #f57f17;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-A100 {
  background-color: #ffff8d;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-A200 {
  background-color: #ffff00;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-A400 {
  background-color: #ffea00;
  color: rgba(0, 0, 0, 0.87);
}

.yellow-A700 {
  background-color: #ffd600;
  color: rgba(0, 0, 0, 0.87);
}

.amber {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.amber-50 {
  background-color: #fff8e1;
  color: rgba(0, 0, 0, 0.87);
}

.amber-100 {
  background-color: #ffecb3;
  color: rgba(0, 0, 0, 0.87);
}

.amber-200 {
  background-color: #ffe082;
  color: rgba(0, 0, 0, 0.87);
}

.amber-300 {
  background-color: #ffd54f;
  color: rgba(0, 0, 0, 0.87);
}

.amber-400 {
  background-color: #ffca28;
  color: rgba(0, 0, 0, 0.87);
}

.amber-500 {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.amber-600 {
  background-color: #ffb300;
  color: rgba(0, 0, 0, 0.87);
}

.amber-700 {
  background-color: #ffa000;
  color: rgba(0, 0, 0, 0.87);
}

.amber-800 {
  background-color: #ff8f00;
  color: rgba(0, 0, 0, 0.87);
}

.amber-900 {
  background-color: #ff6f00;
  color: rgba(0, 0, 0, 0.87);
}

.amber-A100 {
  background-color: #ffe57f;
  color: rgba(0, 0, 0, 0.87);
}

.amber-A200 {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}

.amber-A400 {
  background-color: #ffc400;
  color: rgba(0, 0, 0, 0.87);
}

.amber-A700 {
  background-color: #ffab00;
  color: rgba(0, 0, 0, 0.87);
}

.orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.orange-50 {
  background-color: #fff3e0;
  color: rgba(0, 0, 0, 0.87);
}

.orange-100 {
  background-color: #ffe0b2;
  color: rgba(0, 0, 0, 0.87);
}

.orange-200 {
  background-color: #ffcc80;
  color: rgba(0, 0, 0, 0.87);
}

.orange-300 {
  background-color: #ffb74d;
  color: rgba(0, 0, 0, 0.87);
}

.orange-400 {
  background-color: #ffa726;
  color: rgba(0, 0, 0, 0.87);
}

.orange-500 {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.orange-600 {
  background-color: #fb8c00;
  color: rgba(0, 0, 0, 0.87);
}

.orange-700 {
  background-color: #f57c00;
  color: rgba(0, 0, 0, 0.87);
}

.orange-800 {
  background-color: #ef6c00;
  color: rgba(255, 255, 255, 0.87);
}

.orange-900 {
  background-color: #e65100;
  color: rgba(255, 255, 255, 0.87);
}

.orange-A100 {
  background-color: #ffd180;
  color: rgba(0, 0, 0, 0.87);
}

.orange-A200 {
  background-color: #ffab40;
  color: rgba(0, 0, 0, 0.87);
}

.orange-A400 {
  background-color: #ff9100;
  color: rgba(0, 0, 0, 0.87);
}

.orange-A700 {
  background-color: #ff6d00;
  color: rgba(0, 0, 0, 0.87);
}

.deep-orange {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.87);
}

.deep-orange-50 {
  background-color: #fbe9e7;
  color: rgba(0, 0, 0, 0.87);
}

.deep-orange-100 {
  background-color: #ffccbc;
  color: rgba(0, 0, 0, 0.87);
}

.deep-orange-200 {
  background-color: #ffab91;
  color: rgba(0, 0, 0, 0.87);
}

.deep-orange-300 {
  background-color: #ff8a65;
  color: rgba(0, 0, 0, 0.87);
}

.deep-orange-400 {
  background-color: #ff7043;
  color: rgba(0, 0, 0, 0.87);
}

.deep-orange-500 {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.87);
}

.deep-orange-600 {
  background-color: #f4511e;
  color: rgba(255, 255, 255, 0.87);
}

.deep-orange-700 {
  background-color: #e64a19;
  color: rgba(255, 255, 255, 0.87);
}

.deep-orange-800 {
  background-color: #d84315;
  color: rgba(255, 255, 255, 0.87);
}

.deep-orange-900 {
  background-color: #bf360c;
  color: rgba(255, 255, 255, 0.87);
}

.deep-orange-A100 {
  background-color: #ff9e80;
  color: rgba(0, 0, 0, 0.87);
}

.deep-orange-A200 {
  background-color: #ff6e40;
  color: rgba(0, 0, 0, 0.87);
}

.deep-orange-A400 {
  background-color: #ff3d00;
  color: rgba(255, 255, 255, 0.87);
}

.deep-orange-A700 {
  background-color: #dd2c00;
  color: rgba(255, 255, 255, 0.87);
}

.brown {
  background-color: #795548;
  color: rgba(255, 255, 255, 0.87);
}

.brown-50 {
  background-color: #efebe9;
  color: rgba(0, 0, 0, 0.87);
}

.brown-100 {
  background-color: #d7ccc8;
  color: rgba(0, 0, 0, 0.87);
}

.brown-200 {
  background-color: #bcaaa4;
  color: rgba(0, 0, 0, 0.87);
}

.brown-300 {
  background-color: #a1887f;
  color: rgba(255, 255, 255, 0.87);
}

.brown-400 {
  background-color: #8d6e63;
  color: rgba(255, 255, 255, 0.87);
}

.brown-500 {
  background-color: #795548;
  color: rgba(255, 255, 255, 0.87);
}

.brown-600 {
  background-color: #6d4c41;
  color: rgba(255, 255, 255, 0.87);
}

.brown-700 {
  background-color: #5d4037;
  color: rgba(255, 255, 255, 0.87);
}

.brown-800 {
  background-color: #4e342e;
  color: rgba(255, 255, 255, 0.87);
}

.brown-900 {
  background-color: #3e2723;
  color: rgba(255, 255, 255, 0.87);
}

.blue-grey {
  background-color: #607d8b;
  color: rgba(255, 255, 255, 0.87);
}

.blue-grey-50 {
  background-color: #eceff1;
  color: rgba(0, 0, 0, 0.87);
}

.blue-grey-100 {
  background-color: #cfd8dc;
  color: rgba(0, 0, 0, 0.87);
}

.blue-grey-200 {
  background-color: #b0bec5;
  color: rgba(0, 0, 0, 0.87);
}

.blue-grey-300 {
  background-color: #90a4ae;
  color: rgba(0, 0, 0, 0.87);
}

.blue-grey-400 {
  background-color: #78909c;
  color: rgba(255, 255, 255, 0.87);
}

.blue-grey-500 {
  background-color: #607d8b;
  color: rgba(255, 255, 255, 0.87);
}

.blue-grey-600 {
  background-color: #546e7a;
  color: rgba(255, 255, 255, 0.87);
}

.blue-grey-700 {
  background-color: #455a64;
  color: rgba(255, 255, 255, 0.87);
}

.blue-grey-800 {
  background-color: #37474f;
  color: rgba(255, 255, 255, 0.87);
}

.blue-grey-900 {
  background-color: #263238;
  color: rgba(255, 255, 255, 0.87);
}

.grey-50 {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.grey-100 {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.grey-200 {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}

.grey-300 {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.grey-400 {
  background-color: #bdbdbd;
  color: rgba(0, 0, 0, 0.87);
}

.grey-500 {
  background-color: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}

.grey-600 {
  background-color: #757575;
  color: rgba(255, 255, 255, 0.87);
}

.grey-700 {
  background-color: #616161;
  color: rgba(255, 255, 255, 0.87);
}

.grey-800 {
  background-color: #424242;
  color: rgba(255, 255, 255, 0.87);
}

.grey-900 {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.87);
}

.md-form-group {
  padding: 18px 0 24px 0;
  position: relative;
}

.md-input {
  background: transparent;
  position: relative;
  z-index: 5;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  width: 100%;
  height: 34px;
  padding: 2px;
  color: inherit;
}
.md-input:focus, .md-input.focus {
  border-color: #0cc2aa;
  border-bottom-width: 2px;
  padding-bottom: 1px;
}
.md-input:focus ~ label, .md-input.focus ~ label {
  color: #0cc2aa;
  opacity: 1;
  top: 0 !important;
  font-size: 0.85em !important;
}
.float-label .md-input ~ label {
  top: 20px;
  font-size: 1em;
}
.float-label .md-input.ng-dirty ~ label, .float-label .md-input.has-value ~ label {
  top: 0;
  font-size: 0.85em;
}
.md-input ~ label {
  transition: all 0.2s;
  font-size: 0.85em;
  position: absolute;
  z-index: 0;
  opacity: 0.5;
  display: inline-block;
  top: 0px;
  left: 0;
}
.md-input.disabled, .md-input[disabled] {
  opacity: 0.5;
}

textarea.md-input {
  height: auto;
}

.md-input-white:focus, .md-input-white.focus {
  border-color: #fff;
}
.md-input-white:focus ~ label, .md-input-white.focus ~ label {
  color: #fff;
}

.md-input-msg {
  position: absolute;
  bottom: 0;
  line-height: 24px;
  font-size: 0.85em;
}

.md-input-msg.right {
  right: 0;
}

.md-check {
  cursor: pointer;
  padding-left: 1.25rem;
  margin: 0;
  display: inline-block;
  position: relative;
}
.md-check input {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  margin-left: -1.25rem;
}
.md-check input:checked + i:before {
  border-width: 0;
  background-color: inherit;
}
.md-check input:checked + span .active {
  display: inherit;
}
.md-check input[type=radio] + i, .md-check input[type=radio] + i:before {
  border-radius: 50%;
}
.md-check input[type=checkbox]:checked + i:after {
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: " ";
}
.md-check input[type=radio]:checked + i:after {
  position: absolute;
  left: 6px;
  top: 6px;
  display: table;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  content: " ";
}
.md-check input[disabled] + i:before, fieldset[disabled] .md-check input + i:before {
  opacity: 0.5;
}
.md-check input[disabled]:checked + i:before {
  opacity: 0.5;
}
.md-check > i {
  width: 0;
  height: 18px;
  line-height: 1;
  margin-left: -20px;
  margin-top: 1px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  position: relative;
}
.md-check > i:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
}
.md-check > i.no-icon:after {
  display: none !important;
}

.md-switch {
  cursor: pointer;
  padding-left: 36px;
  margin: 0;
  min-height: 20px;
}
.md-switch input {
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 20px;
  z-index: 1;
  opacity: 0;
  margin-left: -36px;
}
.md-switch input:checked + i:before {
  background: inherit;
  opacity: 0.5;
}
.md-switch input:checked + i:after {
  background: inherit;
  left: 16px;
}
.md-switch input[disabled] + i:before, fieldset[disabled] .md-switch input + i:before {
  background-color: rgba(0, 0, 0, 0.12);
}
.md-switch input[disabled] + i:after, fieldset[disabled] .md-switch input + i:after {
  background-color: rgb(189, 189, 189);
}
.md-switch i {
  width: 0px;
  height: 18px;
  line-height: 1;
  margin-left: -36px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 44px;
  position: relative;
}
.md-switch i:before {
  content: "";
  left: 1px;
  width: 34px;
  top: 3px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
  background-color: rgb(158, 158, 158);
  transition: all 0.2s;
}
.md-switch i:after {
  content: "";
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.2s;
}

/* Forms
 ==================================================================================================================== */
.form-group.text {
  font-size: inherit;
}
.form-group label > .required {
  font-size: 75%;
  vertical-align: top;
  display: inline-block;
  margin-top: -3px;
  color: red;
}
.form-group-no-margin .form-group {
  margin-bottom: 0;
}

select.form-control:not([size]):not([multiple]) {
  height: 38px;
}

.form-control-label {
  display: block;
}

.form-group-wrapper.field-has-popover .form-control-label {
  position: relative;
  padding-right: 42px;
}

.form-group-wrapper.form-label-right .form-control-label {
  text-align: right;
}

.field-popover-wrapper {
  position: absolute;
  top: 10px;
  right: 12px;
}

.form-control:focus {
  box-shadow: none;
}

.has-error .form-control {
  border-color: #ff0000;
}

.has-error-list {
  width: 100%;
  list-style: none;
  margin: 6px 0;
  padding: 0;
  font-size: 85%;
  display: none;
}
.form-group-wrapper.has-error .has-error-list {
  display: block;
}

.has-error-title {
  display: none;
}

.form-errors-wrapper.has-error,
.form-section-errors-wrapper.has-error {
  margin-bottom: 15px;
}
.form-errors-wrapper.has-error .has-error-title,
.form-section-errors-wrapper.has-error .has-error-title {
  display: block;
}
.form-errors-wrapper.has-error .has-error-list,
.form-section-errors-wrapper.has-error .has-error-list {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 100%;
  list-style: initial;
  padding: 10px 10px 10px 25px;
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  background: rgba(255, 0, 0, 0.75);
  color: white;
}

.form-section-errors-wrapper.has-error {
  margin-top: -25px;
}

.field-action-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  z-index: 10;
  min-width: 20px;
  text-align: center;
}

.form-fixed-actions .form-actions {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
  left: 12.5rem;
  width: auto;
}
@media only screen and (max-width: 990px) {
  .form-fixed-actions .form-actions {
    left: 0;
  }
}

.form-group-wrapper .field-dropdown-wrapper {
  position: absolute;
  width: auto;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  z-index: 3;
}
.form-group-wrapper .field-dropdown-wrapper label {
  display: none;
}

.md-check-label {
  opacity: 0.5;
}

.form-box h1, .form-box h2, .form-box h3, .form-box h4, .form-box h5, .form-box h6 {
  margin-bottom: 25px;
}

.input-group .input-wrapper {
  display: table;
  /* table-layout: fixed; */
  width: 100%;
  position: relative;
  border-collapse: separate;
}

/* Bootstrap Select Field
 ==================================================================================================================== */
.bootstrap-select .dropdown-toggle {
  background: rgba(221, 221, 221, 0.624);
  min-height: 38px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  min-height: 0 !important;
  max-width: 100%;
}
.bootstrap-select .dropdown-menu > .inner {
  min-height: 0 !important;
  overflow-x: hidden;
}
.bootstrap-select .dropdown-menu span.text {
  width: 100%;
}
.bootstrap-select .dropdown-menu span.text > small {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.bootstrap-select .dropdown-menu .selected span.text > small {
  color: inherit !important;
}
.bootstrap-select .dropdown-menu .option-level-0 > span.text {
  font-weight: bold;
}
.bootstrap-select .dropdown-menu [class^=option-level-] > span.text:before {
  display: inline-block;
  padding-right: 5px;
}
.bootstrap-select .dropdown-menu .option-level-1 > span.text:before {
  content: "—";
}
.bootstrap-select .dropdown-menu .option-level-1 > span.text > small {
  padding-left: 17px;
}
.bootstrap-select .dropdown-menu .option-level-2 > span.text:before {
  content: "——";
}
.bootstrap-select .dropdown-menu .option-level-3 > span.text:before {
  content: "———";
}
.bootstrap-select .dropdown-menu .option-level-4 > span.text:before {
  content: "————";
}
.bootstrap-select .dropdown-menu .option-level-5 > span.text:before {
  content: "—————";
}
.bootstrap-select img {
  height: auto;
  width: 30px;
  margin-right: 10px;
}
.bootstrap-select.bs-container {
  z-index: auto;
}
.bootstrap-select > select {
  display: none !important;
}

select[data-selectpicker] {
  display: none !important;
}

.field-select-multiple-picker .input-group .input-wrapper {
  table-layout: fixed;
}

/* Float Labels Form
 ==================================================================================================================== */
.float-label.md-form-group {
  display: flex;
  flex-wrap: wrap;
}
.float-label.md-form-group .md-input.form-control {
  flex: 1;
}
.float-label .md-input ~ label {
  top: 24px;
  margin-bottom: 0;
}
.float-label select.form-control,
.float-label select.form-control:not([size]):not([multiple]) {
  height: 34px;
}
.float-label label > .required {
  font-size: 80%;
  vertical-align: middle;
  display: inline-block;
  color: red;
}
.float-label.has-value label > .required {
  display: none;
}
.float-label .form-control:focus {
  background: transparent;
}
.float-label .input-popover {
  position: absolute;
  top: 20px;
  right: 5px;
  opacity: 0.5;
  z-index: 6;
  padding-top: 2px;
}
.float-label .input-popover:hover {
  opacity: 1;
  color: #0cc2aa;
}
.float-label.form-control.has-value label, .float-label.md-form-group.has-value label {
  top: 0;
  font-size: 0.85em;
}
.float-label .bootstrap-select button {
  border: none;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  border-radius: 0;
  padding: 2px;
  height: 32px;
  min-height: 0;
  text-transform: none;
  background: transparent;
}
.float-label .bootstrap-select button .filter-option {
  line-height: 28px;
}
.float-label .bootstrap-select .dropdown-toggle::after {
  margin-left: 0.5em;
  border-top: 0.4em solid #1c1c1c;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  margin-top: -7px;
}
.float-label .bootstrap-select.dropup .dropdown-toggle::after {
  margin-left: 0.5em;
  border-bottom: 0.4em solid #1c1c1c;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  border-top: none;
  margin-top: -7px;
}
.float-label .bootstrap-select .btn:not([disabled]):hover,
.float-label .bootstrap-select .btn:not([disabled]):focus,
.float-label .bootstrap-select .btn:not([disabled]).active, .float-label .bootstrap-select.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.float-label .input-daterange input, .input-daterange .float-label input {
  border-radius: 0;
  text-align: inherit;
}
.form-group-wrapper .float-label .field-dropdown-wrapper {
  position: relative;
  margin: 0;
  z-index: 6;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  height: 34px;
  flex-shrink: 0;
}
.form-group-wrapper .float-label .field-dropdown-wrapper .field-dropdown {
  border-bottom: transparent;
}
.float-label .input-group-addon {
  width: auto;
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border: none;
  z-index: 6;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  flex-shrink: 0;
}
.float-label .input-group-addon.addon-suffix {
  right: 0;
}
.float-label .input-group-addon.addon-prefix + .md-input:focus ~ label, .float-label .input-group-addon.addon-prefix + .md-input.focus ~ label {
  left: 0 !important;
}
.float-label .input-group-addon.addon-prefix ~ label {
  left: 30px !important;
}
.field-has-popover .float-label .input-group-addon {
  right: 30px;
}
.float-label-compact .float-label.md-form-group {
  padding: 10px 0 16px 0;
}
.float-label-compact .float-label .md-input ~ label {
  top: 17px;
}
.float-label-compact .float-label .md-input:focus ~ label,
.float-label-compact .float-label .md-input.focus ~ label, .float-label-compact .float-label.form-control.has-value label, .float-label-compact .float-label.md-form-group.has-value label {
  top: 0 !important;
}

.float-label-table-row {
  margin-left: 0;
  margin-right: 0;
}
.float-label-table-row .row {
  margin-left: 0;
  margin-right: 0;
}
.float-label-table-row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.float-label-table-row .form-section-title h2, .float-label-table-row .form-section-title h3, .float-label-table-row .form-section-title h4, .float-label-table-row .form-section-title h5, .float-label-table-row .form-section-title h6 {
  padding: 17px 5px 8px 10px;
  background: grey;
  color: white;
  border-top: 1px solid white;
}
.float-label-table-row .form-section-title hr {
  display: none;
}
.float-label-table-row .float-label.md-form-group,
.float-label-table-row .float-label-compact .float-label.md-form-group {
  padding-bottom: 0;
}
.float-label-table-row .float-label .md-input.form-control {
  padding-left: 10px;
}
.float-label-table-row .float-label .md-input ~ label {
  left: 10px;
}

.field-checkbox.has-error > .float-label i:after {
  background: #ff0000;
}
.field-checkbox.has-error > .float-label label {
  color: #ff0000;
  opacity: 1;
}

/* Overrideable Forms
 ==================================================================================================================== */
.form-group .switch-wrapper {
  margin-top: 7px;
}

.field-checkbox .input-group.overridden, .field-checkbox .input-group.inherited {
  line-height: 38px;
}
.field-checkbox .input-group.overridden input[type=checkbox], .field-checkbox .input-group.inherited input[type=checkbox] {
  margin-top: 10px;
}

/* Inline Forms
 ==================================================================================================================== */
.form-inline .form-control {
  border: none;
  border-bottom: 1px solid rgba(120, 130, 140, 0.2);
  box-shadow: none;
  padding: 8px 12px 2px 5px;
  min-height: 32px;
}
.form-inline .form-control-label {
  padding-right: 10px;
  padding-bottom: 0;
  vertical-align: bottom;
}
.form-inline .form-group-wrapper {
  display: inline-block;
  vertical-align: top;
}
.form-inline .form-group-wrapper.has-error .form-control {
  border-color: #ff0000;
}
.form-inline .form-group-wrapper .input-wrapper {
  display: table;
  width: 100%;
  position: relative;
  border-collapse: separate;
}
.form-inline select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.form-inline.centered {
  text-align: center;
}
.form-inline.centered .has-error-list {
  text-align: right;
  padding-right: 3px;
}
.form-inline h1, .form-inline h2, .form-inline h3, .form-inline h4, .form-inline h5, .form-inline h6 {
  margin-top: 30px;
}

/* Ajax Form and Actions
 ==================================================================================================================== */
#select-filler-ajax-modal.select-filler-ajax-modal-error .message-text-warning,
#select-filler-ajax-modal.select-filler-ajax-modal-error .message-button-warning {
  display: none;
}
#select-filler-ajax-modal.select-filler-ajax-modal-warning .message-text-error,
#select-filler-ajax-modal.select-filler-ajax-modal-warning .message-button-error {
  display: none;
}
#select-filler-ajax-modal #select-filler-ajax-modal-list {
  font-size: 16px;
}
#select-filler-ajax-modal[data-messages-count="1"] #select-filler-ajax-modal-list {
  list-style: none;
  text-align: center;
  padding-left: 0;
  font-size: 16px;
}

/* Form Design Elements: Section Title
 ==================================================================================================================== */
.form-section-title h2, .form-section-title h3, .form-section-title h4, .form-section-title h5, .form-section-title h6 {
  margin-bottom: 0;
}
.form-section-title hr {
  margin-top: 5px;
  margin-bottom: 15px;
}
.form-section-title h4 {
  font-size: 18px;
  line-height: 24px;
}
.form-section-title .form-section-title-description {
  margin-bottom: 15px;
}

/* Form Design Elements: Tabs
 ==================================================================================================================== */
.form-nav-tabs .nav-item {
  position: relative;
}
.form-nav-tabs .nav-item .nav-item-errors {
  display: none;
  position: absolute;
  top: -10px;
  right: 5px;
  color: red;
  background: white;
  border-radius: 100%;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  text-align: center;
}
.form-nav-tabs .nav-item.tab-has-errors .nav-item-errors {
  display: block;
}

/* Dynamic Forms
 ==================================================================================================================== */
.dynamic-form-field-settings-wrapper {
  margin-bottom: 10px;
}

.dynamic-form-field-settings-label {
  color: white;
  background: #0cc2aa;
  padding: 5px 40px;
  cursor: pointer;
  position: relative;
}

.dynamic-form-field-settings-label-name {
  font-size: 16px;
  display: block;
}

.dynamic-form-field-settings-label-type {
  font-size: 12px;
  color: #111;
  display: block;
}

.dynamic-form-field-settings-move {
  cursor: move;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 6px 8px 0 8px;
  background: #088777;
}

.dynamic-form-field-settings-label-actions {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  padding: 6px 8px 0 8px;
  background: #088777;
}

.dynamic-form-field-settings-form {
  border: 1px solid #ccc;
  padding: 8px;
}

.dynamic-form-editor-form-placeholder {
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

[class^=field-belongs-to] .form-control.bootstrap-select.dropdown,
[class*=" field-belongs-to"] .form-control.bootstrap-select.dropdown {
  padding: 0;
}
[class^=field-belongs-to] button.dropdown-toggle,
[class*=" field-belongs-to"] button.dropdown-toggle {
  padding: 2px 15px;
  height: 34px;
}
[class^=field-belongs-to] button.dropdown-toggle .filter-option,
[class*=" field-belongs-to"] button.dropdown-toggle .filter-option {
  line-height: 32px;
}
[class^=field-belongs-to] .field-action-icons,
[class*=" field-belongs-to"] .field-action-icons {
  right: 15px;
  margin-top: -7px;
}

.field-checkbox .input-wrapper,
.field-radio .input-radio-option-wrapper {
  cursor: pointer;
  padding-left: 36px;
  padding-top: 8px;
  margin: 0;
  min-height: 20px;
}

.field-checkbox .inherited .input-wrapper,
.field-checkbox .overridden .input-wrapper,
.field-radio .inherited .input-radio-option-wrapper,
.field-radio .overridden .input-radio-option-wrapper {
  padding-top: 0;
}

.field-checkbox .input-wrapper input,
.field-checkbox .float-label input,
.field-radio .input-radio-option-wrapper input {
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 20px;
  z-index: 1;
  opacity: 0;
}

.field-checkbox .input-wrapper input,
.field-radio .input-radio-option-wrapper input {
  margin-left: -36px;
}

.field-checkbox .float-label input {
  margin-left: 0;
  margin-top: 8px;
}

.field-checkbox .float-label .input-popover {
  top: 24px;
}

.field-checkbox.field-option .input-wrapper input,
.field-checkbox.field-option .float-label input {
  height: 24px;
  margin-top: 8px;
}

.field-checkbox.field-option .input-wrapper label {
  display: inline-block;
}

.field-checkbox .input-wrapper input:checked + i.field-checkbox-switch:before,
.field-checkbox .float-label input:checked + i.field-checkbox-switch:before,
.field-radio .input-radio-option-wrapper input:checked + i.field-radio-switch:before {
  background: inherit;
  opacity: 0.5;
}

.field-checkbox .input-wrapper input:checked + i.field-checkbox-switch:after,
.field-checkbox .float-label input:checked + i.field-checkbox-switch:after,
.field-radio .input-radio-option-wrapper input:checked + i.field-radio-switch:after {
  background: inherit;
  left: 16px;
}

.field-checkbox .input-wrapper i.field-checkbox-switch,
.field-checkbox .float-label i.field-checkbox-switch,
.field-radio .input-radio-option-wrapper i.field-radio-switch {
  width: 0;
  height: 18px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 44px;
  position: relative;
}

.field-checkbox .input-wrapper i.field-checkbox-switch,
.field-radio .input-radio-option-wrapper i.field-radio-switch {
  margin-left: -36px;
  margin-top: -2px;
}

.field-checkbox .float-label i.field-checkbox-switch {
  margin-left: 0;
  margin-top: 8px;
}

.field-checkbox .input-wrapper i.field-checkbox-switch:before,
.field-checkbox .float-label i.field-checkbox-switch:before,
.field-radio .input-radio-option-wrapper i.field-radio-switch:before {
  content: "";
  left: 1px;
  width: 34px;
  top: 3px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
  background-color: #9e9e9e;
  transition: all 0.2s;
}

.field-checkbox .input-wrapper i.field-checkbox-switch:after,
.field-checkbox .float-label i.field-checkbox-switch:after,
.field-radio .input-radio-option-wrapper i.field-radio-switch:after {
  content: "";
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.2s;
}

.field-checkbox input[type=checkbox][disabled],
.field-radio .input-radio-option-wrapper input[type=radio][disabled],
.field-checkbox.field-constraint-disabled input[type=checkbox],
.field-radio.field-constraint-disabled .input-radio-option-wrapper input[type=radio],
fieldset[disabled] .field-checkbox input[type=checkbox],
fieldset[disabled] .field-radio .input-radio-option-wrapper input[type=radio] {
  z-index: -1;
}

.field-checkbox input[type=checkbox][disabled] + i.field-checkbox-switch:before,
.field-radio .input-radio-option-wrapper input[type=radio][disabled] + i.field-radio-switch:before,
.field-checkbox.field-constraint-disabled input[type=checkbox] + i.field-checkbox-switch:before,
.field-radio.field-constraint-disabled .input-radio-option-wrapper input[type=radio] + i.field-radio-switch:before,
fieldset[disabled] .field-checkbox input[type=checkbox] + i.field-checkbox-switch:before,
fieldset[disabled] .field-radio .input-radio-option-wrapper input[type=radio] + i.field-radio-switch:before {
  background-color: rgba(0, 0, 0, 0.12);
  cursor: not-allowed;
}

.field-checkbox input[type=checkbox][disabled] + i.field-checkbox-switch:after,
.field-radio .input-radio-option-wrapper input[type=radio][disabled] + i.field-radio-switch:after,
.field-checkbox.field-constraint-disabled input[type=checkbox] + i.field-checkbox-switch:after,
.field-radio.field-constraint-disabled .input-radio-option-wrapper input[type=radio] + i.field-radio-switch:after,
fieldset[disabled] .field-checkbox input[type=checkbox] + i.field-checkbox-switch:after,
fieldset[disabled] .field-radio .input-radio-option-wrapper input[type=radio] + i.field-radio-switch:after {
  background-color: #bdbdbd;
  cursor: not-allowed;
}

.field-checkbox.field-acceptance .input-wrapper {
  display: flex;
  align-items: center;
}
.field-checkbox.field-acceptance .form-control-label {
  padding-left: 20px;
}
.field-checkbox.field-acceptance .form-control-label a {
  text-decoration: underline;
}
.field-checkbox.field-acceptance .form-control-label a:hover {
  cursor: pointer;
}

.field-radio .field-radio-options .field-radio-option .input-radio-option-wrapper {
  float: left;
}
.field-radio .field-radio-options .field-radio-option label {
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  height: 38px;
  line-height: 38px;
}
.field-radio .field-radio-options .field-radio-option label .field-popover-wrapper {
  top: 0;
  right: 2px;
}

.field-color-picker .field-color-picker-addon {
  padding: 0;
  width: 10%;
  min-width: 35px;
}
.field-color-picker .field-color-picker-addon .pickr .pcr-button {
  width: 100%;
  height: 36px;
  border-radius: 0;
}
.field-color-picker .field-color-picker-addon .pickr .pcr-button.clear {
  background-size: 33%;
}
.field-color-picker .field-color-picker-addon .pickr .pcr-button:before, .field-color-picker .field-color-picker-addon .pickr .pcr-button:after {
  border-radius: 0;
}

input[data-datepicker].flatpickr-input {
  opacity: 0;
}

input.form-control.flatpickr-input[readonly] {
  background-color: transparent;
}
input.form-control.flatpickr-input[readonly][disabled] {
  background-color: #eceeef;
}

.datepicker.datepicker-dropdown {
  z-index: 1000000 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background-color: #0cc2aa;
}

.field-editor.hide-statusbar .mce-statusbar .mce-branding {
  display: none !important;
}
.field-editor.field-editor-disabled .mce-tinymce.mce-container {
  opacity: 0.5;
  cursor: not-allowed;
}
.field-editor.field-editor-disabled .mce-tinymce.mce-container:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.field-editor.has-error .mce-tinymce.mce-container.mce-panel {
  border: 1px solid #f44455;
}

.field-googlemap .googlemap-container {
  width: 100%;
}
.field-googlemap .googlemap-canvas {
  width: 100%;
  height: 350px;
}

.field-has-many-ajax-picker-list {
  margin-top: 5px;
  position: relative;
  float: left;
  width: 100%;
}
.field-has-many-ajax-picker-list .has-many-item {
  padding: 8px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 15px;
}
.field-has-many-ajax-picker-list .has-many-item i {
  float: right;
  cursor: pointer;
  font-size: 20px;
}
.field-has-many-ajax-picker-list .has-many-item.has-many-item-added {
  -webkit-animation: flash 1s linear 0s 2;
          animation: flash 1s linear 0s 2;
  background: rgba(0, 0, 0, 0.15);
}

.has-many-item-prototype {
  display: none;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.intl-tel-input.form-control {
  padding: 0;
}
.intl-tel-input input {
  border: 0;
}
.intl-tel-input .flag-container {
  z-index: 5;
}

.md-input.intl-tel-input {
  z-index: 20;
}

.float-label .md-input.intl-tel-input ~ label {
  margin-left: 55px;
}
.float-label .md-input.form-control {
  padding: 2px;
}

#media-library-modal #media-library-modal-library {
  display: flex;
  flex-direction: row;
  height: 100%;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-grid {
  position: relative;
  height: 100%;
  overflow: hidden;
  flex-grow: 1;
  margin-right: 270px;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-grid #media-library-modal-grid-filters {
  padding: 5px 15px;
  display: flex;
  align-items: flex-end;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-grid #media-library-modal-grid-filters #media-library-modal-grid-filters-form {
  flex: 1;
  align-self: center;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-grid #media-library-modal-grid-filters #media-library-modal-grid-filters-form > h3 {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-grid #media-library-modal-grid-filters #media-library-modal-grid-filters-form form {
  margin: 0;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-grid #media-library-modal-grid-filters #media-library-modal-grid-filters-form .form-group-wrapper {
  margin: 0;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-grid #media-library-modal-grid-items {
  position: absolute;
  width: 100%;
  top: 60px;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 20px 15px 15px;
  border-top: 1px solid #ddd;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar {
  width: 270px;
  background: #eee;
  border-left: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-library-sidebar-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 10px 10px 40px 10px;
  overflow: auto;
  --media-library-modal-sidebar-scroll-top: 0px;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-content {
  display: none;
  flex-direction: column;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-content #media-library-modal-media-details-preview {
  margin-bottom: 10px;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-content #media-library-modal-media-details-preview img {
  width: 100%;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-content #media-library-modal-media-details-table th {
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: baseline;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-content #media-library-modal-media-details-table td {
  font-size: 13px;
  vertical-align: baseline;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-content #media-library-modal-media-data-update {
  overflow-x: hidden;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-no-selection {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-no-selection h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar .ajax-layer {
  position: absolute;
  left: 0;
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar .form-actions {
  position: absolute;
  bottom: calc(0px - var(--media-library-modal-sidebar-scroll-top));
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
}
#media-library-modal #media-library-modal-library #media-library-modal-library-sidebar .form-actions input[type=submit] {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  #media-library-modal #media-library-modal-library #media-library-modal-library-grid {
    margin-right: 0;
  }
  #media-library-modal #media-library-modal-library #media-library-modal-library-sidebar {
    display: none;
  }
}
#media-library-modal #media-library-modal-upload {
  padding: 15px;
}
#media-library-modal #media-library-modal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
}
#media-library-modal #media-library-modal-grid-empty,
#media-library-modal #media-library-modal-grid-loading {
  display: none;
}
#media-library-modal.media-library-modal-library-sidebar-media-details-show #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-content {
  display: flex;
}
#media-library-modal.media-library-modal-library-sidebar-media-details-show #media-library-modal-library #media-library-modal-library-sidebar #media-library-modal-sidebar-no-selection {
  display: none;
}
#media-library-modal.media-library-modal-no-media #media-library-modal-grid-empty {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
#media-library-modal.media-library-modal-no-media #media-library-modal-grid-empty h3 {
  text-transform: uppercase;
  font-weight: bold;
}
#media-library-modal.media-library-modal-loading #media-library-modal-grid-loading {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
#media-library-modal .modal-dialog {
  max-width: 95%;
  height: 90%;
}
#media-library-modal .modal-dialog .media-item {
  position: relative;
}
#media-library-modal .modal-dialog .media-item .media-item-delete {
  display: none;
  bottom: -10px !important;
  right: -10px !important;
}
#media-library-modal .modal-dialog .media-item:hover .media-item-delete {
  position: absolute;
  display: flex;
  bottom: 16px;
  right: 3px;
  z-index: 25;
  color: white;
  background: #0cc2aa;
  font-size: 13px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 100%;
}
#media-library-modal .modal-dialog .media-item.media-item-not-image {
  background: rgba(0, 0, 0, 0.1);
}
#media-library-modal .modal-dialog .media-item.media-item-not-image .media-item-preview {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#media-library-modal .modal-dialog .media-item.media-item-not-image .media-item-not-image-type {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
#media-library-modal .modal-dialog .media-item.media-item-not-image .media-item-not-image-name {
  font-size: 13px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  overflow-wrap: break-word;
}
#media-library-modal .modal-dialog .media-item.media-item-placeholder .media-item-selector {
  padding: 0 !important;
}
#media-library-modal .modal-dialog .media-item.media-item-placeholder .media-item-upload-status {
  position: absolute;
  width: 95%;
  height: 15px;
  border-radius: 5px;
  bottom: 50%;
  left: 2.5%;
  margin-bottom: -15px;
  background: white;
  border: 1px solid #ccc;
}
#media-library-modal .modal-dialog .media-item.media-item-placeholder .media-item-upload-bar {
  width: 0;
  background: #0cc2aa;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 5px;
}
#media-library-modal .modal-dialog .media-item-selector {
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}
#media-library-modal .modal-dialog .media-item-selector:hover .media-item-preview {
  opacity: 0.6;
}
#media-library-modal .modal-dialog .media-item-selector.media-item-selected {
  border: 1px solid #41f3dc;
  box-shadow: 0 0 15px -3px #0cc2aa;
}
#media-library-modal .modal-dialog .media-item-selector.media-item-selected i.selected {
  display: block;
  top: -10px;
  left: -10px;
  color: #0cc2aa;
  z-index: 10;
  font-size: 25px;
  border-radius: 50%;
  background: white;
}
#media-library-modal .modal-dialog .media-item-selector .media-item-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#media-library-modal .modal-dialog .media-item-selector .media-item-preview.media-item-preview-portrait img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
#media-library-modal .modal-dialog .media-item-selector .media-item-preview.media-item-preview-unknown img, #media-library-modal .modal-dialog .media-item-selector .media-item-preview.media-item-preview-landscape img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#media-library-modal .modal-dialog .media-item-selector i.selected {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#media-library-modal .modal-dialog .media-item-selector:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#media-library-modal .modal-content {
  height: 100%;
  border-radius: 0;
}
#media-library-modal .modal-body {
  padding: 0;
  width: 100%;
  overflow: auto;
}
#media-library-modal .modal-footer {
  width: 100%;
}
#media-library-modal .jFiler-input-dragDrop {
  width: 100%;
}

.field-media-library .media-library-preview {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  flex-wrap: wrap;
}
.field-media-library .media-library-input-gallery .media-library-preview-placeholder,
.field-media-library .media-library-input-single.media-library-input-empty .media-library-preview-placeholder {
  display: block !important;
}
.field-media-library .media-library-preview-item {
  width: 100px;
  height: 100px;
  border: 1px solid #CCC;
  overflow: hidden;
  position: relative;
  background: white;
}
.field-media-library .media-library-preview-item .media-library-preview-item-action {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px dashed white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
.field-media-library .media-library-preview-item .media-library-preview-item-action i {
  font-size: 20px;
  color: white;
}
.field-media-library .media-library-preview-item .media-library-preview-item-actions-single {
  visibility: hidden;
}
.field-media-library .media-library-preview-item .media-library-preview-item-actions-single .media-library-preview-item-change,
.field-media-library .media-library-preview-item .media-library-preview-item-actions-single .media-library-preview-item-remove {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 13px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: all 0.1s ease-out;
}
.field-media-library .media-library-preview-item .media-library-preview-item-actions-single .media-library-preview-item-change:hover,
.field-media-library .media-library-preview-item .media-library-preview-item-actions-single .media-library-preview-item-remove:hover {
  cursor: pointer;
}
.field-media-library .media-library-preview-item .media-library-preview-item-actions-single .media-library-preview-item-change {
  bottom: -50%;
  border-top: 1px solid white;
}
.field-media-library .media-library-preview-item .media-library-preview-item-actions-single .media-library-preview-item-remove {
  top: -50%;
}
.field-media-library .media-library-preview-item.media-library-preview-placeholder {
  background: #444;
  display: none;
}
.field-media-library .media-library-preview-item.media-library-preview-placeholder .media-library-preview-placeholder-image {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.field-media-library .media-library-preview-item.media-library-preview-placeholder:hover {
  cursor: pointer;
}
.field-media-library .media-library-preview-item.media-library-preview-placeholder:hover:before {
  display: none;
}
.field-media-library .media-library-preview-item.media-library-preview-placeholder:hover .media-library-preview-placeholder-image {
  border: 2px dashed white;
}
.field-media-library .media-library-preview-item.media-library-preview-portrait img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.field-media-library .media-library-preview-item.media-library-preview-unknown img, .field-media-library .media-library-preview-item.media-library-preview-landscape img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.field-media-library .media-library-input-single .media-library-preview-item:hover .media-library-preview-item-actions-single {
  visibility: visible;
}
.field-media-library .media-library-input-single .media-library-preview-item:hover .media-library-preview-item-actions-single .media-library-preview-item-change {
  bottom: 0;
}
.field-media-library .media-library-input-single .media-library-preview-item:hover .media-library-preview-item-actions-single .media-library-preview-item-remove {
  top: 0;
}
.field-media-library .media-library-input-gallery .media-library-preview-item:not(.media-library-preview-placeholder):hover {
  cursor: move;
  opacity: 0.6;
}

.field-opening-hours .field-opening-hours-weekday {
  width: 14.27%;
}
.field-opening-hours .field-opening-hours-time {
  width: 50%;
}

.CodeMirror {
  background: #FBFBFB;
  border: 1px solid rgba(120, 130, 140, 0.2);
}

.repeatable-wrapper {
  margin-bottom: 10px;
}

.repeatable-wrapper.repeatable-has-error {
  border: 1px solid;
  padding-top: 15px;
  padding-bottom: 0;
  background: #f2dede;
  border-color: #ebcccc;
}

.repeatable-prototype {
  display: none;
  height: 0;
  width: 0;
  opacity: 0;
}

.repeatable-wrapper hr.repeatable-after-title {
  margin: 0 0 10px 0;
}

.repeatable-container {
  position: relative;
}

.repeatable-row > div {
  padding-right: 0;
}

.repeatable-row.ui-sortable-placeholder {
  background: rgba(0, 0, 0, 0.1) !important;
  visibility: visible !important;
  border: 1px dashed #CCC;
}

.repeatable-row.box {
  margin-bottom: 1rem;
}

.repeatable-row-single {
  margin-bottom: 0.25rem;
}

.repeatable-row-single > [class*=col-] {
  padding: 0;
}

.repeatable-row-single .repeatable-row-form .form-group.row {
  margin-bottom: 0;
}

.repeatable-row-multiple > div > .repeatable-row-form {
  padding: 5px 10px;
}

.repeatable-row-multiple > .repeatable-actions {
  padding: 0.25rem;
}

.repeatable-row-multiple > .repeatable-actions .repeatable-remove {
  position: absolute;
  top: 0.25rem;
  right: 2rem;
}

.repeatable-collapse {
  cursor: pointer;
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  transition: transform 0.3s ease-in-out;
}

.repeatable-row-collapsed > .repeatable-row-form-wrapper {
  display: none;
}

.repeatable-row-collapsed > .repeatable-actions .repeatable-collapse {
  transform: rotate(180deg);
}

.repeatable-move {
  cursor: move;
  border-radius: 0;
}

.repeatable-remove {
  cursor: pointer;
  border-radius: 0;
}
.repeatable-remove.repeatable-remove-right {
  margin-top: 24px;
}

.form-group-wrapper.repeatable-has-error .has-error-list.repeatable-error-list, .repeatable-errors.has-error .has-error-list, .repeatable-row-errors.has-error .has-error-list {
  display: block;
}
.has-error-list.repeatable-has-error-list, .has-error-list.repeatable-row-has-error-list {
  font-size: 100%;
  margin: 0;
  padding: 10px 10px 10px 25px;
  list-style: initial;
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  background: rgba(255, 0, 0, 0.75);
  color: white;
}
.has-error-list.repeatable-has-error-list {
  margin-bottom: 20px;
}

.repeatable-wrapper > .form-control-label {
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
}

.repeatable-row {
  margin-bottom: 10px;
}
.repeatable-row > div.repeatable-row-content {
  padding: 5px 10px 0;
  border: 1px solid #ccc;
}

.repeatable-row-header {
  position: relative;
  padding: 5px 10px;
  color: white;
  font-size: 16px;
}
.repeatable-row-header .repeatable-row-tools {
  position: absolute;
  right: 10px;
  top: 3px;
}
.repeatable-row-header .repeatable-row-tools i {
  font-size: 20px;
  cursor: pointer;
}

/*
 * Multiple
 */
.repeatable-wrapper.field-multiple .repeatable-container .repeatable-row {
  margin-bottom: 2px;
}
.repeatable-wrapper.field-multiple .repeatable-container .repeatable-row > .row {
  display: flex;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .repeatable-wrapper.field-multiple .repeatable-container .repeatable-row > .row {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .repeatable-wrapper.field-multiple .repeatable-container .repeatable-row > .row {
    padding: 0 4px;
  }
}
.repeatable-wrapper.field-multiple .repeatable-container .repeatable-row > .row .repeatable-move .btn {
  height: 38px;
  border-radius: 0;
}
.repeatable-wrapper.field-multiple .repeatable-container .repeatable-row > .row .repeatable-row-content-fields {
  flex-grow: 1;
  padding: 0;
}
.repeatable-wrapper.field-multiple .repeatable-container .repeatable-row > .row .repeatable-row-content-actions {
  padding: 0;
}
.repeatable-wrapper.field-multiple .repeatable-container .repeatable-row > .row .repeatable-row-content-actions .repeatable-remove {
  margin: 0;
  height: 38px;
  width: 35px;
}
.repeatable-wrapper.field-multiple .repeatable-container .repeatable-row .form-group-wrapper .form-group {
  margin-bottom: 0;
}
.repeatable-wrapper.field-multiple .repeatable-container .repeatable-row.ui-sortable-placeholder {
  padding: 5px 0;
}
.repeatable-wrapper.field-multiple .repeatable-add {
  margin-top: 5px;
}
.repeatable-wrapper.field-multiple .repeatable-row-content-actions .repeatable-remove.repeatable-remove-right {
  margin-top: 5px;
}
.repeatable-wrapper.field-multiple .md-form-group.float-label {
  padding: 0;
}

.repeatable-wrapper.field-has-many-array > .repeatable-container > .repeatable-row > .repeatable-row-content {
  border: none;
}
.repeatable-wrapper.field-has-many-array > .repeatable-container > .repeatable-row > .repeatable-row-content > .row {
  display: flex;
}
.repeatable-wrapper.field-has-many-array > .repeatable-container > .repeatable-row > .repeatable-row-content > .row > .repeatable-row-content-fields {
  flex-grow: 1;
  padding: 15px 10px 0;
  border: 1px solid #ccc;
  width: auto !important;
}
.repeatable-wrapper.field-has-many-array > .repeatable-container > .repeatable-row > .repeatable-row-content > .row > .repeatable-row-content-actions {
  width: auto !important;
  float: none;
  padding: 0;
}
.repeatable-wrapper.field-has-many-array > .repeatable-container > .repeatable-row > .repeatable-row-content > .row > .repeatable-row-content-actions .repeatable-remove.repeatable-remove-right {
  margin-top: 0;
}

/*
 * Has-Many-Array
 */
/*
 * Has-Many-Model-Table
 */
.field-has-many-model-table .repeatable-table-wrapper {
  margin-right: 30px;
  margin-bottom: 15px;
}
.field-has-many-model-table .repeatable-table-wrapper > .form-control-label {
  margin-bottom: 0;
}
.field-has-many-model-table .repeatable-table-header-column {
  border: 1px solid #EBEBEB;
  border-right: 0;
  color: #374150;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.field-has-many-model-table .repeatable-table-header-column:last-child {
  border-right: 1px solid #EBEBEB;
}
.field-has-many-model-table .repeatable-table-header-wrapper {
  margin: 0 12px;
}
.field-has-many-model-table .repeatable-table-header-wrapper .repeatable-table-header {
  background: #F5F5F5;
}
.field-has-many-model-table .repeatable-table-header-wrapper .repeatable-table-header .repeatable-table-header-column {
  font-weight: bold;
}
.field-has-many-model-table .repeatable-table-row-header-wrapper {
  margin: 0 12px;
  padding: 0;
}
.field-has-many-model-table .repeatable-table-row-header-wrapper .repeatable-table-row-header:first-child .repeatable-table-header-column {
  border-top: 0;
}
.field-has-many-model-table .repeatable-table-row-header-wrapper .repeatable-row-tools {
  color: #BBB;
  right: -40px;
  top: 10px;
}
.field-has-many-model-table .repeatable-table-row-header-wrapper .repeatable-row-tools .repeatable-row-collapse-closed {
  display: none;
}
.field-has-many-model-table .repeatable-table-row-header-wrapper .repeatable-row-tools .collapsed .repeatable-row-collapse-closed {
  display: block;
}
.field-has-many-model-table .repeatable-table-row-header-wrapper .repeatable-row-tools .collapsed .repeatable-row-collapse-open {
  display: none;
}
.field-has-many-model-table .repeatable-table-row {
  margin-bottom: 0;
  position: relative;
}
.field-has-many-model-table .repeatable-table-row:first-child, .field-has-many-model-table .repeatable-table-row:nth-child(2) {
  border-top: 1px solid #EBEBEB;
}
.field-has-many-model-table .repeatable-table-row > div.repeatable-row-content {
  border: 1px solid #EBEBEB;
  border-top: 0;
}
.field-has-many-model-table .repeatable-row-errors-icon {
  display: none;
}
.field-has-many-model-table .repeatable-row-has-errors .repeatable-table-row-header {
  background: #FFF0F0;
}
.field-has-many-model-table .repeatable-row-has-errors .repeatable-row-errors-icon {
  color: #FF0000;
  position: absolute;
  left: -32px;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  display: block;
}
@media (max-width: 991px) {
  .field-has-many-model-table .repeatable-table-header-wrapper,
.field-has-many-model-table .repeatable-table-row-header-wrapper {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .field-has-many-model-table .repeatable-table-header-wrapper,
.field-has-many-model-table .repeatable-table-row-header-wrapper {
    margin: 0 4px;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
  min-width: 130px;
}
.bootstrap-datetimepicker-widget table td {
  height: 30px;
  line-height: 30px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td span {
  width: 45px;
  height: 15px;
  line-height: 15px;
}
.bootstrap-datetimepicker-widget table td a[data-action] {
  color: #0cc2aa;
  padding: 3px 0;
}

.field-upload-input-wrapper.field-upload-without-file .field-upload-preview {
  display: none;
}
.field-upload-input-wrapper.field-upload-has-file .field-upload-preview.upload-type-other .field-upload-type-image-preview {
  display: none;
}
.field-upload-input-wrapper.field-upload-has-file .field-upload-preview.upload-type-image .field-upload-type-other-preview {
  display: none;
}
.field-upload-input-wrapper .field-upload-type-image-preview img {
  max-width: 125px;
  border: 1px solid #ccc;
  padding: 5px;
}
.field-upload-input-wrapper .field-upload-preview {
  padding-top: 5px;
}
.field-upload-input-wrapper .field-upload-preview .field-upload-type-other-preview a {
  text-decoration: underline;
}
.field-multiple .field-upload-input-wrapper.field-upload-has-file .field-upload-input {
  display: none;
}

.field-image-input-wrapper .field-upload-input-file {
  display: none;
}
.field-image-input-wrapper .field-image-preview {
  position: relative;
  width: 100%;
  max-width: 120px;
  display: inline-block;
}
.field-image-input-wrapper .field-image-preview.field-image-preview-sm {
  max-width: 120px;
}
.field-image-input-wrapper .field-image-preview.field-image-preview-md {
  max-width: 150px;
}
.field-image-input-wrapper .field-image-preview.field-image-preview-lg {
  max-width: 200px;
}
.field-image-input-wrapper .field-image-preview.field-image-preview-full-width {
  max-width: none;
}
.field-image-input-wrapper .field-image-preview .field-image-preview-actions {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.field-image-input-wrapper .field-image-preview .field-image-preview-actions .field-image-input-edit,
.field-image-input-wrapper .field-image-preview .field-image-preview-actions .field-image-input-remove {
  position: absolute;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 2px solid #EEE;
  background: #DDD;
  border-radius: 100%;
  color: black;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
  top: 50% !important;
  cursor: pointer;
}
.field-image-input-wrapper .field-image-preview .field-image-preview-actions .field-image-input-edit {
  left: 10%;
  transform: translateY(-50%);
}
.field-image-input-wrapper .field-image-preview .field-image-preview-actions .field-image-input-remove {
  right: 10%;
  transform: translateY(-50%);
}
.field-image-input-wrapper .field-image-preview:hover .field-image-preview-actions {
  display: block;
  opacity: 1;
  z-index: 10;
}
.field-image-input-wrapper .field-image-preview.field-image-preview-placeholder {
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.has-error .field-image-input-wrapper .field-image-preview.field-image-preview-placeholder {
  box-shadow: 0 0 10px 2px rgba(255, 0, 0, 0.5);
  border: 1px solid red;
}
.field-image-input-wrapper .field-image-preview.field-image-preview-placeholder:after {
  display: block;
  content: "";
  padding-top: 100%;
}
.field-image-input-wrapper .field-image-preview.field-image-preview-placeholder .field-image-input-edit {
  left: 50%;
  transform: translate(-50%, -50%);
}
.field-image-input-wrapper .field-image-preview.field-image-preview-placeholder .field-image-input-remove {
  display: none;
}
.field-image-input-wrapper .field-image-preview.field-image-preview-placeholder img {
  display: none;
}
.field-image-input-wrapper .field-image-preview img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.field-image-gallery .repeatable-row {
  display: inline-block;
  margin-right: 10px;
}
.field-image-gallery .repeatable-row .repeatable-row-content-fields .md-form-group {
  padding-top: 0;
  padding-bottom: 5px;
}
.field-image-gallery .repeatable-row .repeatable-row-content-fields .field-image-input-wrapper {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.field-image-gallery .repeatable-row .repeatable-row-content-fields .field-image-input-wrapper .field-image-preview {
  position: static;
}
.field-image-gallery .repeatable-row .repeatable-row-content-fields .field-image-input-wrapper .field-image-preview.field-image-preview-placeholder {
  transform: none !important;
}
.field-image-gallery .repeatable-row .repeatable-row-content-fields .field-image-input-wrapper .field-image-preview.field-image-preview-placeholder .field-image-input-edit {
  left: 10%;
  transform: translateY(-50%);
}
.field-image-gallery .repeatable-row .repeatable-row-content-fields .field-image-input-wrapper .field-image-preview.field-image-preview-placeholder .field-image-input-remove {
  display: block;
}
.field-image-gallery .repeatable-row .repeatable-row-content-fields .field-image-input-wrapper .field-image-preview-img {
  position: absolute;
  transform: translate(50%, 50%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.field-image-gallery .repeatable-row .repeatable-row-content-actions {
  display: none;
}
.field-image-gallery .field-image-horizontal img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: none;
  width: auto;
  transform: translate(-50%, -50%);
}
.field-image-gallery .field-image-vertical img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: none;
  height: auto;
  transform: translate(-50%, -50%);
}

.app-body table thead {
  border-bottom: 3px solid #0073aa;
}
.app-body table tfoot {
  border-top: 2px solid #f0f0f0;
}
.app-body table a.link {
  color: #0073aa;
  font-weight: bold;
}
.app-body table a.link:hover, .app-body table a.link:active {
  color: #00a0d2;
}
.app-body table .footable-odd {
  background: inherit;
}
.app-body .content-header .content-header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.app-body .content-header .content-header-top h1 {
  font-size: 24px;
  margin-bottom: 0;
}
.app-body .content-header .content-header-top .btn {
  color: #0073aa;
  border-color: #0073aa;
  margin-left: 10px;
}
.app-body .content-header .content-header-top .btn:hover {
  background: #0073aa;
  color: white;
}
.app-body .content-links a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
}
.app-body .content-links a:first-child {
  padding-left: 0;
}
.app-body .content-links a.current {
  text-decoration: none;
  font-weight: bold;
}

.app-footer:not(.hide) ~ .app-body {
  padding-bottom: 40px;
}

table tr .row-actions {
  padding: 3px 0 0;
}
table tr:hover .row-actions {
  display: block;
}
table .row-actions a {
  font-weight: normal;
  font-size: 13px;
  border-right: 1px solid #ccc;
  padding-right: 5px;
  margin-right: 3px;
}
table .row-actions a:hover {
  text-decoration: underline;
}
table .row-actions a:last-child {
  border-right: 0;
}
table .row-actions span {
  font-weight: normal;
  font-size: 13px;
  color: #666;
}

.content-header.content-nav-tabs a.link {
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: underline;
  color: red;
}

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

.page.page-group .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc {
  position: relative;
}
.fc .fc-event {
  border-color: #088777;
}
.fc .fc-event .fc-bg {
  background-color: #0cc2aa;
  opacity: 1;
}
.fc .fc-event .fc-content {
  color: white;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
}
.fc .fc-event .fc-action {
  position: absolute;
  top: 50%;
  color: white;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.fc .fc-event .fc-action.fc-action-edit {
  left: 15%;
  font-size: 22px;
  margin-top: -11px;
}
.fc .fc-event .fc-action.fc-action-delete {
  right: 15%;
  font-size: 27px;
  margin-top: -15px;
}
.fc .fc-event:hover .fc-action {
  opacity: 1;
  transition: opacity 0.35s ease;
}
.fc .fc-disabled .fc-action {
  display: none;
}
.fc .fc-day-header {
  position: relative;
  font-size: 18px;
}
.fc .fc-header-action {
  position: absolute;
  float: right;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  font-size: 18px;
  cursor: pointer;
}

.ajax-layer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000000;
  display: none;
}
.ajax-layer.ajax-layer-relative {
  position: absolute;
  left: 0;
  right: 0;
}
.ajax-layer .ajax-loader,
.ajax-layer .ajax-result {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.ajax-layer .ajax-result {
  font-size: 80px;
  line-height: 1;
  transition: all 0.5s ease;
}
.ajax-layer .ajax-result i {
  position: relative;
}
.ajax-layer .ajax-result.ajax-success {
  color: #6cc788;
}
.ajax-layer .ajax-result.ajax-error {
  color: #f44455;
}
.ajax-layer .ajax-result .ajax-result-bg {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: white;
  border-radius: 50%;
}
.ajax-layer.ajax-loading, .ajax-layer.ajax-result-success, .ajax-layer.ajax-result-error {
  display: block;
}
.ajax-layer.ajax-loading .ajax-loader, .ajax-layer.ajax-result-success .ajax-success, .ajax-layer.ajax-result-error .ajax-error {
  opacity: 1;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.avatar-background {
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.avatar-sm {
  width: 55px;
  height: 55px;
}

.avatar-xs {
  width: 35px;
  height: 35px;
}

.content-index table tr .avatar {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.box-header.primary h1, .box-header.primary h2, .box-header.primary h3, .box-header.primary h4, .box-header.primary h5, .box-header.primary h6 {
  color: white;
}

.box-header.box-header-search {
  line-height: 38px;
  padding: 10px;
}
.box-header.box-header-search > * {
  display: inline-block;
}
.box-header.box-header-search .box-search-form {
  float: right;
  position: relative;
}
.box-header.box-header-search .box-search-form .box-search-spinner {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 10px;
}
.box-header.box-header-search .box-search-form .box-search-spinner > [class*=spinner-],
.box-header.box-header-search .box-search-form .box-search-spinner > [class*=spinner-]:after {
  width: 30px;
  height: 30px;
}
.box-header.box-header-search .box-search-form .box-search-clear {
  display: none;
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #2E3E4E;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.box-header.box-header-search.searching .box-search-spinner {
  display: inline-block;
}
.box-header.box-header-search.has-results .box-search-clear {
  display: block;
}
.box-header.box-header-search.searching .box-search-clear {
  display: none;
}

.box-search-results .box-search-results-list .box-search-results-item {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  position: relative;
}
.box-search-results .box-search-results-list .box-search-results-item:last-child {
  border-bottom: none;
}
.box-search-results .box-search-results-list .box-search-results-item .box-search-fill-form {
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  background: #0cc2aa;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.box-search-results.box-search-results-fixed {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: black;
  background: whitesmoke;
  z-index: 50;
  border: 2px solid #0cc2aa;
  border-top: 0;
}

.btn-facebook {
  background-color: #3f51b5;
  color: white;
}

.btn-google,
.btn-google-plus,
.btn-googlep {
  background-color: #f44336;
  color: white;
}

.btn-twitter {
  background-color: #03a9f4;
  color: white;
}

.toggle.btn-xs {
  min-width: 72px;
  min-height: 24px;
}

.choice {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
.choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  color: #999999;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.choice .icon input[type=radio],
.choice .icon input[type=checkbox] {
  position: absolute;
  left: -10000px;
  z-index: -1;
}
.choice i {
  font-size: 40px;
  line-height: 111px;
}
.choice:hover .icon, .choice.active .icon {
  border-color: #0cc2aa;
  color: #0cc2aa;
}
.choice[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.26;
}
.choice a.choice-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.choice a.choice-action {
  position: absolute;
  z-index: 10;
}
.choice a.choice-action.choice-action-hover {
  display: none;
}
.choice a.choice-action.top-right {
  top: 10px;
  right: 10px;
}
.choice a.choice-action i {
  font-size: 20px;
  line-height: 1;
}
.choice:hover .choice-action.choice-action-hover {
  display: block;
}
.choice.choice-fluid {
  margin-top: 0;
  font-size: 35px;
}
.choice.choice-fluid .icon {
  height: auto;
  width: 95%;
  width: calc(100% - 8px);
  max-width: 95%;
  max-width: calc(100% - 8px);
  padding-top: 95%;
  padding-top: calc(100% - 8px);
  box-sizing: content-box;
  position: relative;
  font-size: inherit;
}
.choice.choice-fluid .icon i {
  font-size: inherit;
  line-height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.app-header ~ .app-body {
  padding-top: 37px;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: inherit;
}

.hidden {
  display: none !important;
}

.label-md {
  padding: 5px 10px;
  font-size: 13px;
}

/*
 * Responsive Square Block
 ==================================================================================================================== */
.square {
  width: 100%;
  position: relative;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square.half:after {
  padding-bottom: 50%;
}
.square .square-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.square .square-content.half {
  height: 50%;
}
.square .square-content.half.last {
  top: 50%;
}
.square.label-and-counter .square-label {
  font-size: 16px;
  padding-top: 5px;
}
.square.label-and-counter .square-counter {
  font-size: 30px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.square.height-fixed-md {
  max-height: 120px;
}

.modal-ajax-backdrop {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-ajax-backdrop .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -25px 0 0 -25px;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #0cc2aa;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.form-modal-slide {
  padding: 25px 15px 0 15px;
}
.form-modal-slide .form-modal .form-actions {
  margin: 0 0 20px 0;
}

body.full-screen-modal {
  overflow: hidden;
}

.modal-body.modal-body-loading {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.alert {
  max-height: 200px;
  overflow: auto;
}
.alert.acked {
  max-height: 0;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 1s ease, margin-bottom 1.5s ease;
}
.alert a {
  text-decoration: underline;
}
.alert p:last-child {
  margin-bottom: 0;
}

.nav-item .nav-text {
  min-width: 1px;
}
.nav-item .nav-icon i {
  line-height: inherit;
}

.nav-sub {
  transition: max-height 0s ease 0s;
}

/* Navside
 ==================================================================================================================== */
.navside .nav li {
  border-left: 3px solid transparent;
}

.navside .nav li.active {
  background-color: rgba(0, 0, 0, 0.25);
}

.navside .nav li a {
  padding: 0 0.5rem;
}

.navside .navbar-brand {
  display: inline-block;
  max-width: 75%;
  line-height: 1;
}

.navside .navbar {
  border-bottom: 1px solid #666;
  padding: 0;
  margin: 0 8px 10px 8px;
}

.navside .navside-collapse {
  display: none;
}

.navside .navbar-brand .navbar-brand-collapsed {
  display: none;
}

@media (min-width: 992px) {
  .navside .navside-collapse {
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    margin: -14px 0 0 0;
    font-size: 20px;
    line-height: 1;
  }
  .navside .navside-collapse i.nav-collapse {
    display: inline-block;
    cursor: pointer;
  }
  .navside .navside-collapse i.nav-collapsed {
    display: none;
    cursor: pointer;
  }
  .collapsed .navside .navside-collapse i.nav-collapse {
    display: none;
  }
  .collapsed .navside .navside-collapse i.nav-collapsed {
    display: inline-block;
  }
  .app-aside, .app-aside .scroll {
    transition: width 0.5s ease;
  }
  .app-aside:not(.hide) ~ .app-content {
    transition: margin-left 0.5s ease;
  }
  .collapsed .app-aside, .collapsed .app-aside .scroll {
    width: 2.5rem;
    transition: width 0.5s ease;
  }
  .collapsed .app-aside:not(.hide) ~ .app-content {
    margin-left: 2.5rem;
    transition: margin-left 0.5s ease;
  }
  .collapsed .navside .navbar {
    padding-bottom: 40px;
  }
  .collapsed .navside .nav-item .nav-text,
.collapsed .navside .nav-item.menu-dropdown .nav-caret {
    display: none;
  }
  .collapsed .navside .nav-header {
    border: 1px solid white;
  }
  .collapsed .navside .nav-header > * {
    display: none;
  }
  .collapsed .navside .navbar-brand .navbar-brand-logo {
    display: none;
  }
  .collapsed .navside .navbar-brand .navbar-brand-collapsed {
    display: block;
    max-width: 1.6rem;
  }
  .collapsed .navside .navside-collapse {
    top: auto;
    right: auto;
    left: 2px;
    bottom: 10px;
  }
}
/* Navbar
 ==================================================================================================================== */
.navbar {
  min-height: 0;
}

.navbar-brand img,
.navbar-brand svg {
  max-height: none;
  max-width: 100%;
  vertical-align: baseline;
  padding: 10px 0;
}

.navbar-nav > .nav-link,
.navbar-nav > .nav-item > .nav-link,
.navbar-item,
.navbar-brand {
  line-height: 2.5rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}

.navbar-nav > ul.nav > .nav-item {
  position: relative;
}
.navbar-nav > ul.nav > .nav-item ul.nav-sub {
  position: absolute;
  background: white;
  color: #333;
  padding: 0;
  right: 0;
}
.navbar-nav > ul.nav > .nav-item ul.nav-sub .nav-item {
  padding: 0 4px;
}

@media only screen and (min-width: 544px) {
  .navbar .nav-item.menu-dropdown.dropdown-hidden-sm-up .nav-sub,
.navbar .nav-item.menu-dropdown.dropdown-hidden-sm-up .nav-caret {
    display: none;
  }
}
.navbar .nav-item.menu-dropdown .nav-sub {
  min-width: 150px;
}

@media (max-width: 991px) {
  .app-aside .left {
    width: 280px;
  }
  .navbar-brand img,
.navbar-brand svg {
    padding: 20px 40px 20px 0;
  }
}
/* Navbar - TopBar Submenu
 ==================================================================================================================== */
.nav.top-sidebar .nav-sub {
  box-shadow: 0 2px 5px 0 rgba(51, 62, 77, 0.25);
}

.navbar-nav > ul.nav.top-sidebar .nav-sub .nav-item {
  float: none;
  padding: 0 !important;
}
.navbar-nav > ul.nav.top-sidebar .nav-sub .nav-item:hover {
  background: #2E3E4E;
  color: #ffffff;
}

/* Navbar - TopBar Language Switch
 ==================================================================================================================== */
.nav-item.menu-dropdown.top-sidebar-language .nav-sub {
  min-width: 150px;
}

.nav-item.top-sidebar-profile .nav-link {
  padding: 0.5rem;
}
.nav-item.top-sidebar-profile .nav-link .nav-icon {
  margin-right: 0;
}

/*
 * Dual Ring Spinner
 ==================================================================================================================== */
.spinner-dual-ring {
  display: inline-block;
  width: 46px;
  height: 46px;
}

.spinner-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: spinner-dual-ring 1.2s linear infinite;
          animation: spinner-dual-ring 1.2s linear infinite;
}

.spinner-dual-ring.spinner-dual-ring-2x,
.spinner-dual-ring.spinner-dual-ring-2x:after {
  width: 92px;
  height: 92px;
}

.spinner-dual-ring.spinner-primary:after {
  border: 5px solid #0cc2aa;
  border-color: #0cc2aa transparent #0cc2aa transparent;
}

@-webkit-keyframes spinner-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table-wrapper {
  overflow-x: auto;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 15px;
}
.table-wrapper::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #cbced2;
  border: 3px solid transparent;
  background-clip: content-box;
}
.table-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.table-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #9d9a9a;
}
.table-wrapper > table.table {
  margin-bottom: 0;
}

.box:has(> .table-wrapper) {
  border-radius: 5px;
  margin-bottom: 0;
}

table .table-sortable-column .table-sortable-handler:hover {
  cursor: move;
}

table.table-vertical > tr > th,
table.table-vertical > tbody > tr > th {
  width: 1%;
  white-space: nowrap;
}

table.table .btn-group {
  display: flex;
}

table.table .btn {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
}

.table-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.table-pagination nav {
  line-height: 1;
}
.table-pagination .pagination {
  margin-top: 0;
  margin-bottom: 0;
  background: white;
  border: 1px solid #dedede;
}
@media (max-width: 767px) {
  .table-pagination {
    flex-direction: column;
    gap: 10px;
  }
}

.timeline.timeline-center .tl-item.tl-center {
  width: 50%;
}
.timeline.timeline-center .tl-item.tl-center .tl-wrap {
  padding-left: 0;
}
.timeline.timeline-center .tl-item.tl-center .tl-wrap:before {
  margin-left: -6px;
}
.timeline.timeline-center .tl-item.tl-center .tl-wrap .tl-date {
  float: none;
  top: auto;
  margin-left: -82px;
}
.timeline.timeline-center .tl-item.tl-center .tl-content {
  margin-top: 10px;
  transform: translateX(-50%);
}
.timeline.timeline-center .tl-item.tl-center .tl-content .arrow {
  display: none;
}

.wizard-card {
  min-height: 410px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 300ms linear;
}
.wizard-card.active {
  opacity: 1;
}
.wizard-card .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wizard-card .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #CCCCCC;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-card .picture:hover {
  border-color: #0cc2aa;
}
.wizard-card .picture input[type=file] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.wizard-card .picture-src {
  width: 100%;
}
.wizard-card .wizard-content.tab-content {
  min-height: 340px;
  padding: 40px 15px 15px;
}
.wizard-card .wizard-title {
  margin: 0;
  padding: 0 80px;
}
.wizard-card .wizard-header {
  text-align: center;
  padding: 25px 0 35px;
  position: relative;
}
.wizard-card .wizard-header h5 {
  margin: 5px 0 0;
}
.wizard-card .wizard-header .wizard-exit {
  position: absolute;
  top: 28px;
  right: 20px;
}
.wizard-card .wizard-notifications .alert {
  margin: 35px 15px 0 15px;
}
.wizard-card .wizard-footer {
  padding: 0 15px 15px 15px;
}
.wizard-card .wizard-navigation .nav-pills {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: rgba(200, 200, 200, 0.2);
}
.wizard-card .wizard-navigation .nav-pills > li {
  text-align: center;
  position: relative;
  display: block;
}
.wizard-card .wizard-navigation .nav-pills > li > span {
  border: 0 !important;
  border-left: 1px solid #CCC !important;
  border-radius: 0;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  color: #555555 !important;
  padding: 8px 15px;
  margin: 5px 0;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wizard-card .wizard-navigation .nav-pills > li:last-child > span {
  border-right: 1px solid #CCC !important;
}
.wizard-card .wizard-navigation .nav-pills > li + li {
  margin-left: 0;
}
.wizard-card .wizard-navigation .nav-pills > li i {
  display: block;
  font-size: 30px;
  padding: 15px 0;
}
.wizard-card .wizard-navigation .nav-pills > li.active {
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #0cc2aa;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #0cc2aa;
  transform: scale(1.2);
  margin: 0 15px !important;
  z-index: 1;
}
.wizard-card .wizard-navigation .nav-pills > li.active > span {
  color: white !important;
  background-color: inherit;
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none;
  font-size: 13px;
  font-weight: bold;
}
.wizard-card .wizard-navigation .nav-pills > li.active + li > span {
  border-left: 0 !important;
}
@media screen and (max-width: 991px) {
  .wizard-card .wizard-navigation .nav-pills {
    flex-direction: column;
  }
  .wizard-card .wizard-navigation .nav-pills > li.active {
    transform: scale(1.08);
  }
  .wizard-card .wizard-navigation .nav-pills > li > span {
    border: 0 !important;
  }
}
.wizard-card .description {
  color: #999999;
  font-size: 14px;
}
.wizard-card .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px;
}
.wizard-card .btn {
  text-transform: uppercase;
}

.flag {
  display: inline-block;
  background: url("/assets/backend/vendor/flag-sprites/flags.png") no-repeat;
}
.flag.flag-size-xs {
  width: 16px !important;
  height: 16px !important;
  background-size: 256px 240px !important;
}
.flag.flag-size-xs.flag-ad {
  background-position: -16px 0;
}
.flag.flag-size-xs.flag-ae {
  background-position: -32px 0;
}
.flag.flag-size-xs.flag-af {
  background-position: -48px 0;
}
.flag.flag-size-xs.flag-ag {
  background-position: -64px 0;
}
.flag.flag-size-xs.flag-ai {
  background-position: -80px 0;
}
.flag.flag-size-xs.flag-al {
  background-position: -96px 0;
}
.flag.flag-size-xs.flag-am {
  background-position: -112px 0;
}
.flag.flag-size-xs.flag-an {
  background-position: -128px 0;
}
.flag.flag-size-xs.flag-ao {
  background-position: -144px 0;
}
.flag.flag-size-xs.flag-ar {
  background-position: -160px 0;
}
.flag.flag-size-xs.flag-as {
  background-position: -176px 0;
}
.flag.flag-size-xs.flag-at {
  background-position: -192px 0;
}
.flag.flag-size-xs.flag-au {
  background-position: -208px 0;
}
.flag.flag-size-xs.flag-aw {
  background-position: -224px 0;
}
.flag.flag-size-xs.flag-ax {
  background-position: -240px 0;
}
.flag.flag-size-xs.flag-az {
  background-position: 0 -16px;
}
.flag.flag-size-xs.flag-ba {
  background-position: -16px -16px;
}
.flag.flag-size-xs.flag-bb {
  background-position: -32px -16px;
}
.flag.flag-size-xs.flag-bd {
  background-position: -48px -16px;
}
.flag.flag-size-xs.flag-be {
  background-position: -64px -16px;
}
.flag.flag-size-xs.flag-bf {
  background-position: -80px -16px;
}
.flag.flag-size-xs.flag-bg {
  background-position: -96px -16px;
}
.flag.flag-size-xs.flag-bh {
  background-position: -112px -16px;
}
.flag.flag-size-xs.flag-bi {
  background-position: -128px -16px;
}
.flag.flag-size-xs.flag-bj {
  background-position: -144px -16px;
}
.flag.flag-size-xs.flag-bl {
  background-position: -160px -16px;
}
.flag.flag-size-xs.flag-bm {
  background-position: -176px -16px;
}
.flag.flag-size-xs.flag-bn {
  background-position: -192px -16px;
}
.flag.flag-size-xs.flag-bo {
  background-position: -208px -16px;
}
.flag.flag-size-xs.flag-br {
  background-position: -224px -16px;
}
.flag.flag-size-xs.flag-bs {
  background-position: -240px -16px;
}
.flag.flag-size-xs.flag-bt {
  background-position: 0 -32px;
}
.flag.flag-size-xs.flag-bw {
  background-position: -16px -32px;
}
.flag.flag-size-xs.flag-by {
  background-position: -32px -32px;
}
.flag.flag-size-xs.flag-bz {
  background-position: -48px -32px;
}
.flag.flag-size-xs.flag-ca {
  background-position: -64px -32px;
}
.flag.flag-size-xs.flag-cd {
  background-position: -80px -32px;
}
.flag.flag-size-xs.flag-cf {
  background-position: -96px -32px;
}
.flag.flag-size-xs.flag-cg {
  background-position: -112px -32px;
}
.flag.flag-size-xs.flag-ch {
  background-position: -128px -32px;
}
.flag.flag-size-xs.flag-ci {
  background-position: -144px -32px;
}
.flag.flag-size-xs.flag-ck {
  background-position: -160px -32px;
}
.flag.flag-size-xs.flag-cl {
  background-position: -176px -32px;
}
.flag.flag-size-xs.flag-cm {
  background-position: -192px -32px;
}
.flag.flag-size-xs.flag-cn {
  background-position: -208px -32px;
}
.flag.flag-size-xs.flag-co {
  background-position: -224px -32px;
}
.flag.flag-size-xs.flag-cr {
  background-position: -240px -32px;
}
.flag.flag-size-xs.flag-cu {
  background-position: 0 -48px;
}
.flag.flag-size-xs.flag-cv {
  background-position: -16px -48px;
}
.flag.flag-size-xs.flag-cw {
  background-position: -32px -48px;
}
.flag.flag-size-xs.flag-cy {
  background-position: -48px -48px;
}
.flag.flag-size-xs.flag-cz {
  background-position: -64px -48px;
}
.flag.flag-size-xs.flag-de {
  background-position: -80px -48px;
}
.flag.flag-size-xs.flag-dj {
  background-position: -96px -48px;
}
.flag.flag-size-xs.flag-dk {
  background-position: -112px -48px;
}
.flag.flag-size-xs.flag-dm {
  background-position: -128px -48px;
}
.flag.flag-size-xs.flag-do {
  background-position: -144px -48px;
}
.flag.flag-size-xs.flag-dz {
  background-position: -160px -48px;
}
.flag.flag-size-xs.flag-ec {
  background-position: -176px -48px;
}
.flag.flag-size-xs.flag-ee {
  background-position: -192px -48px;
}
.flag.flag-size-xs.flag-eg {
  background-position: -208px -48px;
}
.flag.flag-size-xs.flag-eh {
  background-position: -224px -48px;
}
.flag.flag-size-xs.flag-er {
  background-position: -240px -48px;
}
.flag.flag-size-xs.flag-es {
  background-position: 0 -64px;
}
.flag.flag-size-xs.flag-et {
  background-position: -16px -64px;
}
.flag.flag-size-xs.flag-eu {
  background-position: -32px -64px;
}
.flag.flag-size-xs.flag-fi {
  background-position: -48px -64px;
}
.flag.flag-size-xs.flag-fj {
  background-position: -64px -64px;
}
.flag.flag-size-xs.flag-fk {
  background-position: -80px -64px;
}
.flag.flag-size-xs.flag-fm {
  background-position: -96px -64px;
}
.flag.flag-size-xs.flag-fo {
  background-position: -112px -64px;
}
.flag.flag-size-xs.flag-fr {
  background-position: -128px -64px;
}
.flag.flag-size-xs.flag-ga {
  background-position: -144px -64px;
}
.flag.flag-size-xs.flag-gb {
  background-position: -160px -64px;
}
.flag.flag-size-xs.flag-gd {
  background-position: -176px -64px;
}
.flag.flag-size-xs.flag-ge {
  background-position: -192px -64px;
}
.flag.flag-size-xs.flag-gg {
  background-position: -208px -64px;
}
.flag.flag-size-xs.flag-gh {
  background-position: -224px -64px;
}
.flag.flag-size-xs.flag-gi {
  background-position: -240px -64px;
}
.flag.flag-size-xs.flag-gl {
  background-position: 0 -80px;
}
.flag.flag-size-xs.flag-gm {
  background-position: -16px -80px;
}
.flag.flag-size-xs.flag-gn {
  background-position: -32px -80px;
}
.flag.flag-size-xs.flag-gq {
  background-position: -48px -80px;
}
.flag.flag-size-xs.flag-gr {
  background-position: -64px -80px;
}
.flag.flag-size-xs.flag-gs {
  background-position: -80px -80px;
}
.flag.flag-size-xs.flag-gt {
  background-position: -96px -80px;
}
.flag.flag-size-xs.flag-gu {
  background-position: -112px -80px;
}
.flag.flag-size-xs.flag-gw {
  background-position: -128px -80px;
}
.flag.flag-size-xs.flag-gy {
  background-position: -144px -80px;
}
.flag.flag-size-xs.flag-hk {
  background-position: -160px -80px;
}
.flag.flag-size-xs.flag-hn {
  background-position: -176px -80px;
}
.flag.flag-size-xs.flag-hr {
  background-position: -192px -80px;
}
.flag.flag-size-xs.flag-ht {
  background-position: -208px -80px;
}
.flag.flag-size-xs.flag-hu {
  background-position: -224px -80px;
}
.flag.flag-size-xs.flag-ic {
  background-position: -240px -80px;
}
.flag.flag-size-xs.flag-id {
  background-position: 0 -96px;
}
.flag.flag-size-xs.flag-ie {
  background-position: -16px -96px;
}
.flag.flag-size-xs.flag-il {
  background-position: -32px -96px;
}
.flag.flag-size-xs.flag-im {
  background-position: -48px -96px;
}
.flag.flag-size-xs.flag-in {
  background-position: -64px -96px;
}
.flag.flag-size-xs.flag-iq {
  background-position: -80px -96px;
}
.flag.flag-size-xs.flag-ir {
  background-position: -96px -96px;
}
.flag.flag-size-xs.flag-is {
  background-position: -112px -96px;
}
.flag.flag-size-xs.flag-it {
  background-position: -128px -96px;
}
.flag.flag-size-xs.flag-je {
  background-position: -144px -96px;
}
.flag.flag-size-xs.flag-jm {
  background-position: -160px -96px;
}
.flag.flag-size-xs.flag-jo {
  background-position: -176px -96px;
}
.flag.flag-size-xs.flag-jp {
  background-position: -192px -96px;
}
.flag.flag-size-xs.flag-ke {
  background-position: -208px -96px;
}
.flag.flag-size-xs.flag-kg {
  background-position: -224px -96px;
}
.flag.flag-size-xs.flag-kh {
  background-position: -240px -96px;
}
.flag.flag-size-xs.flag-ki {
  background-position: 0 -112px;
}
.flag.flag-size-xs.flag-km {
  background-position: -16px -112px;
}
.flag.flag-size-xs.flag-kn {
  background-position: -32px -112px;
}
.flag.flag-size-xs.flag-kp {
  background-position: -48px -112px;
}
.flag.flag-size-xs.flag-kr {
  background-position: -64px -112px;
}
.flag.flag-size-xs.flag-kw {
  background-position: -80px -112px;
}
.flag.flag-size-xs.flag-ky {
  background-position: -96px -112px;
}
.flag.flag-size-xs.flag-kz {
  background-position: -112px -112px;
}
.flag.flag-size-xs.flag-la {
  background-position: -128px -112px;
}
.flag.flag-size-xs.flag-lb {
  background-position: -144px -112px;
}
.flag.flag-size-xs.flag-lc {
  background-position: -160px -112px;
}
.flag.flag-size-xs.flag-li {
  background-position: -176px -112px;
}
.flag.flag-size-xs.flag-lk {
  background-position: -192px -112px;
}
.flag.flag-size-xs.flag-lr {
  background-position: -208px -112px;
}
.flag.flag-size-xs.flag-ls {
  background-position: -224px -112px;
}
.flag.flag-size-xs.flag-lt {
  background-position: -240px -112px;
}
.flag.flag-size-xs.flag-lu {
  background-position: 0 -128px;
}
.flag.flag-size-xs.flag-lv {
  background-position: -16px -128px;
}
.flag.flag-size-xs.flag-ly {
  background-position: -32px -128px;
}
.flag.flag-size-xs.flag-ma {
  background-position: -48px -128px;
}
.flag.flag-size-xs.flag-mc {
  background-position: -64px -128px;
}
.flag.flag-size-xs.flag-md {
  background-position: -80px -128px;
}
.flag.flag-size-xs.flag-me {
  background-position: -96px -128px;
}
.flag.flag-size-xs.flag-mf {
  background-position: -112px -128px;
}
.flag.flag-size-xs.flag-mg {
  background-position: -128px -128px;
}
.flag.flag-size-xs.flag-mh {
  background-position: -144px -128px;
}
.flag.flag-size-xs.flag-mk {
  background-position: -160px -128px;
}
.flag.flag-size-xs.flag-ml {
  background-position: -176px -128px;
}
.flag.flag-size-xs.flag-mm {
  background-position: -192px -128px;
}
.flag.flag-size-xs.flag-mn {
  background-position: -208px -128px;
}
.flag.flag-size-xs.flag-mo {
  background-position: -224px -128px;
}
.flag.flag-size-xs.flag-mp {
  background-position: -240px -128px;
}
.flag.flag-size-xs.flag-mq {
  background-position: 0 -144px;
}
.flag.flag-size-xs.flag-mr {
  background-position: -16px -144px;
}
.flag.flag-size-xs.flag-ms {
  background-position: -32px -144px;
}
.flag.flag-size-xs.flag-mt {
  background-position: -48px -144px;
}
.flag.flag-size-xs.flag-mu {
  background-position: -64px -144px;
}
.flag.flag-size-xs.flag-mv {
  background-position: -80px -144px;
}
.flag.flag-size-xs.flag-mw {
  background-position: -96px -144px;
}
.flag.flag-size-xs.flag-mx {
  background-position: -112px -144px;
}
.flag.flag-size-xs.flag-my {
  background-position: -128px -144px;
}
.flag.flag-size-xs.flag-mz {
  background-position: -144px -144px;
}
.flag.flag-size-xs.flag-na {
  background-position: -160px -144px;
}
.flag.flag-size-xs.flag-nc {
  background-position: -176px -144px;
}
.flag.flag-size-xs.flag-ne {
  background-position: -192px -144px;
}
.flag.flag-size-xs.flag-nf {
  background-position: -208px -144px;
}
.flag.flag-size-xs.flag-ng {
  background-position: -224px -144px;
}
.flag.flag-size-xs.flag-ni {
  background-position: -240px -144px;
}
.flag.flag-size-xs.flag-nl {
  background-position: 0 -160px;
}
.flag.flag-size-xs.flag-no {
  background-position: -16px -160px;
}
.flag.flag-size-xs.flag-np {
  background-position: -32px -160px;
}
.flag.flag-size-xs.flag-nr {
  background-position: -48px -160px;
}
.flag.flag-size-xs.flag-nu {
  background-position: -64px -160px;
}
.flag.flag-size-xs.flag-nz {
  background-position: -80px -160px;
}
.flag.flag-size-xs.flag-om {
  background-position: -96px -160px;
}
.flag.flag-size-xs.flag-pa {
  background-position: -112px -160px;
}
.flag.flag-size-xs.flag-pe {
  background-position: -128px -160px;
}
.flag.flag-size-xs.flag-pf {
  background-position: -144px -160px;
}
.flag.flag-size-xs.flag-pg {
  background-position: -160px -160px;
}
.flag.flag-size-xs.flag-ph {
  background-position: -176px -160px;
}
.flag.flag-size-xs.flag-pk {
  background-position: -192px -160px;
}
.flag.flag-size-xs.flag-pl {
  background-position: -208px -160px;
}
.flag.flag-size-xs.flag-pn {
  background-position: -224px -160px;
}
.flag.flag-size-xs.flag-pr {
  background-position: -240px -160px;
}
.flag.flag-size-xs.flag-ps {
  background-position: 0 -176px;
}
.flag.flag-size-xs.flag-pt {
  background-position: -16px -176px;
}
.flag.flag-size-xs.flag-pw {
  background-position: -32px -176px;
}
.flag.flag-size-xs.flag-py {
  background-position: -48px -176px;
}
.flag.flag-size-xs.flag-qa {
  background-position: -64px -176px;
}
.flag.flag-size-xs.flag-ro {
  background-position: -80px -176px;
}
.flag.flag-size-xs.flag-rs {
  background-position: -96px -176px;
}
.flag.flag-size-xs.flag-ru {
  background-position: -112px -176px;
}
.flag.flag-size-xs.flag-rw {
  background-position: -128px -176px;
}
.flag.flag-size-xs.flag-sa {
  background-position: -144px -176px;
}
.flag.flag-size-xs.flag-sb {
  background-position: -160px -176px;
}
.flag.flag-size-xs.flag-sc {
  background-position: -176px -176px;
}
.flag.flag-size-xs.flag-sd {
  background-position: -192px -176px;
}
.flag.flag-size-xs.flag-se {
  background-position: -208px -176px;
}
.flag.flag-size-xs.flag-sg {
  background-position: -224px -176px;
}
.flag.flag-size-xs.flag-sh {
  background-position: -240px -176px;
}
.flag.flag-size-xs.flag-si {
  background-position: 0 -192px;
}
.flag.flag-size-xs.flag-sk {
  background-position: -16px -192px;
}
.flag.flag-size-xs.flag-sl {
  background-position: -32px -192px;
}
.flag.flag-size-xs.flag-sm {
  background-position: -48px -192px;
}
.flag.flag-size-xs.flag-sn {
  background-position: -64px -192px;
}
.flag.flag-size-xs.flag-so {
  background-position: -80px -192px;
}
.flag.flag-size-xs.flag-sr {
  background-position: -96px -192px;
}
.flag.flag-size-xs.flag-ss {
  background-position: -112px -192px;
}
.flag.flag-size-xs.flag-st {
  background-position: -128px -192px;
}
.flag.flag-size-xs.flag-sv {
  background-position: -144px -192px;
}
.flag.flag-size-xs.flag-sy {
  background-position: -160px -192px;
}
.flag.flag-size-xs.flag-sz {
  background-position: -176px -192px;
}
.flag.flag-size-xs.flag-tc {
  background-position: -192px -192px;
}
.flag.flag-size-xs.flag-td {
  background-position: -208px -192px;
}
.flag.flag-size-xs.flag-tf {
  background-position: -224px -192px;
}
.flag.flag-size-xs.flag-tg {
  background-position: -240px -192px;
}
.flag.flag-size-xs.flag-th {
  background-position: 0 -208px;
}
.flag.flag-size-xs.flag-tj {
  background-position: -16px -208px;
}
.flag.flag-size-xs.flag-tk {
  background-position: -32px -208px;
}
.flag.flag-size-xs.flag-tl {
  background-position: -48px -208px;
}
.flag.flag-size-xs.flag-tm {
  background-position: -64px -208px;
}
.flag.flag-size-xs.flag-tn {
  background-position: -80px -208px;
}
.flag.flag-size-xs.flag-to {
  background-position: -96px -208px;
}
.flag.flag-size-xs.flag-tr {
  background-position: -112px -208px;
}
.flag.flag-size-xs.flag-tt {
  background-position: -128px -208px;
}
.flag.flag-size-xs.flag-tv {
  background-position: -144px -208px;
}
.flag.flag-size-xs.flag-tw {
  background-position: -160px -208px;
}
.flag.flag-size-xs.flag-tz {
  background-position: -176px -208px;
}
.flag.flag-size-xs.flag-ua {
  background-position: -192px -208px;
}
.flag.flag-size-xs.flag-ug {
  background-position: -208px -208px;
}
.flag.flag-size-xs.flag-us {
  background-position: -224px -208px;
}
.flag.flag-size-xs.flag-uy {
  background-position: -240px -208px;
}
.flag.flag-size-xs.flag-uz {
  background-position: 0 -224px;
}
.flag.flag-size-xs.flag-va {
  background-position: -16px -224px;
}
.flag.flag-size-xs.flag-vc {
  background-position: -32px -224px;
}
.flag.flag-size-xs.flag-ve {
  background-position: -48px -224px;
}
.flag.flag-size-xs.flag-vg {
  background-position: -64px -224px;
}
.flag.flag-size-xs.flag-vi {
  background-position: -80px -224px;
}
.flag.flag-size-xs.flag-vn {
  background-position: -96px -224px;
}
.flag.flag-size-xs.flag-vu {
  background-position: -112px -224px;
}
.flag.flag-size-xs.flag-wf {
  background-position: -128px -224px;
}
.flag.flag-size-xs.flag-ws {
  background-position: -144px -224px;
}
.flag.flag-size-xs.flag-ye {
  background-position: -160px -224px;
}
.flag.flag-size-xs.flag-yt {
  background-position: -176px -224px;
}
.flag.flag-size-xs.flag-za {
  background-position: -192px -224px;
}
.flag.flag-size-xs.flag-zm {
  background-position: -208px -224px;
}
.flag.flag-size-xs.flag-zw {
  background-position: -224px -224px;
}
.flag.flag-size-sm {
  width: 20px !important;
  height: 20px !important;
  background-size: 320px 300px !important;
}
.flag.flag-size-sm.flag-ad {
  background-position: -20px 0;
}
.flag.flag-size-sm.flag-ae {
  background-position: -40px 0;
}
.flag.flag-size-sm.flag-af {
  background-position: -60px 0;
}
.flag.flag-size-sm.flag-ag {
  background-position: -80px 0;
}
.flag.flag-size-sm.flag-ai {
  background-position: -100px 0;
}
.flag.flag-size-sm.flag-al {
  background-position: -120px 0;
}
.flag.flag-size-sm.flag-am {
  background-position: -140px 0;
}
.flag.flag-size-sm.flag-an {
  background-position: -160px 0;
}
.flag.flag-size-sm.flag-ao {
  background-position: -180px 0;
}
.flag.flag-size-sm.flag-ar {
  background-position: -200px 0;
}
.flag.flag-size-sm.flag-as {
  background-position: -220px 0;
}
.flag.flag-size-sm.flag-at {
  background-position: -240px 0;
}
.flag.flag-size-sm.flag-au {
  background-position: -260px 0;
}
.flag.flag-size-sm.flag-aw {
  background-position: -280px 0;
}
.flag.flag-size-sm.flag-ax {
  background-position: -300px 0;
}
.flag.flag-size-sm.flag-az {
  background-position: 0 -20px;
}
.flag.flag-size-sm.flag-ba {
  background-position: -20px -20px;
}
.flag.flag-size-sm.flag-bb {
  background-position: -40px -20px;
}
.flag.flag-size-sm.flag-bd {
  background-position: -60px -20px;
}
.flag.flag-size-sm.flag-be {
  background-position: -80px -20px;
}
.flag.flag-size-sm.flag-bf {
  background-position: -100px -20px;
}
.flag.flag-size-sm.flag-bg {
  background-position: -120px -20px;
}
.flag.flag-size-sm.flag-bh {
  background-position: -140px -20px;
}
.flag.flag-size-sm.flag-bi {
  background-position: -160px -20px;
}
.flag.flag-size-sm.flag-bj {
  background-position: -180px -20px;
}
.flag.flag-size-sm.flag-bl {
  background-position: -200px -20px;
}
.flag.flag-size-sm.flag-bm {
  background-position: -220px -20px;
}
.flag.flag-size-sm.flag-bn {
  background-position: -240px -20px;
}
.flag.flag-size-sm.flag-bo {
  background-position: -260px -20px;
}
.flag.flag-size-sm.flag-br {
  background-position: -280px -20px;
}
.flag.flag-size-sm.flag-bs {
  background-position: -300px -20px;
}
.flag.flag-size-sm.flag-bt {
  background-position: 0 -40px;
}
.flag.flag-size-sm.flag-bw {
  background-position: -20px -40px;
}
.flag.flag-size-sm.flag-by {
  background-position: -40px -40px;
}
.flag.flag-size-sm.flag-bz {
  background-position: -60px -40px;
}
.flag.flag-size-sm.flag-ca {
  background-position: -80px -40px;
}
.flag.flag-size-sm.flag-cd {
  background-position: -100px -40px;
}
.flag.flag-size-sm.flag-cf {
  background-position: -120px -40px;
}
.flag.flag-size-sm.flag-cg {
  background-position: -140px -40px;
}
.flag.flag-size-sm.flag-ch {
  background-position: -160px -40px;
}
.flag.flag-size-sm.flag-ci {
  background-position: -180px -40px;
}
.flag.flag-size-sm.flag-ck {
  background-position: -200px -40px;
}
.flag.flag-size-sm.flag-cl {
  background-position: -220px -40px;
}
.flag.flag-size-sm.flag-cm {
  background-position: -240px -40px;
}
.flag.flag-size-sm.flag-cn {
  background-position: -260px -40px;
}
.flag.flag-size-sm.flag-co {
  background-position: -280px -40px;
}
.flag.flag-size-sm.flag-cr {
  background-position: -300px -40px;
}
.flag.flag-size-sm.flag-cu {
  background-position: 0 -60px;
}
.flag.flag-size-sm.flag-cv {
  background-position: -20px -60px;
}
.flag.flag-size-sm.flag-cw {
  background-position: -40px -60px;
}
.flag.flag-size-sm.flag-cy {
  background-position: -60px -60px;
}
.flag.flag-size-sm.flag-cz {
  background-position: -80px -60px;
}
.flag.flag-size-sm.flag-de {
  background-position: -100px -60px;
}
.flag.flag-size-sm.flag-dj {
  background-position: -120px -60px;
}
.flag.flag-size-sm.flag-dk {
  background-position: -140px -60px;
}
.flag.flag-size-sm.flag-dm {
  background-position: -160px -60px;
}
.flag.flag-size-sm.flag-do {
  background-position: -180px -60px;
}
.flag.flag-size-sm.flag-dz {
  background-position: -200px -60px;
}
.flag.flag-size-sm.flag-ec {
  background-position: -220px -60px;
}
.flag.flag-size-sm.flag-ee {
  background-position: -240px -60px;
}
.flag.flag-size-sm.flag-eg {
  background-position: -260px -60px;
}
.flag.flag-size-sm.flag-eh {
  background-position: -280px -60px;
}
.flag.flag-size-sm.flag-er {
  background-position: -300px -60px;
}
.flag.flag-size-sm.flag-es {
  background-position: 0 -80px;
}
.flag.flag-size-sm.flag-et {
  background-position: -20px -80px;
}
.flag.flag-size-sm.flag-eu {
  background-position: -40px -80px;
}
.flag.flag-size-sm.flag-fi {
  background-position: -60px -80px;
}
.flag.flag-size-sm.flag-fj {
  background-position: -80px -80px;
}
.flag.flag-size-sm.flag-fk {
  background-position: -100px -80px;
}
.flag.flag-size-sm.flag-fm {
  background-position: -120px -80px;
}
.flag.flag-size-sm.flag-fo {
  background-position: -140px -80px;
}
.flag.flag-size-sm.flag-fr {
  background-position: -160px -80px;
}
.flag.flag-size-sm.flag-ga {
  background-position: -180px -80px;
}
.flag.flag-size-sm.flag-gb {
  background-position: -200px -80px;
}
.flag.flag-size-sm.flag-gd {
  background-position: -220px -80px;
}
.flag.flag-size-sm.flag-ge {
  background-position: -240px -80px;
}
.flag.flag-size-sm.flag-gg {
  background-position: -260px -80px;
}
.flag.flag-size-sm.flag-gh {
  background-position: -280px -80px;
}
.flag.flag-size-sm.flag-gi {
  background-position: -300px -80px;
}
.flag.flag-size-sm.flag-gl {
  background-position: 0 -100px;
}
.flag.flag-size-sm.flag-gm {
  background-position: -20px -100px;
}
.flag.flag-size-sm.flag-gn {
  background-position: -40px -100px;
}
.flag.flag-size-sm.flag-gq {
  background-position: -60px -100px;
}
.flag.flag-size-sm.flag-gr {
  background-position: -80px -100px;
}
.flag.flag-size-sm.flag-gs {
  background-position: -100px -100px;
}
.flag.flag-size-sm.flag-gt {
  background-position: -120px -100px;
}
.flag.flag-size-sm.flag-gu {
  background-position: -140px -100px;
}
.flag.flag-size-sm.flag-gw {
  background-position: -160px -100px;
}
.flag.flag-size-sm.flag-gy {
  background-position: -180px -100px;
}
.flag.flag-size-sm.flag-hk {
  background-position: -200px -100px;
}
.flag.flag-size-sm.flag-hn {
  background-position: -220px -100px;
}
.flag.flag-size-sm.flag-hr {
  background-position: -240px -100px;
}
.flag.flag-size-sm.flag-ht {
  background-position: -260px -100px;
}
.flag.flag-size-sm.flag-hu {
  background-position: -280px -100px;
}
.flag.flag-size-sm.flag-ic {
  background-position: -300px -100px;
}
.flag.flag-size-sm.flag-id {
  background-position: 0 -120px;
}
.flag.flag-size-sm.flag-ie {
  background-position: -20px -120px;
}
.flag.flag-size-sm.flag-il {
  background-position: -40px -120px;
}
.flag.flag-size-sm.flag-im {
  background-position: -60px -120px;
}
.flag.flag-size-sm.flag-in {
  background-position: -80px -120px;
}
.flag.flag-size-sm.flag-iq {
  background-position: -100px -120px;
}
.flag.flag-size-sm.flag-ir {
  background-position: -120px -120px;
}
.flag.flag-size-sm.flag-is {
  background-position: -140px -120px;
}
.flag.flag-size-sm.flag-it {
  background-position: -160px -120px;
}
.flag.flag-size-sm.flag-je {
  background-position: -180px -120px;
}
.flag.flag-size-sm.flag-jm {
  background-position: -200px -120px;
}
.flag.flag-size-sm.flag-jo {
  background-position: -220px -120px;
}
.flag.flag-size-sm.flag-jp {
  background-position: -240px -120px;
}
.flag.flag-size-sm.flag-ke {
  background-position: -260px -120px;
}
.flag.flag-size-sm.flag-kg {
  background-position: -280px -120px;
}
.flag.flag-size-sm.flag-kh {
  background-position: -300px -120px;
}
.flag.flag-size-sm.flag-ki {
  background-position: 0 -140px;
}
.flag.flag-size-sm.flag-km {
  background-position: -20px -140px;
}
.flag.flag-size-sm.flag-kn {
  background-position: -40px -140px;
}
.flag.flag-size-sm.flag-kp {
  background-position: -60px -140px;
}
.flag.flag-size-sm.flag-kr {
  background-position: -80px -140px;
}
.flag.flag-size-sm.flag-kw {
  background-position: -100px -140px;
}
.flag.flag-size-sm.flag-ky {
  background-position: -120px -140px;
}
.flag.flag-size-sm.flag-kz {
  background-position: -140px -140px;
}
.flag.flag-size-sm.flag-la {
  background-position: -160px -140px;
}
.flag.flag-size-sm.flag-lb {
  background-position: -180px -140px;
}
.flag.flag-size-sm.flag-lc {
  background-position: -200px -140px;
}
.flag.flag-size-sm.flag-li {
  background-position: -220px -140px;
}
.flag.flag-size-sm.flag-lk {
  background-position: -240px -140px;
}
.flag.flag-size-sm.flag-lr {
  background-position: -260px -140px;
}
.flag.flag-size-sm.flag-ls {
  background-position: -280px -140px;
}
.flag.flag-size-sm.flag-lt {
  background-position: -300px -140px;
}
.flag.flag-size-sm.flag-lu {
  background-position: 0 -160px;
}
.flag.flag-size-sm.flag-lv {
  background-position: -20px -160px;
}
.flag.flag-size-sm.flag-ly {
  background-position: -40px -160px;
}
.flag.flag-size-sm.flag-ma {
  background-position: -60px -160px;
}
.flag.flag-size-sm.flag-mc {
  background-position: -80px -160px;
}
.flag.flag-size-sm.flag-md {
  background-position: -100px -160px;
}
.flag.flag-size-sm.flag-me {
  background-position: -120px -160px;
}
.flag.flag-size-sm.flag-mf {
  background-position: -140px -160px;
}
.flag.flag-size-sm.flag-mg {
  background-position: -160px -160px;
}
.flag.flag-size-sm.flag-mh {
  background-position: -180px -160px;
}
.flag.flag-size-sm.flag-mk {
  background-position: -200px -160px;
}
.flag.flag-size-sm.flag-ml {
  background-position: -220px -160px;
}
.flag.flag-size-sm.flag-mm {
  background-position: -240px -160px;
}
.flag.flag-size-sm.flag-mn {
  background-position: -260px -160px;
}
.flag.flag-size-sm.flag-mo {
  background-position: -280px -160px;
}
.flag.flag-size-sm.flag-mp {
  background-position: -300px -160px;
}
.flag.flag-size-sm.flag-mq {
  background-position: 0 -180px;
}
.flag.flag-size-sm.flag-mr {
  background-position: -20px -180px;
}
.flag.flag-size-sm.flag-ms {
  background-position: -40px -180px;
}
.flag.flag-size-sm.flag-mt {
  background-position: -60px -180px;
}
.flag.flag-size-sm.flag-mu {
  background-position: -80px -180px;
}
.flag.flag-size-sm.flag-mv {
  background-position: -100px -180px;
}
.flag.flag-size-sm.flag-mw {
  background-position: -120px -180px;
}
.flag.flag-size-sm.flag-mx {
  background-position: -140px -180px;
}
.flag.flag-size-sm.flag-my {
  background-position: -160px -180px;
}
.flag.flag-size-sm.flag-mz {
  background-position: -180px -180px;
}
.flag.flag-size-sm.flag-na {
  background-position: -200px -180px;
}
.flag.flag-size-sm.flag-nc {
  background-position: -220px -180px;
}
.flag.flag-size-sm.flag-ne {
  background-position: -240px -180px;
}
.flag.flag-size-sm.flag-nf {
  background-position: -260px -180px;
}
.flag.flag-size-sm.flag-ng {
  background-position: -280px -180px;
}
.flag.flag-size-sm.flag-ni {
  background-position: -300px -180px;
}
.flag.flag-size-sm.flag-nl {
  background-position: 0 -200px;
}
.flag.flag-size-sm.flag-no {
  background-position: -20px -200px;
}
.flag.flag-size-sm.flag-np {
  background-position: -40px -200px;
}
.flag.flag-size-sm.flag-nr {
  background-position: -60px -200px;
}
.flag.flag-size-sm.flag-nu {
  background-position: -80px -200px;
}
.flag.flag-size-sm.flag-nz {
  background-position: -100px -200px;
}
.flag.flag-size-sm.flag-om {
  background-position: -120px -200px;
}
.flag.flag-size-sm.flag-pa {
  background-position: -140px -200px;
}
.flag.flag-size-sm.flag-pe {
  background-position: -160px -200px;
}
.flag.flag-size-sm.flag-pf {
  background-position: -180px -200px;
}
.flag.flag-size-sm.flag-pg {
  background-position: -200px -200px;
}
.flag.flag-size-sm.flag-ph {
  background-position: -220px -200px;
}
.flag.flag-size-sm.flag-pk {
  background-position: -240px -200px;
}
.flag.flag-size-sm.flag-pl {
  background-position: -260px -200px;
}
.flag.flag-size-sm.flag-pn {
  background-position: -280px -200px;
}
.flag.flag-size-sm.flag-pr {
  background-position: -300px -200px;
}
.flag.flag-size-sm.flag-ps {
  background-position: 0 -220px;
}
.flag.flag-size-sm.flag-pt {
  background-position: -20px -220px;
}
.flag.flag-size-sm.flag-pw {
  background-position: -40px -220px;
}
.flag.flag-size-sm.flag-py {
  background-position: -60px -220px;
}
.flag.flag-size-sm.flag-qa {
  background-position: -80px -220px;
}
.flag.flag-size-sm.flag-ro {
  background-position: -100px -220px;
}
.flag.flag-size-sm.flag-rs {
  background-position: -120px -220px;
}
.flag.flag-size-sm.flag-ru {
  background-position: -140px -220px;
}
.flag.flag-size-sm.flag-rw {
  background-position: -160px -220px;
}
.flag.flag-size-sm.flag-sa {
  background-position: -180px -220px;
}
.flag.flag-size-sm.flag-sb {
  background-position: -200px -220px;
}
.flag.flag-size-sm.flag-sc {
  background-position: -220px -220px;
}
.flag.flag-size-sm.flag-sd {
  background-position: -240px -220px;
}
.flag.flag-size-sm.flag-se {
  background-position: -260px -220px;
}
.flag.flag-size-sm.flag-sg {
  background-position: -280px -220px;
}
.flag.flag-size-sm.flag-sh {
  background-position: -300px -220px;
}
.flag.flag-size-sm.flag-si {
  background-position: 0 -240px;
}
.flag.flag-size-sm.flag-sk {
  background-position: -20px -240px;
}
.flag.flag-size-sm.flag-sl {
  background-position: -40px -240px;
}
.flag.flag-size-sm.flag-sm {
  background-position: -60px -240px;
}
.flag.flag-size-sm.flag-sn {
  background-position: -80px -240px;
}
.flag.flag-size-sm.flag-so {
  background-position: -100px -240px;
}
.flag.flag-size-sm.flag-sr {
  background-position: -120px -240px;
}
.flag.flag-size-sm.flag-ss {
  background-position: -140px -240px;
}
.flag.flag-size-sm.flag-st {
  background-position: -160px -240px;
}
.flag.flag-size-sm.flag-sv {
  background-position: -180px -240px;
}
.flag.flag-size-sm.flag-sy {
  background-position: -200px -240px;
}
.flag.flag-size-sm.flag-sz {
  background-position: -220px -240px;
}
.flag.flag-size-sm.flag-tc {
  background-position: -240px -240px;
}
.flag.flag-size-sm.flag-td {
  background-position: -260px -240px;
}
.flag.flag-size-sm.flag-tf {
  background-position: -280px -240px;
}
.flag.flag-size-sm.flag-tg {
  background-position: -300px -240px;
}
.flag.flag-size-sm.flag-th {
  background-position: 0 -260px;
}
.flag.flag-size-sm.flag-tj {
  background-position: -20px -260px;
}
.flag.flag-size-sm.flag-tk {
  background-position: -40px -260px;
}
.flag.flag-size-sm.flag-tl {
  background-position: -60px -260px;
}
.flag.flag-size-sm.flag-tm {
  background-position: -80px -260px;
}
.flag.flag-size-sm.flag-tn {
  background-position: -100px -260px;
}
.flag.flag-size-sm.flag-to {
  background-position: -120px -260px;
}
.flag.flag-size-sm.flag-tr {
  background-position: -140px -260px;
}
.flag.flag-size-sm.flag-tt {
  background-position: -160px -260px;
}
.flag.flag-size-sm.flag-tv {
  background-position: -180px -260px;
}
.flag.flag-size-sm.flag-tw {
  background-position: -200px -260px;
}
.flag.flag-size-sm.flag-tz {
  background-position: -220px -260px;
}
.flag.flag-size-sm.flag-ua {
  background-position: -240px -260px;
}
.flag.flag-size-sm.flag-ug {
  background-position: -260px -260px;
}
.flag.flag-size-sm.flag-us {
  background-position: -280px -260px;
}
.flag.flag-size-sm.flag-uy {
  background-position: -300px -260px;
}
.flag.flag-size-sm.flag-uz {
  background-position: 0 -280px;
}
.flag.flag-size-sm.flag-va {
  background-position: -20px -280px;
}
.flag.flag-size-sm.flag-vc {
  background-position: -40px -280px;
}
.flag.flag-size-sm.flag-ve {
  background-position: -60px -280px;
}
.flag.flag-size-sm.flag-vg {
  background-position: -80px -280px;
}
.flag.flag-size-sm.flag-vi {
  background-position: -100px -280px;
}
.flag.flag-size-sm.flag-vn {
  background-position: -120px -280px;
}
.flag.flag-size-sm.flag-vu {
  background-position: -140px -280px;
}
.flag.flag-size-sm.flag-wf {
  background-position: -160px -280px;
}
.flag.flag-size-sm.flag-ws {
  background-position: -180px -280px;
}
.flag.flag-size-sm.flag-ye {
  background-position: -200px -280px;
}
.flag.flag-size-sm.flag-yt {
  background-position: -220px -280px;
}
.flag.flag-size-sm.flag-za {
  background-position: -240px -280px;
}
.flag.flag-size-sm.flag-zm {
  background-position: -260px -280px;
}
.flag.flag-size-sm.flag-zw {
  background-position: -280px -280px;
}
.flag.flag-size-md {
  width: 24px !important;
  height: 24px !important;
  background-size: 384px 360px !important;
}
.flag.flag-size-md.flag-ad {
  background-position: -24px 0;
}
.flag.flag-size-md.flag-ae {
  background-position: -48px 0;
}
.flag.flag-size-md.flag-af {
  background-position: -72px 0;
}
.flag.flag-size-md.flag-ag {
  background-position: -96px 0;
}
.flag.flag-size-md.flag-ai {
  background-position: -120px 0;
}
.flag.flag-size-md.flag-al {
  background-position: -144px 0;
}
.flag.flag-size-md.flag-am {
  background-position: -168px 0;
}
.flag.flag-size-md.flag-an {
  background-position: -192px 0;
}
.flag.flag-size-md.flag-ao {
  background-position: -216px 0;
}
.flag.flag-size-md.flag-ar {
  background-position: -240px 0;
}
.flag.flag-size-md.flag-as {
  background-position: -264px 0;
}
.flag.flag-size-md.flag-at {
  background-position: -288px 0;
}
.flag.flag-size-md.flag-au {
  background-position: -312px 0;
}
.flag.flag-size-md.flag-aw {
  background-position: -336px 0;
}
.flag.flag-size-md.flag-ax {
  background-position: -360px 0;
}
.flag.flag-size-md.flag-az {
  background-position: 0 -24px;
}
.flag.flag-size-md.flag-ba {
  background-position: -24px -24px;
}
.flag.flag-size-md.flag-bb {
  background-position: -48px -24px;
}
.flag.flag-size-md.flag-bd {
  background-position: -72px -24px;
}
.flag.flag-size-md.flag-be {
  background-position: -96px -24px;
}
.flag.flag-size-md.flag-bf {
  background-position: -120px -24px;
}
.flag.flag-size-md.flag-bg {
  background-position: -144px -24px;
}
.flag.flag-size-md.flag-bh {
  background-position: -168px -24px;
}
.flag.flag-size-md.flag-bi {
  background-position: -192px -24px;
}
.flag.flag-size-md.flag-bj {
  background-position: -216px -24px;
}
.flag.flag-size-md.flag-bl {
  background-position: -240px -24px;
}
.flag.flag-size-md.flag-bm {
  background-position: -264px -24px;
}
.flag.flag-size-md.flag-bn {
  background-position: -288px -24px;
}
.flag.flag-size-md.flag-bo {
  background-position: -312px -24px;
}
.flag.flag-size-md.flag-br {
  background-position: -336px -24px;
}
.flag.flag-size-md.flag-bs {
  background-position: -360px -24px;
}
.flag.flag-size-md.flag-bt {
  background-position: 0 -48px;
}
.flag.flag-size-md.flag-bw {
  background-position: -24px -48px;
}
.flag.flag-size-md.flag-by {
  background-position: -48px -48px;
}
.flag.flag-size-md.flag-bz {
  background-position: -72px -48px;
}
.flag.flag-size-md.flag-ca {
  background-position: -96px -48px;
}
.flag.flag-size-md.flag-cd {
  background-position: -120px -48px;
}
.flag.flag-size-md.flag-cf {
  background-position: -144px -48px;
}
.flag.flag-size-md.flag-cg {
  background-position: -168px -48px;
}
.flag.flag-size-md.flag-ch {
  background-position: -192px -48px;
}
.flag.flag-size-md.flag-ci {
  background-position: -216px -48px;
}
.flag.flag-size-md.flag-ck {
  background-position: -240px -48px;
}
.flag.flag-size-md.flag-cl {
  background-position: -264px -48px;
}
.flag.flag-size-md.flag-cm {
  background-position: -288px -48px;
}
.flag.flag-size-md.flag-cn {
  background-position: -312px -48px;
}
.flag.flag-size-md.flag-co {
  background-position: -336px -48px;
}
.flag.flag-size-md.flag-cr {
  background-position: -360px -48px;
}
.flag.flag-size-md.flag-cu {
  background-position: 0 -72px;
}
.flag.flag-size-md.flag-cv {
  background-position: -24px -72px;
}
.flag.flag-size-md.flag-cw {
  background-position: -48px -72px;
}
.flag.flag-size-md.flag-cy {
  background-position: -72px -72px;
}
.flag.flag-size-md.flag-cz {
  background-position: -96px -72px;
}
.flag.flag-size-md.flag-de {
  background-position: -120px -72px;
}
.flag.flag-size-md.flag-dj {
  background-position: -144px -72px;
}
.flag.flag-size-md.flag-dk {
  background-position: -168px -72px;
}
.flag.flag-size-md.flag-dm {
  background-position: -192px -72px;
}
.flag.flag-size-md.flag-do {
  background-position: -216px -72px;
}
.flag.flag-size-md.flag-dz {
  background-position: -240px -72px;
}
.flag.flag-size-md.flag-ec {
  background-position: -264px -72px;
}
.flag.flag-size-md.flag-ee {
  background-position: -288px -72px;
}
.flag.flag-size-md.flag-eg {
  background-position: -312px -72px;
}
.flag.flag-size-md.flag-eh {
  background-position: -336px -72px;
}
.flag.flag-size-md.flag-er {
  background-position: -360px -72px;
}
.flag.flag-size-md.flag-es {
  background-position: 0 -96px;
}
.flag.flag-size-md.flag-et {
  background-position: -24px -96px;
}
.flag.flag-size-md.flag-eu {
  background-position: -48px -96px;
}
.flag.flag-size-md.flag-fi {
  background-position: -72px -96px;
}
.flag.flag-size-md.flag-fj {
  background-position: -96px -96px;
}
.flag.flag-size-md.flag-fk {
  background-position: -120px -96px;
}
.flag.flag-size-md.flag-fm {
  background-position: -144px -96px;
}
.flag.flag-size-md.flag-fo {
  background-position: -168px -96px;
}
.flag.flag-size-md.flag-fr {
  background-position: -192px -96px;
}
.flag.flag-size-md.flag-ga {
  background-position: -216px -96px;
}
.flag.flag-size-md.flag-gb {
  background-position: -240px -96px;
}
.flag.flag-size-md.flag-gd {
  background-position: -264px -96px;
}
.flag.flag-size-md.flag-ge {
  background-position: -288px -96px;
}
.flag.flag-size-md.flag-gg {
  background-position: -312px -96px;
}
.flag.flag-size-md.flag-gh {
  background-position: -336px -96px;
}
.flag.flag-size-md.flag-gi {
  background-position: -360px -96px;
}
.flag.flag-size-md.flag-gl {
  background-position: 0 -120px;
}
.flag.flag-size-md.flag-gm {
  background-position: -24px -120px;
}
.flag.flag-size-md.flag-gn {
  background-position: -48px -120px;
}
.flag.flag-size-md.flag-gq {
  background-position: -72px -120px;
}
.flag.flag-size-md.flag-gr {
  background-position: -96px -120px;
}
.flag.flag-size-md.flag-gs {
  background-position: -120px -120px;
}
.flag.flag-size-md.flag-gt {
  background-position: -144px -120px;
}
.flag.flag-size-md.flag-gu {
  background-position: -168px -120px;
}
.flag.flag-size-md.flag-gw {
  background-position: -192px -120px;
}
.flag.flag-size-md.flag-gy {
  background-position: -216px -120px;
}
.flag.flag-size-md.flag-hk {
  background-position: -240px -120px;
}
.flag.flag-size-md.flag-hn {
  background-position: -264px -120px;
}
.flag.flag-size-md.flag-hr {
  background-position: -288px -120px;
}
.flag.flag-size-md.flag-ht {
  background-position: -312px -120px;
}
.flag.flag-size-md.flag-hu {
  background-position: -336px -120px;
}
.flag.flag-size-md.flag-ic {
  background-position: -360px -120px;
}
.flag.flag-size-md.flag-id {
  background-position: 0 -144px;
}
.flag.flag-size-md.flag-ie {
  background-position: -24px -144px;
}
.flag.flag-size-md.flag-il {
  background-position: -48px -144px;
}
.flag.flag-size-md.flag-im {
  background-position: -72px -144px;
}
.flag.flag-size-md.flag-in {
  background-position: -96px -144px;
}
.flag.flag-size-md.flag-iq {
  background-position: -120px -144px;
}
.flag.flag-size-md.flag-ir {
  background-position: -144px -144px;
}
.flag.flag-size-md.flag-is {
  background-position: -168px -144px;
}
.flag.flag-size-md.flag-it {
  background-position: -192px -144px;
}
.flag.flag-size-md.flag-je {
  background-position: -216px -144px;
}
.flag.flag-size-md.flag-jm {
  background-position: -240px -144px;
}
.flag.flag-size-md.flag-jo {
  background-position: -264px -144px;
}
.flag.flag-size-md.flag-jp {
  background-position: -288px -144px;
}
.flag.flag-size-md.flag-ke {
  background-position: -312px -144px;
}
.flag.flag-size-md.flag-kg {
  background-position: -336px -144px;
}
.flag.flag-size-md.flag-kh {
  background-position: -360px -144px;
}
.flag.flag-size-md.flag-ki {
  background-position: 0 -168px;
}
.flag.flag-size-md.flag-km {
  background-position: -24px -168px;
}
.flag.flag-size-md.flag-kn {
  background-position: -48px -168px;
}
.flag.flag-size-md.flag-kp {
  background-position: -72px -168px;
}
.flag.flag-size-md.flag-kr {
  background-position: -96px -168px;
}
.flag.flag-size-md.flag-kw {
  background-position: -120px -168px;
}
.flag.flag-size-md.flag-ky {
  background-position: -144px -168px;
}
.flag.flag-size-md.flag-kz {
  background-position: -168px -168px;
}
.flag.flag-size-md.flag-la {
  background-position: -192px -168px;
}
.flag.flag-size-md.flag-lb {
  background-position: -216px -168px;
}
.flag.flag-size-md.flag-lc {
  background-position: -240px -168px;
}
.flag.flag-size-md.flag-li {
  background-position: -264px -168px;
}
.flag.flag-size-md.flag-lk {
  background-position: -288px -168px;
}
.flag.flag-size-md.flag-lr {
  background-position: -312px -168px;
}
.flag.flag-size-md.flag-ls {
  background-position: -336px -168px;
}
.flag.flag-size-md.flag-lt {
  background-position: -360px -168px;
}
.flag.flag-size-md.flag-lu {
  background-position: 0 -192px;
}
.flag.flag-size-md.flag-lv {
  background-position: -24px -192px;
}
.flag.flag-size-md.flag-ly {
  background-position: -48px -192px;
}
.flag.flag-size-md.flag-ma {
  background-position: -72px -192px;
}
.flag.flag-size-md.flag-mc {
  background-position: -96px -192px;
}
.flag.flag-size-md.flag-md {
  background-position: -120px -192px;
}
.flag.flag-size-md.flag-me {
  background-position: -144px -192px;
}
.flag.flag-size-md.flag-mf {
  background-position: -168px -192px;
}
.flag.flag-size-md.flag-mg {
  background-position: -192px -192px;
}
.flag.flag-size-md.flag-mh {
  background-position: -216px -192px;
}
.flag.flag-size-md.flag-mk {
  background-position: -240px -192px;
}
.flag.flag-size-md.flag-ml {
  background-position: -264px -192px;
}
.flag.flag-size-md.flag-mm {
  background-position: -288px -192px;
}
.flag.flag-size-md.flag-mn {
  background-position: -312px -192px;
}
.flag.flag-size-md.flag-mo {
  background-position: -336px -192px;
}
.flag.flag-size-md.flag-mp {
  background-position: -360px -192px;
}
.flag.flag-size-md.flag-mq {
  background-position: 0 -216px;
}
.flag.flag-size-md.flag-mr {
  background-position: -24px -216px;
}
.flag.flag-size-md.flag-ms {
  background-position: -48px -216px;
}
.flag.flag-size-md.flag-mt {
  background-position: -72px -216px;
}
.flag.flag-size-md.flag-mu {
  background-position: -96px -216px;
}
.flag.flag-size-md.flag-mv {
  background-position: -120px -216px;
}
.flag.flag-size-md.flag-mw {
  background-position: -144px -216px;
}
.flag.flag-size-md.flag-mx {
  background-position: -168px -216px;
}
.flag.flag-size-md.flag-my {
  background-position: -192px -216px;
}
.flag.flag-size-md.flag-mz {
  background-position: -216px -216px;
}
.flag.flag-size-md.flag-na {
  background-position: -240px -216px;
}
.flag.flag-size-md.flag-nc {
  background-position: -264px -216px;
}
.flag.flag-size-md.flag-ne {
  background-position: -288px -216px;
}
.flag.flag-size-md.flag-nf {
  background-position: -312px -216px;
}
.flag.flag-size-md.flag-ng {
  background-position: -336px -216px;
}
.flag.flag-size-md.flag-ni {
  background-position: -360px -216px;
}
.flag.flag-size-md.flag-nl {
  background-position: 0 -240px;
}
.flag.flag-size-md.flag-no {
  background-position: -24px -240px;
}
.flag.flag-size-md.flag-np {
  background-position: -48px -240px;
}
.flag.flag-size-md.flag-nr {
  background-position: -72px -240px;
}
.flag.flag-size-md.flag-nu {
  background-position: -96px -240px;
}
.flag.flag-size-md.flag-nz {
  background-position: -120px -240px;
}
.flag.flag-size-md.flag-om {
  background-position: -144px -240px;
}
.flag.flag-size-md.flag-pa {
  background-position: -168px -240px;
}
.flag.flag-size-md.flag-pe {
  background-position: -192px -240px;
}
.flag.flag-size-md.flag-pf {
  background-position: -216px -240px;
}
.flag.flag-size-md.flag-pg {
  background-position: -240px -240px;
}
.flag.flag-size-md.flag-ph {
  background-position: -264px -240px;
}
.flag.flag-size-md.flag-pk {
  background-position: -288px -240px;
}
.flag.flag-size-md.flag-pl {
  background-position: -312px -240px;
}
.flag.flag-size-md.flag-pn {
  background-position: -336px -240px;
}
.flag.flag-size-md.flag-pr {
  background-position: -360px -240px;
}
.flag.flag-size-md.flag-ps {
  background-position: 0 -264px;
}
.flag.flag-size-md.flag-pt {
  background-position: -24px -264px;
}
.flag.flag-size-md.flag-pw {
  background-position: -48px -264px;
}
.flag.flag-size-md.flag-py {
  background-position: -72px -264px;
}
.flag.flag-size-md.flag-qa {
  background-position: -96px -264px;
}
.flag.flag-size-md.flag-ro {
  background-position: -120px -264px;
}
.flag.flag-size-md.flag-rs {
  background-position: -144px -264px;
}
.flag.flag-size-md.flag-ru {
  background-position: -168px -264px;
}
.flag.flag-size-md.flag-rw {
  background-position: -192px -264px;
}
.flag.flag-size-md.flag-sa {
  background-position: -216px -264px;
}
.flag.flag-size-md.flag-sb {
  background-position: -240px -264px;
}
.flag.flag-size-md.flag-sc {
  background-position: -264px -264px;
}
.flag.flag-size-md.flag-sd {
  background-position: -288px -264px;
}
.flag.flag-size-md.flag-se {
  background-position: -312px -264px;
}
.flag.flag-size-md.flag-sg {
  background-position: -336px -264px;
}
.flag.flag-size-md.flag-sh {
  background-position: -360px -264px;
}
.flag.flag-size-md.flag-si {
  background-position: 0 -288px;
}
.flag.flag-size-md.flag-sk {
  background-position: -24px -288px;
}
.flag.flag-size-md.flag-sl {
  background-position: -48px -288px;
}
.flag.flag-size-md.flag-sm {
  background-position: -72px -288px;
}
.flag.flag-size-md.flag-sn {
  background-position: -96px -288px;
}
.flag.flag-size-md.flag-so {
  background-position: -120px -288px;
}
.flag.flag-size-md.flag-sr {
  background-position: -144px -288px;
}
.flag.flag-size-md.flag-ss {
  background-position: -168px -288px;
}
.flag.flag-size-md.flag-st {
  background-position: -192px -288px;
}
.flag.flag-size-md.flag-sv {
  background-position: -216px -288px;
}
.flag.flag-size-md.flag-sy {
  background-position: -240px -288px;
}
.flag.flag-size-md.flag-sz {
  background-position: -264px -288px;
}
.flag.flag-size-md.flag-tc {
  background-position: -288px -288px;
}
.flag.flag-size-md.flag-td {
  background-position: -312px -288px;
}
.flag.flag-size-md.flag-tf {
  background-position: -336px -288px;
}
.flag.flag-size-md.flag-tg {
  background-position: -360px -288px;
}
.flag.flag-size-md.flag-th {
  background-position: 0 -312px;
}
.flag.flag-size-md.flag-tj {
  background-position: -24px -312px;
}
.flag.flag-size-md.flag-tk {
  background-position: -48px -312px;
}
.flag.flag-size-md.flag-tl {
  background-position: -72px -312px;
}
.flag.flag-size-md.flag-tm {
  background-position: -96px -312px;
}
.flag.flag-size-md.flag-tn {
  background-position: -120px -312px;
}
.flag.flag-size-md.flag-to {
  background-position: -144px -312px;
}
.flag.flag-size-md.flag-tr {
  background-position: -168px -312px;
}
.flag.flag-size-md.flag-tt {
  background-position: -192px -312px;
}
.flag.flag-size-md.flag-tv {
  background-position: -216px -312px;
}
.flag.flag-size-md.flag-tw {
  background-position: -240px -312px;
}
.flag.flag-size-md.flag-tz {
  background-position: -264px -312px;
}
.flag.flag-size-md.flag-ua {
  background-position: -288px -312px;
}
.flag.flag-size-md.flag-ug {
  background-position: -312px -312px;
}
.flag.flag-size-md.flag-us {
  background-position: -336px -312px;
}
.flag.flag-size-md.flag-uy {
  background-position: -360px -312px;
}
.flag.flag-size-md.flag-uz {
  background-position: 0 -336px;
}
.flag.flag-size-md.flag-va {
  background-position: -24px -336px;
}
.flag.flag-size-md.flag-vc {
  background-position: -48px -336px;
}
.flag.flag-size-md.flag-ve {
  background-position: -72px -336px;
}
.flag.flag-size-md.flag-vg {
  background-position: -96px -336px;
}
.flag.flag-size-md.flag-vi {
  background-position: -120px -336px;
}
.flag.flag-size-md.flag-vn {
  background-position: -144px -336px;
}
.flag.flag-size-md.flag-vu {
  background-position: -168px -336px;
}
.flag.flag-size-md.flag-wf {
  background-position: -192px -336px;
}
.flag.flag-size-md.flag-ws {
  background-position: -216px -336px;
}
.flag.flag-size-md.flag-ye {
  background-position: -240px -336px;
}
.flag.flag-size-md.flag-yt {
  background-position: -264px -336px;
}
.flag.flag-size-md.flag-za {
  background-position: -288px -336px;
}
.flag.flag-size-md.flag-zm {
  background-position: -312px -336px;
}
.flag.flag-size-md.flag-zw {
  background-position: -336px -336px;
}
.flag.flag-size-lg {
  width: 32px !important;
  height: 32px !important;
  background-size: 512px 480px !important;
}
.flag.flag-size-lg.flag-ad {
  background-position: -32px 0;
}
.flag.flag-size-lg.flag-ae {
  background-position: -64px 0;
}
.flag.flag-size-lg.flag-af {
  background-position: -96px 0;
}
.flag.flag-size-lg.flag-ag {
  background-position: -128px 0;
}
.flag.flag-size-lg.flag-ai {
  background-position: -160px 0;
}
.flag.flag-size-lg.flag-al {
  background-position: -192px 0;
}
.flag.flag-size-lg.flag-am {
  background-position: -224px 0;
}
.flag.flag-size-lg.flag-an {
  background-position: -256px 0;
}
.flag.flag-size-lg.flag-ao {
  background-position: -288px 0;
}
.flag.flag-size-lg.flag-ar {
  background-position: -320px 0;
}
.flag.flag-size-lg.flag-as {
  background-position: -352px 0;
}
.flag.flag-size-lg.flag-at {
  background-position: -384px 0;
}
.flag.flag-size-lg.flag-au {
  background-position: -416px 0;
}
.flag.flag-size-lg.flag-aw {
  background-position: -448px 0;
}
.flag.flag-size-lg.flag-ax {
  background-position: -480px 0;
}
.flag.flag-size-lg.flag-az {
  background-position: 0 -32px;
}
.flag.flag-size-lg.flag-ba {
  background-position: -32px -32px;
}
.flag.flag-size-lg.flag-bb {
  background-position: -64px -32px;
}
.flag.flag-size-lg.flag-bd {
  background-position: -96px -32px;
}
.flag.flag-size-lg.flag-be {
  background-position: -128px -32px;
}
.flag.flag-size-lg.flag-bf {
  background-position: -160px -32px;
}
.flag.flag-size-lg.flag-bg {
  background-position: -192px -32px;
}
.flag.flag-size-lg.flag-bh {
  background-position: -224px -32px;
}
.flag.flag-size-lg.flag-bi {
  background-position: -256px -32px;
}
.flag.flag-size-lg.flag-bj {
  background-position: -288px -32px;
}
.flag.flag-size-lg.flag-bl {
  background-position: -320px -32px;
}
.flag.flag-size-lg.flag-bm {
  background-position: -352px -32px;
}
.flag.flag-size-lg.flag-bn {
  background-position: -384px -32px;
}
.flag.flag-size-lg.flag-bo {
  background-position: -416px -32px;
}
.flag.flag-size-lg.flag-br {
  background-position: -448px -32px;
}
.flag.flag-size-lg.flag-bs {
  background-position: -480px -32px;
}
.flag.flag-size-lg.flag-bt {
  background-position: 0 -64px;
}
.flag.flag-size-lg.flag-bw {
  background-position: -32px -64px;
}
.flag.flag-size-lg.flag-by {
  background-position: -64px -64px;
}
.flag.flag-size-lg.flag-bz {
  background-position: -96px -64px;
}
.flag.flag-size-lg.flag-ca {
  background-position: -128px -64px;
}
.flag.flag-size-lg.flag-cd {
  background-position: -160px -64px;
}
.flag.flag-size-lg.flag-cf {
  background-position: -192px -64px;
}
.flag.flag-size-lg.flag-cg {
  background-position: -224px -64px;
}
.flag.flag-size-lg.flag-ch {
  background-position: -256px -64px;
}
.flag.flag-size-lg.flag-ci {
  background-position: -288px -64px;
}
.flag.flag-size-lg.flag-ck {
  background-position: -320px -64px;
}
.flag.flag-size-lg.flag-cl {
  background-position: -352px -64px;
}
.flag.flag-size-lg.flag-cm {
  background-position: -384px -64px;
}
.flag.flag-size-lg.flag-cn {
  background-position: -416px -64px;
}
.flag.flag-size-lg.flag-co {
  background-position: -448px -64px;
}
.flag.flag-size-lg.flag-cr {
  background-position: -480px -64px;
}
.flag.flag-size-lg.flag-cu {
  background-position: 0 -96px;
}
.flag.flag-size-lg.flag-cv {
  background-position: -32px -96px;
}
.flag.flag-size-lg.flag-cw {
  background-position: -64px -96px;
}
.flag.flag-size-lg.flag-cy {
  background-position: -96px -96px;
}
.flag.flag-size-lg.flag-cz {
  background-position: -128px -96px;
}
.flag.flag-size-lg.flag-de {
  background-position: -160px -96px;
}
.flag.flag-size-lg.flag-dj {
  background-position: -192px -96px;
}
.flag.flag-size-lg.flag-dk {
  background-position: -224px -96px;
}
.flag.flag-size-lg.flag-dm {
  background-position: -256px -96px;
}
.flag.flag-size-lg.flag-do {
  background-position: -288px -96px;
}
.flag.flag-size-lg.flag-dz {
  background-position: -320px -96px;
}
.flag.flag-size-lg.flag-ec {
  background-position: -352px -96px;
}
.flag.flag-size-lg.flag-ee {
  background-position: -384px -96px;
}
.flag.flag-size-lg.flag-eg {
  background-position: -416px -96px;
}
.flag.flag-size-lg.flag-eh {
  background-position: -448px -96px;
}
.flag.flag-size-lg.flag-er {
  background-position: -480px -96px;
}
.flag.flag-size-lg.flag-es {
  background-position: 0 -128px;
}
.flag.flag-size-lg.flag-et {
  background-position: -32px -128px;
}
.flag.flag-size-lg.flag-eu {
  background-position: -64px -128px;
}
.flag.flag-size-lg.flag-fi {
  background-position: -96px -128px;
}
.flag.flag-size-lg.flag-fj {
  background-position: -128px -128px;
}
.flag.flag-size-lg.flag-fk {
  background-position: -160px -128px;
}
.flag.flag-size-lg.flag-fm {
  background-position: -192px -128px;
}
.flag.flag-size-lg.flag-fo {
  background-position: -224px -128px;
}
.flag.flag-size-lg.flag-fr {
  background-position: -256px -128px;
}
.flag.flag-size-lg.flag-ga {
  background-position: -288px -128px;
}
.flag.flag-size-lg.flag-gb {
  background-position: -320px -128px;
}
.flag.flag-size-lg.flag-gd {
  background-position: -352px -128px;
}
.flag.flag-size-lg.flag-ge {
  background-position: -384px -128px;
}
.flag.flag-size-lg.flag-gg {
  background-position: -416px -128px;
}
.flag.flag-size-lg.flag-gh {
  background-position: -448px -128px;
}
.flag.flag-size-lg.flag-gi {
  background-position: -480px -128px;
}
.flag.flag-size-lg.flag-gl {
  background-position: 0 -160px;
}
.flag.flag-size-lg.flag-gm {
  background-position: -32px -160px;
}
.flag.flag-size-lg.flag-gn {
  background-position: -64px -160px;
}
.flag.flag-size-lg.flag-gq {
  background-position: -96px -160px;
}
.flag.flag-size-lg.flag-gr {
  background-position: -128px -160px;
}
.flag.flag-size-lg.flag-gs {
  background-position: -160px -160px;
}
.flag.flag-size-lg.flag-gt {
  background-position: -192px -160px;
}
.flag.flag-size-lg.flag-gu {
  background-position: -224px -160px;
}
.flag.flag-size-lg.flag-gw {
  background-position: -256px -160px;
}
.flag.flag-size-lg.flag-gy {
  background-position: -288px -160px;
}
.flag.flag-size-lg.flag-hk {
  background-position: -320px -160px;
}
.flag.flag-size-lg.flag-hn {
  background-position: -352px -160px;
}
.flag.flag-size-lg.flag-hr {
  background-position: -384px -160px;
}
.flag.flag-size-lg.flag-ht {
  background-position: -416px -160px;
}
.flag.flag-size-lg.flag-hu {
  background-position: -448px -160px;
}
.flag.flag-size-lg.flag-ic {
  background-position: -480px -160px;
}
.flag.flag-size-lg.flag-id {
  background-position: 0 -192px;
}
.flag.flag-size-lg.flag-ie {
  background-position: -32px -192px;
}
.flag.flag-size-lg.flag-il {
  background-position: -64px -192px;
}
.flag.flag-size-lg.flag-im {
  background-position: -96px -192px;
}
.flag.flag-size-lg.flag-in {
  background-position: -128px -192px;
}
.flag.flag-size-lg.flag-iq {
  background-position: -160px -192px;
}
.flag.flag-size-lg.flag-ir {
  background-position: -192px -192px;
}
.flag.flag-size-lg.flag-is {
  background-position: -224px -192px;
}
.flag.flag-size-lg.flag-it {
  background-position: -256px -192px;
}
.flag.flag-size-lg.flag-je {
  background-position: -288px -192px;
}
.flag.flag-size-lg.flag-jm {
  background-position: -320px -192px;
}
.flag.flag-size-lg.flag-jo {
  background-position: -352px -192px;
}
.flag.flag-size-lg.flag-jp {
  background-position: -384px -192px;
}
.flag.flag-size-lg.flag-ke {
  background-position: -416px -192px;
}
.flag.flag-size-lg.flag-kg {
  background-position: -448px -192px;
}
.flag.flag-size-lg.flag-kh {
  background-position: -480px -192px;
}
.flag.flag-size-lg.flag-ki {
  background-position: 0 -224px;
}
.flag.flag-size-lg.flag-km {
  background-position: -32px -224px;
}
.flag.flag-size-lg.flag-kn {
  background-position: -64px -224px;
}
.flag.flag-size-lg.flag-kp {
  background-position: -96px -224px;
}
.flag.flag-size-lg.flag-kr {
  background-position: -128px -224px;
}
.flag.flag-size-lg.flag-kw {
  background-position: -160px -224px;
}
.flag.flag-size-lg.flag-ky {
  background-position: -192px -224px;
}
.flag.flag-size-lg.flag-kz {
  background-position: -224px -224px;
}
.flag.flag-size-lg.flag-la {
  background-position: -256px -224px;
}
.flag.flag-size-lg.flag-lb {
  background-position: -288px -224px;
}
.flag.flag-size-lg.flag-lc {
  background-position: -320px -224px;
}
.flag.flag-size-lg.flag-li {
  background-position: -352px -224px;
}
.flag.flag-size-lg.flag-lk {
  background-position: -384px -224px;
}
.flag.flag-size-lg.flag-lr {
  background-position: -416px -224px;
}
.flag.flag-size-lg.flag-ls {
  background-position: -448px -224px;
}
.flag.flag-size-lg.flag-lt {
  background-position: -480px -224px;
}
.flag.flag-size-lg.flag-lu {
  background-position: 0 -256px;
}
.flag.flag-size-lg.flag-lv {
  background-position: -32px -256px;
}
.flag.flag-size-lg.flag-ly {
  background-position: -64px -256px;
}
.flag.flag-size-lg.flag-ma {
  background-position: -96px -256px;
}
.flag.flag-size-lg.flag-mc {
  background-position: -128px -256px;
}
.flag.flag-size-lg.flag-md {
  background-position: -160px -256px;
}
.flag.flag-size-lg.flag-me {
  background-position: -192px -256px;
}
.flag.flag-size-lg.flag-mf {
  background-position: -224px -256px;
}
.flag.flag-size-lg.flag-mg {
  background-position: -256px -256px;
}
.flag.flag-size-lg.flag-mh {
  background-position: -288px -256px;
}
.flag.flag-size-lg.flag-mk {
  background-position: -320px -256px;
}
.flag.flag-size-lg.flag-ml {
  background-position: -352px -256px;
}
.flag.flag-size-lg.flag-mm {
  background-position: -384px -256px;
}
.flag.flag-size-lg.flag-mn {
  background-position: -416px -256px;
}
.flag.flag-size-lg.flag-mo {
  background-position: -448px -256px;
}
.flag.flag-size-lg.flag-mp {
  background-position: -480px -256px;
}
.flag.flag-size-lg.flag-mq {
  background-position: 0 -288px;
}
.flag.flag-size-lg.flag-mr {
  background-position: -32px -288px;
}
.flag.flag-size-lg.flag-ms {
  background-position: -64px -288px;
}
.flag.flag-size-lg.flag-mt {
  background-position: -96px -288px;
}
.flag.flag-size-lg.flag-mu {
  background-position: -128px -288px;
}
.flag.flag-size-lg.flag-mv {
  background-position: -160px -288px;
}
.flag.flag-size-lg.flag-mw {
  background-position: -192px -288px;
}
.flag.flag-size-lg.flag-mx {
  background-position: -224px -288px;
}
.flag.flag-size-lg.flag-my {
  background-position: -256px -288px;
}
.flag.flag-size-lg.flag-mz {
  background-position: -288px -288px;
}
.flag.flag-size-lg.flag-na {
  background-position: -320px -288px;
}
.flag.flag-size-lg.flag-nc {
  background-position: -352px -288px;
}
.flag.flag-size-lg.flag-ne {
  background-position: -384px -288px;
}
.flag.flag-size-lg.flag-nf {
  background-position: -416px -288px;
}
.flag.flag-size-lg.flag-ng {
  background-position: -448px -288px;
}
.flag.flag-size-lg.flag-ni {
  background-position: -480px -288px;
}
.flag.flag-size-lg.flag-nl {
  background-position: 0 -320px;
}
.flag.flag-size-lg.flag-no {
  background-position: -32px -320px;
}
.flag.flag-size-lg.flag-np {
  background-position: -64px -320px;
}
.flag.flag-size-lg.flag-nr {
  background-position: -96px -320px;
}
.flag.flag-size-lg.flag-nu {
  background-position: -128px -320px;
}
.flag.flag-size-lg.flag-nz {
  background-position: -160px -320px;
}
.flag.flag-size-lg.flag-om {
  background-position: -192px -320px;
}
.flag.flag-size-lg.flag-pa {
  background-position: -224px -320px;
}
.flag.flag-size-lg.flag-pe {
  background-position: -256px -320px;
}
.flag.flag-size-lg.flag-pf {
  background-position: -288px -320px;
}
.flag.flag-size-lg.flag-pg {
  background-position: -320px -320px;
}
.flag.flag-size-lg.flag-ph {
  background-position: -352px -320px;
}
.flag.flag-size-lg.flag-pk {
  background-position: -384px -320px;
}
.flag.flag-size-lg.flag-pl {
  background-position: -416px -320px;
}
.flag.flag-size-lg.flag-pn {
  background-position: -448px -320px;
}
.flag.flag-size-lg.flag-pr {
  background-position: -480px -320px;
}
.flag.flag-size-lg.flag-ps {
  background-position: 0 -352px;
}
.flag.flag-size-lg.flag-pt {
  background-position: -32px -352px;
}
.flag.flag-size-lg.flag-pw {
  background-position: -64px -352px;
}
.flag.flag-size-lg.flag-py {
  background-position: -96px -352px;
}
.flag.flag-size-lg.flag-qa {
  background-position: -128px -352px;
}
.flag.flag-size-lg.flag-ro {
  background-position: -160px -352px;
}
.flag.flag-size-lg.flag-rs {
  background-position: -192px -352px;
}
.flag.flag-size-lg.flag-ru {
  background-position: -224px -352px;
}
.flag.flag-size-lg.flag-rw {
  background-position: -256px -352px;
}
.flag.flag-size-lg.flag-sa {
  background-position: -288px -352px;
}
.flag.flag-size-lg.flag-sb {
  background-position: -320px -352px;
}
.flag.flag-size-lg.flag-sc {
  background-position: -352px -352px;
}
.flag.flag-size-lg.flag-sd {
  background-position: -384px -352px;
}
.flag.flag-size-lg.flag-se {
  background-position: -416px -352px;
}
.flag.flag-size-lg.flag-sg {
  background-position: -448px -352px;
}
.flag.flag-size-lg.flag-sh {
  background-position: -480px -352px;
}
.flag.flag-size-lg.flag-si {
  background-position: 0 -384px;
}
.flag.flag-size-lg.flag-sk {
  background-position: -32px -384px;
}
.flag.flag-size-lg.flag-sl {
  background-position: -64px -384px;
}
.flag.flag-size-lg.flag-sm {
  background-position: -96px -384px;
}
.flag.flag-size-lg.flag-sn {
  background-position: -128px -384px;
}
.flag.flag-size-lg.flag-so {
  background-position: -160px -384px;
}
.flag.flag-size-lg.flag-sr {
  background-position: -192px -384px;
}
.flag.flag-size-lg.flag-ss {
  background-position: -224px -384px;
}
.flag.flag-size-lg.flag-st {
  background-position: -256px -384px;
}
.flag.flag-size-lg.flag-sv {
  background-position: -288px -384px;
}
.flag.flag-size-lg.flag-sy {
  background-position: -320px -384px;
}
.flag.flag-size-lg.flag-sz {
  background-position: -352px -384px;
}
.flag.flag-size-lg.flag-tc {
  background-position: -384px -384px;
}
.flag.flag-size-lg.flag-td {
  background-position: -416px -384px;
}
.flag.flag-size-lg.flag-tf {
  background-position: -448px -384px;
}
.flag.flag-size-lg.flag-tg {
  background-position: -480px -384px;
}
.flag.flag-size-lg.flag-th {
  background-position: 0 -416px;
}
.flag.flag-size-lg.flag-tj {
  background-position: -32px -416px;
}
.flag.flag-size-lg.flag-tk {
  background-position: -64px -416px;
}
.flag.flag-size-lg.flag-tl {
  background-position: -96px -416px;
}
.flag.flag-size-lg.flag-tm {
  background-position: -128px -416px;
}
.flag.flag-size-lg.flag-tn {
  background-position: -160px -416px;
}
.flag.flag-size-lg.flag-to {
  background-position: -192px -416px;
}
.flag.flag-size-lg.flag-tr {
  background-position: -224px -416px;
}
.flag.flag-size-lg.flag-tt {
  background-position: -256px -416px;
}
.flag.flag-size-lg.flag-tv {
  background-position: -288px -416px;
}
.flag.flag-size-lg.flag-tw {
  background-position: -320px -416px;
}
.flag.flag-size-lg.flag-tz {
  background-position: -352px -416px;
}
.flag.flag-size-lg.flag-ua {
  background-position: -384px -416px;
}
.flag.flag-size-lg.flag-ug {
  background-position: -416px -416px;
}
.flag.flag-size-lg.flag-us {
  background-position: -448px -416px;
}
.flag.flag-size-lg.flag-uy {
  background-position: -480px -416px;
}
.flag.flag-size-lg.flag-uz {
  background-position: 0 -448px;
}
.flag.flag-size-lg.flag-va {
  background-position: -32px -448px;
}
.flag.flag-size-lg.flag-vc {
  background-position: -64px -448px;
}
.flag.flag-size-lg.flag-ve {
  background-position: -96px -448px;
}
.flag.flag-size-lg.flag-vg {
  background-position: -128px -448px;
}
.flag.flag-size-lg.flag-vi {
  background-position: -160px -448px;
}
.flag.flag-size-lg.flag-vn {
  background-position: -192px -448px;
}
.flag.flag-size-lg.flag-vu {
  background-position: -224px -448px;
}
.flag.flag-size-lg.flag-wf {
  background-position: -256px -448px;
}
.flag.flag-size-lg.flag-ws {
  background-position: -288px -448px;
}
.flag.flag-size-lg.flag-ye {
  background-position: -320px -448px;
}
.flag.flag-size-lg.flag-yt {
  background-position: -352px -448px;
}
.flag.flag-size-lg.flag-za {
  background-position: -384px -448px;
}
.flag.flag-size-lg.flag-zm {
  background-position: -416px -448px;
}
.flag.flag-size-lg.flag-zw {
  background-position: -448px -448px;
}
.flag.flag-size-xl {
  width: 48px !important;
  height: 48px !important;
  background-size: 768px 720px !important;
}
.flag.flag-size-xl.flag-ad {
  background-position: -48px 0;
}
.flag.flag-size-xl.flag-ae {
  background-position: -96px 0;
}
.flag.flag-size-xl.flag-af {
  background-position: -144px 0;
}
.flag.flag-size-xl.flag-ag {
  background-position: -192px 0;
}
.flag.flag-size-xl.flag-ai {
  background-position: -240px 0;
}
.flag.flag-size-xl.flag-al {
  background-position: -288px 0;
}
.flag.flag-size-xl.flag-am {
  background-position: -336px 0;
}
.flag.flag-size-xl.flag-an {
  background-position: -384px 0;
}
.flag.flag-size-xl.flag-ao {
  background-position: -432px 0;
}
.flag.flag-size-xl.flag-ar {
  background-position: -480px 0;
}
.flag.flag-size-xl.flag-as {
  background-position: -528px 0;
}
.flag.flag-size-xl.flag-at {
  background-position: -576px 0;
}
.flag.flag-size-xl.flag-au {
  background-position: -624px 0;
}
.flag.flag-size-xl.flag-aw {
  background-position: -672px 0;
}
.flag.flag-size-xl.flag-ax {
  background-position: -720px 0;
}
.flag.flag-size-xl.flag-az {
  background-position: 0 -48px;
}
.flag.flag-size-xl.flag-ba {
  background-position: -48px -48px;
}
.flag.flag-size-xl.flag-bb {
  background-position: -96px -48px;
}
.flag.flag-size-xl.flag-bd {
  background-position: -144px -48px;
}
.flag.flag-size-xl.flag-be {
  background-position: -192px -48px;
}
.flag.flag-size-xl.flag-bf {
  background-position: -240px -48px;
}
.flag.flag-size-xl.flag-bg {
  background-position: -288px -48px;
}
.flag.flag-size-xl.flag-bh {
  background-position: -336px -48px;
}
.flag.flag-size-xl.flag-bi {
  background-position: -384px -48px;
}
.flag.flag-size-xl.flag-bj {
  background-position: -432px -48px;
}
.flag.flag-size-xl.flag-bl {
  background-position: -480px -48px;
}
.flag.flag-size-xl.flag-bm {
  background-position: -528px -48px;
}
.flag.flag-size-xl.flag-bn {
  background-position: -576px -48px;
}
.flag.flag-size-xl.flag-bo {
  background-position: -624px -48px;
}
.flag.flag-size-xl.flag-br {
  background-position: -672px -48px;
}
.flag.flag-size-xl.flag-bs {
  background-position: -720px -48px;
}
.flag.flag-size-xl.flag-bt {
  background-position: 0 -96px;
}
.flag.flag-size-xl.flag-bw {
  background-position: -48px -96px;
}
.flag.flag-size-xl.flag-by {
  background-position: -96px -96px;
}
.flag.flag-size-xl.flag-bz {
  background-position: -144px -96px;
}
.flag.flag-size-xl.flag-ca {
  background-position: -192px -96px;
}
.flag.flag-size-xl.flag-cd {
  background-position: -240px -96px;
}
.flag.flag-size-xl.flag-cf {
  background-position: -288px -96px;
}
.flag.flag-size-xl.flag-cg {
  background-position: -336px -96px;
}
.flag.flag-size-xl.flag-ch {
  background-position: -384px -96px;
}
.flag.flag-size-xl.flag-ci {
  background-position: -432px -96px;
}
.flag.flag-size-xl.flag-ck {
  background-position: -480px -96px;
}
.flag.flag-size-xl.flag-cl {
  background-position: -528px -96px;
}
.flag.flag-size-xl.flag-cm {
  background-position: -576px -96px;
}
.flag.flag-size-xl.flag-cn {
  background-position: -624px -96px;
}
.flag.flag-size-xl.flag-co {
  background-position: -672px -96px;
}
.flag.flag-size-xl.flag-cr {
  background-position: -720px -96px;
}
.flag.flag-size-xl.flag-cu {
  background-position: 0 -144px;
}
.flag.flag-size-xl.flag-cv {
  background-position: -48px -144px;
}
.flag.flag-size-xl.flag-cw {
  background-position: -96px -144px;
}
.flag.flag-size-xl.flag-cy {
  background-position: -144px -144px;
}
.flag.flag-size-xl.flag-cz {
  background-position: -192px -144px;
}
.flag.flag-size-xl.flag-de {
  background-position: -240px -144px;
}
.flag.flag-size-xl.flag-dj {
  background-position: -288px -144px;
}
.flag.flag-size-xl.flag-dk {
  background-position: -336px -144px;
}
.flag.flag-size-xl.flag-dm {
  background-position: -384px -144px;
}
.flag.flag-size-xl.flag-do {
  background-position: -432px -144px;
}
.flag.flag-size-xl.flag-dz {
  background-position: -480px -144px;
}
.flag.flag-size-xl.flag-ec {
  background-position: -528px -144px;
}
.flag.flag-size-xl.flag-ee {
  background-position: -576px -144px;
}
.flag.flag-size-xl.flag-eg {
  background-position: -624px -144px;
}
.flag.flag-size-xl.flag-eh {
  background-position: -672px -144px;
}
.flag.flag-size-xl.flag-er {
  background-position: -720px -144px;
}
.flag.flag-size-xl.flag-es {
  background-position: 0 -192px;
}
.flag.flag-size-xl.flag-et {
  background-position: -48px -192px;
}
.flag.flag-size-xl.flag-eu {
  background-position: -96px -192px;
}
.flag.flag-size-xl.flag-fi {
  background-position: -144px -192px;
}
.flag.flag-size-xl.flag-fj {
  background-position: -192px -192px;
}
.flag.flag-size-xl.flag-fk {
  background-position: -240px -192px;
}
.flag.flag-size-xl.flag-fm {
  background-position: -288px -192px;
}
.flag.flag-size-xl.flag-fo {
  background-position: -336px -192px;
}
.flag.flag-size-xl.flag-fr {
  background-position: -384px -192px;
}
.flag.flag-size-xl.flag-ga {
  background-position: -432px -192px;
}
.flag.flag-size-xl.flag-gb {
  background-position: -480px -192px;
}
.flag.flag-size-xl.flag-gd {
  background-position: -528px -192px;
}
.flag.flag-size-xl.flag-ge {
  background-position: -576px -192px;
}
.flag.flag-size-xl.flag-gg {
  background-position: -624px -192px;
}
.flag.flag-size-xl.flag-gh {
  background-position: -672px -192px;
}
.flag.flag-size-xl.flag-gi {
  background-position: -720px -192px;
}
.flag.flag-size-xl.flag-gl {
  background-position: 0 -240px;
}
.flag.flag-size-xl.flag-gm {
  background-position: -48px -240px;
}
.flag.flag-size-xl.flag-gn {
  background-position: -96px -240px;
}
.flag.flag-size-xl.flag-gq {
  background-position: -144px -240px;
}
.flag.flag-size-xl.flag-gr {
  background-position: -192px -240px;
}
.flag.flag-size-xl.flag-gs {
  background-position: -240px -240px;
}
.flag.flag-size-xl.flag-gt {
  background-position: -288px -240px;
}
.flag.flag-size-xl.flag-gu {
  background-position: -336px -240px;
}
.flag.flag-size-xl.flag-gw {
  background-position: -384px -240px;
}
.flag.flag-size-xl.flag-gy {
  background-position: -432px -240px;
}
.flag.flag-size-xl.flag-hk {
  background-position: -480px -240px;
}
.flag.flag-size-xl.flag-hn {
  background-position: -528px -240px;
}
.flag.flag-size-xl.flag-hr {
  background-position: -576px -240px;
}
.flag.flag-size-xl.flag-ht {
  background-position: -624px -240px;
}
.flag.flag-size-xl.flag-hu {
  background-position: -672px -240px;
}
.flag.flag-size-xl.flag-ic {
  background-position: -720px -240px;
}
.flag.flag-size-xl.flag-id {
  background-position: 0 -288px;
}
.flag.flag-size-xl.flag-ie {
  background-position: -48px -288px;
}
.flag.flag-size-xl.flag-il {
  background-position: -96px -288px;
}
.flag.flag-size-xl.flag-im {
  background-position: -144px -288px;
}
.flag.flag-size-xl.flag-in {
  background-position: -192px -288px;
}
.flag.flag-size-xl.flag-iq {
  background-position: -240px -288px;
}
.flag.flag-size-xl.flag-ir {
  background-position: -288px -288px;
}
.flag.flag-size-xl.flag-is {
  background-position: -336px -288px;
}
.flag.flag-size-xl.flag-it {
  background-position: -384px -288px;
}
.flag.flag-size-xl.flag-je {
  background-position: -432px -288px;
}
.flag.flag-size-xl.flag-jm {
  background-position: -480px -288px;
}
.flag.flag-size-xl.flag-jo {
  background-position: -528px -288px;
}
.flag.flag-size-xl.flag-jp {
  background-position: -576px -288px;
}
.flag.flag-size-xl.flag-ke {
  background-position: -624px -288px;
}
.flag.flag-size-xl.flag-kg {
  background-position: -672px -288px;
}
.flag.flag-size-xl.flag-kh {
  background-position: -720px -288px;
}
.flag.flag-size-xl.flag-ki {
  background-position: 0 -336px;
}
.flag.flag-size-xl.flag-km {
  background-position: -48px -336px;
}
.flag.flag-size-xl.flag-kn {
  background-position: -96px -336px;
}
.flag.flag-size-xl.flag-kp {
  background-position: -144px -336px;
}
.flag.flag-size-xl.flag-kr {
  background-position: -192px -336px;
}
.flag.flag-size-xl.flag-kw {
  background-position: -240px -336px;
}
.flag.flag-size-xl.flag-ky {
  background-position: -288px -336px;
}
.flag.flag-size-xl.flag-kz {
  background-position: -336px -336px;
}
.flag.flag-size-xl.flag-la {
  background-position: -384px -336px;
}
.flag.flag-size-xl.flag-lb {
  background-position: -432px -336px;
}
.flag.flag-size-xl.flag-lc {
  background-position: -480px -336px;
}
.flag.flag-size-xl.flag-li {
  background-position: -528px -336px;
}
.flag.flag-size-xl.flag-lk {
  background-position: -576px -336px;
}
.flag.flag-size-xl.flag-lr {
  background-position: -624px -336px;
}
.flag.flag-size-xl.flag-ls {
  background-position: -672px -336px;
}
.flag.flag-size-xl.flag-lt {
  background-position: -720px -336px;
}
.flag.flag-size-xl.flag-lu {
  background-position: 0 -384px;
}
.flag.flag-size-xl.flag-lv {
  background-position: -48px -384px;
}
.flag.flag-size-xl.flag-ly {
  background-position: -96px -384px;
}
.flag.flag-size-xl.flag-ma {
  background-position: -144px -384px;
}
.flag.flag-size-xl.flag-mc {
  background-position: -192px -384px;
}
.flag.flag-size-xl.flag-md {
  background-position: -240px -384px;
}
.flag.flag-size-xl.flag-me {
  background-position: -288px -384px;
}
.flag.flag-size-xl.flag-mf {
  background-position: -336px -384px;
}
.flag.flag-size-xl.flag-mg {
  background-position: -384px -384px;
}
.flag.flag-size-xl.flag-mh {
  background-position: -432px -384px;
}
.flag.flag-size-xl.flag-mk {
  background-position: -480px -384px;
}
.flag.flag-size-xl.flag-ml {
  background-position: -528px -384px;
}
.flag.flag-size-xl.flag-mm {
  background-position: -576px -384px;
}
.flag.flag-size-xl.flag-mn {
  background-position: -624px -384px;
}
.flag.flag-size-xl.flag-mo {
  background-position: -672px -384px;
}
.flag.flag-size-xl.flag-mp {
  background-position: -720px -384px;
}
.flag.flag-size-xl.flag-mq {
  background-position: 0 -432px;
}
.flag.flag-size-xl.flag-mr {
  background-position: -48px -432px;
}
.flag.flag-size-xl.flag-ms {
  background-position: -96px -432px;
}
.flag.flag-size-xl.flag-mt {
  background-position: -144px -432px;
}
.flag.flag-size-xl.flag-mu {
  background-position: -192px -432px;
}
.flag.flag-size-xl.flag-mv {
  background-position: -240px -432px;
}
.flag.flag-size-xl.flag-mw {
  background-position: -288px -432px;
}
.flag.flag-size-xl.flag-mx {
  background-position: -336px -432px;
}
.flag.flag-size-xl.flag-my {
  background-position: -384px -432px;
}
.flag.flag-size-xl.flag-mz {
  background-position: -432px -432px;
}
.flag.flag-size-xl.flag-na {
  background-position: -480px -432px;
}
.flag.flag-size-xl.flag-nc {
  background-position: -528px -432px;
}
.flag.flag-size-xl.flag-ne {
  background-position: -576px -432px;
}
.flag.flag-size-xl.flag-nf {
  background-position: -624px -432px;
}
.flag.flag-size-xl.flag-ng {
  background-position: -672px -432px;
}
.flag.flag-size-xl.flag-ni {
  background-position: -720px -432px;
}
.flag.flag-size-xl.flag-nl {
  background-position: 0 -480px;
}
.flag.flag-size-xl.flag-no {
  background-position: -48px -480px;
}
.flag.flag-size-xl.flag-np {
  background-position: -96px -480px;
}
.flag.flag-size-xl.flag-nr {
  background-position: -144px -480px;
}
.flag.flag-size-xl.flag-nu {
  background-position: -192px -480px;
}
.flag.flag-size-xl.flag-nz {
  background-position: -240px -480px;
}
.flag.flag-size-xl.flag-om {
  background-position: -288px -480px;
}
.flag.flag-size-xl.flag-pa {
  background-position: -336px -480px;
}
.flag.flag-size-xl.flag-pe {
  background-position: -384px -480px;
}
.flag.flag-size-xl.flag-pf {
  background-position: -432px -480px;
}
.flag.flag-size-xl.flag-pg {
  background-position: -480px -480px;
}
.flag.flag-size-xl.flag-ph {
  background-position: -528px -480px;
}
.flag.flag-size-xl.flag-pk {
  background-position: -576px -480px;
}
.flag.flag-size-xl.flag-pl {
  background-position: -624px -480px;
}
.flag.flag-size-xl.flag-pn {
  background-position: -672px -480px;
}
.flag.flag-size-xl.flag-pr {
  background-position: -720px -480px;
}
.flag.flag-size-xl.flag-ps {
  background-position: 0 -528px;
}
.flag.flag-size-xl.flag-pt {
  background-position: -48px -528px;
}
.flag.flag-size-xl.flag-pw {
  background-position: -96px -528px;
}
.flag.flag-size-xl.flag-py {
  background-position: -144px -528px;
}
.flag.flag-size-xl.flag-qa {
  background-position: -192px -528px;
}
.flag.flag-size-xl.flag-ro {
  background-position: -240px -528px;
}
.flag.flag-size-xl.flag-rs {
  background-position: -288px -528px;
}
.flag.flag-size-xl.flag-ru {
  background-position: -336px -528px;
}
.flag.flag-size-xl.flag-rw {
  background-position: -384px -528px;
}
.flag.flag-size-xl.flag-sa {
  background-position: -432px -528px;
}
.flag.flag-size-xl.flag-sb {
  background-position: -480px -528px;
}
.flag.flag-size-xl.flag-sc {
  background-position: -528px -528px;
}
.flag.flag-size-xl.flag-sd {
  background-position: -576px -528px;
}
.flag.flag-size-xl.flag-se {
  background-position: -624px -528px;
}
.flag.flag-size-xl.flag-sg {
  background-position: -672px -528px;
}
.flag.flag-size-xl.flag-sh {
  background-position: -720px -528px;
}
.flag.flag-size-xl.flag-si {
  background-position: 0 -576px;
}
.flag.flag-size-xl.flag-sk {
  background-position: -48px -576px;
}
.flag.flag-size-xl.flag-sl {
  background-position: -96px -576px;
}
.flag.flag-size-xl.flag-sm {
  background-position: -144px -576px;
}
.flag.flag-size-xl.flag-sn {
  background-position: -192px -576px;
}
.flag.flag-size-xl.flag-so {
  background-position: -240px -576px;
}
.flag.flag-size-xl.flag-sr {
  background-position: -288px -576px;
}
.flag.flag-size-xl.flag-ss {
  background-position: -336px -576px;
}
.flag.flag-size-xl.flag-st {
  background-position: -384px -576px;
}
.flag.flag-size-xl.flag-sv {
  background-position: -432px -576px;
}
.flag.flag-size-xl.flag-sy {
  background-position: -480px -576px;
}
.flag.flag-size-xl.flag-sz {
  background-position: -528px -576px;
}
.flag.flag-size-xl.flag-tc {
  background-position: -576px -576px;
}
.flag.flag-size-xl.flag-td {
  background-position: -624px -576px;
}
.flag.flag-size-xl.flag-tf {
  background-position: -672px -576px;
}
.flag.flag-size-xl.flag-tg {
  background-position: -720px -576px;
}
.flag.flag-size-xl.flag-th {
  background-position: 0 -624px;
}
.flag.flag-size-xl.flag-tj {
  background-position: -48px -624px;
}
.flag.flag-size-xl.flag-tk {
  background-position: -96px -624px;
}
.flag.flag-size-xl.flag-tl {
  background-position: -144px -624px;
}
.flag.flag-size-xl.flag-tm {
  background-position: -192px -624px;
}
.flag.flag-size-xl.flag-tn {
  background-position: -240px -624px;
}
.flag.flag-size-xl.flag-to {
  background-position: -288px -624px;
}
.flag.flag-size-xl.flag-tr {
  background-position: -336px -624px;
}
.flag.flag-size-xl.flag-tt {
  background-position: -384px -624px;
}
.flag.flag-size-xl.flag-tv {
  background-position: -432px -624px;
}
.flag.flag-size-xl.flag-tw {
  background-position: -480px -624px;
}
.flag.flag-size-xl.flag-tz {
  background-position: -528px -624px;
}
.flag.flag-size-xl.flag-ua {
  background-position: -576px -624px;
}
.flag.flag-size-xl.flag-ug {
  background-position: -624px -624px;
}
.flag.flag-size-xl.flag-us {
  background-position: -672px -624px;
}
.flag.flag-size-xl.flag-uy {
  background-position: -720px -624px;
}
.flag.flag-size-xl.flag-uz {
  background-position: 0 -672px;
}
.flag.flag-size-xl.flag-va {
  background-position: -48px -672px;
}
.flag.flag-size-xl.flag-vc {
  background-position: -96px -672px;
}
.flag.flag-size-xl.flag-ve {
  background-position: -144px -672px;
}
.flag.flag-size-xl.flag-vg {
  background-position: -192px -672px;
}
.flag.flag-size-xl.flag-vi {
  background-position: -240px -672px;
}
.flag.flag-size-xl.flag-vn {
  background-position: -288px -672px;
}
.flag.flag-size-xl.flag-vu {
  background-position: -336px -672px;
}
.flag.flag-size-xl.flag-wf {
  background-position: -384px -672px;
}
.flag.flag-size-xl.flag-ws {
  background-position: -432px -672px;
}
.flag.flag-size-xl.flag-ye {
  background-position: -480px -672px;
}
.flag.flag-size-xl.flag-yt {
  background-position: -528px -672px;
}
.flag.flag-size-xl.flag-za {
  background-position: -576px -672px;
}
.flag.flag-size-xl.flag-zm {
  background-position: -624px -672px;
}
.flag.flag-size-xl.flag-zw {
  background-position: -672px -672px;
}

/* Bootstrap Fix: FIXME: Remove after upgrade to final version 4 (actually 4.0.alpha-4) */
.tooltip.show {
  opacity: 0.9;
}

.fade.show {
  opacity: 1;
}

.collapse.show {
  display: block;
}
.navbar .collapse.show {
  clear: left;
  padding-bottom: 1rem;
}
.collapse.show .navbar-nav {
  float: none !important;
}
.collapse.show .navbar-nav:not(.navbar-nav-inline) .nav-item {
  float: none;
  margin: 0;
}
.collapse.show .navbar-nav:not(.navbar-nav-inline) .nav-link {
  display: block;
  line-height: 2 !important;
}
.collapse.show .navbar-form {
  margin: 0 !important;
  padding: 0.5rem 0;
  float: none !important;
}
.collapse.show .nav-active-border {
  border-color: transparent;
}
.collapse.show .dropdown-menu-scale {
  display: none;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.show .left, .modal.show .right, .modal.show .top, .modal.show .bottom {
  transform: translate3d(0, 0, 0);
}
.modal.show.animate .fade-right-big {
  -webkit-animation: fadeInRightBig 0.5s;
  animation: fadeInRightBig 0.5s;
}
.modal.show.animate .fade-left-big {
  -webkit-animation: fadeInLeftBig 0.5s;
  animation: fadeInLeftBig 0.5s;
}
.modal.show.animate .fade-up-big {
  -webkit-animation: fadeInUpBig 0.5s;
  animation: fadeInUpBig 0.5s;
}
.modal.show.animate .fade-down-big {
  -webkit-animation: fadeInDownBig 0.5s;
  animation: fadeInDownBig 0.5s;
}
.modal.show.animate .fade-right {
  -webkit-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
}
.modal.show.animate .fade-left {
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}
.modal.show.animate .fade-up {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}
.modal.show.animate .fade-down {
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
}
.modal.show.animate .flip-x {
  -webkit-animation: flipInX 0.5s;
  animation: flipInX 0.5s;
}
.modal.show.animate .flip-y {
  -webkit-animation: flipInY 0.5s;
  animation: flipInY 0.5s;
}
.modal.show.animate .zoom {
  -webkit-animation: zoomIn 0.5s;
  animation: zoomIn 0.5s;
}
.modal.show.animate .roll {
  -webkit-animation: rollIn 0.5s;
  animation: rollIn 0.5s;
}
.modal.show.animate .bounce {
  -webkit-animation: bounceIn 0.5s;
  animation: bounceIn 0.5s;
}
.modal.show.animate .rotate {
  -webkit-animation: rotateIn 0.5s;
  animation: rotateIn 0.5s;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.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, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.8rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  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 5px 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: 10px;
  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: 5px 0.5rem 5px 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 5px 0.5rem 5px;
}
.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: 10px;
  margin-left: -5px;
  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: 10px;
  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: 5px 0 5px 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-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #373a3c;
}
.popover-body ul {
  margin: 0;
  padding: 0 0 0 10px;
}

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

.row.cols-no-min-height [class*=col-] {
  min-height: 0;
}

@media (min-width: 768px) {
  .row.row-equals-height {
    display: flex;
  }
  .row.row-equals-height .content-equals-height {
    height: 100%;
  }
}
.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;
}

.no-u-l {
  text-decoration: none !important;
}
.no-u-l:hover {
  text-decoration: none !important;
}

a.disabled {
  pointer-events: none;
}

*.disabled:has(> a.disabled):hover {
  cursor: not-allowed;
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-centered {
  justify-content: center;
  align-items: center;
}

.alert-success {
  background-color: #0cc2aa;
  border-color: #088777;
  color: white;
}

body.page-auth {
  background: url("/assets/img/auth-background.jpg") no-repeat center;
  background-size: cover;
}
body.page-auth .center-block {
  width: 420px;
  padding: 40px 20px;
}
@media (max-width: 543px) {
  body.page-auth .center-block {
    width: auto;
  }
}
body.page-auth .box-color {
  background-color: rgba(255, 255, 255, 0.7);
}
body.page-auth .btn[type=submit] {
  background-color: #757575;
}
body.page-auth .btn[type=submit]:hover {
  background-color: #0cc2aa;
}
body.page-auth .form-control:focus {
  background-color: transparent;
  border-color: #0cc2aa;
  color: white;
}
body.page-auth .md-input {
  border-color: white;
}
body.page-auth .md-input ~ label {
  opacity: 0.8;
}
body.page-auth .md-check > i:before {
  border-color: white;
}
body.page-auth #auth-logo img {
  max-width: 100%;
}
body.page-auth #auth-intro {
  position: relative;
  color: #ffffff;
  font-size: 1.125rem;
}
body.page-auth #login-social {
  width: 75%;
  margin: 30px auto 0;
}
body.page-auth #login-social .btn {
  font-size: 13px;
}
@media (max-width: 543px) {
  body.page-auth #login-social {
    width: 100%;
  }
}

.auth-separator {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.auth-separator .auth-separator-label {
  border: 1px solid;
  border-color: inherit;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 34px;
  min-width: 36px;
  padding: 0 7px;
}
.auth-separator .auth-separator-label:before, .auth-separator .auth-separator-label:after {
  display: block;
  content: "";
  position: absolute;
  width: 1000px;
  border-bottom: 1px solid;
  border-color: inherit;
  top: 50%;
  margin-top: -1px;
}
.auth-separator .auth-separator-label:before {
  left: 0;
  margin-left: 100%;
}
.auth-separator .auth-separator-label:after {
  right: 0;
  margin-right: 100%;
}

body.page-auth:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

button[type=submit] {
  font-weight: bold;
}

#app {
  position: relative;
  z-index: 20;
}

.auth-box-title {
  text-align: center;
  font-size: 20px;
}

.auth-actions {
  color: white;
}

.md-form-group.float-label.has-error input {
  border-bottom: 1px solid #FF0000;
}
.md-form-group.float-label.has-error .has-error-list {
  display: block;
}

.field-acceptance label {
  font-size: 13px;
  padding-top: 0;
}
.field-acceptance .has-error-list li {
  color: #ff0000;
  background-color: #f7e3e3;
  padding: 4px 15px;
  border: 1px solid #edb7b7;
  border-radius: 2px;
}
