.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ShadowsIntoLight.woff2") format("woff2"), url("../fonts/ShadowsIntoLight.ttf") format("truetype");
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled, .page-item.disabled .btn.page-link, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active {
  background-image: none;
}

a.btn.disabled, a.btn:disabled, .page-item.disabled a.btn.page-link,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary.btn:disabled, button.btn-primary:disabled, input.btn-primary:disabled, textarea.btn-primary:disabled, select.btn-primary:disabled, .btn-primary.form-control:disabled, .page-item.disabled .btn-primary.page-link, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-primary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-primary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary.btn:disabled, button.btn-secondary:disabled, input.btn-secondary:disabled, textarea.btn-secondary:disabled, select.btn-secondary:disabled, .btn-secondary.form-control:disabled, .page-item.disabled .btn-secondary.page-link, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-secondary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-secondary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success.btn:disabled, button.btn-success:disabled, input.btn-success:disabled, textarea.btn-success:disabled, select.btn-success:disabled, .btn-success.form-control:disabled, .page-item.disabled .btn-success.page-link, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-success:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-success:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info.btn:disabled, button.btn-info:disabled, input.btn-info:disabled, textarea.btn-info:disabled, select.btn-info:disabled, .btn-info.form-control:disabled, .page-item.disabled .btn-info.page-link, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-info:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-info:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning.btn:disabled, button.btn-warning:disabled, input.btn-warning:disabled, textarea.btn-warning:disabled, select.btn-warning:disabled, .btn-warning.form-control:disabled, .page-item.disabled .btn-warning.page-link, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-warning:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-warning:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger.btn:disabled, button.btn-danger:disabled, input.btn-danger:disabled, textarea.btn-danger:disabled, select.btn-danger:disabled, .btn-danger.form-control:disabled, .page-item.disabled .btn-danger.page-link, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-danger:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-danger:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light.btn:disabled, button.btn-light:disabled, input.btn-light:disabled, textarea.btn-light:disabled, select.btn-light:disabled, .btn-light.form-control:disabled, .page-item.disabled .btn-light.page-link, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-light:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-light:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark.btn:disabled, button.btn-dark:disabled, input.btn-dark:disabled, textarea.btn-dark:disabled, select.btn-dark:disabled, .btn-dark.form-control:disabled, .page-item.disabled .btn-dark.page-link, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-dark:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-dark:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary.btn:disabled, button.btn-outline-primary:disabled, input.btn-outline-primary:disabled, textarea.btn-outline-primary:disabled, select.btn-outline-primary:disabled, .btn-outline-primary.form-control:disabled, .page-item.disabled .btn-outline-primary.page-link, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-outline-primary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-outline-primary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary.btn:disabled, button.btn-outline-secondary:disabled, input.btn-outline-secondary:disabled, textarea.btn-outline-secondary:disabled, select.btn-outline-secondary:disabled, .btn-outline-secondary.form-control:disabled, .page-item.disabled .btn-outline-secondary.page-link, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-outline-secondary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success.btn:disabled, button.btn-outline-success:disabled, input.btn-outline-success:disabled, textarea.btn-outline-success:disabled, select.btn-outline-success:disabled, .btn-outline-success.form-control:disabled, .page-item.disabled .btn-outline-success.page-link, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-outline-success:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-outline-success:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info.btn:disabled, button.btn-outline-info:disabled, input.btn-outline-info:disabled, textarea.btn-outline-info:disabled, select.btn-outline-info:disabled, .btn-outline-info.form-control:disabled, .page-item.disabled .btn-outline-info.page-link, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-outline-info:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-outline-info:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning.btn:disabled, button.btn-outline-warning:disabled, input.btn-outline-warning:disabled, textarea.btn-outline-warning:disabled, select.btn-outline-warning:disabled, .btn-outline-warning.form-control:disabled, .page-item.disabled .btn-outline-warning.page-link, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-outline-warning:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-outline-warning:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger.btn:disabled, button.btn-outline-danger:disabled, input.btn-outline-danger:disabled, textarea.btn-outline-danger:disabled, select.btn-outline-danger:disabled, .btn-outline-danger.form-control:disabled, .page-item.disabled .btn-outline-danger.page-link, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-outline-danger:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-outline-danger:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light.btn:disabled, button.btn-outline-light:disabled, input.btn-outline-light:disabled, textarea.btn-outline-light:disabled, select.btn-outline-light:disabled, .btn-outline-light.form-control:disabled, .page-item.disabled .btn-outline-light.page-link, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-outline-light:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-outline-light:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark.btn:disabled, button.btn-outline-dark:disabled, input.btn-outline-dark:disabled, textarea.btn-outline-dark:disabled, select.btn-outline-dark:disabled, .btn-outline-dark.form-control:disabled, .page-item.disabled .btn-outline-dark.page-link, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active, .btn-outline-dark:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link):active:focus, .btn-outline-dark:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled, .btn-link.btn:disabled, button.btn-link:disabled, input.btn-link:disabled, textarea.btn-link:disabled, select.btn-link:disabled, .btn-link.form-control:disabled, .page-item.disabled .btn-link.page-link {
  color: #6c757d;
}

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item.btn:disabled, button.dropdown-item:disabled, input.dropdown-item:disabled, textarea.dropdown-item:disabled, select.dropdown-item:disabled, .dropdown-item.form-control:disabled, .page-item.disabled .dropdown-item.page-link, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled, .nav-link.btn:disabled, button.nav-link:disabled, input.nav-link:disabled, textarea.nav-link:disabled, select.nav-link:disabled, .nav-link.form-control:disabled, .page-item.disabled .nav-link.page-link {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.btn:disabled, .nav-tabs button.nav-link:disabled, .nav-tabs input.nav-link:disabled, .nav-tabs textarea.nav-link:disabled, .nav-tabs select.nav-link:disabled, .nav-tabs .nav-link.form-control:disabled, .nav-tabs .page-item.disabled .nav-link.page-link, .page-item.disabled .nav-tabs .nav-link.page-link {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .nav-link.btn:disabled, .navbar-light .navbar-nav button.nav-link:disabled, .navbar-light .navbar-nav input.nav-link:disabled, .navbar-light .navbar-nav textarea.nav-link:disabled, .navbar-light .navbar-nav select.nav-link:disabled, .navbar-light .navbar-nav .nav-link.form-control:disabled, .navbar-light .navbar-nav .page-item.disabled .nav-link.page-link, .page-item.disabled .navbar-light .navbar-nav .nav-link.page-link {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .nav-link.btn:disabled, .navbar-dark .navbar-nav button.nav-link:disabled, .navbar-dark .navbar-nav input.nav-link:disabled, .navbar-dark .navbar-nav textarea.nav-link:disabled, .navbar-dark .navbar-nav select.nav-link:disabled, .navbar-dark .navbar-nav .nav-link.form-control:disabled, .navbar-dark .navbar-nav .page-item.disabled .nav-link.page-link, .page-item.disabled .navbar-dark .navbar-nav .nav-link.page-link {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

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

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

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

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

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

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link, .page-item.btn:disabled .page-link, button.page-item:disabled .page-link, input.page-item:disabled .page-link, textarea.page-item:disabled .page-link, select.page-item:disabled .page-link, .page-item.form-control:disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

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

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

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

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

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

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.8125rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

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

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item.btn:disabled, button.list-group-item:disabled, input.list-group-item:disabled, textarea.list-group-item:disabled, select.list-group-item:disabled, .list-group-item.form-control:disabled, .page-item.disabled .list-group-item.page-link, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

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

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled):not(.btn:disabled):not(button:disabled):not(input:disabled):not(textarea:disabled):not(select:disabled):not(.form-control:disabled):not(.page-item.disabled .page-link) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #6c757d !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 540px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 720px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 960px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.btn:disabled, .bootstrap-datetimepicker-widget table th.form-control:disabled, .bootstrap-datetimepicker-widget table .page-item.disabled th.page-link, .page-item.disabled .bootstrap-datetimepicker-widget table th.page-link, .bootstrap-datetimepicker-widget table th.disabled:hover, .bootstrap-datetimepicker-widget table th.btn:hover:disabled, .bootstrap-datetimepicker-widget table th.form-control:hover:disabled, .bootstrap-datetimepicker-widget table .page-item.disabled th.page-link:hover, .page-item.disabled .bootstrap-datetimepicker-widget table th.page-link:hover {
  background: none;
  color: #636c72;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eceeef;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #636c72;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 5px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eceeef;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #636c72;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #0275d8;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0275d8;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.btn:disabled, .bootstrap-datetimepicker-widget table td.form-control:disabled, .bootstrap-datetimepicker-widget table .page-item.disabled td.page-link, .page-item.disabled .bootstrap-datetimepicker-widget table td.page-link, .bootstrap-datetimepicker-widget table td.disabled:hover, .bootstrap-datetimepicker-widget table td.btn:hover:disabled, .bootstrap-datetimepicker-widget table td.form-control:hover:disabled, .bootstrap-datetimepicker-widget table .page-item.disabled td.page-link:hover, .page-item.disabled .bootstrap-datetimepicker-widget table td.page-link:hover {
  background: none;
  color: #636c72;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eceeef;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #0275d8;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #636c72;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.btn:disabled, .bootstrap-datetimepicker-widget table td span.form-control:disabled, .bootstrap-datetimepicker-widget table td .page-item.disabled span.page-link, .page-item.disabled .bootstrap-datetimepicker-widget table td span.page-link, .bootstrap-datetimepicker-widget table td span.disabled:hover, .bootstrap-datetimepicker-widget table td span.btn:hover:disabled, .bootstrap-datetimepicker-widget table td span.form-control:hover:disabled, .bootstrap-datetimepicker-widget table td .page-item.disabled span.page-link:hover, .page-item.disabled .bootstrap-datetimepicker-widget table td span.page-link:hover {
  background: none;
  color: #636c72;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=76290a4e23bf2c3f61a4e17625be4627)
 * Config saved to config.json and https://gist.github.com/76290a4e23bf2c3f61a4e17625be4627
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.glyphicon-text-height:before {
  content: "\E050";
}

.glyphicon-text-width:before {
  content: "\E051";
}

.glyphicon-align-left:before {
  content: "\E052";
}

.glyphicon-align-center:before {
  content: "\E053";
}

.glyphicon-align-right:before {
  content: "\E054";
}

.glyphicon-align-justify:before {
  content: "\E055";
}

.glyphicon-list:before {
  content: "\E056";
}

.glyphicon-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

.glyphicon-cd:before {
  content: "\E201";
}

.glyphicon-save-file:before {
  content: "\E202";
}

.glyphicon-open-file:before {
  content: "\E203";
}

.glyphicon-level-up:before {
  content: "\E204";
}

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

.glyphicon-baby-formula:before {
  content: "\E216";
}

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

.glyphicon-piggy-bank:before {
  content: "\E225";
}

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-btc:before {
  content: "\E227";
}

.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-rub:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

.glyphicon-ice-lolly:before {
  content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

.glyphicon-education:before {
  content: "\E233";
}

.glyphicon-option-horizontal:before {
  content: "\E234";
}

.glyphicon-option-vertical:before {
  content: "\E235";
}

.glyphicon-menu-hamburger:before {
  content: "\E236";
}

.glyphicon-modal-window:before {
  content: "\E237";
}

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

.glyphicon-text-size:before {
  content: "\E241";
}

.glyphicon-text-color:before {
  content: "\E242";
}

.glyphicon-text-background:before {
  content: "\E243";
}

.glyphicon-object-align-top:before {
  content: "\E244";
}

.glyphicon-object-align-bottom:before {
  content: "\E245";
}

.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

.glyphicon-object-align-left:before {
  content: "\E247";
}

.glyphicon-object-align-vertical:before {
  content: "\E248";
}

.glyphicon-object-align-right:before {
  content: "\E249";
}

.glyphicon-triangle-right:before {
  content: "\E250";
}

.glyphicon-triangle-left:before {
  content: "\E251";
}

.glyphicon-triangle-bottom:before {
  content: "\E252";
}

.glyphicon-triangle-top:before {
  content: "\E253";
}

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

.glyphicon-menu-left:before {
  content: "\E257";
}

.glyphicon-menu-right:before {
  content: "\E258";
}

.glyphicon-menu-down:before {
  content: "\E259";
}

.glyphicon-menu-up:before {
  content: "\E260";
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * alertifyjs 1.11.0 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2017 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: .5;
}

.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}

.alertify .ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}

.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}

.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}

.alertify .ajs-body {
  min-height: 56px;
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}

.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: se-resize;
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}

.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}

.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}

.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}

.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}

.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}

.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}

.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}

.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}

.alertify.ajs-basic .ajs-header {
  opacity: 0;
}

.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

.alertify.ajs-frameless .ajs-footer {
  display: none;
}

.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}

.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}

.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto;
  }
}

@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}

.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn;
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut;
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn;
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut;
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn;
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut;
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX;
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX;
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY;
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY;
}

@-webkit-keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}

@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}

@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}

@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}

@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}

@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}

.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}

.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}

.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}

.alertify-notifier.ajs-top {
  top: 10px;
}

.alertify-notifier.ajs-bottom {
  bottom: 10px;
}

.alertify-notifier.ajs-right {
  right: 10px;
}

.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}

.alertify-notifier.ajs-left {
  left: 10px;
}

.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}

.alertify-notifier.ajs-center {
  left: 50%;
}

.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}

.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}

/**
 * alertifyjs 1.11.0 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2017 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  background-color: #000;
  opacity: .5;
}

.alertify .ajs-dialog {
  max-width: 600px;
  min-height: 122px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.alertify .ajs-header {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.alertify .ajs-body {
  font-family: 'Roboto', sans-serif;
  color: black;
}

.alertify.ajs-resizable .ajs-content,
.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content {
  top: 58px;
  bottom: 68px;
}

.alertify .ajs-footer {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 6px 6px;
}

.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px;
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-nav.btn:disabled, .owl-carousel button.owl-nav:disabled, .owl-carousel input.owl-nav:disabled, .owl-carousel textarea.owl-nav:disabled, .owl-carousel select.owl-nav:disabled, .owl-carousel .owl-nav.form-control:disabled, .owl-carousel .page-item.disabled .owl-nav.page-link, .page-item.disabled .owl-carousel .owl-nav.page-link,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-dots.btn:disabled,
.owl-carousel button.owl-dots:disabled,
.owl-carousel input.owl-dots:disabled,
.owl-carousel textarea.owl-dots:disabled,
.owl-carousel select.owl-dots:disabled,
.owl-carousel .owl-dots.form-control:disabled,
.owl-carousel .page-item.disabled .owl-dots.page-link, .page-item.disabled
.owl-carousel .owl-dots.page-link {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled, .owl-theme .owl-nav .btn:disabled, .owl-theme .owl-nav button:disabled, .owl-theme .owl-nav input:disabled, .owl-theme .owl-nav textarea:disabled, .owl-theme .owl-nav select:disabled, .owl-theme .owl-nav .form-control:disabled, .owl-theme .owl-nav .page-item.disabled .page-link, .page-item.disabled .owl-theme .owl-nav .page-link {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots, .owl-theme .owl-nav.btn:disabled + .owl-dots, .owl-theme button.owl-nav:disabled + .owl-dots, .owl-theme input.owl-nav:disabled + .owl-dots, .owl-theme textarea.owl-nav:disabled + .owl-dots, .owl-theme select.owl-nav:disabled + .owl-dots, .owl-theme .owl-nav.form-control:disabled + .owl-dots, .owl-theme .page-item.disabled .owl-nav.page-link + .owl-dots, .page-item.disabled .owl-theme .owl-nav.page-link + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.2.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}

.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
          box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  -webkit-box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
          box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
          box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}

.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}

.hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}

.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-back:before {
  content: "\F137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward:before {
  content: "\F138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-down:before {
  content: "\F01A";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-up:before {
  content: "\F01B";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-spin:before {
  content: "\F021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-drop:before {
  content: "\F041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-fade:before {
  content: "\F00C";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}

.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\F055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}

.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\F056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow:before {
  content: "\F118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-shrink:before {
  content: "\F119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse:before {
  content: "\F015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-grow:before {
  content: "\F015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-shrink:before {
  content: "\F015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-push:before {
  content: "\F006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-pop:before {
  content: "\F005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-bounce:before {
  content: "\F087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-rotate:before {
  content: "\F0C6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow-rotate:before {
  content: "\F095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-float:before {
  content: "\F01B";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-sink:before {
  content: "\F01A";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-bob:before {
  content: "\F077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-hang:before {
  content: "\F078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal:before {
  content: "\F061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical:before {
  content: "\F062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-buzz:before {
  content: "\F017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-buzz-out:before {
  content: "\F023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

/*!
Author  : Hunter Perrin
Version : 3.2.0
Link    : http://sciactive.com/pnotify/
*/
.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2;
}

body > .ui-pnotify {
  position: fixed;
  z-index: 100040;
}

.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039;
}

.ui-pnotify.ui-pnotify-in {
  display: block !important;
}

.ui-pnotify.ui-pnotify-move {
  -webkit-transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
  transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
  transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-normal {
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
  transition: opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-fast {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
  transition: opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}

.ui-pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.ui-pnotify-container.ui-pnotify-sharp {
  border-radius: 0;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon, .ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
  bottom: 25px;
  top: auto;
}

.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}

/*
 * jQuery OrgChart Plugin
 * https://github.com/dabeng/OrgChart
 *
 * Copyright 2016, dabeng
 * https://github.com/dabeng
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.orgchart {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-height: 202px;
  min-width: 202px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(200, 0, 0, 0.15)), color-stop(10%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(200, 0, 0, 0.15)), color-stop(10%, transparent));
  background-image: linear-gradient(90deg, rgba(200, 0, 0, 0.15) 10%, transparent 10%), linear-gradient(rgba(200, 0, 0, 0.15) 10%, transparent 10%);
  background-size: 10px 10px;
  border: 1px dashed transparent;
  padding: 20px;
}

.orgchart .hidden, .orgchart ~ .hidden {
  display: none;
}

.orgchart.b2t {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.orgchart.l2r {
  position: absolute;
  -webkit-transform: rotate(-90deg) rotateY(180deg);
          transform: rotate(-90deg) rotateY(180deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.orgchart .verticalNodes ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
  text-align: left;
}

.orgchart .verticalNodes ul:first-child {
  margin-top: 2px;
}

.orgchart .verticalNodes > td::before {
  content: '';
  border: 1px solid rgba(217, 83, 79, 0.8);
}

.orgchart .verticalNodes > td > ul > li:first-child::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -4px;
  height: 30px;
  width: calc(50% - 2px);
  border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul > li {
  position: relative;
}

.orgchart .verticalNodes ul > li::before,
.orgchart .verticalNodes ul > li::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  position: absolute;
  left: -6px;
  border-color: rgba(217, 83, 79, 0.8);
  border-style: solid;
  border-width: 0 0 2px 2px;
}

.orgchart .verticalNodes ul > li::before {
  top: -4px;
  height: 30px;
  width: 11px;
}

.orgchart .verticalNodes ul > li::after {
  top: 1px;
  height: 100%;
}

.orgchart .verticalNodes ul > li:first-child::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 24px;
  width: 11px;
  border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul > li:last-child::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px 0 0;
}

.orgchart.r2l {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.orgchart > .spinner {
  font-size: 100px;
  margin-top: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart table {
  border-spacing: 0;
  border-collapse: separate;
}

.orgchart > table:first-child {
  margin: 20px auto;
}

.orgchart td {
  text-align: center;
  vertical-align: top;
  padding: 0;
}

.orgchart .lines:nth-child(3) td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
}

.orgchart .lines .topLine {
  border-top: 2px solid rgba(217, 83, 79, 0.8);
}

.orgchart .lines .rightLine {
  border-right: 1px solid rgba(217, 83, 79, 0.8);
  float: none;
  border-radius: 0;
}

.orgchart .lines .leftLine {
  border-left: 1px solid rgba(217, 83, 79, 0.8);
  float: none;
  border-radius: 0;
}

.orgchart .lines .downLine {
  background-color: rgba(217, 83, 79, 0.8);
  margin: 0 auto;
  height: 20px;
  width: 2px;
  float: none;
}

/* node styling */
.orgchart .node {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 3px;
  border: 2px dashed transparent;
  text-align: center;
  width: 130px;
}

.orgchart.l2r .node, .orgchart.r2l .node {
  width: 50px;
  height: 130px;
}

.orgchart .node > .spinner {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  vertical-align: middle;
  font-size: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart .node:hover {
  background-color: rgba(238, 217, 54, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
  cursor: default;
  z-index: 20;
}

.orgchart .node.focused {
  background-color: rgba(238, 217, 54, 0.5);
}

.orgchart .ghost-node {
  position: fixed;
  left: -10000px;
  top: -10000px;
}

.orgchart .ghost-node rect {
  fill: #ffffff;
  stroke: #bf0000;
}

.orgchart .node.allowedDrop {
  border-color: rgba(68, 157, 68, 0.9);
}

.orgchart .node .title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(217, 83, 79, 0.8);
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.orgchart.b2t .node .title {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.orgchart.l2r .node .title {
  -webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
          transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  width: 120px;
}

.orgchart.r2l .node .title {
  -webkit-transform: rotate(-90deg) translate(-40px, -40px);
          transform: rotate(-90deg) translate(-40px, -40px);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  width: 120px;
}

.orgchart .node .title .symbol {
  float: left;
  margin-top: 4px;
  margin-left: 2px;
}

.orgchart .node .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 20px;
  font-size: 11px;
  line-height: 18px;
  border: 1px solid rgba(217, 83, 79, 0.8);
  border-radius: 0 0 4px 4px;
  text-align: center;
  background-color: #fff;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orgchart.b2t .node .content {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.orgchart.l2r .node .content {
  -webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
          transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: 120px;
}

.orgchart.r2l .node .content {
  -webkit-transform: rotate(-90deg) translate(-40px, -40px);
          transform: rotate(-90deg) translate(-40px, -40px);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: 120px;
}

.orgchart .node .edge {
  font-size: 15px;
  position: absolute;
  color: rgba(68, 157, 68, 0.5);
  cursor: default;
  -webkit-transition: .2s;
  transition: .2s;
}

.orgchart.noncollapsable .node .edge {
  display: none;
}

.orgchart .edge:hover {
  color: #449d44;
  cursor: pointer;
}

.orgchart .node .verticalEdge {
  width: calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  left: 5px;
}

.orgchart .node .topEdge {
  top: -4px;
}

.orgchart .node .bottomEdge {
  bottom: -4px;
}

.orgchart .node .horizontalEdge {
  width: 15px;
  height: calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  top: 5px;
}

.orgchart .node .rightEdge {
  right: -4px;
}

.orgchart .node .leftEdge {
  left: -4px;
}

.orgchart .node .horizontalEdge::before {
  position: absolute;
  top: calc(50% - 7px);
}

.orgchart .node .rightEdge::before {
  right: 3px;
}

.orgchart .node .leftEdge::before {
  left: 3px;
}

.orgchart .node .toggleBtn {
  position: absolute;
  left: 5px;
  bottom: -2px;
  color: rgba(68, 157, 68, 0.6);
}

.orgchart .node .toggleBtn:hover {
  color: rgba(68, 157, 68, 0.8);
}

.oc-export-btn {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  background-color: #5cb85c;
  border: 1px solid transparent;
  border-color: #4cae4c;
  border-radius: 4px;
}

.oc-export-btn[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.3;
}

.oc-export-btn:hover, .oc-export-btn:focus, .oc-export-btn:active {
  background-color: #449d44;
  border-color: #347a34;
}

.orgchart ~ .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.orgchart ~ .mask .spinner {
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 108px;
}

.orgchart .node {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.orgchart .slide-down {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.orgchart.l2r .node.slide-down, .orgchart.r2l .node.slide-down {
  -webkit-transform: translateY(130px);
          transform: translateY(130px);
}

.orgchart .slide-up {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.orgchart.l2r .node.slide-up, .orgchart.r2l .node.slide-up {
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
}

.orgchart .slide-right {
  opacity: 0;
  -webkit-transform: translateX(130px);
          transform: translateX(130px);
}

.orgchart.l2r .node.slide-right, .orgchart.r2l .node.slide-right {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.orgchart .slide-left {
  opacity: 0;
  -webkit-transform: translateX(-130px);
          transform: translateX(-130px);
}

.orgchart.l2r .node.slide-left, .orgchart.r2l .node.slide-left {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: v@VERSION
 *
 * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://swisnl.github.io/jQuery-contextMenu/
 *
 * Copyright (c) 2011-@YEAR SWIS BV and contributors
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *
 * Date: @DATE
 */
@-webkit-keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}

@font-face {
  font-family: "context-menu-icons";
  src: url("../fonts/context-menu-icons.eot?1z485");
  src: url("../fonts/context-menu-icons.eot?1z485#iefix") format("embedded-opentype"), url("../fonts/context-menu-icons.woff2?1z485") format("woff2"), url("../fonts/context-menu-icons.woff?1z485") format("woff"), url("../fonts/context-menu-icons.ttf?1z485") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.context-menu-icon-add:before {
  content: "\EA01";
}

.context-menu-icon-copy:before {
  content: "\EA02";
}

.context-menu-icon-cut:before {
  content: "\EA03";
}

.context-menu-icon-delete:before {
  content: "\EA04";
}

.context-menu-icon-edit:before {
  content: "\EA05";
}

.context-menu-icon-loading:before {
  content: "\EA06";
}

.context-menu-icon-paste:before {
  content: "\EA07";
}

.context-menu-icon-quit:before {
  content: "\EA08";
}

.context-menu-icon::before {
  color: #2980B9;
  font-family: "context-menu-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2em;
}

.context-menu-icon.context-menu-hover:before {
  color: #FFF;
}

.context-menu-icon.context-menu-disabled::before {
  color: #bbbbbb;
}

.context-menu-icon.context-menu-icon-loading:before {
  -webkit-animation: cm-spin 2s infinite;
          animation: cm-spin 2s infinite;
}

.context-menu-icon.context-menu-icon--fa {
  display: list-item;
  font-family: inherit;
}

.context-menu-icon.context-menu-icon--fa::before {
  color: #2980B9;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2em;
}

.context-menu-icon.context-menu-icon--fa.context-menu-hover:before {
  color: #FFF;
}

.context-menu-icon.context-menu-icon--fa.context-menu-disabled::before {
  color: #bbbbbb;
}

.context-menu-list {
  background: #FFF;
  border: 1px solid #bebebe;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  list-style-type: none;
  margin: 0.3em;
  max-width: 26em;
  min-width: 13em;
  padding: 0.25em 0;
  position: absolute;
}

.context-menu-item {
  background-color: #FFF;
  color: #2F2F2F;
  padding: 0.2em 2em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.context-menu-separator {
  border-bottom: 1px solid #e6e5e5;
  margin: 0.35em 0;
  padding: 0;
}

.context-menu-item > label > input,
.context-menu-item > label > textarea {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.context-menu-item.context-menu-hover {
  background-color: #2980B9;
  color: #FFF;
  cursor: pointer;
}

.context-menu-item.context-menu-disabled {
  background-color: #FFF;
  color: #bbbbbb;
  cursor: default;
}

.context-menu-input.context-menu-hover {
  cursor: default;
  color: #2F2F2F;
}

.context-menu-submenu:after {
  content: '';
  border-style: solid;
  border-width: .25em 0 .25em .25em;
  border-color: transparent transparent transparent #2F2F2F;
  height: 0;
  position: absolute;
  right: .5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  z-index: 1;
}

/**
 * Inputs
 */
.context-menu-item.context-menu-input {
  padding: .3em .6em;
}

/* vertically align inside labels */
.context-menu-input > label > * {
  vertical-align: top;
}

/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
  margin-right: .4em;
  position: relative;
  top: .12em;
}

.context-menu-input > label {
  margin: 0;
}

.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
}

.context-menu-input > label > textarea {
  height: 7em;
}

.context-menu-item > .context-menu-list {
  display: none;
  /* re-positioned by js */
  right: -.3em;
  top: .3em;
}

.context-menu-item.context-menu-visible > .context-menu-list {
  display: block;
}

.context-menu-accesskey {
  text-decoration: underline;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

.fa-comment-pencil:before {
  content: "\E001";
}

.fa-comment-ban:before {
  content: "\E002";
}

.fa-comment-tag:before {
  content: "\E003";
}

.fa-comment-envelope:before {
  content: "\E004";
}

.fa-comment-refresh:before {
  content: "\E005";
}

.fa-comment-minus-circle:before {
  content: "\E006";
}

.fa-comment-question:before {
  content: "\E007";
}

.fa-comment-music:before {
  content: "\E008";
}

.fa-comment-trash:before {
  content: "\E009";
}

.fa-comment-check-circle:before {
  content: "\E00A";
}

.fa-comment-arrow-down:before {
  content: "\E00B";
}

.fa-comment-star:before {
  content: "\E00C";
}

.fa-comment-arrow-up:before {
  content: "\E00D";
}

.fa-comment-file-text:before {
  content: "\E00E";
}

.fa-comment-search:before {
  content: "\E00F";
}

.fa-comment-check:before {
  content: "\E010";
}

.fa-comment-times-circle:before {
  content: "\E011";
}

.fa-comment-arrow-right:before {
  content: "\E012";
}

.fa-comment-remove:before {
  content: "\E013";
}

.fa-comment-info:before {
  content: "\E014";
}

.fa-comment-plus:before {
  content: "\E015";
}

.fa-comment-cog:before {
  content: "\E016";
}

.fa-comment-clock-o:before {
  content: "\E017";
}

.fa-comment-exclamation-triangle:before {
  content: "\E018";
}

.fa-comment-minus:before {
  content: "\E019";
}

.fa-tasks-pencil:before {
  content: "\E01A";
}

.fa-tasks-ban:before {
  content: "\E01B";
}

.fa-tasks-tag:before {
  content: "\E01C";
}

.fa-tasks-envelope:before {
  content: "\E01D";
}

.fa-tasks-refresh:before {
  content: "\E01E";
}

.fa-tasks-minus-circle:before {
  content: "\E01F";
}

.fa-tasks-question:before {
  content: "\E020";
}

.fa-tasks-music:before {
  content: "\E021";
}

.fa-tasks-trash:before {
  content: "\E022";
}

.fa-tasks-check-circle:before {
  content: "\E023";
}

.fa-tasks-arrow-down:before {
  content: "\E024";
}

.fa-tasks-star:before {
  content: "\E025";
}

.fa-tasks-arrow-up:before {
  content: "\E026";
}

.fa-tasks-file-text:before {
  content: "\E027";
}

.fa-tasks-search:before {
  content: "\E028";
}

.fa-tasks-check:before {
  content: "\E029";
}

.fa-tasks-times-circle:before {
  content: "\E02A";
}

.fa-tasks-arrow-right:before {
  content: "\E02B";
}

.fa-tasks-remove:before {
  content: "\E02C";
}

.fa-tasks-info:before {
  content: "\E02D";
}

.fa-tasks-plus:before {
  content: "\E02E";
}

.fa-tasks-cog:before {
  content: "\E02F";
}

.fa-tasks-clock-o:before {
  content: "\E030";
}

.fa-tasks-exclamation-triangle:before {
  content: "\E031";
}

.fa-tasks-minus:before {
  content: "\E032";
}

.fa-envelope-pencil:before {
  content: "\E033";
}

.fa-envelope-ban:before {
  content: "\E034";
}

.fa-envelope-tag:before {
  content: "\E035";
}

.fa-envelope-envelope:before {
  content: "\E036";
}

.fa-envelope-refresh:before {
  content: "\E037";
}

.fa-envelope-minus-circle:before {
  content: "\E038";
}

.fa-envelope-question:before {
  content: "\E039";
}

.fa-envelope-music:before {
  content: "\E03A";
}

.fa-envelope-trash:before {
  content: "\E03B";
}

.fa-envelope-check-circle:before {
  content: "\E03C";
}

.fa-envelope-arrow-down:before {
  content: "\E03D";
}

.fa-envelope-star:before {
  content: "\E03E";
}

.fa-envelope-arrow-up:before {
  content: "\E03F";
}

.fa-envelope-file-text:before {
  content: "\E040";
}

.fa-envelope-search:before {
  content: "\E041";
}

.fa-envelope-check:before {
  content: "\E042";
}

.fa-envelope-times-circle:before {
  content: "\E043";
}

.fa-envelope-arrow-right:before {
  content: "\E044";
}

.fa-envelope-remove:before {
  content: "\E045";
}

.fa-envelope-info:before {
  content: "\E046";
}

.fa-envelope-plus:before {
  content: "\E047";
}

.fa-envelope-cog:before {
  content: "\E048";
}

.fa-envelope-clock-o:before {
  content: "\E049";
}

.fa-envelope-exclamation-triangle:before {
  content: "\E04A";
}

.fa-envelope-minus:before {
  content: "\E04B";
}

.fa-inbox-pencil:before {
  content: "\E04C";
}

.fa-inbox-ban:before {
  content: "\E04D";
}

.fa-inbox-tag:before {
  content: "\E04E";
}

.fa-inbox-envelope:before {
  content: "\E04F";
}

.fa-inbox-refresh:before {
  content: "\E050";
}

.fa-inbox-minus-circle:before {
  content: "\E051";
}

.fa-inbox-question:before {
  content: "\E052";
}

.fa-inbox-music:before {
  content: "\E053";
}

.fa-inbox-trash:before {
  content: "\E054";
}

.fa-inbox-check-circle:before {
  content: "\E055";
}

.fa-inbox-arrow-down:before {
  content: "\E056";
}

.fa-inbox-star:before {
  content: "\E057";
}

.fa-inbox-arrow-up:before {
  content: "\E058";
}

.fa-inbox-file-text:before {
  content: "\E059";
}

.fa-inbox-search:before {
  content: "\E05A";
}

.fa-inbox-check:before {
  content: "\E05B";
}

.fa-inbox-times-circle:before {
  content: "\E05C";
}

.fa-inbox-arrow-right:before {
  content: "\E05D";
}

.fa-inbox-remove:before {
  content: "\E05E";
}

.fa-inbox-info:before {
  content: "\E05F";
}

.fa-inbox-plus:before {
  content: "\E060";
}

.fa-inbox-cog:before {
  content: "\E061";
}

.fa-inbox-clock-o:before {
  content: "\E062";
}

.fa-inbox-exclamation-triangle:before {
  content: "\E063";
}

.fa-inbox-minus:before {
  content: "\E064";
}

.fa-cloud-pencil:before {
  content: "\E065";
}

.fa-cloud-ban:before {
  content: "\E066";
}

.fa-cloud-tag:before {
  content: "\E067";
}

.fa-cloud-envelope:before {
  content: "\E068";
}

.fa-cloud-refresh:before {
  content: "\E069";
}

.fa-cloud-minus-circle:before {
  content: "\E06A";
}

.fa-cloud-question:before {
  content: "\E06B";
}

.fa-cloud-music:before {
  content: "\E06C";
}

.fa-cloud-trash:before {
  content: "\E06D";
}

.fa-cloud-check-circle:before {
  content: "\E06E";
}

.fa-cloud-arrow-down:before {
  content: "\E06F";
}

.fa-cloud-star:before {
  content: "\E070";
}

.fa-cloud-arrow-up:before {
  content: "\E071";
}

.fa-cloud-file-text:before {
  content: "\E072";
}

.fa-cloud-search:before {
  content: "\E073";
}

.fa-cloud-check:before {
  content: "\E074";
}

.fa-cloud-times-circle:before {
  content: "\E075";
}

.fa-cloud-arrow-right:before {
  content: "\E076";
}

.fa-cloud-remove:before {
  content: "\E077";
}

.fa-cloud-info:before {
  content: "\E078";
}

.fa-cloud-plus:before {
  content: "\E079";
}

.fa-cloud-cog:before {
  content: "\E07A";
}

.fa-cloud-clock-o:before {
  content: "\E07B";
}

.fa-cloud-exclamation-triangle:before {
  content: "\E07C";
}

.fa-cloud-minus:before {
  content: "\E07D";
}

.fa-group-pencil:before {
  content: "\E07E";
}

.fa-group-ban:before {
  content: "\E07F";
}

.fa-group-tag:before {
  content: "\E080";
}

.fa-group-envelope:before {
  content: "\E081";
}

.fa-group-refresh:before {
  content: "\E082";
}

.fa-group-minus-circle:before {
  content: "\E083";
}

.fa-group-question:before {
  content: "\E084";
}

.fa-group-music:before {
  content: "\E085";
}

.fa-group-trash:before {
  content: "\E086";
}

.fa-group-check-circle:before {
  content: "\E087";
}

.fa-group-arrow-down:before {
  content: "\E088";
}

.fa-group-star:before {
  content: "\E089";
}

.fa-group-arrow-up:before {
  content: "\E08A";
}

.fa-group-file-text:before {
  content: "\E08B";
}

.fa-group-search:before {
  content: "\E08C";
}

.fa-group-check:before {
  content: "\E08D";
}

.fa-group-times-circle:before {
  content: "\E08E";
}

.fa-group-arrow-right:before {
  content: "\E08F";
}

.fa-group-remove:before {
  content: "\E090";
}

.fa-group-info:before {
  content: "\E091";
}

.fa-group-plus:before {
  content: "\E092";
}

.fa-group-cog:before {
  content: "\E093";
}

.fa-group-clock-o:before {
  content: "\E094";
}

.fa-group-exclamation-triangle:before {
  content: "\E095";
}

.fa-group-minus:before {
  content: "\E096";
}

.fa-file-code-o-pencil:before {
  content: "\E097";
}

.fa-file-code-o-ban:before {
  content: "\E098";
}

.fa-file-code-o-tag:before {
  content: "\E099";
}

.fa-file-code-o-envelope:before {
  content: "\E09A";
}

.fa-file-code-o-refresh:before {
  content: "\E09B";
}

.fa-file-code-o-minus-circle:before {
  content: "\E09C";
}

.fa-file-code-o-question:before {
  content: "\E09D";
}

.fa-file-code-o-music:before {
  content: "\E09E";
}

.fa-file-code-o-trash:before {
  content: "\E09F";
}

.fa-file-code-o-check-circle:before {
  content: "\E0A0";
}

.fa-file-code-o-arrow-down:before {
  content: "\E0A1";
}

.fa-file-code-o-star:before {
  content: "\E0A2";
}

.fa-file-code-o-arrow-up:before {
  content: "\E0A3";
}

.fa-file-code-o-file-text:before {
  content: "\E0A4";
}

.fa-file-code-o-search:before {
  content: "\E0A5";
}

.fa-file-code-o-check:before {
  content: "\E0A6";
}

.fa-file-code-o-times-circle:before {
  content: "\E0A7";
}

.fa-file-code-o-arrow-right:before {
  content: "\E0A8";
}

.fa-file-code-o-remove:before {
  content: "\E0A9";
}

.fa-file-code-o-info:before {
  content: "\E0AA";
}

.fa-file-code-o-plus:before {
  content: "\E0AB";
}

.fa-file-code-o-cog:before {
  content: "\E0AC";
}

.fa-file-code-o-clock-o:before {
  content: "\E0AD";
}

.fa-file-code-o-exclamation-triangle:before {
  content: "\E0AE";
}

.fa-file-code-o-minus:before {
  content: "\E0AF";
}

.fa-file-video-o-pencil:before {
  content: "\E0B0";
}

.fa-file-video-o-ban:before {
  content: "\E0B1";
}

.fa-file-video-o-tag:before {
  content: "\E0B2";
}

.fa-file-video-o-envelope:before {
  content: "\E0B3";
}

.fa-file-video-o-refresh:before {
  content: "\E0B4";
}

.fa-file-video-o-minus-circle:before {
  content: "\E0B5";
}

.fa-file-video-o-question:before {
  content: "\E0B6";
}

.fa-file-video-o-music:before {
  content: "\E0B7";
}

.fa-file-video-o-trash:before {
  content: "\E0B8";
}

.fa-file-video-o-check-circle:before {
  content: "\E0B9";
}

.fa-file-video-o-arrow-down:before {
  content: "\E0BA";
}

.fa-file-video-o-star:before {
  content: "\E0BB";
}

.fa-file-video-o-arrow-up:before {
  content: "\E0BC";
}

.fa-file-video-o-file-text:before {
  content: "\E0BD";
}

.fa-file-video-o-search:before {
  content: "\E0BE";
}

.fa-file-video-o-check:before {
  content: "\E0BF";
}

.fa-file-video-o-times-circle:before {
  content: "\E0C0";
}

.fa-file-video-o-arrow-right:before {
  content: "\E0C1";
}

.fa-file-video-o-remove:before {
  content: "\E0C2";
}

.fa-file-video-o-info:before {
  content: "\E0C3";
}

.fa-file-video-o-plus:before {
  content: "\E0C4";
}

.fa-file-video-o-cog:before {
  content: "\E0C5";
}

.fa-file-video-o-clock-o:before {
  content: "\E0C6";
}

.fa-file-video-o-exclamation-triangle:before {
  content: "\E0C7";
}

.fa-file-video-o-minus:before {
  content: "\E0C8";
}

.fa-bookmark-pencil:before {
  content: "\E0C9";
}

.fa-bookmark-ban:before {
  content: "\E0CA";
}

.fa-bookmark-tag:before {
  content: "\E0CB";
}

.fa-bookmark-envelope:before {
  content: "\E0CC";
}

.fa-bookmark-refresh:before {
  content: "\E0CD";
}

.fa-bookmark-minus-circle:before {
  content: "\E0CE";
}

.fa-bookmark-question:before {
  content: "\E0CF";
}

.fa-bookmark-music:before {
  content: "\E0D0";
}

.fa-bookmark-trash:before {
  content: "\E0D1";
}

.fa-bookmark-check-circle:before {
  content: "\E0D2";
}

.fa-bookmark-arrow-down:before {
  content: "\E0D3";
}

.fa-bookmark-star:before {
  content: "\E0D4";
}

.fa-bookmark-arrow-up:before {
  content: "\E0D5";
}

.fa-bookmark-file-text:before {
  content: "\E0D6";
}

.fa-bookmark-search:before {
  content: "\E0D7";
}

.fa-bookmark-check:before {
  content: "\E0D8";
}

.fa-bookmark-times-circle:before {
  content: "\E0D9";
}

.fa-bookmark-arrow-right:before {
  content: "\E0DA";
}

.fa-bookmark-remove:before {
  content: "\E0DB";
}

.fa-bookmark-info:before {
  content: "\E0DC";
}

.fa-bookmark-plus:before {
  content: "\E0DD";
}

.fa-bookmark-cog:before {
  content: "\E0DE";
}

.fa-bookmark-clock-o:before {
  content: "\E0DF";
}

.fa-bookmark-exclamation-triangle:before {
  content: "\E0E0";
}

.fa-bookmark-minus:before {
  content: "\E0E1";
}

.fa-file-zip-o-pencil:before {
  content: "\E0E2";
}

.fa-file-zip-o-ban:before {
  content: "\E0E3";
}

.fa-file-zip-o-tag:before {
  content: "\E0E4";
}

.fa-file-zip-o-envelope:before {
  content: "\E0E5";
}

.fa-file-zip-o-refresh:before {
  content: "\E0E6";
}

.fa-file-zip-o-minus-circle:before {
  content: "\E0E7";
}

.fa-file-zip-o-question:before {
  content: "\E0E8";
}

.fa-file-zip-o-music:before {
  content: "\E0E9";
}

.fa-file-zip-o-trash:before {
  content: "\E0EA";
}

.fa-file-zip-o-check-circle:before {
  content: "\E0EB";
}

.fa-file-zip-o-arrow-down:before {
  content: "\E0EC";
}

.fa-file-zip-o-star:before {
  content: "\E0ED";
}

.fa-file-zip-o-arrow-up:before {
  content: "\E0EE";
}

.fa-file-zip-o-file-text:before {
  content: "\E0EF";
}

.fa-file-zip-o-search:before {
  content: "\E0F0";
}

.fa-file-zip-o-check:before {
  content: "\E0F1";
}

.fa-file-zip-o-times-circle:before {
  content: "\E0F2";
}

.fa-file-zip-o-arrow-right:before {
  content: "\E0F3";
}

.fa-file-zip-o-remove:before {
  content: "\E0F4";
}

.fa-file-zip-o-info:before {
  content: "\E0F5";
}

.fa-file-zip-o-plus:before {
  content: "\E0F6";
}

.fa-file-zip-o-cog:before {
  content: "\E0F7";
}

.fa-file-zip-o-clock-o:before {
  content: "\E0F8";
}

.fa-file-zip-o-exclamation-triangle:before {
  content: "\E0F9";
}

.fa-file-zip-o-minus:before {
  content: "\E0FA";
}

.fa-file-image-o-pencil:before {
  content: "\E0FB";
}

.fa-file-image-o-ban:before {
  content: "\E0FC";
}

.fa-file-image-o-tag:before {
  content: "\E0FD";
}

.fa-file-image-o-envelope:before {
  content: "\E0FE";
}

.fa-file-image-o-refresh:before {
  content: "\E0FF";
}

.fa-file-image-o-minus-circle:before {
  content: "\E100";
}

.fa-file-image-o-question:before {
  content: "\E101";
}

.fa-file-image-o-music:before {
  content: "\E102";
}

.fa-file-image-o-trash:before {
  content: "\E103";
}

.fa-file-image-o-check-circle:before {
  content: "\E104";
}

.fa-file-image-o-arrow-down:before {
  content: "\E105";
}

.fa-file-image-o-star:before {
  content: "\E106";
}

.fa-file-image-o-arrow-up:before {
  content: "\E107";
}

.fa-file-image-o-file-text:before {
  content: "\E108";
}

.fa-file-image-o-search:before {
  content: "\E109";
}

.fa-file-image-o-check:before {
  content: "\E10A";
}

.fa-file-image-o-times-circle:before {
  content: "\E10B";
}

.fa-file-image-o-arrow-right:before {
  content: "\E10C";
}

.fa-file-image-o-remove:before {
  content: "\E10D";
}

.fa-file-image-o-info:before {
  content: "\E10E";
}

.fa-file-image-o-plus:before {
  content: "\E10F";
}

.fa-file-image-o-cog:before {
  content: "\E110";
}

.fa-file-image-o-clock-o:before {
  content: "\E111";
}

.fa-file-image-o-exclamation-triangle:before {
  content: "\E112";
}

.fa-file-image-o-minus:before {
  content: "\E113";
}

.fa-file-powerpoint-o-pencil:before {
  content: "\E114";
}

.fa-file-powerpoint-o-ban:before {
  content: "\E115";
}

.fa-file-powerpoint-o-tag:before {
  content: "\E116";
}

.fa-file-powerpoint-o-envelope:before {
  content: "\E117";
}

.fa-file-powerpoint-o-refresh:before {
  content: "\E118";
}

.fa-file-powerpoint-o-minus-circle:before {
  content: "\E119";
}

.fa-file-powerpoint-o-question:before {
  content: "\E11A";
}

.fa-file-powerpoint-o-music:before {
  content: "\E11B";
}

.fa-file-powerpoint-o-trash:before {
  content: "\E11C";
}

.fa-file-powerpoint-o-check-circle:before {
  content: "\E11D";
}

.fa-file-powerpoint-o-arrow-down:before {
  content: "\E11E";
}

.fa-file-powerpoint-o-star:before {
  content: "\E11F";
}

.fa-file-powerpoint-o-arrow-up:before {
  content: "\E120";
}

.fa-file-powerpoint-o-file-text:before {
  content: "\E121";
}

.fa-file-powerpoint-o-search:before {
  content: "\E122";
}

.fa-file-powerpoint-o-check:before {
  content: "\E123";
}

.fa-file-powerpoint-o-times-circle:before {
  content: "\E124";
}

.fa-file-powerpoint-o-arrow-right:before {
  content: "\E125";
}

.fa-file-powerpoint-o-remove:before {
  content: "\E126";
}

.fa-file-powerpoint-o-info:before {
  content: "\E127";
}

.fa-file-powerpoint-o-plus:before {
  content: "\E128";
}

.fa-file-powerpoint-o-cog:before {
  content: "\E129";
}

.fa-file-powerpoint-o-clock-o:before {
  content: "\E12A";
}

.fa-file-powerpoint-o-exclamation-triangle:before {
  content: "\E12B";
}

.fa-file-powerpoint-o-minus:before {
  content: "\E12C";
}

.fa-file-excel-o-pencil:before {
  content: "\E12D";
}

.fa-file-excel-o-ban:before {
  content: "\E12E";
}

.fa-file-excel-o-tag:before {
  content: "\E12F";
}

.fa-file-excel-o-envelope:before {
  content: "\E130";
}

.fa-file-excel-o-refresh:before {
  content: "\E131";
}

.fa-file-excel-o-minus-circle:before {
  content: "\E132";
}

.fa-file-excel-o-question:before {
  content: "\E133";
}

.fa-file-excel-o-music:before {
  content: "\E134";
}

.fa-file-excel-o-trash:before {
  content: "\E135";
}

.fa-file-excel-o-check-circle:before {
  content: "\E136";
}

.fa-file-excel-o-arrow-down:before {
  content: "\E137";
}

.fa-file-excel-o-star:before {
  content: "\E138";
}

.fa-file-excel-o-arrow-up:before {
  content: "\E139";
}

.fa-file-excel-o-file-text:before {
  content: "\E13A";
}

.fa-file-excel-o-search:before {
  content: "\E13B";
}

.fa-file-excel-o-check:before {
  content: "\E13C";
}

.fa-file-excel-o-times-circle:before {
  content: "\E13D";
}

.fa-file-excel-o-arrow-right:before {
  content: "\E13E";
}

.fa-file-excel-o-remove:before {
  content: "\E13F";
}

.fa-file-excel-o-info:before {
  content: "\E140";
}

.fa-file-excel-o-plus:before {
  content: "\E141";
}

.fa-file-excel-o-cog:before {
  content: "\E142";
}

.fa-file-excel-o-clock-o:before {
  content: "\E143";
}

.fa-file-excel-o-exclamation-triangle:before {
  content: "\E144";
}

.fa-file-excel-o-minus:before {
  content: "\E145";
}

.fa-file-word-o-pencil:before {
  content: "\E146";
}

.fa-file-word-o-ban:before {
  content: "\E147";
}

.fa-file-word-o-tag:before {
  content: "\E148";
}

.fa-file-word-o-envelope:before {
  content: "\E149";
}

.fa-file-word-o-refresh:before {
  content: "\E14A";
}

.fa-file-word-o-minus-circle:before {
  content: "\E14B";
}

.fa-file-word-o-question:before {
  content: "\E14C";
}

.fa-file-word-o-music:before {
  content: "\E14D";
}

.fa-file-word-o-trash:before {
  content: "\E14E";
}

.fa-file-word-o-check-circle:before {
  content: "\E14F";
}

.fa-file-word-o-arrow-down:before {
  content: "\E150";
}

.fa-file-word-o-star:before {
  content: "\E151";
}

.fa-file-word-o-arrow-up:before {
  content: "\E152";
}

.fa-file-word-o-file-text:before {
  content: "\E153";
}

.fa-file-word-o-search:before {
  content: "\E154";
}

.fa-file-word-o-check:before {
  content: "\E155";
}

.fa-file-word-o-times-circle:before {
  content: "\E156";
}

.fa-file-word-o-arrow-right:before {
  content: "\E157";
}

.fa-file-word-o-remove:before {
  content: "\E158";
}

.fa-file-word-o-info:before {
  content: "\E159";
}

.fa-file-word-o-plus:before {
  content: "\E15A";
}

.fa-file-word-o-cog:before {
  content: "\E15B";
}

.fa-file-word-o-clock-o:before {
  content: "\E15C";
}

.fa-file-word-o-exclamation-triangle:before {
  content: "\E15D";
}

.fa-file-word-o-minus:before {
  content: "\E15E";
}

.fa-heart-o-pencil:before {
  content: "\E15F";
}

.fa-heart-o-ban:before {
  content: "\E160";
}

.fa-heart-o-tag:before {
  content: "\E161";
}

.fa-heart-o-envelope:before {
  content: "\E162";
}

.fa-heart-o-refresh:before {
  content: "\E163";
}

.fa-heart-o-minus-circle:before {
  content: "\E164";
}

.fa-heart-o-question:before {
  content: "\E165";
}

.fa-heart-o-music:before {
  content: "\E166";
}

.fa-heart-o-trash:before {
  content: "\E167";
}

.fa-heart-o-check-circle:before {
  content: "\E168";
}

.fa-heart-o-arrow-down:before {
  content: "\E169";
}

.fa-heart-o-star:before {
  content: "\E16A";
}

.fa-heart-o-arrow-up:before {
  content: "\E16B";
}

.fa-heart-o-file-text:before {
  content: "\E16C";
}

.fa-heart-o-search:before {
  content: "\E16D";
}

.fa-heart-o-check:before {
  content: "\E16E";
}

.fa-heart-o-times-circle:before {
  content: "\E16F";
}

.fa-heart-o-arrow-right:before {
  content: "\E170";
}

.fa-heart-o-remove:before {
  content: "\E171";
}

.fa-heart-o-info:before {
  content: "\E172";
}

.fa-heart-o-plus:before {
  content: "\E173";
}

.fa-heart-o-cog:before {
  content: "\E174";
}

.fa-heart-o-clock-o:before {
  content: "\E175";
}

.fa-heart-o-exclamation-triangle:before {
  content: "\E176";
}

.fa-heart-o-minus:before {
  content: "\E177";
}

.fa-camera-pencil:before {
  content: "\E178";
}

.fa-camera-ban:before {
  content: "\E179";
}

.fa-camera-tag:before {
  content: "\E17A";
}

.fa-camera-envelope:before {
  content: "\E17B";
}

.fa-camera-refresh:before {
  content: "\E17C";
}

.fa-camera-minus-circle:before {
  content: "\E17D";
}

.fa-camera-question:before {
  content: "\E17E";
}

.fa-camera-music:before {
  content: "\E17F";
}

.fa-camera-trash:before {
  content: "\E180";
}

.fa-camera-check-circle:before {
  content: "\E181";
}

.fa-camera-arrow-down:before {
  content: "\E182";
}

.fa-camera-star:before {
  content: "\E183";
}

.fa-camera-arrow-up:before {
  content: "\E184";
}

.fa-camera-file-text:before {
  content: "\E185";
}

.fa-camera-search:before {
  content: "\E186";
}

.fa-camera-check:before {
  content: "\E187";
}

.fa-camera-times-circle:before {
  content: "\E188";
}

.fa-camera-arrow-right:before {
  content: "\E189";
}

.fa-camera-remove:before {
  content: "\E18A";
}

.fa-camera-info:before {
  content: "\E18B";
}

.fa-camera-plus:before {
  content: "\E18C";
}

.fa-camera-cog:before {
  content: "\E18D";
}

.fa-camera-clock-o:before {
  content: "\E18E";
}

.fa-camera-exclamation-triangle:before {
  content: "\E18F";
}

.fa-camera-minus:before {
  content: "\E190";
}

.fa-lock-pencil:before {
  content: "\E191";
}

.fa-lock-ban:before {
  content: "\E192";
}

.fa-lock-tag:before {
  content: "\E193";
}

.fa-lock-envelope:before {
  content: "\E194";
}

.fa-lock-refresh:before {
  content: "\E195";
}

.fa-lock-minus-circle:before {
  content: "\E196";
}

.fa-lock-question:before {
  content: "\E197";
}

.fa-lock-music:before {
  content: "\E198";
}

.fa-lock-trash:before {
  content: "\E199";
}

.fa-lock-check-circle:before {
  content: "\E19A";
}

.fa-lock-arrow-down:before {
  content: "\E19B";
}

.fa-lock-star:before {
  content: "\E19C";
}

.fa-lock-arrow-up:before {
  content: "\E19D";
}

.fa-lock-file-text:before {
  content: "\E19E";
}

.fa-lock-search:before {
  content: "\E19F";
}

.fa-lock-check:before {
  content: "\E1A0";
}

.fa-lock-times-circle:before {
  content: "\E1A1";
}

.fa-lock-arrow-right:before {
  content: "\E1A2";
}

.fa-lock-remove:before {
  content: "\E1A3";
}

.fa-lock-info:before {
  content: "\E1A4";
}

.fa-lock-plus:before {
  content: "\E1A5";
}

.fa-lock-cog:before {
  content: "\E1A6";
}

.fa-lock-clock-o:before {
  content: "\E1A7";
}

.fa-lock-exclamation-triangle:before {
  content: "\E1A8";
}

.fa-lock-minus:before {
  content: "\E1A9";
}

.fa-folder-o-pencil:before {
  content: "\E1AA";
}

.fa-folder-o-ban:before {
  content: "\E1AB";
}

.fa-folder-o-tag:before {
  content: "\E1AC";
}

.fa-folder-o-envelope:before {
  content: "\E1AD";
}

.fa-folder-o-refresh:before {
  content: "\E1AE";
}

.fa-folder-o-minus-circle:before {
  content: "\E1AF";
}

.fa-folder-o-question:before {
  content: "\E1B0";
}

.fa-folder-o-music:before {
  content: "\E1B1";
}

.fa-folder-o-trash:before {
  content: "\E1B2";
}

.fa-folder-o-check-circle:before {
  content: "\E1B3";
}

.fa-folder-o-arrow-down:before {
  content: "\E1B4";
}

.fa-folder-o-star:before {
  content: "\E1B5";
}

.fa-folder-o-arrow-up:before {
  content: "\E1B6";
}

.fa-folder-o-file-text:before {
  content: "\E1B7";
}

.fa-folder-o-search:before {
  content: "\E1B8";
}

.fa-folder-o-check:before {
  content: "\E1B9";
}

.fa-folder-o-times-circle:before {
  content: "\E1BA";
}

.fa-folder-o-arrow-right:before {
  content: "\E1BB";
}

.fa-folder-o-remove:before {
  content: "\E1BC";
}

.fa-folder-o-info:before {
  content: "\E1BD";
}

.fa-folder-o-plus:before {
  content: "\E1BE";
}

.fa-folder-o-cog:before {
  content: "\E1BF";
}

.fa-folder-o-clock-o:before {
  content: "\E1C0";
}

.fa-folder-o-exclamation-triangle:before {
  content: "\E1C1";
}

.fa-folder-o-minus:before {
  content: "\E1C2";
}

.fa-floppy-o-pencil:before {
  content: "\E1C3";
}

.fa-floppy-o-ban:before {
  content: "\E1C4";
}

.fa-floppy-o-tag:before {
  content: "\E1C5";
}

.fa-floppy-o-envelope:before {
  content: "\E1C6";
}

.fa-floppy-o-refresh:before {
  content: "\E1C7";
}

.fa-floppy-o-minus-circle:before {
  content: "\E1C8";
}

.fa-floppy-o-question:before {
  content: "\E1C9";
}

.fa-floppy-o-music:before {
  content: "\E1CA";
}

.fa-floppy-o-trash:before {
  content: "\E1CB";
}

.fa-floppy-o-check-circle:before {
  content: "\E1CC";
}

.fa-floppy-o-arrow-down:before {
  content: "\E1CD";
}

.fa-floppy-o-star:before {
  content: "\E1CE";
}

.fa-floppy-o-arrow-up:before {
  content: "\E1CF";
}

.fa-floppy-o-file-text:before {
  content: "\E1D0";
}

.fa-floppy-o-search:before {
  content: "\E1D1";
}

.fa-floppy-o-check:before {
  content: "\E1D2";
}

.fa-floppy-o-times-circle:before {
  content: "\E1D3";
}

.fa-floppy-o-arrow-right:before {
  content: "\E1D4";
}

.fa-floppy-o-remove:before {
  content: "\E1D5";
}

.fa-floppy-o-info:before {
  content: "\E1D6";
}

.fa-floppy-o-plus:before {
  content: "\E1D7";
}

.fa-floppy-o-cog:before {
  content: "\E1D8";
}

.fa-floppy-o-clock-o:before {
  content: "\E1D9";
}

.fa-floppy-o-exclamation-triangle:before {
  content: "\E1DA";
}

.fa-floppy-o-minus:before {
  content: "\E1DB";
}

.fa-file-pdf-o-pencil:before {
  content: "\E1DC";
}

.fa-file-pdf-o-ban:before {
  content: "\E1DD";
}

.fa-file-pdf-o-tag:before {
  content: "\E1DE";
}

.fa-file-pdf-o-envelope:before {
  content: "\E1DF";
}

.fa-file-pdf-o-refresh:before {
  content: "\E1E0";
}

.fa-file-pdf-o-minus-circle:before {
  content: "\E1E1";
}

.fa-file-pdf-o-question:before {
  content: "\E1E2";
}

.fa-file-pdf-o-music:before {
  content: "\E1E3";
}

.fa-file-pdf-o-trash:before {
  content: "\E1E4";
}

.fa-file-pdf-o-check-circle:before {
  content: "\E1E5";
}

.fa-file-pdf-o-arrow-down:before {
  content: "\E1E6";
}

.fa-file-pdf-o-star:before {
  content: "\E1E7";
}

.fa-file-pdf-o-arrow-up:before {
  content: "\E1E8";
}

.fa-file-pdf-o-file-text:before {
  content: "\E1E9";
}

.fa-file-pdf-o-search:before {
  content: "\E1EA";
}

.fa-file-pdf-o-check:before {
  content: "\E1EB";
}

.fa-file-pdf-o-times-circle:before {
  content: "\E1EC";
}

.fa-file-pdf-o-arrow-right:before {
  content: "\E1ED";
}

.fa-file-pdf-o-remove:before {
  content: "\E1EE";
}

.fa-file-pdf-o-info:before {
  content: "\E1EF";
}

.fa-file-pdf-o-plus:before {
  content: "\E1F0";
}

.fa-file-pdf-o-cog:before {
  content: "\E1F1";
}

.fa-file-pdf-o-clock-o:before {
  content: "\E1F2";
}

.fa-file-pdf-o-exclamation-triangle:before {
  content: "\E1F3";
}

.fa-file-pdf-o-minus:before {
  content: "\E1F4";
}

.fa-database-pencil:before {
  content: "\E1F5";
}

.fa-database-ban:before {
  content: "\E1F6";
}

.fa-database-tag:before {
  content: "\E1F7";
}

.fa-database-envelope:before {
  content: "\E1F8";
}

.fa-database-refresh:before {
  content: "\E1F9";
}

.fa-database-minus-circle:before {
  content: "\E1FA";
}

.fa-database-question:before {
  content: "\E1FB";
}

.fa-database-music:before {
  content: "\E1FC";
}

.fa-database-trash:before {
  content: "\E1FD";
}

.fa-database-check-circle:before {
  content: "\E1FE";
}

.fa-database-arrow-down:before {
  content: "\E1FF";
}

.fa-database-star:before {
  content: "\E200";
}

.fa-database-arrow-up:before {
  content: "\E201";
}

.fa-database-file-text:before {
  content: "\E202";
}

.fa-database-search:before {
  content: "\E203";
}

.fa-database-check:before {
  content: "\E204";
}

.fa-database-times-circle:before {
  content: "\E205";
}

.fa-database-arrow-right:before {
  content: "\E206";
}

.fa-database-remove:before {
  content: "\E207";
}

.fa-database-info:before {
  content: "\E208";
}

.fa-database-plus:before {
  content: "\E209";
}

.fa-database-cog:before {
  content: "\E20A";
}

.fa-database-clock-o:before {
  content: "\E20B";
}

.fa-database-exclamation-triangle:before {
  content: "\E20C";
}

.fa-database-minus:before {
  content: "\E20D";
}

.fa-question-circle-pencil:before {
  content: "\E20E";
}

.fa-question-circle-ban:before {
  content: "\E20F";
}

.fa-question-circle-tag:before {
  content: "\E210";
}

.fa-question-circle-envelope:before {
  content: "\E211";
}

.fa-question-circle-refresh:before {
  content: "\E212";
}

.fa-question-circle-minus-circle:before {
  content: "\E213";
}

.fa-question-circle-question:before {
  content: "\E214";
}

.fa-question-circle-music:before {
  content: "\E215";
}

.fa-question-circle-trash:before {
  content: "\E216";
}

.fa-question-circle-check-circle:before {
  content: "\E217";
}

.fa-question-circle-arrow-down:before {
  content: "\E218";
}

.fa-question-circle-star:before {
  content: "\E219";
}

.fa-question-circle-arrow-up:before {
  content: "\E21A";
}

.fa-question-circle-file-text:before {
  content: "\E21B";
}

.fa-question-circle-search:before {
  content: "\E21C";
}

.fa-question-circle-check:before {
  content: "\E21D";
}

.fa-question-circle-times-circle:before {
  content: "\E21E";
}

.fa-question-circle-arrow-right:before {
  content: "\E21F";
}

.fa-question-circle-remove:before {
  content: "\E220";
}

.fa-question-circle-info:before {
  content: "\E221";
}

.fa-question-circle-plus:before {
  content: "\E222";
}

.fa-question-circle-cog:before {
  content: "\E223";
}

.fa-question-circle-clock-o:before {
  content: "\E224";
}

.fa-question-circle-exclamation-triangle:before {
  content: "\E225";
}

.fa-question-circle-minus:before {
  content: "\E226";
}

.fa-phone-pencil:before {
  content: "\E227";
}

.fa-phone-ban:before {
  content: "\E228";
}

.fa-phone-tag:before {
  content: "\E229";
}

.fa-phone-envelope:before {
  content: "\E22A";
}

.fa-phone-refresh:before {
  content: "\E22B";
}

.fa-phone-minus-circle:before {
  content: "\E22C";
}

.fa-phone-question:before {
  content: "\E22D";
}

.fa-phone-music:before {
  content: "\E22E";
}

.fa-phone-trash:before {
  content: "\E22F";
}

.fa-phone-check-circle:before {
  content: "\E230";
}

.fa-phone-arrow-down:before {
  content: "\E231";
}

.fa-phone-star:before {
  content: "\E232";
}

.fa-phone-arrow-up:before {
  content: "\E233";
}

.fa-phone-file-text:before {
  content: "\E234";
}

.fa-phone-search:before {
  content: "\E235";
}

.fa-phone-check:before {
  content: "\E236";
}

.fa-phone-times-circle:before {
  content: "\E237";
}

.fa-phone-arrow-right:before {
  content: "\E238";
}

.fa-phone-remove:before {
  content: "\E239";
}

.fa-phone-info:before {
  content: "\E23A";
}

.fa-phone-plus:before {
  content: "\E23B";
}

.fa-phone-cog:before {
  content: "\E23C";
}

.fa-phone-clock-o:before {
  content: "\E23D";
}

.fa-phone-exclamation-triangle:before {
  content: "\E23E";
}

.fa-phone-minus:before {
  content: "\E23F";
}

.fa-link-pencil:before {
  content: "\E240";
}

.fa-link-ban:before {
  content: "\E241";
}

.fa-link-tag:before {
  content: "\E242";
}

.fa-link-envelope:before {
  content: "\E243";
}

.fa-link-refresh:before {
  content: "\E244";
}

.fa-link-minus-circle:before {
  content: "\E245";
}

.fa-link-question:before {
  content: "\E246";
}

.fa-link-music:before {
  content: "\E247";
}

.fa-link-trash:before {
  content: "\E248";
}

.fa-link-check-circle:before {
  content: "\E249";
}

.fa-link-arrow-down:before {
  content: "\E24A";
}

.fa-link-star:before {
  content: "\E24B";
}

.fa-link-arrow-up:before {
  content: "\E24C";
}

.fa-link-file-text:before {
  content: "\E24D";
}

.fa-link-search:before {
  content: "\E24E";
}

.fa-link-check:before {
  content: "\E24F";
}

.fa-link-times-circle:before {
  content: "\E250";
}

.fa-link-arrow-right:before {
  content: "\E251";
}

.fa-link-remove:before {
  content: "\E252";
}

.fa-link-info:before {
  content: "\E253";
}

.fa-link-plus:before {
  content: "\E254";
}

.fa-link-cog:before {
  content: "\E255";
}

.fa-link-clock-o:before {
  content: "\E256";
}

.fa-link-exclamation-triangle:before {
  content: "\E257";
}

.fa-link-minus:before {
  content: "\E258";
}

.fa-file-text-o-pencil:before {
  content: "\E259";
}

.fa-file-text-o-ban:before {
  content: "\E25A";
}

.fa-file-text-o-tag:before {
  content: "\E25B";
}

.fa-file-text-o-envelope:before {
  content: "\E25C";
}

.fa-file-text-o-refresh:before {
  content: "\E25D";
}

.fa-file-text-o-minus-circle:before {
  content: "\E25E";
}

.fa-file-text-o-question:before {
  content: "\E25F";
}

.fa-file-text-o-music:before {
  content: "\E260";
}

.fa-file-text-o-trash:before {
  content: "\E261";
}

.fa-file-text-o-check-circle:before {
  content: "\E262";
}

.fa-file-text-o-arrow-down:before {
  content: "\E263";
}

.fa-file-text-o-star:before {
  content: "\E264";
}

.fa-file-text-o-arrow-up:before {
  content: "\E265";
}

.fa-file-text-o-file-text:before {
  content: "\E266";
}

.fa-file-text-o-search:before {
  content: "\E267";
}

.fa-file-text-o-check:before {
  content: "\E268";
}

.fa-file-text-o-times-circle:before {
  content: "\E269";
}

.fa-file-text-o-arrow-right:before {
  content: "\E26A";
}

.fa-file-text-o-remove:before {
  content: "\E26B";
}

.fa-file-text-o-info:before {
  content: "\E26C";
}

.fa-file-text-o-plus:before {
  content: "\E26D";
}

.fa-file-text-o-cog:before {
  content: "\E26E";
}

.fa-file-text-o-clock-o:before {
  content: "\E26F";
}

.fa-file-text-o-exclamation-triangle:before {
  content: "\E270";
}

.fa-file-text-o-minus:before {
  content: "\E271";
}

.fa-graduation-cap-pencil:before {
  content: "\E272";
}

.fa-graduation-cap-ban:before {
  content: "\E273";
}

.fa-graduation-cap-tag:before {
  content: "\E274";
}

.fa-graduation-cap-envelope:before {
  content: "\E275";
}

.fa-graduation-cap-refresh:before {
  content: "\E276";
}

.fa-graduation-cap-minus-circle:before {
  content: "\E277";
}

.fa-graduation-cap-question:before {
  content: "\E278";
}

.fa-graduation-cap-music:before {
  content: "\E279";
}

.fa-graduation-cap-trash:before {
  content: "\E27A";
}

.fa-graduation-cap-check-circle:before {
  content: "\E27B";
}

.fa-graduation-cap-arrow-down:before {
  content: "\E27C";
}

.fa-graduation-cap-star:before {
  content: "\E27D";
}

.fa-graduation-cap-arrow-up:before {
  content: "\E27E";
}

.fa-graduation-cap-file-text:before {
  content: "\E27F";
}

.fa-graduation-cap-search:before {
  content: "\E280";
}

.fa-graduation-cap-check:before {
  content: "\E281";
}

.fa-graduation-cap-times-circle:before {
  content: "\E282";
}

.fa-graduation-cap-arrow-right:before {
  content: "\E283";
}

.fa-graduation-cap-remove:before {
  content: "\E284";
}

.fa-graduation-cap-info:before {
  content: "\E285";
}

.fa-graduation-cap-plus:before {
  content: "\E286";
}

.fa-graduation-cap-cog:before {
  content: "\E287";
}

.fa-graduation-cap-clock-o:before {
  content: "\E288";
}

.fa-graduation-cap-exclamation-triangle:before {
  content: "\E289";
}

.fa-graduation-cap-minus:before {
  content: "\E28A";
}

.fa-map-pencil:before {
  content: "\E28B";
}

.fa-map-ban:before {
  content: "\E28C";
}

.fa-map-tag:before {
  content: "\E28D";
}

.fa-map-envelope:before {
  content: "\E28E";
}

.fa-map-refresh:before {
  content: "\E28F";
}

.fa-map-minus-circle:before {
  content: "\E290";
}

.fa-map-question:before {
  content: "\E291";
}

.fa-map-music:before {
  content: "\E292";
}

.fa-map-trash:before {
  content: "\E293";
}

.fa-map-check-circle:before {
  content: "\E294";
}

.fa-map-arrow-down:before {
  content: "\E295";
}

.fa-map-star:before {
  content: "\E296";
}

.fa-map-arrow-up:before {
  content: "\E297";
}

.fa-map-file-text:before {
  content: "\E298";
}

.fa-map-search:before {
  content: "\E299";
}

.fa-map-check:before {
  content: "\E29A";
}

.fa-map-times-circle:before {
  content: "\E29B";
}

.fa-map-arrow-right:before {
  content: "\E29C";
}

.fa-map-remove:before {
  content: "\E29D";
}

.fa-map-info:before {
  content: "\E29E";
}

.fa-map-plus:before {
  content: "\E29F";
}

.fa-map-cog:before {
  content: "\E2A0";
}

.fa-map-clock-o:before {
  content: "\E2A1";
}

.fa-map-exclamation-triangle:before {
  content: "\E2A2";
}

.fa-map-minus:before {
  content: "\E2A3";
}

.fa-map-o-pencil:before {
  content: "\E2A4";
}

.fa-map-o-ban:before {
  content: "\E2A5";
}

.fa-map-o-tag:before {
  content: "\E2A6";
}

.fa-map-o-envelope:before {
  content: "\E2A7";
}

.fa-map-o-refresh:before {
  content: "\E2A8";
}

.fa-map-o-minus-circle:before {
  content: "\E2A9";
}

.fa-map-o-question:before {
  content: "\E2AA";
}

.fa-map-o-music:before {
  content: "\E2AB";
}

.fa-map-o-trash:before {
  content: "\E2AC";
}

.fa-map-o-check-circle:before {
  content: "\E2AD";
}

.fa-map-o-arrow-down:before {
  content: "\E2AE";
}

.fa-map-o-star:before {
  content: "\E2AF";
}

.fa-map-o-arrow-up:before {
  content: "\E2B0";
}

.fa-map-o-file-text:before {
  content: "\E2B1";
}

.fa-map-o-search:before {
  content: "\E2B2";
}

.fa-map-o-check:before {
  content: "\E2B3";
}

.fa-map-o-times-circle:before {
  content: "\E2B4";
}

.fa-map-o-arrow-right:before {
  content: "\E2B5";
}

.fa-map-o-remove:before {
  content: "\E2B6";
}

.fa-map-o-info:before {
  content: "\E2B7";
}

.fa-map-o-plus:before {
  content: "\E2B8";
}

.fa-map-o-cog:before {
  content: "\E2B9";
}

.fa-map-o-clock-o:before {
  content: "\E2BA";
}

.fa-map-o-exclamation-triangle:before {
  content: "\E2BB";
}

.fa-map-o-minus:before {
  content: "\E2BC";
}

.fa-map-pin-pencil:before {
  content: "\E2BD";
}

.fa-map-pin-ban:before {
  content: "\E2BE";
}

.fa-map-pin-tag:before {
  content: "\E2BF";
}

.fa-map-pin-envelope:before {
  content: "\E2C0";
}

.fa-map-pin-refresh:before {
  content: "\E2C1";
}

.fa-map-pin-minus-circle:before {
  content: "\E2C2";
}

.fa-map-pin-question:before {
  content: "\E2C3";
}

.fa-map-pin-music:before {
  content: "\E2C4";
}

.fa-map-pin-trash:before {
  content: "\E2C5";
}

.fa-map-pin-check-circle:before {
  content: "\E2C6";
}

.fa-map-pin-arrow-down:before {
  content: "\E2C7";
}

.fa-map-pin-star:before {
  content: "\E2C8";
}

.fa-map-pin-arrow-up:before {
  content: "\E2C9";
}

.fa-map-pin-file-text:before {
  content: "\E2CA";
}

.fa-map-pin-search:before {
  content: "\E2CB";
}

.fa-map-pin-check:before {
  content: "\E2CC";
}

.fa-map-pin-times-circle:before {
  content: "\E2CD";
}

.fa-map-pin-arrow-right:before {
  content: "\E2CE";
}

.fa-map-pin-remove:before {
  content: "\E2CF";
}

.fa-map-pin-info:before {
  content: "\E2D0";
}

.fa-map-pin-plus:before {
  content: "\E2D1";
}

.fa-map-pin-cog:before {
  content: "\E2D2";
}

.fa-map-pin-clock-o:before {
  content: "\E2D3";
}

.fa-map-pin-exclamation-triangle:before {
  content: "\E2D4";
}

.fa-map-pin-minus:before {
  content: "\E2D5";
}

.fa-video-camera-pencil:before {
  content: "\E2D6";
}

.fa-video-camera-ban:before {
  content: "\E2D7";
}

.fa-video-camera-tag:before {
  content: "\E2D8";
}

.fa-video-camera-envelope:before {
  content: "\E2D9";
}

.fa-video-camera-refresh:before {
  content: "\E2DA";
}

.fa-video-camera-minus-circle:before {
  content: "\E2DB";
}

.fa-video-camera-question:before {
  content: "\E2DC";
}

.fa-video-camera-music:before {
  content: "\E2DD";
}

.fa-video-camera-trash:before {
  content: "\E2DE";
}

.fa-video-camera-check-circle:before {
  content: "\E2DF";
}

.fa-video-camera-arrow-down:before {
  content: "\E2E0";
}

.fa-video-camera-star:before {
  content: "\E2E1";
}

.fa-video-camera-arrow-up:before {
  content: "\E2E2";
}

.fa-video-camera-file-text:before {
  content: "\E2E3";
}

.fa-video-camera-search:before {
  content: "\E2E4";
}

.fa-video-camera-check:before {
  content: "\E2E5";
}

.fa-video-camera-times-circle:before {
  content: "\E2E6";
}

.fa-video-camera-arrow-right:before {
  content: "\E2E7";
}

.fa-video-camera-remove:before {
  content: "\E2E8";
}

.fa-video-camera-info:before {
  content: "\E2E9";
}

.fa-video-camera-plus:before {
  content: "\E2EA";
}

.fa-video-camera-cog:before {
  content: "\E2EB";
}

.fa-video-camera-clock-o:before {
  content: "\E2EC";
}

.fa-video-camera-exclamation-triangle:before {
  content: "\E2ED";
}

.fa-video-camera-minus:before {
  content: "\E2EE";
}

.fa-heart-pencil:before {
  content: "\E2EF";
}

.fa-heart-ban:before {
  content: "\E2F0";
}

.fa-heart-tag:before {
  content: "\E2F1";
}

.fa-heart-envelope:before {
  content: "\E2F2";
}

.fa-heart-refresh:before {
  content: "\E2F3";
}

.fa-heart-minus-circle:before {
  content: "\E2F4";
}

.fa-heart-question:before {
  content: "\E2F5";
}

.fa-heart-music:before {
  content: "\E2F6";
}

.fa-heart-trash:before {
  content: "\E2F7";
}

.fa-heart-check-circle:before {
  content: "\E2F8";
}

.fa-heart-arrow-down:before {
  content: "\E2F9";
}

.fa-heart-star:before {
  content: "\E2FA";
}

.fa-heart-arrow-up:before {
  content: "\E2FB";
}

.fa-heart-file-text:before {
  content: "\E2FC";
}

.fa-heart-search:before {
  content: "\E2FD";
}

.fa-heart-check:before {
  content: "\E2FE";
}

.fa-heart-times-circle:before {
  content: "\E2FF";
}

.fa-heart-arrow-right:before {
  content: "\E300";
}

.fa-heart-remove:before {
  content: "\E301";
}

.fa-heart-info:before {
  content: "\E302";
}

.fa-heart-plus:before {
  content: "\E303";
}

.fa-heart-cog:before {
  content: "\E304";
}

.fa-heart-clock-o:before {
  content: "\E305";
}

.fa-heart-exclamation-triangle:before {
  content: "\E306";
}

.fa-heart-minus:before {
  content: "\E307";
}

.fa-folder-pencil:before {
  content: "\E308";
}

.fa-folder-ban:before {
  content: "\E309";
}

.fa-folder-tag:before {
  content: "\E30A";
}

.fa-folder-envelope:before {
  content: "\E30B";
}

.fa-folder-refresh:before {
  content: "\E30C";
}

.fa-folder-minus-circle:before {
  content: "\E30D";
}

.fa-folder-question:before {
  content: "\E30E";
}

.fa-folder-music:before {
  content: "\E30F";
}

.fa-folder-trash:before {
  content: "\E310";
}

.fa-folder-check-circle:before {
  content: "\E311";
}

.fa-folder-arrow-down:before {
  content: "\E312";
}

.fa-folder-star:before {
  content: "\E313";
}

.fa-folder-arrow-up:before {
  content: "\E314";
}

.fa-folder-file-text:before {
  content: "\E315";
}

.fa-folder-search:before {
  content: "\E316";
}

.fa-folder-check:before {
  content: "\E317";
}

.fa-folder-times-circle:before {
  content: "\E318";
}

.fa-folder-arrow-right:before {
  content: "\E319";
}

.fa-folder-remove:before {
  content: "\E31A";
}

.fa-folder-info:before {
  content: "\E31B";
}

.fa-folder-plus:before {
  content: "\E31C";
}

.fa-folder-cog:before {
  content: "\E31D";
}

.fa-folder-clock-o:before {
  content: "\E31E";
}

.fa-folder-exclamation-triangle:before {
  content: "\E31F";
}

.fa-folder-minus:before {
  content: "\E320";
}

.fa-globe-pencil:before {
  content: "\E321";
}

.fa-globe-ban:before {
  content: "\E322";
}

.fa-globe-tag:before {
  content: "\E323";
}

.fa-globe-envelope:before {
  content: "\E324";
}

.fa-globe-refresh:before {
  content: "\E325";
}

.fa-globe-minus-circle:before {
  content: "\E326";
}

.fa-globe-question:before {
  content: "\E327";
}

.fa-globe-music:before {
  content: "\E328";
}

.fa-globe-trash:before {
  content: "\E329";
}

.fa-globe-check-circle:before {
  content: "\E32A";
}

.fa-globe-arrow-down:before {
  content: "\E32B";
}

.fa-globe-star:before {
  content: "\E32C";
}

.fa-globe-arrow-up:before {
  content: "\E32D";
}

.fa-globe-file-text:before {
  content: "\E32E";
}

.fa-globe-search:before {
  content: "\E32F";
}

.fa-globe-check:before {
  content: "\E330";
}

.fa-globe-times-circle:before {
  content: "\E331";
}

.fa-globe-arrow-right:before {
  content: "\E332";
}

.fa-globe-remove:before {
  content: "\E333";
}

.fa-globe-info:before {
  content: "\E334";
}

.fa-globe-plus:before {
  content: "\E335";
}

.fa-globe-cog:before {
  content: "\E336";
}

.fa-globe-clock-o:before {
  content: "\E337";
}

.fa-globe-exclamation-triangle:before {
  content: "\E338";
}

.fa-globe-minus:before {
  content: "\E339";
}

.fa-cube-pencil:before {
  content: "\E33A";
}

.fa-cube-ban:before {
  content: "\E33B";
}

.fa-cube-tag:before {
  content: "\E33C";
}

.fa-cube-envelope:before {
  content: "\E33D";
}

.fa-cube-refresh:before {
  content: "\E33E";
}

.fa-cube-minus-circle:before {
  content: "\E33F";
}

.fa-cube-question:before {
  content: "\E340";
}

.fa-cube-music:before {
  content: "\E341";
}

.fa-cube-trash:before {
  content: "\E342";
}

.fa-cube-check-circle:before {
  content: "\E343";
}

.fa-cube-arrow-down:before {
  content: "\E344";
}

.fa-cube-star:before {
  content: "\E345";
}

.fa-cube-arrow-up:before {
  content: "\E346";
}

.fa-cube-file-text:before {
  content: "\E347";
}

.fa-cube-search:before {
  content: "\E348";
}

.fa-cube-check:before {
  content: "\E349";
}

.fa-cube-times-circle:before {
  content: "\E34A";
}

.fa-cube-arrow-right:before {
  content: "\E34B";
}

.fa-cube-remove:before {
  content: "\E34C";
}

.fa-cube-info:before {
  content: "\E34D";
}

.fa-cube-plus:before {
  content: "\E34E";
}

.fa-cube-cog:before {
  content: "\E34F";
}

.fa-cube-clock-o:before {
  content: "\E350";
}

.fa-cube-exclamation-triangle:before {
  content: "\E351";
}

.fa-cube-minus:before {
  content: "\E352";
}

.fa-tag-pencil:before {
  content: "\E353";
}

.fa-tag-ban:before {
  content: "\E354";
}

.fa-tag-tag:before {
  content: "\E355";
}

.fa-tag-envelope:before {
  content: "\E356";
}

.fa-tag-refresh:before {
  content: "\E357";
}

.fa-tag-minus-circle:before {
  content: "\E358";
}

.fa-tag-question:before {
  content: "\E359";
}

.fa-tag-music:before {
  content: "\E35A";
}

.fa-tag-trash:before {
  content: "\E35B";
}

.fa-tag-check-circle:before {
  content: "\E35C";
}

.fa-tag-arrow-down:before {
  content: "\E35D";
}

.fa-tag-star:before {
  content: "\E35E";
}

.fa-tag-arrow-up:before {
  content: "\E35F";
}

.fa-tag-file-text:before {
  content: "\E360";
}

.fa-tag-search:before {
  content: "\E361";
}

.fa-tag-check:before {
  content: "\E362";
}

.fa-tag-times-circle:before {
  content: "\E363";
}

.fa-tag-arrow-right:before {
  content: "\E364";
}

.fa-tag-remove:before {
  content: "\E365";
}

.fa-tag-info:before {
  content: "\E366";
}

.fa-tag-plus:before {
  content: "\E367";
}

.fa-tag-cog:before {
  content: "\E368";
}

.fa-tag-clock-o:before {
  content: "\E369";
}

.fa-tag-exclamation-triangle:before {
  content: "\E36A";
}

.fa-tag-minus:before {
  content: "\E36B";
}

.fa-file-pencil:before {
  content: "\E36C";
}

.fa-file-ban:before {
  content: "\E36D";
}

.fa-file-tag:before {
  content: "\E36E";
}

.fa-file-envelope:before {
  content: "\E36F";
}

.fa-file-refresh:before {
  content: "\E370";
}

.fa-file-minus-circle:before {
  content: "\E371";
}

.fa-file-question:before {
  content: "\E372";
}

.fa-file-music:before {
  content: "\E373";
}

.fa-file-trash:before {
  content: "\E374";
}

.fa-file-check-circle:before {
  content: "\E375";
}

.fa-file-arrow-down:before {
  content: "\E376";
}

.fa-file-star:before {
  content: "\E377";
}

.fa-file-arrow-up:before {
  content: "\E378";
}

.fa-file-file-text:before {
  content: "\E379";
}

.fa-file-search:before {
  content: "\E37A";
}

.fa-file-check:before {
  content: "\E37B";
}

.fa-file-times-circle:before {
  content: "\E37C";
}

.fa-file-arrow-right:before {
  content: "\E37D";
}

.fa-file-remove:before {
  content: "\E37E";
}

.fa-file-info:before {
  content: "\E37F";
}

.fa-file-plus:before {
  content: "\E380";
}

.fa-file-cog:before {
  content: "\E381";
}

.fa-file-clock-o:before {
  content: "\E382";
}

.fa-file-exclamation-triangle:before {
  content: "\E383";
}

.fa-file-minus:before {
  content: "\E384";
}

.fa-calendar-pencil:before {
  content: "\E385";
}

.fa-calendar-ban:before {
  content: "\E386";
}

.fa-calendar-tag:before {
  content: "\E387";
}

.fa-calendar-envelope:before {
  content: "\E388";
}

.fa-calendar-refresh:before {
  content: "\E389";
}

.fa-calendar-minus-circle:before {
  content: "\E38A";
}

.fa-calendar-question:before {
  content: "\E38B";
}

.fa-calendar-music:before {
  content: "\E38C";
}

.fa-calendar-trash:before {
  content: "\E38D";
}

.fa-calendar-check-circle:before {
  content: "\E38E";
}

.fa-calendar-arrow-down:before {
  content: "\E38F";
}

.fa-calendar-star:before {
  content: "\E390";
}

.fa-calendar-arrow-up:before {
  content: "\E391";
}

.fa-calendar-file-text:before {
  content: "\E392";
}

.fa-calendar-search:before {
  content: "\E393";
}

.fa-calendar-check:before {
  content: "\E394";
}

.fa-calendar-times-circle:before {
  content: "\E395";
}

.fa-calendar-arrow-right:before {
  content: "\E396";
}

.fa-calendar-remove:before {
  content: "\E397";
}

.fa-calendar-info:before {
  content: "\E398";
}

.fa-calendar-plus:before {
  content: "\E399";
}

.fa-calendar-cog:before {
  content: "\E39A";
}

.fa-calendar-clock-o:before {
  content: "\E39B";
}

.fa-calendar-exclamation-triangle:before {
  content: "\E39C";
}

.fa-calendar-minus:before {
  content: "\E39D";
}

.fa-shopping-cart-pencil:before {
  content: "\E39E";
}

.fa-shopping-cart-ban:before {
  content: "\E39F";
}

.fa-shopping-cart-tag:before {
  content: "\E3A0";
}

.fa-shopping-cart-envelope:before {
  content: "\E3A1";
}

.fa-shopping-cart-refresh:before {
  content: "\E3A2";
}

.fa-shopping-cart-minus-circle:before {
  content: "\E3A3";
}

.fa-shopping-cart-question:before {
  content: "\E3A4";
}

.fa-shopping-cart-music:before {
  content: "\E3A5";
}

.fa-shopping-cart-trash:before {
  content: "\E3A6";
}

.fa-shopping-cart-check-circle:before {
  content: "\E3A7";
}

.fa-shopping-cart-arrow-down:before {
  content: "\E3A8";
}

.fa-shopping-cart-star:before {
  content: "\E3A9";
}

.fa-shopping-cart-arrow-up:before {
  content: "\E3AA";
}

.fa-shopping-cart-file-text:before {
  content: "\E3AB";
}

.fa-shopping-cart-search:before {
  content: "\E3AC";
}

.fa-shopping-cart-check:before {
  content: "\E3AD";
}

.fa-shopping-cart-times-circle:before {
  content: "\E3AE";
}

.fa-shopping-cart-arrow-right:before {
  content: "\E3AF";
}

.fa-shopping-cart-remove:before {
  content: "\E3B0";
}

.fa-shopping-cart-info:before {
  content: "\E3B1";
}

.fa-shopping-cart-plus:before {
  content: "\E3B2";
}

.fa-shopping-cart-cog:before {
  content: "\E3B3";
}

.fa-shopping-cart-clock-o:before {
  content: "\E3B4";
}

.fa-shopping-cart-exclamation-triangle:before {
  content: "\E3B5";
}

.fa-shopping-cart-minus:before {
  content: "\E3B6";
}

.fa-archive-pencil:before {
  content: "\E3B7";
}

.fa-archive-ban:before {
  content: "\E3B8";
}

.fa-archive-tag:before {
  content: "\E3B9";
}

.fa-archive-envelope:before {
  content: "\E3BA";
}

.fa-archive-refresh:before {
  content: "\E3BB";
}

.fa-archive-minus-circle:before {
  content: "\E3BC";
}

.fa-archive-question:before {
  content: "\E3BD";
}

.fa-archive-music:before {
  content: "\E3BE";
}

.fa-archive-trash:before {
  content: "\E3BF";
}

.fa-archive-check-circle:before {
  content: "\E3C0";
}

.fa-archive-arrow-down:before {
  content: "\E3C1";
}

.fa-archive-star:before {
  content: "\E3C2";
}

.fa-archive-arrow-up:before {
  content: "\E3C3";
}

.fa-archive-file-text:before {
  content: "\E3C4";
}

.fa-archive-search:before {
  content: "\E3C5";
}

.fa-archive-check:before {
  content: "\E3C6";
}

.fa-archive-times-circle:before {
  content: "\E3C7";
}

.fa-archive-arrow-right:before {
  content: "\E3C8";
}

.fa-archive-remove:before {
  content: "\E3C9";
}

.fa-archive-info:before {
  content: "\E3CA";
}

.fa-archive-plus:before {
  content: "\E3CB";
}

.fa-archive-cog:before {
  content: "\E3CC";
}

.fa-archive-clock-o:before {
  content: "\E3CD";
}

.fa-archive-exclamation-triangle:before {
  content: "\E3CE";
}

.fa-archive-minus:before {
  content: "\E3CF";
}

.fa-folder-open-o-pencil:before {
  content: "\E3D0";
}

.fa-folder-open-o-ban:before {
  content: "\E3D1";
}

.fa-folder-open-o-tag:before {
  content: "\E3D2";
}

.fa-folder-open-o-envelope:before {
  content: "\E3D3";
}

.fa-folder-open-o-refresh:before {
  content: "\E3D4";
}

.fa-folder-open-o-minus-circle:before {
  content: "\E3D5";
}

.fa-folder-open-o-question:before {
  content: "\E3D6";
}

.fa-folder-open-o-music:before {
  content: "\E3D7";
}

.fa-folder-open-o-trash:before {
  content: "\E3D8";
}

.fa-folder-open-o-check-circle:before {
  content: "\E3D9";
}

.fa-folder-open-o-arrow-down:before {
  content: "\E3DA";
}

.fa-folder-open-o-star:before {
  content: "\E3DB";
}

.fa-folder-open-o-arrow-up:before {
  content: "\E3DC";
}

.fa-folder-open-o-file-text:before {
  content: "\E3DD";
}

.fa-folder-open-o-search:before {
  content: "\E3DE";
}

.fa-folder-open-o-check:before {
  content: "\E3DF";
}

.fa-folder-open-o-times-circle:before {
  content: "\E3E0";
}

.fa-folder-open-o-arrow-right:before {
  content: "\E3E1";
}

.fa-folder-open-o-remove:before {
  content: "\E3E2";
}

.fa-folder-open-o-info:before {
  content: "\E3E3";
}

.fa-folder-open-o-plus:before {
  content: "\E3E4";
}

.fa-folder-open-o-cog:before {
  content: "\E3E5";
}

.fa-folder-open-o-clock-o:before {
  content: "\E3E6";
}

.fa-folder-open-o-exclamation-triangle:before {
  content: "\E3E7";
}

.fa-folder-open-o-minus:before {
  content: "\E3E8";
}

.fa-shopping-bag-pencil:before {
  content: "\E3E9";
}

.fa-shopping-bag-ban:before {
  content: "\E3EA";
}

.fa-shopping-bag-tag:before {
  content: "\E3EB";
}

.fa-shopping-bag-envelope:before {
  content: "\E3EC";
}

.fa-shopping-bag-refresh:before {
  content: "\E3ED";
}

.fa-shopping-bag-minus-circle:before {
  content: "\E3EE";
}

.fa-shopping-bag-question:before {
  content: "\E3EF";
}

.fa-shopping-bag-music:before {
  content: "\E3F0";
}

.fa-shopping-bag-trash:before {
  content: "\E3F1";
}

.fa-shopping-bag-check-circle:before {
  content: "\E3F2";
}

.fa-shopping-bag-arrow-down:before {
  content: "\E3F3";
}

.fa-shopping-bag-star:before {
  content: "\E3F4";
}

.fa-shopping-bag-arrow-up:before {
  content: "\E3F5";
}

.fa-shopping-bag-file-text:before {
  content: "\E3F6";
}

.fa-shopping-bag-search:before {
  content: "\E3F7";
}

.fa-shopping-bag-check:before {
  content: "\E3F8";
}

.fa-shopping-bag-times-circle:before {
  content: "\E3F9";
}

.fa-shopping-bag-arrow-right:before {
  content: "\E3FA";
}

.fa-shopping-bag-remove:before {
  content: "\E3FB";
}

.fa-shopping-bag-info:before {
  content: "\E3FC";
}

.fa-shopping-bag-plus:before {
  content: "\E3FD";
}

.fa-shopping-bag-cog:before {
  content: "\E3FE";
}

.fa-shopping-bag-clock-o:before {
  content: "\E3FF";
}

.fa-shopping-bag-exclamation-triangle:before {
  content: "\E400";
}

.fa-shopping-bag-minus:before {
  content: "\E401";
}

.fa-shopping-basket-pencil:before {
  content: "\E402";
}

.fa-shopping-basket-ban:before {
  content: "\E403";
}

.fa-shopping-basket-tag:before {
  content: "\E404";
}

.fa-shopping-basket-envelope:before {
  content: "\E405";
}

.fa-shopping-basket-refresh:before {
  content: "\E406";
}

.fa-shopping-basket-minus-circle:before {
  content: "\E407";
}

.fa-shopping-basket-question:before {
  content: "\E408";
}

.fa-shopping-basket-music:before {
  content: "\E409";
}

.fa-shopping-basket-trash:before {
  content: "\E40A";
}

.fa-shopping-basket-check-circle:before {
  content: "\E40B";
}

.fa-shopping-basket-arrow-down:before {
  content: "\E40C";
}

.fa-shopping-basket-star:before {
  content: "\E40D";
}

.fa-shopping-basket-arrow-up:before {
  content: "\E40E";
}

.fa-shopping-basket-file-text:before {
  content: "\E40F";
}

.fa-shopping-basket-search:before {
  content: "\E410";
}

.fa-shopping-basket-check:before {
  content: "\E411";
}

.fa-shopping-basket-times-circle:before {
  content: "\E412";
}

.fa-shopping-basket-arrow-right:before {
  content: "\E413";
}

.fa-shopping-basket-remove:before {
  content: "\E414";
}

.fa-shopping-basket-info:before {
  content: "\E415";
}

.fa-shopping-basket-plus:before {
  content: "\E416";
}

.fa-shopping-basket-cog:before {
  content: "\E417";
}

.fa-shopping-basket-clock-o:before {
  content: "\E418";
}

.fa-shopping-basket-exclamation-triangle:before {
  content: "\E419";
}

.fa-shopping-basket-minus:before {
  content: "\E41A";
}

.fa-bluetooth-pencil:before {
  content: "\E41B";
}

.fa-bluetooth-ban:before {
  content: "\E41C";
}

.fa-bluetooth-tag:before {
  content: "\E41D";
}

.fa-bluetooth-envelope:before {
  content: "\E41E";
}

.fa-bluetooth-refresh:before {
  content: "\E41F";
}

.fa-bluetooth-minus-circle:before {
  content: "\E420";
}

.fa-bluetooth-question:before {
  content: "\E421";
}

.fa-bluetooth-music:before {
  content: "\E422";
}

.fa-bluetooth-trash:before {
  content: "\E423";
}

.fa-bluetooth-check-circle:before {
  content: "\E424";
}

.fa-bluetooth-arrow-down:before {
  content: "\E425";
}

.fa-bluetooth-star:before {
  content: "\E426";
}

.fa-bluetooth-arrow-up:before {
  content: "\E427";
}

.fa-bluetooth-file-text:before {
  content: "\E428";
}

.fa-bluetooth-search:before {
  content: "\E429";
}

.fa-bluetooth-check:before {
  content: "\E42A";
}

.fa-bluetooth-times-circle:before {
  content: "\E42B";
}

.fa-bluetooth-arrow-right:before {
  content: "\E42C";
}

.fa-bluetooth-remove:before {
  content: "\E42D";
}

.fa-bluetooth-info:before {
  content: "\E42E";
}

.fa-bluetooth-plus:before {
  content: "\E42F";
}

.fa-bluetooth-cog:before {
  content: "\E430";
}

.fa-bluetooth-clock-o:before {
  content: "\E431";
}

.fa-bluetooth-exclamation-triangle:before {
  content: "\E432";
}

.fa-bluetooth-minus:before {
  content: "\E433";
}

.fa-bluetooth-b-pencil:before {
  content: "\E434";
}

.fa-bluetooth-b-ban:before {
  content: "\E435";
}

.fa-bluetooth-b-tag:before {
  content: "\E436";
}

.fa-bluetooth-b-envelope:before {
  content: "\E437";
}

.fa-bluetooth-b-refresh:before {
  content: "\E438";
}

.fa-bluetooth-b-minus-circle:before {
  content: "\E439";
}

.fa-bluetooth-b-question:before {
  content: "\E43A";
}

.fa-bluetooth-b-music:before {
  content: "\E43B";
}

.fa-bluetooth-b-trash:before {
  content: "\E43C";
}

.fa-bluetooth-b-check-circle:before {
  content: "\E43D";
}

.fa-bluetooth-b-arrow-down:before {
  content: "\E43E";
}

.fa-bluetooth-b-star:before {
  content: "\E43F";
}

.fa-bluetooth-b-arrow-up:before {
  content: "\E440";
}

.fa-bluetooth-b-file-text:before {
  content: "\E441";
}

.fa-bluetooth-b-search:before {
  content: "\E442";
}

.fa-bluetooth-b-check:before {
  content: "\E443";
}

.fa-bluetooth-b-times-circle:before {
  content: "\E444";
}

.fa-bluetooth-b-arrow-right:before {
  content: "\E445";
}

.fa-bluetooth-b-remove:before {
  content: "\E446";
}

.fa-bluetooth-b-info:before {
  content: "\E447";
}

.fa-bluetooth-b-plus:before {
  content: "\E448";
}

.fa-bluetooth-b-cog:before {
  content: "\E449";
}

.fa-bluetooth-b-clock-o:before {
  content: "\E44A";
}

.fa-bluetooth-b-exclamation-triangle:before {
  content: "\E44B";
}

.fa-bluetooth-b-minus:before {
  content: "\E44C";
}

.fa-picture-o-pencil:before {
  content: "\E44D";
}

.fa-picture-o-ban:before {
  content: "\E44E";
}

.fa-picture-o-tag:before {
  content: "\E44F";
}

.fa-picture-o-envelope:before {
  content: "\E450";
}

.fa-picture-o-refresh:before {
  content: "\E451";
}

.fa-picture-o-minus-circle:before {
  content: "\E452";
}

.fa-picture-o-question:before {
  content: "\E453";
}

.fa-picture-o-music:before {
  content: "\E454";
}

.fa-picture-o-trash:before {
  content: "\E455";
}

.fa-picture-o-check-circle:before {
  content: "\E456";
}

.fa-picture-o-arrow-down:before {
  content: "\E457";
}

.fa-picture-o-star:before {
  content: "\E458";
}

.fa-picture-o-arrow-up:before {
  content: "\E459";
}

.fa-picture-o-file-text:before {
  content: "\E45A";
}

.fa-picture-o-search:before {
  content: "\E45B";
}

.fa-picture-o-check:before {
  content: "\E45C";
}

.fa-picture-o-times-circle:before {
  content: "\E45D";
}

.fa-picture-o-arrow-right:before {
  content: "\E45E";
}

.fa-picture-o-remove:before {
  content: "\E45F";
}

.fa-picture-o-info:before {
  content: "\E460";
}

.fa-picture-o-plus:before {
  content: "\E461";
}

.fa-picture-o-cog:before {
  content: "\E462";
}

.fa-picture-o-clock-o:before {
  content: "\E463";
}

.fa-picture-o-exclamation-triangle:before {
  content: "\E464";
}

.fa-picture-o-minus:before {
  content: "\E465";
}

.fa-folder-open-pencil:before {
  content: "\E466";
}

.fa-folder-open-ban:before {
  content: "\E467";
}

.fa-folder-open-tag:before {
  content: "\E468";
}

.fa-folder-open-envelope:before {
  content: "\E469";
}

.fa-folder-open-refresh:before {
  content: "\E46A";
}

.fa-folder-open-minus-circle:before {
  content: "\E46B";
}

.fa-folder-open-question:before {
  content: "\E46C";
}

.fa-folder-open-music:before {
  content: "\E46D";
}

.fa-folder-open-trash:before {
  content: "\E46E";
}

.fa-folder-open-check-circle:before {
  content: "\E46F";
}

.fa-folder-open-arrow-down:before {
  content: "\E470";
}

.fa-folder-open-star:before {
  content: "\E471";
}

.fa-folder-open-arrow-up:before {
  content: "\E472";
}

.fa-folder-open-file-text:before {
  content: "\E473";
}

.fa-folder-open-search:before {
  content: "\E474";
}

.fa-folder-open-check:before {
  content: "\E475";
}

.fa-folder-open-times-circle:before {
  content: "\E476";
}

.fa-folder-open-arrow-right:before {
  content: "\E477";
}

.fa-folder-open-remove:before {
  content: "\E478";
}

.fa-folder-open-info:before {
  content: "\E479";
}

.fa-folder-open-plus:before {
  content: "\E47A";
}

.fa-folder-open-cog:before {
  content: "\E47B";
}

.fa-folder-open-clock-o:before {
  content: "\E47C";
}

.fa-folder-open-exclamation-triangle:before {
  content: "\E47D";
}

.fa-folder-open-minus:before {
  content: "\E47E";
}

.fa-tags-pencil:before {
  content: "\E47F";
}

.fa-tags-ban:before {
  content: "\E480";
}

.fa-tags-tag:before {
  content: "\E481";
}

.fa-tags-envelope:before {
  content: "\E482";
}

.fa-tags-refresh:before {
  content: "\E483";
}

.fa-tags-minus-circle:before {
  content: "\E484";
}

.fa-tags-question:before {
  content: "\E485";
}

.fa-tags-music:before {
  content: "\E486";
}

.fa-tags-trash:before {
  content: "\E487";
}

.fa-tags-check-circle:before {
  content: "\E488";
}

.fa-tags-arrow-down:before {
  content: "\E489";
}

.fa-tags-star:before {
  content: "\E48A";
}

.fa-tags-arrow-up:before {
  content: "\E48B";
}

.fa-tags-file-text:before {
  content: "\E48C";
}

.fa-tags-search:before {
  content: "\E48D";
}

.fa-tags-check:before {
  content: "\E48E";
}

.fa-tags-times-circle:before {
  content: "\E48F";
}

.fa-tags-arrow-right:before {
  content: "\E490";
}

.fa-tags-remove:before {
  content: "\E491";
}

.fa-tags-info:before {
  content: "\E492";
}

.fa-tags-plus:before {
  content: "\E493";
}

.fa-tags-cog:before {
  content: "\E494";
}

.fa-tags-clock-o:before {
  content: "\E495";
}

.fa-tags-exclamation-triangle:before {
  content: "\E496";
}

.fa-tags-minus:before {
  content: "\E497";
}

.fa-credit-card-pencil:before {
  content: "\E498";
}

.fa-credit-card-ban:before {
  content: "\E499";
}

.fa-credit-card-tag:before {
  content: "\E49A";
}

.fa-credit-card-envelope:before {
  content: "\E49B";
}

.fa-credit-card-refresh:before {
  content: "\E49C";
}

.fa-credit-card-minus-circle:before {
  content: "\E49D";
}

.fa-credit-card-question:before {
  content: "\E49E";
}

.fa-credit-card-music:before {
  content: "\E49F";
}

.fa-credit-card-trash:before {
  content: "\E4A0";
}

.fa-credit-card-check-circle:before {
  content: "\E4A1";
}

.fa-credit-card-arrow-down:before {
  content: "\E4A2";
}

.fa-credit-card-star:before {
  content: "\E4A3";
}

.fa-credit-card-arrow-up:before {
  content: "\E4A4";
}

.fa-credit-card-file-text:before {
  content: "\E4A5";
}

.fa-credit-card-search:before {
  content: "\E4A6";
}

.fa-credit-card-check:before {
  content: "\E4A7";
}

.fa-credit-card-times-circle:before {
  content: "\E4A8";
}

.fa-credit-card-arrow-right:before {
  content: "\E4A9";
}

.fa-credit-card-remove:before {
  content: "\E4AA";
}

.fa-credit-card-info:before {
  content: "\E4AB";
}

.fa-credit-card-plus:before {
  content: "\E4AC";
}

.fa-credit-card-cog:before {
  content: "\E4AD";
}

.fa-credit-card-clock-o:before {
  content: "\E4AE";
}

.fa-credit-card-exclamation-triangle:before {
  content: "\E4AF";
}

.fa-credit-card-minus:before {
  content: "\E4B0";
}

.fa-user-pencil:before {
  content: "\E4B1";
}

.fa-user-ban:before {
  content: "\E4B2";
}

.fa-user-tag:before {
  content: "\E4B3";
}

.fa-user-envelope:before {
  content: "\E4B4";
}

.fa-user-refresh:before {
  content: "\E4B5";
}

.fa-user-minus-circle:before {
  content: "\E4B6";
}

.fa-user-question:before {
  content: "\E4B7";
}

.fa-user-music:before {
  content: "\E4B8";
}

.fa-user-trash:before {
  content: "\E4B9";
}

.fa-user-check-circle:before {
  content: "\E4BA";
}

.fa-user-arrow-down:before {
  content: "\E4BB";
}

.fa-user-star:before {
  content: "\E4BC";
}

.fa-user-arrow-up:before {
  content: "\E4BD";
}

.fa-user-file-text:before {
  content: "\E4BE";
}

.fa-user-search:before {
  content: "\E4BF";
}

.fa-user-check:before {
  content: "\E4C0";
}

.fa-user-times-circle:before {
  content: "\E4C1";
}

.fa-user-arrow-right:before {
  content: "\E4C2";
}

.fa-user-remove:before {
  content: "\E4C3";
}

.fa-user-info:before {
  content: "\E4C4";
}

.fa-user-plus:before {
  content: "\E4C5";
}

.fa-user-cog:before {
  content: "\E4C6";
}

.fa-user-clock-o:before {
  content: "\E4C7";
}

.fa-user-exclamation-triangle:before {
  content: "\E4C8";
}

.fa-user-minus:before {
  content: "\E4C9";
}

.fa-file-text-pencil:before {
  content: "\E4CA";
}

.fa-file-text-ban:before {
  content: "\E4CB";
}

.fa-file-text-tag:before {
  content: "\E4CC";
}

.fa-file-text-envelope:before {
  content: "\E4CD";
}

.fa-file-text-refresh:before {
  content: "\E4CE";
}

.fa-file-text-minus-circle:before {
  content: "\E4CF";
}

.fa-file-text-question:before {
  content: "\E4D0";
}

.fa-file-text-music:before {
  content: "\E4D1";
}

.fa-file-text-trash:before {
  content: "\E4D2";
}

.fa-file-text-check-circle:before {
  content: "\E4D3";
}

.fa-file-text-arrow-down:before {
  content: "\E4D4";
}

.fa-file-text-star:before {
  content: "\E4D5";
}

.fa-file-text-arrow-up:before {
  content: "\E4D6";
}

.fa-file-text-file-text:before {
  content: "\E4D7";
}

.fa-file-text-search:before {
  content: "\E4D8";
}

.fa-file-text-check:before {
  content: "\E4D9";
}

.fa-file-text-times-circle:before {
  content: "\E4DA";
}

.fa-file-text-arrow-right:before {
  content: "\E4DB";
}

.fa-file-text-remove:before {
  content: "\E4DC";
}

.fa-file-text-info:before {
  content: "\E4DD";
}

.fa-file-text-plus:before {
  content: "\E4DE";
}

.fa-file-text-cog:before {
  content: "\E4DF";
}

.fa-file-text-clock-o:before {
  content: "\E4E0";
}

.fa-file-text-exclamation-triangle:before {
  content: "\E4E1";
}

.fa-file-text-minus:before {
  content: "\E4E2";
}

.fa-headphones-pencil:before {
  content: "\E4E3";
}

.fa-headphones-ban:before {
  content: "\E4E4";
}

.fa-headphones-tag:before {
  content: "\E4E5";
}

.fa-headphones-envelope:before {
  content: "\E4E6";
}

.fa-headphones-refresh:before {
  content: "\E4E7";
}

.fa-headphones-minus-circle:before {
  content: "\E4E8";
}

.fa-headphones-question:before {
  content: "\E4E9";
}

.fa-headphones-music:before {
  content: "\E4EA";
}

.fa-headphones-trash:before {
  content: "\E4EB";
}

.fa-headphones-check-circle:before {
  content: "\E4EC";
}

.fa-headphones-arrow-down:before {
  content: "\E4ED";
}

.fa-headphones-star:before {
  content: "\E4EE";
}

.fa-headphones-arrow-up:before {
  content: "\E4EF";
}

.fa-headphones-file-text:before {
  content: "\E4F0";
}

.fa-headphones-search:before {
  content: "\E4F1";
}

.fa-headphones-check:before {
  content: "\E4F2";
}

.fa-headphones-times-circle:before {
  content: "\E4F3";
}

.fa-headphones-arrow-right:before {
  content: "\E4F4";
}

.fa-headphones-remove:before {
  content: "\E4F5";
}

.fa-headphones-info:before {
  content: "\E4F6";
}

.fa-headphones-plus:before {
  content: "\E4F7";
}

.fa-headphones-cog:before {
  content: "\E4F8";
}

.fa-headphones-clock-o:before {
  content: "\E4F9";
}

.fa-headphones-exclamation-triangle:before {
  content: "\E4FA";
}

.fa-headphones-minus:before {
  content: "\E4FB";
}

.fa-filter-pencil:before {
  content: "\E4FC";
}

.fa-filter-ban:before {
  content: "\E4FD";
}

.fa-filter-tag:before {
  content: "\E4FE";
}

.fa-filter-envelope:before {
  content: "\E4FF";
}

.fa-filter-refresh:before {
  content: "\E500";
}

.fa-filter-minus-circle:before {
  content: "\E501";
}

.fa-filter-question:before {
  content: "\E502";
}

.fa-filter-music:before {
  content: "\E503";
}

.fa-filter-trash:before {
  content: "\E504";
}

.fa-filter-check-circle:before {
  content: "\E505";
}

.fa-filter-arrow-down:before {
  content: "\E506";
}

.fa-filter-star:before {
  content: "\E507";
}

.fa-filter-arrow-up:before {
  content: "\E508";
}

.fa-filter-file-text:before {
  content: "\E509";
}

.fa-filter-search:before {
  content: "\E50A";
}

.fa-filter-check:before {
  content: "\E50B";
}

.fa-filter-times-circle:before {
  content: "\E50C";
}

.fa-filter-arrow-right:before {
  content: "\E50D";
}

.fa-filter-remove:before {
  content: "\E50E";
}

.fa-filter-info:before {
  content: "\E50F";
}

.fa-filter-plus:before {
  content: "\E510";
}

.fa-filter-cog:before {
  content: "\E511";
}

.fa-filter-clock-o:before {
  content: "\E512";
}

.fa-filter-exclamation-triangle:before {
  content: "\E513";
}

.fa-filter-minus:before {
  content: "\E514";
}

.fa-file-audio-o-pencil:before {
  content: "\E515";
}

.fa-file-audio-o-ban:before {
  content: "\E516";
}

.fa-file-audio-o-tag:before {
  content: "\E517";
}

.fa-file-audio-o-envelope:before {
  content: "\E518";
}

.fa-file-audio-o-refresh:before {
  content: "\E519";
}

.fa-file-audio-o-minus-circle:before {
  content: "\E51A";
}

.fa-file-audio-o-question:before {
  content: "\E51B";
}

.fa-file-audio-o-music:before {
  content: "\E51C";
}

.fa-file-audio-o-trash:before {
  content: "\E51D";
}

.fa-file-audio-o-check-circle:before {
  content: "\E51E";
}

.fa-file-audio-o-arrow-down:before {
  content: "\E51F";
}

.fa-file-audio-o-star:before {
  content: "\E520";
}

.fa-file-audio-o-arrow-up:before {
  content: "\E521";
}

.fa-file-audio-o-file-text:before {
  content: "\E522";
}

.fa-file-audio-o-search:before {
  content: "\E523";
}

.fa-file-audio-o-check:before {
  content: "\E524";
}

.fa-file-audio-o-times-circle:before {
  content: "\E525";
}

.fa-file-audio-o-arrow-right:before {
  content: "\E526";
}

.fa-file-audio-o-remove:before {
  content: "\E527";
}

.fa-file-audio-o-info:before {
  content: "\E528";
}

.fa-file-audio-o-plus:before {
  content: "\E529";
}

.fa-file-audio-o-cog:before {
  content: "\E52A";
}

.fa-file-audio-o-clock-o:before {
  content: "\E52B";
}

.fa-file-audio-o-exclamation-triangle:before {
  content: "\E52C";
}

.fa-file-audio-o-minus:before {
  content: "\E52D";
}

.fa-cog-pencil:before {
  content: "\E52E";
}

.fa-cog-ban:before {
  content: "\E52F";
}

.fa-cog-tag:before {
  content: "\E530";
}

.fa-cog-envelope:before {
  content: "\E531";
}

.fa-cog-refresh:before {
  content: "\E532";
}

.fa-cog-minus-circle:before {
  content: "\E533";
}

.fa-cog-question:before {
  content: "\E534";
}

.fa-cog-music:before {
  content: "\E535";
}

.fa-cog-trash:before {
  content: "\E536";
}

.fa-cog-check-circle:before {
  content: "\E537";
}

.fa-cog-arrow-down:before {
  content: "\E538";
}

.fa-cog-star:before {
  content: "\E539";
}

.fa-cog-arrow-up:before {
  content: "\E53A";
}

.fa-cog-file-text:before {
  content: "\E53B";
}

.fa-cog-search:before {
  content: "\E53C";
}

.fa-cog-check:before {
  content: "\E53D";
}

.fa-cog-times-circle:before {
  content: "\E53E";
}

.fa-cog-arrow-right:before {
  content: "\E53F";
}

.fa-cog-remove:before {
  content: "\E540";
}

.fa-cog-info:before {
  content: "\E541";
}

.fa-cog-plus:before {
  content: "\E542";
}

.fa-cog-cog:before {
  content: "\E543";
}

.fa-cog-clock-o:before {
  content: "\E544";
}

.fa-cog-exclamation-triangle:before {
  content: "\E545";
}

.fa-cog-minus:before {
  content: "\E546";
}

.fa-action-stack {
  position: relative;
  display: inline-block;
  width: 4em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-comment-pencil-alpha:before {
  content: "\E547";
}

.fa-comment-pencil-beta:before {
  content: "\E548";
}

.fa-comment-ban-alpha:before {
  content: "\E549";
}

.fa-comment-ban-beta:before {
  content: "\E54A";
}

.fa-comment-tag-alpha:before {
  content: "\E54B";
}

.fa-comment-tag-beta:before {
  content: "\E54C";
}

.fa-comment-envelope-alpha:before {
  content: "\E54D";
}

.fa-comment-envelope-beta:before {
  content: "\E54E";
}

.fa-comment-refresh-alpha:before {
  content: "\E54F";
}

.fa-comment-refresh-beta:before {
  content: "\E550";
}

.fa-comment-minus-circle-alpha:before {
  content: "\E551";
}

.fa-comment-minus-circle-beta:before {
  content: "\E552";
}

.fa-comment-question-alpha:before {
  content: "\E553";
}

.fa-comment-question-beta:before {
  content: "\E554";
}

.fa-comment-music-alpha:before {
  content: "\E555";
}

.fa-comment-music-beta:before {
  content: "\E556";
}

.fa-comment-trash-alpha:before {
  content: "\E557";
}

.fa-comment-trash-beta:before {
  content: "\E558";
}

.fa-comment-check-circle-alpha:before {
  content: "\E559";
}

.fa-comment-check-circle-beta:before {
  content: "\E55A";
}

.fa-comment-arrow-down-alpha:before {
  content: "\E55B";
}

.fa-comment-arrow-down-beta:before {
  content: "\E55C";
}

.fa-comment-star-alpha:before {
  content: "\E55D";
}

.fa-comment-star-beta:before {
  content: "\E55E";
}

.fa-comment-arrow-up-alpha:before {
  content: "\E55F";
}

.fa-comment-arrow-up-beta:before {
  content: "\E560";
}

.fa-comment-file-text-alpha:before {
  content: "\E561";
}

.fa-comment-file-text-beta:before {
  content: "\E562";
}

.fa-comment-search-alpha:before {
  content: "\E563";
}

.fa-comment-search-beta:before {
  content: "\E564";
}

.fa-comment-check-alpha:before {
  content: "\E565";
}

.fa-comment-check-beta:before {
  content: "\E566";
}

.fa-comment-times-circle-alpha:before {
  content: "\E567";
}

.fa-comment-times-circle-beta:before {
  content: "\E568";
}

.fa-comment-arrow-right-alpha:before {
  content: "\E569";
}

.fa-comment-arrow-right-beta:before {
  content: "\E56A";
}

.fa-comment-remove-alpha:before {
  content: "\E56B";
}

.fa-comment-remove-beta:before {
  content: "\E56C";
}

.fa-comment-info-alpha:before {
  content: "\E56D";
}

.fa-comment-info-beta:before {
  content: "\E56E";
}

.fa-comment-plus-alpha:before {
  content: "\E56F";
}

.fa-comment-plus-beta:before {
  content: "\E570";
}

.fa-comment-cog-alpha:before {
  content: "\E571";
}

.fa-comment-cog-beta:before {
  content: "\E572";
}

.fa-comment-clock-o-alpha:before {
  content: "\E573";
}

.fa-comment-clock-o-beta:before {
  content: "\E574";
}

.fa-comment-exclamation-triangle-alpha:before {
  content: "\E575";
}

.fa-comment-exclamation-triangle-beta:before {
  content: "\E576";
}

.fa-comment-minus-alpha:before {
  content: "\E577";
}

.fa-comment-minus-beta:before {
  content: "\E578";
}

.fa-tasks-pencil-alpha:before {
  content: "\E579";
}

.fa-tasks-pencil-beta:before {
  content: "\E57A";
}

.fa-tasks-ban-alpha:before {
  content: "\E57B";
}

.fa-tasks-ban-beta:before {
  content: "\E57C";
}

.fa-tasks-tag-alpha:before {
  content: "\E57D";
}

.fa-tasks-tag-beta:before {
  content: "\E57E";
}

.fa-tasks-envelope-alpha:before {
  content: "\E57F";
}

.fa-tasks-envelope-beta:before {
  content: "\E580";
}

.fa-tasks-refresh-alpha:before {
  content: "\E581";
}

.fa-tasks-refresh-beta:before {
  content: "\E582";
}

.fa-tasks-minus-circle-alpha:before {
  content: "\E583";
}

.fa-tasks-minus-circle-beta:before {
  content: "\E584";
}

.fa-tasks-question-alpha:before {
  content: "\E585";
}

.fa-tasks-question-beta:before {
  content: "\E586";
}

.fa-tasks-music-alpha:before {
  content: "\E587";
}

.fa-tasks-music-beta:before {
  content: "\E588";
}

.fa-tasks-trash-alpha:before {
  content: "\E589";
}

.fa-tasks-trash-beta:before {
  content: "\E58A";
}

.fa-tasks-check-circle-alpha:before {
  content: "\E58B";
}

.fa-tasks-check-circle-beta:before {
  content: "\E58C";
}

.fa-tasks-arrow-down-alpha:before {
  content: "\E58D";
}

.fa-tasks-arrow-down-beta:before {
  content: "\E58E";
}

.fa-tasks-star-alpha:before {
  content: "\E58F";
}

.fa-tasks-star-beta:before {
  content: "\E590";
}

.fa-tasks-arrow-up-alpha:before {
  content: "\E591";
}

.fa-tasks-arrow-up-beta:before {
  content: "\E592";
}

.fa-tasks-file-text-alpha:before {
  content: "\E593";
}

.fa-tasks-file-text-beta:before {
  content: "\E594";
}

.fa-tasks-search-alpha:before {
  content: "\E595";
}

.fa-tasks-search-beta:before {
  content: "\E596";
}

.fa-tasks-check-alpha:before {
  content: "\E597";
}

.fa-tasks-check-beta:before {
  content: "\E598";
}

.fa-tasks-times-circle-alpha:before {
  content: "\E599";
}

.fa-tasks-times-circle-beta:before {
  content: "\E59A";
}

.fa-tasks-arrow-right-alpha:before {
  content: "\E59B";
}

.fa-tasks-arrow-right-beta:before {
  content: "\E59C";
}

.fa-tasks-remove-alpha:before {
  content: "\E59D";
}

.fa-tasks-remove-beta:before {
  content: "\E59E";
}

.fa-tasks-info-alpha:before {
  content: "\E59F";
}

.fa-tasks-info-beta:before {
  content: "\E5A0";
}

.fa-tasks-plus-alpha:before {
  content: "\E5A1";
}

.fa-tasks-plus-beta:before {
  content: "\E5A2";
}

.fa-tasks-cog-alpha:before {
  content: "\E5A3";
}

.fa-tasks-cog-beta:before {
  content: "\E5A4";
}

.fa-tasks-clock-o-alpha:before {
  content: "\E5A5";
}

.fa-tasks-clock-o-beta:before {
  content: "\E5A6";
}

.fa-tasks-exclamation-triangle-alpha:before {
  content: "\E5A7";
}

.fa-tasks-exclamation-triangle-beta:before {
  content: "\E5A8";
}

.fa-tasks-minus-alpha:before {
  content: "\E5A9";
}

.fa-tasks-minus-beta:before {
  content: "\E5AA";
}

.fa-envelope-pencil-alpha:before {
  content: "\E5AB";
}

.fa-envelope-pencil-beta:before {
  content: "\E5AC";
}

.fa-envelope-ban-alpha:before {
  content: "\E5AD";
}

.fa-envelope-ban-beta:before {
  content: "\E5AE";
}

.fa-envelope-tag-alpha:before {
  content: "\E5AF";
}

.fa-envelope-tag-beta:before {
  content: "\E5B0";
}

.fa-envelope-envelope-alpha:before {
  content: "\E5B1";
}

.fa-envelope-envelope-beta:before {
  content: "\E5B2";
}

.fa-envelope-refresh-alpha:before {
  content: "\E5B3";
}

.fa-envelope-refresh-beta:before {
  content: "\E5B4";
}

.fa-envelope-minus-circle-alpha:before {
  content: "\E5B5";
}

.fa-envelope-minus-circle-beta:before {
  content: "\E5B6";
}

.fa-envelope-question-alpha:before {
  content: "\E5B7";
}

.fa-envelope-question-beta:before {
  content: "\E5B8";
}

.fa-envelope-music-alpha:before {
  content: "\E5B9";
}

.fa-envelope-music-beta:before {
  content: "\E5BA";
}

.fa-envelope-trash-alpha:before {
  content: "\E5BB";
}

.fa-envelope-trash-beta:before {
  content: "\E5BC";
}

.fa-envelope-check-circle-alpha:before {
  content: "\E5BD";
}

.fa-envelope-check-circle-beta:before {
  content: "\E5BE";
}

.fa-envelope-arrow-down-alpha:before {
  content: "\E5BF";
}

.fa-envelope-arrow-down-beta:before {
  content: "\E5C0";
}

.fa-envelope-star-alpha:before {
  content: "\E5C1";
}

.fa-envelope-star-beta:before {
  content: "\E5C2";
}

.fa-envelope-arrow-up-alpha:before {
  content: "\E5C3";
}

.fa-envelope-arrow-up-beta:before {
  content: "\E5C4";
}

.fa-envelope-file-text-alpha:before {
  content: "\E5C5";
}

.fa-envelope-file-text-beta:before {
  content: "\E5C6";
}

.fa-envelope-search-alpha:before {
  content: "\E5C7";
}

.fa-envelope-search-beta:before {
  content: "\E5C8";
}

.fa-envelope-check-alpha:before {
  content: "\E5C9";
}

.fa-envelope-check-beta:before {
  content: "\E5CA";
}

.fa-envelope-times-circle-alpha:before {
  content: "\E5CB";
}

.fa-envelope-times-circle-beta:before {
  content: "\E5CC";
}

.fa-envelope-arrow-right-alpha:before {
  content: "\E5CD";
}

.fa-envelope-arrow-right-beta:before {
  content: "\E5CE";
}

.fa-envelope-remove-alpha:before {
  content: "\E5CF";
}

.fa-envelope-remove-beta:before {
  content: "\E5D0";
}

.fa-envelope-info-alpha:before {
  content: "\E5D1";
}

.fa-envelope-info-beta:before {
  content: "\E5D2";
}

.fa-envelope-plus-alpha:before {
  content: "\E5D3";
}

.fa-envelope-plus-beta:before {
  content: "\E5D4";
}

.fa-envelope-cog-alpha:before {
  content: "\E5D5";
}

.fa-envelope-cog-beta:before {
  content: "\E5D6";
}

.fa-envelope-clock-o-alpha:before {
  content: "\E5D7";
}

.fa-envelope-clock-o-beta:before {
  content: "\E5D8";
}

.fa-envelope-exclamation-triangle-alpha:before {
  content: "\E5D9";
}

.fa-envelope-exclamation-triangle-beta:before {
  content: "\E5DA";
}

.fa-envelope-minus-alpha:before {
  content: "\E5DB";
}

.fa-envelope-minus-beta:before {
  content: "\E5DC";
}

.fa-inbox-pencil-alpha:before {
  content: "\E5DD";
}

.fa-inbox-pencil-beta:before {
  content: "\E5DE";
}

.fa-inbox-ban-alpha:before {
  content: "\E5DF";
}

.fa-inbox-ban-beta:before {
  content: "\E5E0";
}

.fa-inbox-tag-alpha:before {
  content: "\E5E1";
}

.fa-inbox-tag-beta:before {
  content: "\E5E2";
}

.fa-inbox-envelope-alpha:before {
  content: "\E5E3";
}

.fa-inbox-envelope-beta:before {
  content: "\E5E4";
}

.fa-inbox-refresh-alpha:before {
  content: "\E5E5";
}

.fa-inbox-refresh-beta:before {
  content: "\E5E6";
}

.fa-inbox-minus-circle-alpha:before {
  content: "\E5E7";
}

.fa-inbox-minus-circle-beta:before {
  content: "\E5E8";
}

.fa-inbox-question-alpha:before {
  content: "\E5E9";
}

.fa-inbox-question-beta:before {
  content: "\E5EA";
}

.fa-inbox-music-alpha:before {
  content: "\E5EB";
}

.fa-inbox-music-beta:before {
  content: "\E5EC";
}

.fa-inbox-trash-alpha:before {
  content: "\E5ED";
}

.fa-inbox-trash-beta:before {
  content: "\E5EE";
}

.fa-inbox-check-circle-alpha:before {
  content: "\E5EF";
}

.fa-inbox-check-circle-beta:before {
  content: "\E5F0";
}

.fa-inbox-arrow-down-alpha:before {
  content: "\E5F1";
}

.fa-inbox-arrow-down-beta:before {
  content: "\E5F2";
}

.fa-inbox-star-alpha:before {
  content: "\E5F3";
}

.fa-inbox-star-beta:before {
  content: "\E5F4";
}

.fa-inbox-arrow-up-alpha:before {
  content: "\E5F5";
}

.fa-inbox-arrow-up-beta:before {
  content: "\E5F6";
}

.fa-inbox-file-text-alpha:before {
  content: "\E5F7";
}

.fa-inbox-file-text-beta:before {
  content: "\E5F8";
}

.fa-inbox-search-alpha:before {
  content: "\E5F9";
}

.fa-inbox-search-beta:before {
  content: "\E5FA";
}

.fa-inbox-check-alpha:before {
  content: "\E5FB";
}

.fa-inbox-check-beta:before {
  content: "\E5FC";
}

.fa-inbox-times-circle-alpha:before {
  content: "\E5FD";
}

.fa-inbox-times-circle-beta:before {
  content: "\E5FE";
}

.fa-inbox-arrow-right-alpha:before {
  content: "\E5FF";
}

.fa-inbox-arrow-right-beta:before {
  content: "\E600";
}

.fa-inbox-remove-alpha:before {
  content: "\E601";
}

.fa-inbox-remove-beta:before {
  content: "\E602";
}

.fa-inbox-info-alpha:before {
  content: "\E603";
}

.fa-inbox-info-beta:before {
  content: "\E604";
}

.fa-inbox-plus-alpha:before {
  content: "\E605";
}

.fa-inbox-plus-beta:before {
  content: "\E606";
}

.fa-inbox-cog-alpha:before {
  content: "\E607";
}

.fa-inbox-cog-beta:before {
  content: "\E608";
}

.fa-inbox-clock-o-alpha:before {
  content: "\E609";
}

.fa-inbox-clock-o-beta:before {
  content: "\E60A";
}

.fa-inbox-exclamation-triangle-alpha:before {
  content: "\E60B";
}

.fa-inbox-exclamation-triangle-beta:before {
  content: "\E60C";
}

.fa-inbox-minus-alpha:before {
  content: "\E60D";
}

.fa-inbox-minus-beta:before {
  content: "\E60E";
}

.fa-cloud-pencil-alpha:before {
  content: "\E60F";
}

.fa-cloud-pencil-beta:before {
  content: "\E610";
}

.fa-cloud-ban-alpha:before {
  content: "\E611";
}

.fa-cloud-ban-beta:before {
  content: "\E612";
}

.fa-cloud-tag-alpha:before {
  content: "\E613";
}

.fa-cloud-tag-beta:before {
  content: "\E614";
}

.fa-cloud-envelope-alpha:before {
  content: "\E615";
}

.fa-cloud-envelope-beta:before {
  content: "\E616";
}

.fa-cloud-refresh-alpha:before {
  content: "\E617";
}

.fa-cloud-refresh-beta:before {
  content: "\E618";
}

.fa-cloud-minus-circle-alpha:before {
  content: "\E619";
}

.fa-cloud-minus-circle-beta:before {
  content: "\E61A";
}

.fa-cloud-question-alpha:before {
  content: "\E61B";
}

.fa-cloud-question-beta:before {
  content: "\E61C";
}

.fa-cloud-music-alpha:before {
  content: "\E61D";
}

.fa-cloud-music-beta:before {
  content: "\E61E";
}

.fa-cloud-trash-alpha:before {
  content: "\E61F";
}

.fa-cloud-trash-beta:before {
  content: "\E620";
}

.fa-cloud-check-circle-alpha:before {
  content: "\E621";
}

.fa-cloud-check-circle-beta:before {
  content: "\E622";
}

.fa-cloud-arrow-down-alpha:before {
  content: "\E623";
}

.fa-cloud-arrow-down-beta:before {
  content: "\E624";
}

.fa-cloud-star-alpha:before {
  content: "\E625";
}

.fa-cloud-star-beta:before {
  content: "\E626";
}

.fa-cloud-arrow-up-alpha:before {
  content: "\E627";
}

.fa-cloud-arrow-up-beta:before {
  content: "\E628";
}

.fa-cloud-file-text-alpha:before {
  content: "\E629";
}

.fa-cloud-file-text-beta:before {
  content: "\E62A";
}

.fa-cloud-search-alpha:before {
  content: "\E62B";
}

.fa-cloud-search-beta:before {
  content: "\E62C";
}

.fa-cloud-check-alpha:before {
  content: "\E62D";
}

.fa-cloud-check-beta:before {
  content: "\E62E";
}

.fa-cloud-times-circle-alpha:before {
  content: "\E62F";
}

.fa-cloud-times-circle-beta:before {
  content: "\E630";
}

.fa-cloud-arrow-right-alpha:before {
  content: "\E631";
}

.fa-cloud-arrow-right-beta:before {
  content: "\E632";
}

.fa-cloud-remove-alpha:before {
  content: "\E633";
}

.fa-cloud-remove-beta:before {
  content: "\E634";
}

.fa-cloud-info-alpha:before {
  content: "\E635";
}

.fa-cloud-info-beta:before {
  content: "\E636";
}

.fa-cloud-plus-alpha:before {
  content: "\E637";
}

.fa-cloud-plus-beta:before {
  content: "\E638";
}

.fa-cloud-cog-alpha:before {
  content: "\E639";
}

.fa-cloud-cog-beta:before {
  content: "\E63A";
}

.fa-cloud-clock-o-alpha:before {
  content: "\E63B";
}

.fa-cloud-clock-o-beta:before {
  content: "\E63C";
}

.fa-cloud-exclamation-triangle-alpha:before {
  content: "\E63D";
}

.fa-cloud-exclamation-triangle-beta:before {
  content: "\E63E";
}

.fa-cloud-minus-alpha:before {
  content: "\E63F";
}

.fa-cloud-minus-beta:before {
  content: "\E640";
}

.fa-group-pencil-alpha:before {
  content: "\E641";
}

.fa-group-pencil-beta:before {
  content: "\E642";
}

.fa-group-ban-alpha:before {
  content: "\E643";
}

.fa-group-ban-beta:before {
  content: "\E644";
}

.fa-group-tag-alpha:before {
  content: "\E645";
}

.fa-group-tag-beta:before {
  content: "\E646";
}

.fa-group-envelope-alpha:before {
  content: "\E647";
}

.fa-group-envelope-beta:before {
  content: "\E648";
}

.fa-group-refresh-alpha:before {
  content: "\E649";
}

.fa-group-refresh-beta:before {
  content: "\E64A";
}

.fa-group-minus-circle-alpha:before {
  content: "\E64B";
}

.fa-group-minus-circle-beta:before {
  content: "\E64C";
}

.fa-group-question-alpha:before {
  content: "\E64D";
}

.fa-group-question-beta:before {
  content: "\E64E";
}

.fa-group-music-alpha:before {
  content: "\E64F";
}

.fa-group-music-beta:before {
  content: "\E650";
}

.fa-group-trash-alpha:before {
  content: "\E651";
}

.fa-group-trash-beta:before {
  content: "\E652";
}

.fa-group-check-circle-alpha:before {
  content: "\E653";
}

.fa-group-check-circle-beta:before {
  content: "\E654";
}

.fa-group-arrow-down-alpha:before {
  content: "\E655";
}

.fa-group-arrow-down-beta:before {
  content: "\E656";
}

.fa-group-star-alpha:before {
  content: "\E657";
}

.fa-group-star-beta:before {
  content: "\E658";
}

.fa-group-arrow-up-alpha:before {
  content: "\E659";
}

.fa-group-arrow-up-beta:before {
  content: "\E65A";
}

.fa-group-file-text-alpha:before {
  content: "\E65B";
}

.fa-group-file-text-beta:before {
  content: "\E65C";
}

.fa-group-search-alpha:before {
  content: "\E65D";
}

.fa-group-search-beta:before {
  content: "\E65E";
}

.fa-group-check-alpha:before {
  content: "\E65F";
}

.fa-group-check-beta:before {
  content: "\E660";
}

.fa-group-times-circle-alpha:before {
  content: "\E661";
}

.fa-group-times-circle-beta:before {
  content: "\E662";
}

.fa-group-arrow-right-alpha:before {
  content: "\E663";
}

.fa-group-arrow-right-beta:before {
  content: "\E664";
}

.fa-group-remove-alpha:before {
  content: "\E665";
}

.fa-group-remove-beta:before {
  content: "\E666";
}

.fa-group-info-alpha:before {
  content: "\E667";
}

.fa-group-info-beta:before {
  content: "\E668";
}

.fa-group-plus-alpha:before {
  content: "\E669";
}

.fa-group-plus-beta:before {
  content: "\E66A";
}

.fa-group-cog-alpha:before {
  content: "\E66B";
}

.fa-group-cog-beta:before {
  content: "\E66C";
}

.fa-group-clock-o-alpha:before {
  content: "\E66D";
}

.fa-group-clock-o-beta:before {
  content: "\E66E";
}

.fa-group-exclamation-triangle-alpha:before {
  content: "\E66F";
}

.fa-group-exclamation-triangle-beta:before {
  content: "\E670";
}

.fa-group-minus-alpha:before {
  content: "\E671";
}

.fa-group-minus-beta:before {
  content: "\E672";
}

.fa-file-code-o-pencil-alpha:before {
  content: "\E673";
}

.fa-file-code-o-pencil-beta:before {
  content: "\E674";
}

.fa-file-code-o-ban-alpha:before {
  content: "\E675";
}

.fa-file-code-o-ban-beta:before {
  content: "\E676";
}

.fa-file-code-o-tag-alpha:before {
  content: "\E677";
}

.fa-file-code-o-tag-beta:before {
  content: "\E678";
}

.fa-file-code-o-envelope-alpha:before {
  content: "\E679";
}

.fa-file-code-o-envelope-beta:before {
  content: "\E67A";
}

.fa-file-code-o-refresh-alpha:before {
  content: "\E67B";
}

.fa-file-code-o-refresh-beta:before {
  content: "\E67C";
}

.fa-file-code-o-minus-circle-alpha:before {
  content: "\E67D";
}

.fa-file-code-o-minus-circle-beta:before {
  content: "\E67E";
}

.fa-file-code-o-question-alpha:before {
  content: "\E67F";
}

.fa-file-code-o-question-beta:before {
  content: "\E680";
}

.fa-file-code-o-music-alpha:before {
  content: "\E681";
}

.fa-file-code-o-music-beta:before {
  content: "\E682";
}

.fa-file-code-o-trash-alpha:before {
  content: "\E683";
}

.fa-file-code-o-trash-beta:before {
  content: "\E684";
}

.fa-file-code-o-check-circle-alpha:before {
  content: "\E685";
}

.fa-file-code-o-check-circle-beta:before {
  content: "\E686";
}

.fa-file-code-o-arrow-down-alpha:before {
  content: "\E687";
}

.fa-file-code-o-arrow-down-beta:before {
  content: "\E688";
}

.fa-file-code-o-star-alpha:before {
  content: "\E689";
}

.fa-file-code-o-star-beta:before {
  content: "\E68A";
}

.fa-file-code-o-arrow-up-alpha:before {
  content: "\E68B";
}

.fa-file-code-o-arrow-up-beta:before {
  content: "\E68C";
}

.fa-file-code-o-file-text-alpha:before {
  content: "\E68D";
}

.fa-file-code-o-file-text-beta:before {
  content: "\E68E";
}

.fa-file-code-o-search-alpha:before {
  content: "\E68F";
}

.fa-file-code-o-search-beta:before {
  content: "\E690";
}

.fa-file-code-o-check-alpha:before {
  content: "\E691";
}

.fa-file-code-o-check-beta:before {
  content: "\E692";
}

.fa-file-code-o-times-circle-alpha:before {
  content: "\E693";
}

.fa-file-code-o-times-circle-beta:before {
  content: "\E694";
}

.fa-file-code-o-arrow-right-alpha:before {
  content: "\E695";
}

.fa-file-code-o-arrow-right-beta:before {
  content: "\E696";
}

.fa-file-code-o-remove-alpha:before {
  content: "\E697";
}

.fa-file-code-o-remove-beta:before {
  content: "\E698";
}

.fa-file-code-o-info-alpha:before {
  content: "\E699";
}

.fa-file-code-o-info-beta:before {
  content: "\E69A";
}

.fa-file-code-o-plus-alpha:before {
  content: "\E69B";
}

.fa-file-code-o-plus-beta:before {
  content: "\E69C";
}

.fa-file-code-o-cog-alpha:before {
  content: "\E69D";
}

.fa-file-code-o-cog-beta:before {
  content: "\E69E";
}

.fa-file-code-o-clock-o-alpha:before {
  content: "\E69F";
}

.fa-file-code-o-clock-o-beta:before {
  content: "\E6A0";
}

.fa-file-code-o-exclamation-triangle-alpha:before {
  content: "\E6A1";
}

.fa-file-code-o-exclamation-triangle-beta:before {
  content: "\E6A2";
}

.fa-file-code-o-minus-alpha:before {
  content: "\E6A3";
}

.fa-file-code-o-minus-beta:before {
  content: "\E6A4";
}

.fa-file-video-o-pencil-alpha:before {
  content: "\E6A5";
}

.fa-file-video-o-pencil-beta:before {
  content: "\E6A6";
}

.fa-file-video-o-ban-alpha:before {
  content: "\E6A7";
}

.fa-file-video-o-ban-beta:before {
  content: "\E6A8";
}

.fa-file-video-o-tag-alpha:before {
  content: "\E6A9";
}

.fa-file-video-o-tag-beta:before {
  content: "\E6AA";
}

.fa-file-video-o-envelope-alpha:before {
  content: "\E6AB";
}

.fa-file-video-o-envelope-beta:before {
  content: "\E6AC";
}

.fa-file-video-o-refresh-alpha:before {
  content: "\E6AD";
}

.fa-file-video-o-refresh-beta:before {
  content: "\E6AE";
}

.fa-file-video-o-minus-circle-alpha:before {
  content: "\E6AF";
}

.fa-file-video-o-minus-circle-beta:before {
  content: "\E6B0";
}

.fa-file-video-o-question-alpha:before {
  content: "\E6B1";
}

.fa-file-video-o-question-beta:before {
  content: "\E6B2";
}

.fa-file-video-o-music-alpha:before {
  content: "\E6B3";
}

.fa-file-video-o-music-beta:before {
  content: "\E6B4";
}

.fa-file-video-o-trash-alpha:before {
  content: "\E6B5";
}

.fa-file-video-o-trash-beta:before {
  content: "\E6B6";
}

.fa-file-video-o-check-circle-alpha:before {
  content: "\E6B7";
}

.fa-file-video-o-check-circle-beta:before {
  content: "\E6B8";
}

.fa-file-video-o-arrow-down-alpha:before {
  content: "\E6B9";
}

.fa-file-video-o-arrow-down-beta:before {
  content: "\E6BA";
}

.fa-file-video-o-star-alpha:before {
  content: "\E6BB";
}

.fa-file-video-o-star-beta:before {
  content: "\E6BC";
}

.fa-file-video-o-arrow-up-alpha:before {
  content: "\E6BD";
}

.fa-file-video-o-arrow-up-beta:before {
  content: "\E6BE";
}

.fa-file-video-o-file-text-alpha:before {
  content: "\E6BF";
}

.fa-file-video-o-file-text-beta:before {
  content: "\E6C0";
}

.fa-file-video-o-search-alpha:before {
  content: "\E6C1";
}

.fa-file-video-o-search-beta:before {
  content: "\E6C2";
}

.fa-file-video-o-check-alpha:before {
  content: "\E6C3";
}

.fa-file-video-o-check-beta:before {
  content: "\E6C4";
}

.fa-file-video-o-times-circle-alpha:before {
  content: "\E6C5";
}

.fa-file-video-o-times-circle-beta:before {
  content: "\E6C6";
}

.fa-file-video-o-arrow-right-alpha:before {
  content: "\E6C7";
}

.fa-file-video-o-arrow-right-beta:before {
  content: "\E6C8";
}

.fa-file-video-o-remove-alpha:before {
  content: "\E6C9";
}

.fa-file-video-o-remove-beta:before {
  content: "\E6CA";
}

.fa-file-video-o-info-alpha:before {
  content: "\E6CB";
}

.fa-file-video-o-info-beta:before {
  content: "\E6CC";
}

.fa-file-video-o-plus-alpha:before {
  content: "\E6CD";
}

.fa-file-video-o-plus-beta:before {
  content: "\E6CE";
}

.fa-file-video-o-cog-alpha:before {
  content: "\E6CF";
}

.fa-file-video-o-cog-beta:before {
  content: "\E6D0";
}

.fa-file-video-o-clock-o-alpha:before {
  content: "\E6D1";
}

.fa-file-video-o-clock-o-beta:before {
  content: "\E6D2";
}

.fa-file-video-o-exclamation-triangle-alpha:before {
  content: "\E6D3";
}

.fa-file-video-o-exclamation-triangle-beta:before {
  content: "\E6D4";
}

.fa-file-video-o-minus-alpha:before {
  content: "\E6D5";
}

.fa-file-video-o-minus-beta:before {
  content: "\E6D6";
}

.fa-bookmark-pencil-alpha:before {
  content: "\E6D7";
}

.fa-bookmark-pencil-beta:before {
  content: "\E6D8";
}

.fa-bookmark-ban-alpha:before {
  content: "\E6D9";
}

.fa-bookmark-ban-beta:before {
  content: "\E6DA";
}

.fa-bookmark-tag-alpha:before {
  content: "\E6DB";
}

.fa-bookmark-tag-beta:before {
  content: "\E6DC";
}

.fa-bookmark-envelope-alpha:before {
  content: "\E6DD";
}

.fa-bookmark-envelope-beta:before {
  content: "\E6DE";
}

.fa-bookmark-refresh-alpha:before {
  content: "\E6DF";
}

.fa-bookmark-refresh-beta:before {
  content: "\E6E0";
}

.fa-bookmark-minus-circle-alpha:before {
  content: "\E6E1";
}

.fa-bookmark-minus-circle-beta:before {
  content: "\E6E2";
}

.fa-bookmark-question-alpha:before {
  content: "\E6E3";
}

.fa-bookmark-question-beta:before {
  content: "\E6E4";
}

.fa-bookmark-music-alpha:before {
  content: "\E6E5";
}

.fa-bookmark-music-beta:before {
  content: "\E6E6";
}

.fa-bookmark-trash-alpha:before {
  content: "\E6E7";
}

.fa-bookmark-trash-beta:before {
  content: "\E6E8";
}

.fa-bookmark-check-circle-alpha:before {
  content: "\E6E9";
}

.fa-bookmark-check-circle-beta:before {
  content: "\E6EA";
}

.fa-bookmark-arrow-down-alpha:before {
  content: "\E6EB";
}

.fa-bookmark-arrow-down-beta:before {
  content: "\E6EC";
}

.fa-bookmark-star-alpha:before {
  content: "\E6ED";
}

.fa-bookmark-star-beta:before {
  content: "\E6EE";
}

.fa-bookmark-arrow-up-alpha:before {
  content: "\E6EF";
}

.fa-bookmark-arrow-up-beta:before {
  content: "\E6F0";
}

.fa-bookmark-file-text-alpha:before {
  content: "\E6F1";
}

.fa-bookmark-file-text-beta:before {
  content: "\E6F2";
}

.fa-bookmark-search-alpha:before {
  content: "\E6F3";
}

.fa-bookmark-search-beta:before {
  content: "\E6F4";
}

.fa-bookmark-check-alpha:before {
  content: "\E6F5";
}

.fa-bookmark-check-beta:before {
  content: "\E6F6";
}

.fa-bookmark-times-circle-alpha:before {
  content: "\E6F7";
}

.fa-bookmark-times-circle-beta:before {
  content: "\E6F8";
}

.fa-bookmark-arrow-right-alpha:before {
  content: "\E6F9";
}

.fa-bookmark-arrow-right-beta:before {
  content: "\E6FA";
}

.fa-bookmark-remove-alpha:before {
  content: "\E6FB";
}

.fa-bookmark-remove-beta:before {
  content: "\E6FC";
}

.fa-bookmark-info-alpha:before {
  content: "\E6FD";
}

.fa-bookmark-info-beta:before {
  content: "\E6FE";
}

.fa-bookmark-plus-alpha:before {
  content: "\E6FF";
}

.fa-bookmark-plus-beta:before {
  content: "\E700";
}

.fa-bookmark-cog-alpha:before {
  content: "\E701";
}

.fa-bookmark-cog-beta:before {
  content: "\E702";
}

.fa-bookmark-clock-o-alpha:before {
  content: "\E703";
}

.fa-bookmark-clock-o-beta:before {
  content: "\E704";
}

.fa-bookmark-exclamation-triangle-alpha:before {
  content: "\E705";
}

.fa-bookmark-exclamation-triangle-beta:before {
  content: "\E706";
}

.fa-bookmark-minus-alpha:before {
  content: "\E707";
}

.fa-bookmark-minus-beta:before {
  content: "\E708";
}

.fa-file-zip-o-pencil-alpha:before {
  content: "\E709";
}

.fa-file-zip-o-pencil-beta:before {
  content: "\E70A";
}

.fa-file-zip-o-ban-alpha:before {
  content: "\E70B";
}

.fa-file-zip-o-ban-beta:before {
  content: "\E70C";
}

.fa-file-zip-o-tag-alpha:before {
  content: "\E70D";
}

.fa-file-zip-o-tag-beta:before {
  content: "\E70E";
}

.fa-file-zip-o-envelope-alpha:before {
  content: "\E70F";
}

.fa-file-zip-o-envelope-beta:before {
  content: "\E710";
}

.fa-file-zip-o-refresh-alpha:before {
  content: "\E711";
}

.fa-file-zip-o-refresh-beta:before {
  content: "\E712";
}

.fa-file-zip-o-minus-circle-alpha:before {
  content: "\E713";
}

.fa-file-zip-o-minus-circle-beta:before {
  content: "\E714";
}

.fa-file-zip-o-question-alpha:before {
  content: "\E715";
}

.fa-file-zip-o-question-beta:before {
  content: "\E716";
}

.fa-file-zip-o-music-alpha:before {
  content: "\E717";
}

.fa-file-zip-o-music-beta:before {
  content: "\E718";
}

.fa-file-zip-o-trash-alpha:before {
  content: "\E719";
}

.fa-file-zip-o-trash-beta:before {
  content: "\E71A";
}

.fa-file-zip-o-check-circle-alpha:before {
  content: "\E71B";
}

.fa-file-zip-o-check-circle-beta:before {
  content: "\E71C";
}

.fa-file-zip-o-arrow-down-alpha:before {
  content: "\E71D";
}

.fa-file-zip-o-arrow-down-beta:before {
  content: "\E71E";
}

.fa-file-zip-o-star-alpha:before {
  content: "\E71F";
}

.fa-file-zip-o-star-beta:before {
  content: "\E720";
}

.fa-file-zip-o-arrow-up-alpha:before {
  content: "\E721";
}

.fa-file-zip-o-arrow-up-beta:before {
  content: "\E722";
}

.fa-file-zip-o-file-text-alpha:before {
  content: "\E723";
}

.fa-file-zip-o-file-text-beta:before {
  content: "\E724";
}

.fa-file-zip-o-search-alpha:before {
  content: "\E725";
}

.fa-file-zip-o-search-beta:before {
  content: "\E726";
}

.fa-file-zip-o-check-alpha:before {
  content: "\E727";
}

.fa-file-zip-o-check-beta:before {
  content: "\E728";
}

.fa-file-zip-o-times-circle-alpha:before {
  content: "\E729";
}

.fa-file-zip-o-times-circle-beta:before {
  content: "\E72A";
}

.fa-file-zip-o-arrow-right-alpha:before {
  content: "\E72B";
}

.fa-file-zip-o-arrow-right-beta:before {
  content: "\E72C";
}

.fa-file-zip-o-remove-alpha:before {
  content: "\E72D";
}

.fa-file-zip-o-remove-beta:before {
  content: "\E72E";
}

.fa-file-zip-o-info-alpha:before {
  content: "\E72F";
}

.fa-file-zip-o-info-beta:before {
  content: "\E730";
}

.fa-file-zip-o-plus-alpha:before {
  content: "\E731";
}

.fa-file-zip-o-plus-beta:before {
  content: "\E732";
}

.fa-file-zip-o-cog-alpha:before {
  content: "\E733";
}

.fa-file-zip-o-cog-beta:before {
  content: "\E734";
}

.fa-file-zip-o-clock-o-alpha:before {
  content: "\E735";
}

.fa-file-zip-o-clock-o-beta:before {
  content: "\E736";
}

.fa-file-zip-o-exclamation-triangle-alpha:before {
  content: "\E737";
}

.fa-file-zip-o-exclamation-triangle-beta:before {
  content: "\E738";
}

.fa-file-zip-o-minus-alpha:before {
  content: "\E739";
}

.fa-file-zip-o-minus-beta:before {
  content: "\E73A";
}

.fa-file-image-o-pencil-alpha:before {
  content: "\E73B";
}

.fa-file-image-o-pencil-beta:before {
  content: "\E73C";
}

.fa-file-image-o-ban-alpha:before {
  content: "\E73D";
}

.fa-file-image-o-ban-beta:before {
  content: "\E73E";
}

.fa-file-image-o-tag-alpha:before {
  content: "\E73F";
}

.fa-file-image-o-tag-beta:before {
  content: "\E740";
}

.fa-file-image-o-envelope-alpha:before {
  content: "\E741";
}

.fa-file-image-o-envelope-beta:before {
  content: "\E742";
}

.fa-file-image-o-refresh-alpha:before {
  content: "\E743";
}

.fa-file-image-o-refresh-beta:before {
  content: "\E744";
}

.fa-file-image-o-minus-circle-alpha:before {
  content: "\E745";
}

.fa-file-image-o-minus-circle-beta:before {
  content: "\E746";
}

.fa-file-image-o-question-alpha:before {
  content: "\E747";
}

.fa-file-image-o-question-beta:before {
  content: "\E748";
}

.fa-file-image-o-music-alpha:before {
  content: "\E749";
}

.fa-file-image-o-music-beta:before {
  content: "\E74A";
}

.fa-file-image-o-trash-alpha:before {
  content: "\E74B";
}

.fa-file-image-o-trash-beta:before {
  content: "\E74C";
}

.fa-file-image-o-check-circle-alpha:before {
  content: "\E74D";
}

.fa-file-image-o-check-circle-beta:before {
  content: "\E74E";
}

.fa-file-image-o-arrow-down-alpha:before {
  content: "\E74F";
}

.fa-file-image-o-arrow-down-beta:before {
  content: "\E750";
}

.fa-file-image-o-star-alpha:before {
  content: "\E751";
}

.fa-file-image-o-star-beta:before {
  content: "\E752";
}

.fa-file-image-o-arrow-up-alpha:before {
  content: "\E753";
}

.fa-file-image-o-arrow-up-beta:before {
  content: "\E754";
}

.fa-file-image-o-file-text-alpha:before {
  content: "\E755";
}

.fa-file-image-o-file-text-beta:before {
  content: "\E756";
}

.fa-file-image-o-search-alpha:before {
  content: "\E757";
}

.fa-file-image-o-search-beta:before {
  content: "\E758";
}

.fa-file-image-o-check-alpha:before {
  content: "\E759";
}

.fa-file-image-o-check-beta:before {
  content: "\E75A";
}

.fa-file-image-o-times-circle-alpha:before {
  content: "\E75B";
}

.fa-file-image-o-times-circle-beta:before {
  content: "\E75C";
}

.fa-file-image-o-arrow-right-alpha:before {
  content: "\E75D";
}

.fa-file-image-o-arrow-right-beta:before {
  content: "\E75E";
}

.fa-file-image-o-remove-alpha:before {
  content: "\E75F";
}

.fa-file-image-o-remove-beta:before {
  content: "\E760";
}

.fa-file-image-o-info-alpha:before {
  content: "\E761";
}

.fa-file-image-o-info-beta:before {
  content: "\E762";
}

.fa-file-image-o-plus-alpha:before {
  content: "\E763";
}

.fa-file-image-o-plus-beta:before {
  content: "\E764";
}

.fa-file-image-o-cog-alpha:before {
  content: "\E765";
}

.fa-file-image-o-cog-beta:before {
  content: "\E766";
}

.fa-file-image-o-clock-o-alpha:before {
  content: "\E767";
}

.fa-file-image-o-clock-o-beta:before {
  content: "\E768";
}

.fa-file-image-o-exclamation-triangle-alpha:before {
  content: "\E769";
}

.fa-file-image-o-exclamation-triangle-beta:before {
  content: "\E76A";
}

.fa-file-image-o-minus-alpha:before {
  content: "\E76B";
}

.fa-file-image-o-minus-beta:before {
  content: "\E76C";
}

.fa-file-powerpoint-o-pencil-alpha:before {
  content: "\E76D";
}

.fa-file-powerpoint-o-pencil-beta:before {
  content: "\E76E";
}

.fa-file-powerpoint-o-ban-alpha:before {
  content: "\E76F";
}

.fa-file-powerpoint-o-ban-beta:before {
  content: "\E770";
}

.fa-file-powerpoint-o-tag-alpha:before {
  content: "\E771";
}

.fa-file-powerpoint-o-tag-beta:before {
  content: "\E772";
}

.fa-file-powerpoint-o-envelope-alpha:before {
  content: "\E773";
}

.fa-file-powerpoint-o-envelope-beta:before {
  content: "\E774";
}

.fa-file-powerpoint-o-refresh-alpha:before {
  content: "\E775";
}

.fa-file-powerpoint-o-refresh-beta:before {
  content: "\E776";
}

.fa-file-powerpoint-o-minus-circle-alpha:before {
  content: "\E777";
}

.fa-file-powerpoint-o-minus-circle-beta:before {
  content: "\E778";
}

.fa-file-powerpoint-o-question-alpha:before {
  content: "\E779";
}

.fa-file-powerpoint-o-question-beta:before {
  content: "\E77A";
}

.fa-file-powerpoint-o-music-alpha:before {
  content: "\E77B";
}

.fa-file-powerpoint-o-music-beta:before {
  content: "\E77C";
}

.fa-file-powerpoint-o-trash-alpha:before {
  content: "\E77D";
}

.fa-file-powerpoint-o-trash-beta:before {
  content: "\E77E";
}

.fa-file-powerpoint-o-check-circle-alpha:before {
  content: "\E77F";
}

.fa-file-powerpoint-o-check-circle-beta:before {
  content: "\E780";
}

.fa-file-powerpoint-o-arrow-down-alpha:before {
  content: "\E781";
}

.fa-file-powerpoint-o-arrow-down-beta:before {
  content: "\E782";
}

.fa-file-powerpoint-o-star-alpha:before {
  content: "\E783";
}

.fa-file-powerpoint-o-star-beta:before {
  content: "\E784";
}

.fa-file-powerpoint-o-arrow-up-alpha:before {
  content: "\E785";
}

.fa-file-powerpoint-o-arrow-up-beta:before {
  content: "\E786";
}

.fa-file-powerpoint-o-file-text-alpha:before {
  content: "\E787";
}

.fa-file-powerpoint-o-file-text-beta:before {
  content: "\E788";
}

.fa-file-powerpoint-o-search-alpha:before {
  content: "\E789";
}

.fa-file-powerpoint-o-search-beta:before {
  content: "\E78A";
}

.fa-file-powerpoint-o-check-alpha:before {
  content: "\E78B";
}

.fa-file-powerpoint-o-check-beta:before {
  content: "\E78C";
}

.fa-file-powerpoint-o-times-circle-alpha:before {
  content: "\E78D";
}

.fa-file-powerpoint-o-times-circle-beta:before {
  content: "\E78E";
}

.fa-file-powerpoint-o-arrow-right-alpha:before {
  content: "\E78F";
}

.fa-file-powerpoint-o-arrow-right-beta:before {
  content: "\E790";
}

.fa-file-powerpoint-o-remove-alpha:before {
  content: "\E791";
}

.fa-file-powerpoint-o-remove-beta:before {
  content: "\E792";
}

.fa-file-powerpoint-o-info-alpha:before {
  content: "\E793";
}

.fa-file-powerpoint-o-info-beta:before {
  content: "\E794";
}

.fa-file-powerpoint-o-plus-alpha:before {
  content: "\E795";
}

.fa-file-powerpoint-o-plus-beta:before {
  content: "\E796";
}

.fa-file-powerpoint-o-cog-alpha:before {
  content: "\E797";
}

.fa-file-powerpoint-o-cog-beta:before {
  content: "\E798";
}

.fa-file-powerpoint-o-clock-o-alpha:before {
  content: "\E799";
}

.fa-file-powerpoint-o-clock-o-beta:before {
  content: "\E79A";
}

.fa-file-powerpoint-o-exclamation-triangle-alpha:before {
  content: "\E79B";
}

.fa-file-powerpoint-o-exclamation-triangle-beta:before {
  content: "\E79C";
}

.fa-file-powerpoint-o-minus-alpha:before {
  content: "\E79D";
}

.fa-file-powerpoint-o-minus-beta:before {
  content: "\E79E";
}

.fa-file-excel-o-pencil-alpha:before {
  content: "\E79F";
}

.fa-file-excel-o-pencil-beta:before {
  content: "\E7A0";
}

.fa-file-excel-o-ban-alpha:before {
  content: "\E7A1";
}

.fa-file-excel-o-ban-beta:before {
  content: "\E7A2";
}

.fa-file-excel-o-tag-alpha:before {
  content: "\E7A3";
}

.fa-file-excel-o-tag-beta:before {
  content: "\E7A4";
}

.fa-file-excel-o-envelope-alpha:before {
  content: "\E7A5";
}

.fa-file-excel-o-envelope-beta:before {
  content: "\E7A6";
}

.fa-file-excel-o-refresh-alpha:before {
  content: "\E7A7";
}

.fa-file-excel-o-refresh-beta:before {
  content: "\E7A8";
}

.fa-file-excel-o-minus-circle-alpha:before {
  content: "\E7A9";
}

.fa-file-excel-o-minus-circle-beta:before {
  content: "\E7AA";
}

.fa-file-excel-o-question-alpha:before {
  content: "\E7AB";
}

.fa-file-excel-o-question-beta:before {
  content: "\E7AC";
}

.fa-file-excel-o-music-alpha:before {
  content: "\E7AD";
}

.fa-file-excel-o-music-beta:before {
  content: "\E7AE";
}

.fa-file-excel-o-trash-alpha:before {
  content: "\E7AF";
}

.fa-file-excel-o-trash-beta:before {
  content: "\E7B0";
}

.fa-file-excel-o-check-circle-alpha:before {
  content: "\E7B1";
}

.fa-file-excel-o-check-circle-beta:before {
  content: "\E7B2";
}

.fa-file-excel-o-arrow-down-alpha:before {
  content: "\E7B3";
}

.fa-file-excel-o-arrow-down-beta:before {
  content: "\E7B4";
}

.fa-file-excel-o-star-alpha:before {
  content: "\E7B5";
}

.fa-file-excel-o-star-beta:before {
  content: "\E7B6";
}

.fa-file-excel-o-arrow-up-alpha:before {
  content: "\E7B7";
}

.fa-file-excel-o-arrow-up-beta:before {
  content: "\E7B8";
}

.fa-file-excel-o-file-text-alpha:before {
  content: "\E7B9";
}

.fa-file-excel-o-file-text-beta:before {
  content: "\E7BA";
}

.fa-file-excel-o-search-alpha:before {
  content: "\E7BB";
}

.fa-file-excel-o-search-beta:before {
  content: "\E7BC";
}

.fa-file-excel-o-check-alpha:before {
  content: "\E7BD";
}

.fa-file-excel-o-check-beta:before {
  content: "\E7BE";
}

.fa-file-excel-o-times-circle-alpha:before {
  content: "\E7BF";
}

.fa-file-excel-o-times-circle-beta:before {
  content: "\E7C0";
}

.fa-file-excel-o-arrow-right-alpha:before {
  content: "\E7C1";
}

.fa-file-excel-o-arrow-right-beta:before {
  content: "\E7C2";
}

.fa-file-excel-o-remove-alpha:before {
  content: "\E7C3";
}

.fa-file-excel-o-remove-beta:before {
  content: "\E7C4";
}

.fa-file-excel-o-info-alpha:before {
  content: "\E7C5";
}

.fa-file-excel-o-info-beta:before {
  content: "\E7C6";
}

.fa-file-excel-o-plus-alpha:before {
  content: "\E7C7";
}

.fa-file-excel-o-plus-beta:before {
  content: "\E7C8";
}

.fa-file-excel-o-cog-alpha:before {
  content: "\E7C9";
}

.fa-file-excel-o-cog-beta:before {
  content: "\E7CA";
}

.fa-file-excel-o-clock-o-alpha:before {
  content: "\E7CB";
}

.fa-file-excel-o-clock-o-beta:before {
  content: "\E7CC";
}

.fa-file-excel-o-exclamation-triangle-alpha:before {
  content: "\E7CD";
}

.fa-file-excel-o-exclamation-triangle-beta:before {
  content: "\E7CE";
}

.fa-file-excel-o-minus-alpha:before {
  content: "\E7CF";
}

.fa-file-excel-o-minus-beta:before {
  content: "\E7D0";
}

.fa-file-word-o-pencil-alpha:before {
  content: "\E7D1";
}

.fa-file-word-o-pencil-beta:before {
  content: "\E7D2";
}

.fa-file-word-o-ban-alpha:before {
  content: "\E7D3";
}

.fa-file-word-o-ban-beta:before {
  content: "\E7D4";
}

.fa-file-word-o-tag-alpha:before {
  content: "\E7D5";
}

.fa-file-word-o-tag-beta:before {
  content: "\E7D6";
}

.fa-file-word-o-envelope-alpha:before {
  content: "\E7D7";
}

.fa-file-word-o-envelope-beta:before {
  content: "\E7D8";
}

.fa-file-word-o-refresh-alpha:before {
  content: "\E7D9";
}

.fa-file-word-o-refresh-beta:before {
  content: "\E7DA";
}

.fa-file-word-o-minus-circle-alpha:before {
  content: "\E7DB";
}

.fa-file-word-o-minus-circle-beta:before {
  content: "\E7DC";
}

.fa-file-word-o-question-alpha:before {
  content: "\E7DD";
}

.fa-file-word-o-question-beta:before {
  content: "\E7DE";
}

.fa-file-word-o-music-alpha:before {
  content: "\E7DF";
}

.fa-file-word-o-music-beta:before {
  content: "\E7E0";
}

.fa-file-word-o-trash-alpha:before {
  content: "\E7E1";
}

.fa-file-word-o-trash-beta:before {
  content: "\E7E2";
}

.fa-file-word-o-check-circle-alpha:before {
  content: "\E7E3";
}

.fa-file-word-o-check-circle-beta:before {
  content: "\E7E4";
}

.fa-file-word-o-arrow-down-alpha:before {
  content: "\E7E5";
}

.fa-file-word-o-arrow-down-beta:before {
  content: "\E7E6";
}

.fa-file-word-o-star-alpha:before {
  content: "\E7E7";
}

.fa-file-word-o-star-beta:before {
  content: "\E7E8";
}

.fa-file-word-o-arrow-up-alpha:before {
  content: "\E7E9";
}

.fa-file-word-o-arrow-up-beta:before {
  content: "\E7EA";
}

.fa-file-word-o-file-text-alpha:before {
  content: "\E7EB";
}

.fa-file-word-o-file-text-beta:before {
  content: "\E7EC";
}

.fa-file-word-o-search-alpha:before {
  content: "\E7ED";
}

.fa-file-word-o-search-beta:before {
  content: "\E7EE";
}

.fa-file-word-o-check-alpha:before {
  content: "\E7EF";
}

.fa-file-word-o-check-beta:before {
  content: "\E7F0";
}

.fa-file-word-o-times-circle-alpha:before {
  content: "\E7F1";
}

.fa-file-word-o-times-circle-beta:before {
  content: "\E7F2";
}

.fa-file-word-o-arrow-right-alpha:before {
  content: "\E7F3";
}

.fa-file-word-o-arrow-right-beta:before {
  content: "\E7F4";
}

.fa-file-word-o-remove-alpha:before {
  content: "\E7F5";
}

.fa-file-word-o-remove-beta:before {
  content: "\E7F6";
}

.fa-file-word-o-info-alpha:before {
  content: "\E7F7";
}

.fa-file-word-o-info-beta:before {
  content: "\E7F8";
}

.fa-file-word-o-plus-alpha:before {
  content: "\E7F9";
}

.fa-file-word-o-plus-beta:before {
  content: "\E7FA";
}

.fa-file-word-o-cog-alpha:before {
  content: "\E7FB";
}

.fa-file-word-o-cog-beta:before {
  content: "\E7FC";
}

.fa-file-word-o-clock-o-alpha:before {
  content: "\E7FD";
}

.fa-file-word-o-clock-o-beta:before {
  content: "\E7FE";
}

.fa-file-word-o-exclamation-triangle-alpha:before {
  content: "\E7FF";
}

.fa-file-word-o-exclamation-triangle-beta:before {
  content: "\E800";
}

.fa-file-word-o-minus-alpha:before {
  content: "\E801";
}

.fa-file-word-o-minus-beta:before {
  content: "\E802";
}

.fa-heart-o-pencil-alpha:before {
  content: "\E803";
}

.fa-heart-o-pencil-beta:before {
  content: "\E804";
}

.fa-heart-o-ban-alpha:before {
  content: "\E805";
}

.fa-heart-o-ban-beta:before {
  content: "\E806";
}

.fa-heart-o-tag-alpha:before {
  content: "\E807";
}

.fa-heart-o-tag-beta:before {
  content: "\E808";
}

.fa-heart-o-envelope-alpha:before {
  content: "\E809";
}

.fa-heart-o-envelope-beta:before {
  content: "\E80A";
}

.fa-heart-o-refresh-alpha:before {
  content: "\E80B";
}

.fa-heart-o-refresh-beta:before {
  content: "\E80C";
}

.fa-heart-o-minus-circle-alpha:before {
  content: "\E80D";
}

.fa-heart-o-minus-circle-beta:before {
  content: "\E80E";
}

.fa-heart-o-question-alpha:before {
  content: "\E80F";
}

.fa-heart-o-question-beta:before {
  content: "\E810";
}

.fa-heart-o-music-alpha:before {
  content: "\E811";
}

.fa-heart-o-music-beta:before {
  content: "\E812";
}

.fa-heart-o-trash-alpha:before {
  content: "\E813";
}

.fa-heart-o-trash-beta:before {
  content: "\E814";
}

.fa-heart-o-check-circle-alpha:before {
  content: "\E815";
}

.fa-heart-o-check-circle-beta:before {
  content: "\E816";
}

.fa-heart-o-arrow-down-alpha:before {
  content: "\E817";
}

.fa-heart-o-arrow-down-beta:before {
  content: "\E818";
}

.fa-heart-o-star-alpha:before {
  content: "\E819";
}

.fa-heart-o-star-beta:before {
  content: "\E81A";
}

.fa-heart-o-arrow-up-alpha:before {
  content: "\E81B";
}

.fa-heart-o-arrow-up-beta:before {
  content: "\E81C";
}

.fa-heart-o-file-text-alpha:before {
  content: "\E81D";
}

.fa-heart-o-file-text-beta:before {
  content: "\E81E";
}

.fa-heart-o-search-alpha:before {
  content: "\E81F";
}

.fa-heart-o-search-beta:before {
  content: "\E820";
}

.fa-heart-o-check-alpha:before {
  content: "\E821";
}

.fa-heart-o-check-beta:before {
  content: "\E822";
}

.fa-heart-o-times-circle-alpha:before {
  content: "\E823";
}

.fa-heart-o-times-circle-beta:before {
  content: "\E824";
}

.fa-heart-o-arrow-right-alpha:before {
  content: "\E825";
}

.fa-heart-o-arrow-right-beta:before {
  content: "\E826";
}

.fa-heart-o-remove-alpha:before {
  content: "\E827";
}

.fa-heart-o-remove-beta:before {
  content: "\E828";
}

.fa-heart-o-info-alpha:before {
  content: "\E829";
}

.fa-heart-o-info-beta:before {
  content: "\E82A";
}

.fa-heart-o-plus-alpha:before {
  content: "\E82B";
}

.fa-heart-o-plus-beta:before {
  content: "\E82C";
}

.fa-heart-o-cog-alpha:before {
  content: "\E82D";
}

.fa-heart-o-cog-beta:before {
  content: "\E82E";
}

.fa-heart-o-clock-o-alpha:before {
  content: "\E82F";
}

.fa-heart-o-clock-o-beta:before {
  content: "\E830";
}

.fa-heart-o-exclamation-triangle-alpha:before {
  content: "\E831";
}

.fa-heart-o-exclamation-triangle-beta:before {
  content: "\E832";
}

.fa-heart-o-minus-alpha:before {
  content: "\E833";
}

.fa-heart-o-minus-beta:before {
  content: "\E834";
}

.fa-camera-pencil-alpha:before {
  content: "\E835";
}

.fa-camera-pencil-beta:before {
  content: "\E836";
}

.fa-camera-ban-alpha:before {
  content: "\E837";
}

.fa-camera-ban-beta:before {
  content: "\E838";
}

.fa-camera-tag-alpha:before {
  content: "\E839";
}

.fa-camera-tag-beta:before {
  content: "\E83A";
}

.fa-camera-envelope-alpha:before {
  content: "\E83B";
}

.fa-camera-envelope-beta:before {
  content: "\E83C";
}

.fa-camera-refresh-alpha:before {
  content: "\E83D";
}

.fa-camera-refresh-beta:before {
  content: "\E83E";
}

.fa-camera-minus-circle-alpha:before {
  content: "\E83F";
}

.fa-camera-minus-circle-beta:before {
  content: "\E840";
}

.fa-camera-question-alpha:before {
  content: "\E841";
}

.fa-camera-question-beta:before {
  content: "\E842";
}

.fa-camera-music-alpha:before {
  content: "\E843";
}

.fa-camera-music-beta:before {
  content: "\E844";
}

.fa-camera-trash-alpha:before {
  content: "\E845";
}

.fa-camera-trash-beta:before {
  content: "\E846";
}

.fa-camera-check-circle-alpha:before {
  content: "\E847";
}

.fa-camera-check-circle-beta:before {
  content: "\E848";
}

.fa-camera-arrow-down-alpha:before {
  content: "\E849";
}

.fa-camera-arrow-down-beta:before {
  content: "\E84A";
}

.fa-camera-star-alpha:before {
  content: "\E84B";
}

.fa-camera-star-beta:before {
  content: "\E84C";
}

.fa-camera-arrow-up-alpha:before {
  content: "\E84D";
}

.fa-camera-arrow-up-beta:before {
  content: "\E84E";
}

.fa-camera-file-text-alpha:before {
  content: "\E84F";
}

.fa-camera-file-text-beta:before {
  content: "\E850";
}

.fa-camera-search-alpha:before {
  content: "\E851";
}

.fa-camera-search-beta:before {
  content: "\E852";
}

.fa-camera-check-alpha:before {
  content: "\E853";
}

.fa-camera-check-beta:before {
  content: "\E854";
}

.fa-camera-times-circle-alpha:before {
  content: "\E855";
}

.fa-camera-times-circle-beta:before {
  content: "\E856";
}

.fa-camera-arrow-right-alpha:before {
  content: "\E857";
}

.fa-camera-arrow-right-beta:before {
  content: "\E858";
}

.fa-camera-remove-alpha:before {
  content: "\E859";
}

.fa-camera-remove-beta:before {
  content: "\E85A";
}

.fa-camera-info-alpha:before {
  content: "\E85B";
}

.fa-camera-info-beta:before {
  content: "\E85C";
}

.fa-camera-plus-alpha:before {
  content: "\E85D";
}

.fa-camera-plus-beta:before {
  content: "\E85E";
}

.fa-camera-cog-alpha:before {
  content: "\E85F";
}

.fa-camera-cog-beta:before {
  content: "\E860";
}

.fa-camera-clock-o-alpha:before {
  content: "\E861";
}

.fa-camera-clock-o-beta:before {
  content: "\E862";
}

.fa-camera-exclamation-triangle-alpha:before {
  content: "\E863";
}

.fa-camera-exclamation-triangle-beta:before {
  content: "\E864";
}

.fa-camera-minus-alpha:before {
  content: "\E865";
}

.fa-camera-minus-beta:before {
  content: "\E866";
}

.fa-lock-pencil-alpha:before {
  content: "\E867";
}

.fa-lock-pencil-beta:before {
  content: "\E868";
}

.fa-lock-ban-alpha:before {
  content: "\E869";
}

.fa-lock-ban-beta:before {
  content: "\E86A";
}

.fa-lock-tag-alpha:before {
  content: "\E86B";
}

.fa-lock-tag-beta:before {
  content: "\E86C";
}

.fa-lock-envelope-alpha:before {
  content: "\E86D";
}

.fa-lock-envelope-beta:before {
  content: "\E86E";
}

.fa-lock-refresh-alpha:before {
  content: "\E86F";
}

.fa-lock-refresh-beta:before {
  content: "\E870";
}

.fa-lock-minus-circle-alpha:before {
  content: "\E871";
}

.fa-lock-minus-circle-beta:before {
  content: "\E872";
}

.fa-lock-question-alpha:before {
  content: "\E873";
}

.fa-lock-question-beta:before {
  content: "\E874";
}

.fa-lock-music-alpha:before {
  content: "\E875";
}

.fa-lock-music-beta:before {
  content: "\E876";
}

.fa-lock-trash-alpha:before {
  content: "\E877";
}

.fa-lock-trash-beta:before {
  content: "\E878";
}

.fa-lock-check-circle-alpha:before {
  content: "\E879";
}

.fa-lock-check-circle-beta:before {
  content: "\E87A";
}

.fa-lock-arrow-down-alpha:before {
  content: "\E87B";
}

.fa-lock-arrow-down-beta:before {
  content: "\E87C";
}

.fa-lock-star-alpha:before {
  content: "\E87D";
}

.fa-lock-star-beta:before {
  content: "\E87E";
}

.fa-lock-arrow-up-alpha:before {
  content: "\E87F";
}

.fa-lock-arrow-up-beta:before {
  content: "\E880";
}

.fa-lock-file-text-alpha:before {
  content: "\E881";
}

.fa-lock-file-text-beta:before {
  content: "\E882";
}

.fa-lock-search-alpha:before {
  content: "\E883";
}

.fa-lock-search-beta:before {
  content: "\E884";
}

.fa-lock-check-alpha:before {
  content: "\E885";
}

.fa-lock-check-beta:before {
  content: "\E886";
}

.fa-lock-times-circle-alpha:before {
  content: "\E887";
}

.fa-lock-times-circle-beta:before {
  content: "\E888";
}

.fa-lock-arrow-right-alpha:before {
  content: "\E889";
}

.fa-lock-arrow-right-beta:before {
  content: "\E88A";
}

.fa-lock-remove-alpha:before {
  content: "\E88B";
}

.fa-lock-remove-beta:before {
  content: "\E88C";
}

.fa-lock-info-alpha:before {
  content: "\E88D";
}

.fa-lock-info-beta:before {
  content: "\E88E";
}

.fa-lock-plus-alpha:before {
  content: "\E88F";
}

.fa-lock-plus-beta:before {
  content: "\E890";
}

.fa-lock-cog-alpha:before {
  content: "\E891";
}

.fa-lock-cog-beta:before {
  content: "\E892";
}

.fa-lock-clock-o-alpha:before {
  content: "\E893";
}

.fa-lock-clock-o-beta:before {
  content: "\E894";
}

.fa-lock-exclamation-triangle-alpha:before {
  content: "\E895";
}

.fa-lock-exclamation-triangle-beta:before {
  content: "\E896";
}

.fa-lock-minus-alpha:before {
  content: "\E897";
}

.fa-lock-minus-beta:before {
  content: "\E898";
}

.fa-folder-o-pencil-alpha:before {
  content: "\E899";
}

.fa-folder-o-pencil-beta:before {
  content: "\E89A";
}

.fa-folder-o-ban-alpha:before {
  content: "\E89B";
}

.fa-folder-o-ban-beta:before {
  content: "\E89C";
}

.fa-folder-o-tag-alpha:before {
  content: "\E89D";
}

.fa-folder-o-tag-beta:before {
  content: "\E89E";
}

.fa-folder-o-envelope-alpha:before {
  content: "\E89F";
}

.fa-folder-o-envelope-beta:before {
  content: "\E8A0";
}

.fa-folder-o-refresh-alpha:before {
  content: "\E8A1";
}

.fa-folder-o-refresh-beta:before {
  content: "\E8A2";
}

.fa-folder-o-minus-circle-alpha:before {
  content: "\E8A3";
}

.fa-folder-o-minus-circle-beta:before {
  content: "\E8A4";
}

.fa-folder-o-question-alpha:before {
  content: "\E8A5";
}

.fa-folder-o-question-beta:before {
  content: "\E8A6";
}

.fa-folder-o-music-alpha:before {
  content: "\E8A7";
}

.fa-folder-o-music-beta:before {
  content: "\E8A8";
}

.fa-folder-o-trash-alpha:before {
  content: "\E8A9";
}

.fa-folder-o-trash-beta:before {
  content: "\E8AA";
}

.fa-folder-o-check-circle-alpha:before {
  content: "\E8AB";
}

.fa-folder-o-check-circle-beta:before {
  content: "\E8AC";
}

.fa-folder-o-arrow-down-alpha:before {
  content: "\E8AD";
}

.fa-folder-o-arrow-down-beta:before {
  content: "\E8AE";
}

.fa-folder-o-star-alpha:before {
  content: "\E8AF";
}

.fa-folder-o-star-beta:before {
  content: "\E8B0";
}

.fa-folder-o-arrow-up-alpha:before {
  content: "\E8B1";
}

.fa-folder-o-arrow-up-beta:before {
  content: "\E8B2";
}

.fa-folder-o-file-text-alpha:before {
  content: "\E8B3";
}

.fa-folder-o-file-text-beta:before {
  content: "\E8B4";
}

.fa-folder-o-search-alpha:before {
  content: "\E8B5";
}

.fa-folder-o-search-beta:before {
  content: "\E8B6";
}

.fa-folder-o-check-alpha:before {
  content: "\E8B7";
}

.fa-folder-o-check-beta:before {
  content: "\E8B8";
}

.fa-folder-o-times-circle-alpha:before {
  content: "\E8B9";
}

.fa-folder-o-times-circle-beta:before {
  content: "\E8BA";
}

.fa-folder-o-arrow-right-alpha:before {
  content: "\E8BB";
}

.fa-folder-o-arrow-right-beta:before {
  content: "\E8BC";
}

.fa-folder-o-remove-alpha:before {
  content: "\E8BD";
}

.fa-folder-o-remove-beta:before {
  content: "\E8BE";
}

.fa-folder-o-info-alpha:before {
  content: "\E8BF";
}

.fa-folder-o-info-beta:before {
  content: "\E8C0";
}

.fa-folder-o-plus-alpha:before {
  content: "\E8C1";
}

.fa-folder-o-plus-beta:before {
  content: "\E8C2";
}

.fa-folder-o-cog-alpha:before {
  content: "\E8C3";
}

.fa-folder-o-cog-beta:before {
  content: "\E8C4";
}

.fa-folder-o-clock-o-alpha:before {
  content: "\E8C5";
}

.fa-folder-o-clock-o-beta:before {
  content: "\E8C6";
}

.fa-folder-o-exclamation-triangle-alpha:before {
  content: "\E8C7";
}

.fa-folder-o-exclamation-triangle-beta:before {
  content: "\E8C8";
}

.fa-folder-o-minus-alpha:before {
  content: "\E8C9";
}

.fa-folder-o-minus-beta:before {
  content: "\E8CA";
}

.fa-floppy-o-pencil-alpha:before {
  content: "\E8CB";
}

.fa-floppy-o-pencil-beta:before {
  content: "\E8CC";
}

.fa-floppy-o-ban-alpha:before {
  content: "\E8CD";
}

.fa-floppy-o-ban-beta:before {
  content: "\E8CE";
}

.fa-floppy-o-tag-alpha:before {
  content: "\E8CF";
}

.fa-floppy-o-tag-beta:before {
  content: "\E8D0";
}

.fa-floppy-o-envelope-alpha:before {
  content: "\E8D1";
}

.fa-floppy-o-envelope-beta:before {
  content: "\E8D2";
}

.fa-floppy-o-refresh-alpha:before {
  content: "\E8D3";
}

.fa-floppy-o-refresh-beta:before {
  content: "\E8D4";
}

.fa-floppy-o-minus-circle-alpha:before {
  content: "\E8D5";
}

.fa-floppy-o-minus-circle-beta:before {
  content: "\E8D6";
}

.fa-floppy-o-question-alpha:before {
  content: "\E8D7";
}

.fa-floppy-o-question-beta:before {
  content: "\E8D8";
}

.fa-floppy-o-music-alpha:before {
  content: "\E8D9";
}

.fa-floppy-o-music-beta:before {
  content: "\E8DA";
}

.fa-floppy-o-trash-alpha:before {
  content: "\E8DB";
}

.fa-floppy-o-trash-beta:before {
  content: "\E8DC";
}

.fa-floppy-o-check-circle-alpha:before {
  content: "\E8DD";
}

.fa-floppy-o-check-circle-beta:before {
  content: "\E8DE";
}

.fa-floppy-o-arrow-down-alpha:before {
  content: "\E8DF";
}

.fa-floppy-o-arrow-down-beta:before {
  content: "\E8E0";
}

.fa-floppy-o-star-alpha:before {
  content: "\E8E1";
}

.fa-floppy-o-star-beta:before {
  content: "\E8E2";
}

.fa-floppy-o-arrow-up-alpha:before {
  content: "\E8E3";
}

.fa-floppy-o-arrow-up-beta:before {
  content: "\E8E4";
}

.fa-floppy-o-file-text-alpha:before {
  content: "\E8E5";
}

.fa-floppy-o-file-text-beta:before {
  content: "\E8E6";
}

.fa-floppy-o-search-alpha:before {
  content: "\E8E7";
}

.fa-floppy-o-search-beta:before {
  content: "\E8E8";
}

.fa-floppy-o-check-alpha:before {
  content: "\E8E9";
}

.fa-floppy-o-check-beta:before {
  content: "\E8EA";
}

.fa-floppy-o-times-circle-alpha:before {
  content: "\E8EB";
}

.fa-floppy-o-times-circle-beta:before {
  content: "\E8EC";
}

.fa-floppy-o-arrow-right-alpha:before {
  content: "\E8ED";
}

.fa-floppy-o-arrow-right-beta:before {
  content: "\E8EE";
}

.fa-floppy-o-remove-alpha:before {
  content: "\E8EF";
}

.fa-floppy-o-remove-beta:before {
  content: "\E8F0";
}

.fa-floppy-o-info-alpha:before {
  content: "\E8F1";
}

.fa-floppy-o-info-beta:before {
  content: "\E8F2";
}

.fa-floppy-o-plus-alpha:before {
  content: "\E8F3";
}

.fa-floppy-o-plus-beta:before {
  content: "\E8F4";
}

.fa-floppy-o-cog-alpha:before {
  content: "\E8F5";
}

.fa-floppy-o-cog-beta:before {
  content: "\E8F6";
}

.fa-floppy-o-clock-o-alpha:before {
  content: "\E8F7";
}

.fa-floppy-o-clock-o-beta:before {
  content: "\E8F8";
}

.fa-floppy-o-exclamation-triangle-alpha:before {
  content: "\E8F9";
}

.fa-floppy-o-exclamation-triangle-beta:before {
  content: "\E8FA";
}

.fa-floppy-o-minus-alpha:before {
  content: "\E8FB";
}

.fa-floppy-o-minus-beta:before {
  content: "\E8FC";
}

.fa-file-pdf-o-pencil-alpha:before {
  content: "\E8FD";
}

.fa-file-pdf-o-pencil-beta:before {
  content: "\E8FE";
}

.fa-file-pdf-o-ban-alpha:before {
  content: "\E8FF";
}

.fa-file-pdf-o-ban-beta:before {
  content: "\E900";
}

.fa-file-pdf-o-tag-alpha:before {
  content: "\E901";
}

.fa-file-pdf-o-tag-beta:before {
  content: "\E902";
}

.fa-file-pdf-o-envelope-alpha:before {
  content: "\E903";
}

.fa-file-pdf-o-envelope-beta:before {
  content: "\E904";
}

.fa-file-pdf-o-refresh-alpha:before {
  content: "\E905";
}

.fa-file-pdf-o-refresh-beta:before {
  content: "\E906";
}

.fa-file-pdf-o-minus-circle-alpha:before {
  content: "\E907";
}

.fa-file-pdf-o-minus-circle-beta:before {
  content: "\E908";
}

.fa-file-pdf-o-question-alpha:before {
  content: "\E909";
}

.fa-file-pdf-o-question-beta:before {
  content: "\E90A";
}

.fa-file-pdf-o-music-alpha:before {
  content: "\E90B";
}

.fa-file-pdf-o-music-beta:before {
  content: "\E90C";
}

.fa-file-pdf-o-trash-alpha:before {
  content: "\E90D";
}

.fa-file-pdf-o-trash-beta:before {
  content: "\E90E";
}

.fa-file-pdf-o-check-circle-alpha:before {
  content: "\E90F";
}

.fa-file-pdf-o-check-circle-beta:before {
  content: "\E910";
}

.fa-file-pdf-o-arrow-down-alpha:before {
  content: "\E911";
}

.fa-file-pdf-o-arrow-down-beta:before {
  content: "\E912";
}

.fa-file-pdf-o-star-alpha:before {
  content: "\E913";
}

.fa-file-pdf-o-star-beta:before {
  content: "\E914";
}

.fa-file-pdf-o-arrow-up-alpha:before {
  content: "\E915";
}

.fa-file-pdf-o-arrow-up-beta:before {
  content: "\E916";
}

.fa-file-pdf-o-file-text-alpha:before {
  content: "\E917";
}

.fa-file-pdf-o-file-text-beta:before {
  content: "\E918";
}

.fa-file-pdf-o-search-alpha:before {
  content: "\E919";
}

.fa-file-pdf-o-search-beta:before {
  content: "\E91A";
}

.fa-file-pdf-o-check-alpha:before {
  content: "\E91B";
}

.fa-file-pdf-o-check-beta:before {
  content: "\E91C";
}

.fa-file-pdf-o-times-circle-alpha:before {
  content: "\E91D";
}

.fa-file-pdf-o-times-circle-beta:before {
  content: "\E91E";
}

.fa-file-pdf-o-arrow-right-alpha:before {
  content: "\E91F";
}

.fa-file-pdf-o-arrow-right-beta:before {
  content: "\E920";
}

.fa-file-pdf-o-remove-alpha:before {
  content: "\E921";
}

.fa-file-pdf-o-remove-beta:before {
  content: "\E922";
}

.fa-file-pdf-o-info-alpha:before {
  content: "\E923";
}

.fa-file-pdf-o-info-beta:before {
  content: "\E924";
}

.fa-file-pdf-o-plus-alpha:before {
  content: "\E925";
}

.fa-file-pdf-o-plus-beta:before {
  content: "\E926";
}

.fa-file-pdf-o-cog-alpha:before {
  content: "\E927";
}

.fa-file-pdf-o-cog-beta:before {
  content: "\E928";
}

.fa-file-pdf-o-clock-o-alpha:before {
  content: "\E929";
}

.fa-file-pdf-o-clock-o-beta:before {
  content: "\E92A";
}

.fa-file-pdf-o-exclamation-triangle-alpha:before {
  content: "\E92B";
}

.fa-file-pdf-o-exclamation-triangle-beta:before {
  content: "\E92C";
}

.fa-file-pdf-o-minus-alpha:before {
  content: "\E92D";
}

.fa-file-pdf-o-minus-beta:before {
  content: "\E92E";
}

.fa-database-pencil-alpha:before {
  content: "\E92F";
}

.fa-database-pencil-beta:before {
  content: "\E930";
}

.fa-database-ban-alpha:before {
  content: "\E931";
}

.fa-database-ban-beta:before {
  content: "\E932";
}

.fa-database-tag-alpha:before {
  content: "\E933";
}

.fa-database-tag-beta:before {
  content: "\E934";
}

.fa-database-envelope-alpha:before {
  content: "\E935";
}

.fa-database-envelope-beta:before {
  content: "\E936";
}

.fa-database-refresh-alpha:before {
  content: "\E937";
}

.fa-database-refresh-beta:before {
  content: "\E938";
}

.fa-database-minus-circle-alpha:before {
  content: "\E939";
}

.fa-database-minus-circle-beta:before {
  content: "\E93A";
}

.fa-database-question-alpha:before {
  content: "\E93B";
}

.fa-database-question-beta:before {
  content: "\E93C";
}

.fa-database-music-alpha:before {
  content: "\E93D";
}

.fa-database-music-beta:before {
  content: "\E93E";
}

.fa-database-trash-alpha:before {
  content: "\E93F";
}

.fa-database-trash-beta:before {
  content: "\E940";
}

.fa-database-check-circle-alpha:before {
  content: "\E941";
}

.fa-database-check-circle-beta:before {
  content: "\E942";
}

.fa-database-arrow-down-alpha:before {
  content: "\E943";
}

.fa-database-arrow-down-beta:before {
  content: "\E944";
}

.fa-database-star-alpha:before {
  content: "\E945";
}

.fa-database-star-beta:before {
  content: "\E946";
}

.fa-database-arrow-up-alpha:before {
  content: "\E947";
}

.fa-database-arrow-up-beta:before {
  content: "\E948";
}

.fa-database-file-text-alpha:before {
  content: "\E949";
}

.fa-database-file-text-beta:before {
  content: "\E94A";
}

.fa-database-search-alpha:before {
  content: "\E94B";
}

.fa-database-search-beta:before {
  content: "\E94C";
}

.fa-database-check-alpha:before {
  content: "\E94D";
}

.fa-database-check-beta:before {
  content: "\E94E";
}

.fa-database-times-circle-alpha:before {
  content: "\E94F";
}

.fa-database-times-circle-beta:before {
  content: "\E950";
}

.fa-database-arrow-right-alpha:before {
  content: "\E951";
}

.fa-database-arrow-right-beta:before {
  content: "\E952";
}

.fa-database-remove-alpha:before {
  content: "\E953";
}

.fa-database-remove-beta:before {
  content: "\E954";
}

.fa-database-info-alpha:before {
  content: "\E955";
}

.fa-database-info-beta:before {
  content: "\E956";
}

.fa-database-plus-alpha:before {
  content: "\E957";
}

.fa-database-plus-beta:before {
  content: "\E958";
}

.fa-database-cog-alpha:before {
  content: "\E959";
}

.fa-database-cog-beta:before {
  content: "\E95A";
}

.fa-database-clock-o-alpha:before {
  content: "\E95B";
}

.fa-database-clock-o-beta:before {
  content: "\E95C";
}

.fa-database-exclamation-triangle-alpha:before {
  content: "\E95D";
}

.fa-database-exclamation-triangle-beta:before {
  content: "\E95E";
}

.fa-database-minus-alpha:before {
  content: "\E95F";
}

.fa-database-minus-beta:before {
  content: "\E960";
}

.fa-question-circle-pencil-alpha:before {
  content: "\E961";
}

.fa-question-circle-pencil-beta:before {
  content: "\E962";
}

.fa-question-circle-ban-alpha:before {
  content: "\E963";
}

.fa-question-circle-ban-beta:before {
  content: "\E964";
}

.fa-question-circle-tag-alpha:before {
  content: "\E965";
}

.fa-question-circle-tag-beta:before {
  content: "\E966";
}

.fa-question-circle-envelope-alpha:before {
  content: "\E967";
}

.fa-question-circle-envelope-beta:before {
  content: "\E968";
}

.fa-question-circle-refresh-alpha:before {
  content: "\E969";
}

.fa-question-circle-refresh-beta:before {
  content: "\E96A";
}

.fa-question-circle-minus-circle-alpha:before {
  content: "\E96B";
}

.fa-question-circle-minus-circle-beta:before {
  content: "\E96C";
}

.fa-question-circle-question-alpha:before {
  content: "\E96D";
}

.fa-question-circle-question-beta:before {
  content: "\E96E";
}

.fa-question-circle-music-alpha:before {
  content: "\E96F";
}

.fa-question-circle-music-beta:before {
  content: "\E970";
}

.fa-question-circle-trash-alpha:before {
  content: "\E971";
}

.fa-question-circle-trash-beta:before {
  content: "\E972";
}

.fa-question-circle-check-circle-alpha:before {
  content: "\E973";
}

.fa-question-circle-check-circle-beta:before {
  content: "\E974";
}

.fa-question-circle-arrow-down-alpha:before {
  content: "\E975";
}

.fa-question-circle-arrow-down-beta:before {
  content: "\E976";
}

.fa-question-circle-star-alpha:before {
  content: "\E977";
}

.fa-question-circle-star-beta:before {
  content: "\E978";
}

.fa-question-circle-arrow-up-alpha:before {
  content: "\E979";
}

.fa-question-circle-arrow-up-beta:before {
  content: "\E97A";
}

.fa-question-circle-file-text-alpha:before {
  content: "\E97B";
}

.fa-question-circle-file-text-beta:before {
  content: "\E97C";
}

.fa-question-circle-search-alpha:before {
  content: "\E97D";
}

.fa-question-circle-search-beta:before {
  content: "\E97E";
}

.fa-question-circle-check-alpha:before {
  content: "\E97F";
}

.fa-question-circle-check-beta:before {
  content: "\E980";
}

.fa-question-circle-times-circle-alpha:before {
  content: "\E981";
}

.fa-question-circle-times-circle-beta:before {
  content: "\E982";
}

.fa-question-circle-arrow-right-alpha:before {
  content: "\E983";
}

.fa-question-circle-arrow-right-beta:before {
  content: "\E984";
}

.fa-question-circle-remove-alpha:before {
  content: "\E985";
}

.fa-question-circle-remove-beta:before {
  content: "\E986";
}

.fa-question-circle-info-alpha:before {
  content: "\E987";
}

.fa-question-circle-info-beta:before {
  content: "\E988";
}

.fa-question-circle-plus-alpha:before {
  content: "\E989";
}

.fa-question-circle-plus-beta:before {
  content: "\E98A";
}

.fa-question-circle-cog-alpha:before {
  content: "\E98B";
}

.fa-question-circle-cog-beta:before {
  content: "\E98C";
}

.fa-question-circle-clock-o-alpha:before {
  content: "\E98D";
}

.fa-question-circle-clock-o-beta:before {
  content: "\E98E";
}

.fa-question-circle-exclamation-triangle-alpha:before {
  content: "\E98F";
}

.fa-question-circle-exclamation-triangle-beta:before {
  content: "\E990";
}

.fa-question-circle-minus-alpha:before {
  content: "\E991";
}

.fa-question-circle-minus-beta:before {
  content: "\E992";
}

.fa-phone-pencil-alpha:before {
  content: "\E993";
}

.fa-phone-pencil-beta:before {
  content: "\E994";
}

.fa-phone-ban-alpha:before {
  content: "\E995";
}

.fa-phone-ban-beta:before {
  content: "\E996";
}

.fa-phone-tag-alpha:before {
  content: "\E997";
}

.fa-phone-tag-beta:before {
  content: "\E998";
}

.fa-phone-envelope-alpha:before {
  content: "\E999";
}

.fa-phone-envelope-beta:before {
  content: "\E99A";
}

.fa-phone-refresh-alpha:before {
  content: "\E99B";
}

.fa-phone-refresh-beta:before {
  content: "\E99C";
}

.fa-phone-minus-circle-alpha:before {
  content: "\E99D";
}

.fa-phone-minus-circle-beta:before {
  content: "\E99E";
}

.fa-phone-question-alpha:before {
  content: "\E99F";
}

.fa-phone-question-beta:before {
  content: "\E9A0";
}

.fa-phone-music-alpha:before {
  content: "\E9A1";
}

.fa-phone-music-beta:before {
  content: "\E9A2";
}

.fa-phone-trash-alpha:before {
  content: "\E9A3";
}

.fa-phone-trash-beta:before {
  content: "\E9A4";
}

.fa-phone-check-circle-alpha:before {
  content: "\E9A5";
}

.fa-phone-check-circle-beta:before {
  content: "\E9A6";
}

.fa-phone-arrow-down-alpha:before {
  content: "\E9A7";
}

.fa-phone-arrow-down-beta:before {
  content: "\E9A8";
}

.fa-phone-star-alpha:before {
  content: "\E9A9";
}

.fa-phone-star-beta:before {
  content: "\E9AA";
}

.fa-phone-arrow-up-alpha:before {
  content: "\E9AB";
}

.fa-phone-arrow-up-beta:before {
  content: "\E9AC";
}

.fa-phone-file-text-alpha:before {
  content: "\E9AD";
}

.fa-phone-file-text-beta:before {
  content: "\E9AE";
}

.fa-phone-search-alpha:before {
  content: "\E9AF";
}

.fa-phone-search-beta:before {
  content: "\E9B0";
}

.fa-phone-check-alpha:before {
  content: "\E9B1";
}

.fa-phone-check-beta:before {
  content: "\E9B2";
}

.fa-phone-times-circle-alpha:before {
  content: "\E9B3";
}

.fa-phone-times-circle-beta:before {
  content: "\E9B4";
}

.fa-phone-arrow-right-alpha:before {
  content: "\E9B5";
}

.fa-phone-arrow-right-beta:before {
  content: "\E9B6";
}

.fa-phone-remove-alpha:before {
  content: "\E9B7";
}

.fa-phone-remove-beta:before {
  content: "\E9B8";
}

.fa-phone-info-alpha:before {
  content: "\E9B9";
}

.fa-phone-info-beta:before {
  content: "\E9BA";
}

.fa-phone-plus-alpha:before {
  content: "\E9BB";
}

.fa-phone-plus-beta:before {
  content: "\E9BC";
}

.fa-phone-cog-alpha:before {
  content: "\E9BD";
}

.fa-phone-cog-beta:before {
  content: "\E9BE";
}

.fa-phone-clock-o-alpha:before {
  content: "\E9BF";
}

.fa-phone-clock-o-beta:before {
  content: "\E9C0";
}

.fa-phone-exclamation-triangle-alpha:before {
  content: "\E9C1";
}

.fa-phone-exclamation-triangle-beta:before {
  content: "\E9C2";
}

.fa-phone-minus-alpha:before {
  content: "\E9C3";
}

.fa-phone-minus-beta:before {
  content: "\E9C4";
}

.fa-link-pencil-alpha:before {
  content: "\E9C5";
}

.fa-link-pencil-beta:before {
  content: "\E9C6";
}

.fa-link-ban-alpha:before {
  content: "\E9C7";
}

.fa-link-ban-beta:before {
  content: "\E9C8";
}

.fa-link-tag-alpha:before {
  content: "\E9C9";
}

.fa-link-tag-beta:before {
  content: "\E9CA";
}

.fa-link-envelope-alpha:before {
  content: "\E9CB";
}

.fa-link-envelope-beta:before {
  content: "\E9CC";
}

.fa-link-refresh-alpha:before {
  content: "\E9CD";
}

.fa-link-refresh-beta:before {
  content: "\E9CE";
}

.fa-link-minus-circle-alpha:before {
  content: "\E9CF";
}

.fa-link-minus-circle-beta:before {
  content: "\E9D0";
}

.fa-link-question-alpha:before {
  content: "\E9D1";
}

.fa-link-question-beta:before {
  content: "\E9D2";
}

.fa-link-music-alpha:before {
  content: "\E9D3";
}

.fa-link-music-beta:before {
  content: "\E9D4";
}

.fa-link-trash-alpha:before {
  content: "\E9D5";
}

.fa-link-trash-beta:before {
  content: "\E9D6";
}

.fa-link-check-circle-alpha:before {
  content: "\E9D7";
}

.fa-link-check-circle-beta:before {
  content: "\E9D8";
}

.fa-link-arrow-down-alpha:before {
  content: "\E9D9";
}

.fa-link-arrow-down-beta:before {
  content: "\E9DA";
}

.fa-link-star-alpha:before {
  content: "\E9DB";
}

.fa-link-star-beta:before {
  content: "\E9DC";
}

.fa-link-arrow-up-alpha:before {
  content: "\E9DD";
}

.fa-link-arrow-up-beta:before {
  content: "\E9DE";
}

.fa-link-file-text-alpha:before {
  content: "\E9DF";
}

.fa-link-file-text-beta:before {
  content: "\E9E0";
}

.fa-link-search-alpha:before {
  content: "\E9E1";
}

.fa-link-search-beta:before {
  content: "\E9E2";
}

.fa-link-check-alpha:before {
  content: "\E9E3";
}

.fa-link-check-beta:before {
  content: "\E9E4";
}

.fa-link-times-circle-alpha:before {
  content: "\E9E5";
}

.fa-link-times-circle-beta:before {
  content: "\E9E6";
}

.fa-link-arrow-right-alpha:before {
  content: "\E9E7";
}

.fa-link-arrow-right-beta:before {
  content: "\E9E8";
}

.fa-link-remove-alpha:before {
  content: "\E9E9";
}

.fa-link-remove-beta:before {
  content: "\E9EA";
}

.fa-link-info-alpha:before {
  content: "\E9EB";
}

.fa-link-info-beta:before {
  content: "\E9EC";
}

.fa-link-plus-alpha:before {
  content: "\E9ED";
}

.fa-link-plus-beta:before {
  content: "\E9EE";
}

.fa-link-cog-alpha:before {
  content: "\E9EF";
}

.fa-link-cog-beta:before {
  content: "\E9F0";
}

.fa-link-clock-o-alpha:before {
  content: "\E9F1";
}

.fa-link-clock-o-beta:before {
  content: "\E9F2";
}

.fa-link-exclamation-triangle-alpha:before {
  content: "\E9F3";
}

.fa-link-exclamation-triangle-beta:before {
  content: "\E9F4";
}

.fa-link-minus-alpha:before {
  content: "\E9F5";
}

.fa-link-minus-beta:before {
  content: "\E9F6";
}

.fa-file-text-o-pencil-alpha:before {
  content: "\E9F7";
}

.fa-file-text-o-pencil-beta:before {
  content: "\E9F8";
}

.fa-file-text-o-ban-alpha:before {
  content: "\E9F9";
}

.fa-file-text-o-ban-beta:before {
  content: "\E9FA";
}

.fa-file-text-o-tag-alpha:before {
  content: "\E9FB";
}

.fa-file-text-o-tag-beta:before {
  content: "\E9FC";
}

.fa-file-text-o-envelope-alpha:before {
  content: "\E9FD";
}

.fa-file-text-o-envelope-beta:before {
  content: "\E9FE";
}

.fa-file-text-o-refresh-alpha:before {
  content: "\E9FF";
}

.fa-file-text-o-refresh-beta:before {
  content: "\EA00";
}

.fa-file-text-o-minus-circle-alpha:before {
  content: "\EA01";
}

.fa-file-text-o-minus-circle-beta:before {
  content: "\EA02";
}

.fa-file-text-o-question-alpha:before {
  content: "\EA03";
}

.fa-file-text-o-question-beta:before {
  content: "\EA04";
}

.fa-file-text-o-music-alpha:before {
  content: "\EA05";
}

.fa-file-text-o-music-beta:before {
  content: "\EA06";
}

.fa-file-text-o-trash-alpha:before {
  content: "\EA07";
}

.fa-file-text-o-trash-beta:before {
  content: "\EA08";
}

.fa-file-text-o-check-circle-alpha:before {
  content: "\EA09";
}

.fa-file-text-o-check-circle-beta:before {
  content: "\EA0A";
}

.fa-file-text-o-arrow-down-alpha:before {
  content: "\EA0B";
}

.fa-file-text-o-arrow-down-beta:before {
  content: "\EA0C";
}

.fa-file-text-o-star-alpha:before {
  content: "\EA0D";
}

.fa-file-text-o-star-beta:before {
  content: "\EA0E";
}

.fa-file-text-o-arrow-up-alpha:before {
  content: "\EA0F";
}

.fa-file-text-o-arrow-up-beta:before {
  content: "\EA10";
}

.fa-file-text-o-file-text-alpha:before {
  content: "\EA11";
}

.fa-file-text-o-file-text-beta:before {
  content: "\EA12";
}

.fa-file-text-o-search-alpha:before {
  content: "\EA13";
}

.fa-file-text-o-search-beta:before {
  content: "\EA14";
}

.fa-file-text-o-check-alpha:before {
  content: "\EA15";
}

.fa-file-text-o-check-beta:before {
  content: "\EA16";
}

.fa-file-text-o-times-circle-alpha:before {
  content: "\EA17";
}

.fa-file-text-o-times-circle-beta:before {
  content: "\EA18";
}

.fa-file-text-o-arrow-right-alpha:before {
  content: "\EA19";
}

.fa-file-text-o-arrow-right-beta:before {
  content: "\EA1A";
}

.fa-file-text-o-remove-alpha:before {
  content: "\EA1B";
}

.fa-file-text-o-remove-beta:before {
  content: "\EA1C";
}

.fa-file-text-o-info-alpha:before {
  content: "\EA1D";
}

.fa-file-text-o-info-beta:before {
  content: "\EA1E";
}

.fa-file-text-o-plus-alpha:before {
  content: "\EA1F";
}

.fa-file-text-o-plus-beta:before {
  content: "\EA20";
}

.fa-file-text-o-cog-alpha:before {
  content: "\EA21";
}

.fa-file-text-o-cog-beta:before {
  content: "\EA22";
}

.fa-file-text-o-clock-o-alpha:before {
  content: "\EA23";
}

.fa-file-text-o-clock-o-beta:before {
  content: "\EA24";
}

.fa-file-text-o-exclamation-triangle-alpha:before {
  content: "\EA25";
}

.fa-file-text-o-exclamation-triangle-beta:before {
  content: "\EA26";
}

.fa-file-text-o-minus-alpha:before {
  content: "\EA27";
}

.fa-file-text-o-minus-beta:before {
  content: "\EA28";
}

.fa-graduation-cap-pencil-alpha:before {
  content: "\EA29";
}

.fa-graduation-cap-pencil-beta:before {
  content: "\EA2A";
}

.fa-graduation-cap-ban-alpha:before {
  content: "\EA2B";
}

.fa-graduation-cap-ban-beta:before {
  content: "\EA2C";
}

.fa-graduation-cap-tag-alpha:before {
  content: "\EA2D";
}

.fa-graduation-cap-tag-beta:before {
  content: "\EA2E";
}

.fa-graduation-cap-envelope-alpha:before {
  content: "\EA2F";
}

.fa-graduation-cap-envelope-beta:before {
  content: "\EA30";
}

.fa-graduation-cap-refresh-alpha:before {
  content: "\EA31";
}

.fa-graduation-cap-refresh-beta:before {
  content: "\EA32";
}

.fa-graduation-cap-minus-circle-alpha:before {
  content: "\EA33";
}

.fa-graduation-cap-minus-circle-beta:before {
  content: "\EA34";
}

.fa-graduation-cap-question-alpha:before {
  content: "\EA35";
}

.fa-graduation-cap-question-beta:before {
  content: "\EA36";
}

.fa-graduation-cap-music-alpha:before {
  content: "\EA37";
}

.fa-graduation-cap-music-beta:before {
  content: "\EA38";
}

.fa-graduation-cap-trash-alpha:before {
  content: "\EA39";
}

.fa-graduation-cap-trash-beta:before {
  content: "\EA3A";
}

.fa-graduation-cap-check-circle-alpha:before {
  content: "\EA3B";
}

.fa-graduation-cap-check-circle-beta:before {
  content: "\EA3C";
}

.fa-graduation-cap-arrow-down-alpha:before {
  content: "\EA3D";
}

.fa-graduation-cap-arrow-down-beta:before {
  content: "\EA3E";
}

.fa-graduation-cap-star-alpha:before {
  content: "\EA3F";
}

.fa-graduation-cap-star-beta:before {
  content: "\EA40";
}

.fa-graduation-cap-arrow-up-alpha:before {
  content: "\EA41";
}

.fa-graduation-cap-arrow-up-beta:before {
  content: "\EA42";
}

.fa-graduation-cap-file-text-alpha:before {
  content: "\EA43";
}

.fa-graduation-cap-file-text-beta:before {
  content: "\EA44";
}

.fa-graduation-cap-search-alpha:before {
  content: "\EA45";
}

.fa-graduation-cap-search-beta:before {
  content: "\EA46";
}

.fa-graduation-cap-check-alpha:before {
  content: "\EA47";
}

.fa-graduation-cap-check-beta:before {
  content: "\EA48";
}

.fa-graduation-cap-times-circle-alpha:before {
  content: "\EA49";
}

.fa-graduation-cap-times-circle-beta:before {
  content: "\EA4A";
}

.fa-graduation-cap-arrow-right-alpha:before {
  content: "\EA4B";
}

.fa-graduation-cap-arrow-right-beta:before {
  content: "\EA4C";
}

.fa-graduation-cap-remove-alpha:before {
  content: "\EA4D";
}

.fa-graduation-cap-remove-beta:before {
  content: "\EA4E";
}

.fa-graduation-cap-info-alpha:before {
  content: "\EA4F";
}

.fa-graduation-cap-info-beta:before {
  content: "\EA50";
}

.fa-graduation-cap-plus-alpha:before {
  content: "\EA51";
}

.fa-graduation-cap-plus-beta:before {
  content: "\EA52";
}

.fa-graduation-cap-cog-alpha:before {
  content: "\EA53";
}

.fa-graduation-cap-cog-beta:before {
  content: "\EA54";
}

.fa-graduation-cap-clock-o-alpha:before {
  content: "\EA55";
}

.fa-graduation-cap-clock-o-beta:before {
  content: "\EA56";
}

.fa-graduation-cap-exclamation-triangle-alpha:before {
  content: "\EA57";
}

.fa-graduation-cap-exclamation-triangle-beta:before {
  content: "\EA58";
}

.fa-graduation-cap-minus-alpha:before {
  content: "\EA59";
}

.fa-graduation-cap-minus-beta:before {
  content: "\EA5A";
}

.fa-map-pencil-alpha:before {
  content: "\EA5B";
}

.fa-map-pencil-beta:before {
  content: "\EA5C";
}

.fa-map-ban-alpha:before {
  content: "\EA5D";
}

.fa-map-ban-beta:before {
  content: "\EA5E";
}

.fa-map-tag-alpha:before {
  content: "\EA5F";
}

.fa-map-tag-beta:before {
  content: "\EA60";
}

.fa-map-envelope-alpha:before {
  content: "\EA61";
}

.fa-map-envelope-beta:before {
  content: "\EA62";
}

.fa-map-refresh-alpha:before {
  content: "\EA63";
}

.fa-map-refresh-beta:before {
  content: "\EA64";
}

.fa-map-minus-circle-alpha:before {
  content: "\EA65";
}

.fa-map-minus-circle-beta:before {
  content: "\EA66";
}

.fa-map-question-alpha:before {
  content: "\EA67";
}

.fa-map-question-beta:before {
  content: "\EA68";
}

.fa-map-music-alpha:before {
  content: "\EA69";
}

.fa-map-music-beta:before {
  content: "\EA6A";
}

.fa-map-trash-alpha:before {
  content: "\EA6B";
}

.fa-map-trash-beta:before {
  content: "\EA6C";
}

.fa-map-check-circle-alpha:before {
  content: "\EA6D";
}

.fa-map-check-circle-beta:before {
  content: "\EA6E";
}

.fa-map-arrow-down-alpha:before {
  content: "\EA6F";
}

.fa-map-arrow-down-beta:before {
  content: "\EA70";
}

.fa-map-star-alpha:before {
  content: "\EA71";
}

.fa-map-star-beta:before {
  content: "\EA72";
}

.fa-map-arrow-up-alpha:before {
  content: "\EA73";
}

.fa-map-arrow-up-beta:before {
  content: "\EA74";
}

.fa-map-file-text-alpha:before {
  content: "\EA75";
}

.fa-map-file-text-beta:before {
  content: "\EA76";
}

.fa-map-search-alpha:before {
  content: "\EA77";
}

.fa-map-search-beta:before {
  content: "\EA78";
}

.fa-map-check-alpha:before {
  content: "\EA79";
}

.fa-map-check-beta:before {
  content: "\EA7A";
}

.fa-map-times-circle-alpha:before {
  content: "\EA7B";
}

.fa-map-times-circle-beta:before {
  content: "\EA7C";
}

.fa-map-arrow-right-alpha:before {
  content: "\EA7D";
}

.fa-map-arrow-right-beta:before {
  content: "\EA7E";
}

.fa-map-remove-alpha:before {
  content: "\EA7F";
}

.fa-map-remove-beta:before {
  content: "\EA80";
}

.fa-map-info-alpha:before {
  content: "\EA81";
}

.fa-map-info-beta:before {
  content: "\EA82";
}

.fa-map-plus-alpha:before {
  content: "\EA83";
}

.fa-map-plus-beta:before {
  content: "\EA84";
}

.fa-map-cog-alpha:before {
  content: "\EA85";
}

.fa-map-cog-beta:before {
  content: "\EA86";
}

.fa-map-clock-o-alpha:before {
  content: "\EA87";
}

.fa-map-clock-o-beta:before {
  content: "\EA88";
}

.fa-map-exclamation-triangle-alpha:before {
  content: "\EA89";
}

.fa-map-exclamation-triangle-beta:before {
  content: "\EA8A";
}

.fa-map-minus-alpha:before {
  content: "\EA8B";
}

.fa-map-minus-beta:before {
  content: "\EA8C";
}

.fa-map-o-pencil-alpha:before {
  content: "\EA8D";
}

.fa-map-o-pencil-beta:before {
  content: "\EA8E";
}

.fa-map-o-ban-alpha:before {
  content: "\EA8F";
}

.fa-map-o-ban-beta:before {
  content: "\EA90";
}

.fa-map-o-tag-alpha:before {
  content: "\EA91";
}

.fa-map-o-tag-beta:before {
  content: "\EA92";
}

.fa-map-o-envelope-alpha:before {
  content: "\EA93";
}

.fa-map-o-envelope-beta:before {
  content: "\EA94";
}

.fa-map-o-refresh-alpha:before {
  content: "\EA95";
}

.fa-map-o-refresh-beta:before {
  content: "\EA96";
}

.fa-map-o-minus-circle-alpha:before {
  content: "\EA97";
}

.fa-map-o-minus-circle-beta:before {
  content: "\EA98";
}

.fa-map-o-question-alpha:before {
  content: "\EA99";
}

.fa-map-o-question-beta:before {
  content: "\EA9A";
}

.fa-map-o-music-alpha:before {
  content: "\EA9B";
}

.fa-map-o-music-beta:before {
  content: "\EA9C";
}

.fa-map-o-trash-alpha:before {
  content: "\EA9D";
}

.fa-map-o-trash-beta:before {
  content: "\EA9E";
}

.fa-map-o-check-circle-alpha:before {
  content: "\EA9F";
}

.fa-map-o-check-circle-beta:before {
  content: "\EAA0";
}

.fa-map-o-arrow-down-alpha:before {
  content: "\EAA1";
}

.fa-map-o-arrow-down-beta:before {
  content: "\EAA2";
}

.fa-map-o-star-alpha:before {
  content: "\EAA3";
}

.fa-map-o-star-beta:before {
  content: "\EAA4";
}

.fa-map-o-arrow-up-alpha:before {
  content: "\EAA5";
}

.fa-map-o-arrow-up-beta:before {
  content: "\EAA6";
}

.fa-map-o-file-text-alpha:before {
  content: "\EAA7";
}

.fa-map-o-file-text-beta:before {
  content: "\EAA8";
}

.fa-map-o-search-alpha:before {
  content: "\EAA9";
}

.fa-map-o-search-beta:before {
  content: "\EAAA";
}

.fa-map-o-check-alpha:before {
  content: "\EAAB";
}

.fa-map-o-check-beta:before {
  content: "\EAAC";
}

.fa-map-o-times-circle-alpha:before {
  content: "\EAAD";
}

.fa-map-o-times-circle-beta:before {
  content: "\EAAE";
}

.fa-map-o-arrow-right-alpha:before {
  content: "\EAAF";
}

.fa-map-o-arrow-right-beta:before {
  content: "\EAB0";
}

.fa-map-o-remove-alpha:before {
  content: "\EAB1";
}

.fa-map-o-remove-beta:before {
  content: "\EAB2";
}

.fa-map-o-info-alpha:before {
  content: "\EAB3";
}

.fa-map-o-info-beta:before {
  content: "\EAB4";
}

.fa-map-o-plus-alpha:before {
  content: "\EAB5";
}

.fa-map-o-plus-beta:before {
  content: "\EAB6";
}

.fa-map-o-cog-alpha:before {
  content: "\EAB7";
}

.fa-map-o-cog-beta:before {
  content: "\EAB8";
}

.fa-map-o-clock-o-alpha:before {
  content: "\EAB9";
}

.fa-map-o-clock-o-beta:before {
  content: "\EABA";
}

.fa-map-o-exclamation-triangle-alpha:before {
  content: "\EABB";
}

.fa-map-o-exclamation-triangle-beta:before {
  content: "\EABC";
}

.fa-map-o-minus-alpha:before {
  content: "\EABD";
}

.fa-map-o-minus-beta:before {
  content: "\EABE";
}

.fa-map-pin-pencil-alpha:before {
  content: "\EABF";
}

.fa-map-pin-pencil-beta:before {
  content: "\EAC0";
}

.fa-map-pin-ban-alpha:before {
  content: "\EAC1";
}

.fa-map-pin-ban-beta:before {
  content: "\EAC2";
}

.fa-map-pin-tag-alpha:before {
  content: "\EAC3";
}

.fa-map-pin-tag-beta:before {
  content: "\EAC4";
}

.fa-map-pin-envelope-alpha:before {
  content: "\EAC5";
}

.fa-map-pin-envelope-beta:before {
  content: "\EAC6";
}

.fa-map-pin-refresh-alpha:before {
  content: "\EAC7";
}

.fa-map-pin-refresh-beta:before {
  content: "\EAC8";
}

.fa-map-pin-minus-circle-alpha:before {
  content: "\EAC9";
}

.fa-map-pin-minus-circle-beta:before {
  content: "\EACA";
}

.fa-map-pin-question-alpha:before {
  content: "\EACB";
}

.fa-map-pin-question-beta:before {
  content: "\EACC";
}

.fa-map-pin-music-alpha:before {
  content: "\EACD";
}

.fa-map-pin-music-beta:before {
  content: "\EACE";
}

.fa-map-pin-trash-alpha:before {
  content: "\EACF";
}

.fa-map-pin-trash-beta:before {
  content: "\EAD0";
}

.fa-map-pin-check-circle-alpha:before {
  content: "\EAD1";
}

.fa-map-pin-check-circle-beta:before {
  content: "\EAD2";
}

.fa-map-pin-arrow-down-alpha:before {
  content: "\EAD3";
}

.fa-map-pin-arrow-down-beta:before {
  content: "\EAD4";
}

.fa-map-pin-star-alpha:before {
  content: "\EAD5";
}

.fa-map-pin-star-beta:before {
  content: "\EAD6";
}

.fa-map-pin-arrow-up-alpha:before {
  content: "\EAD7";
}

.fa-map-pin-arrow-up-beta:before {
  content: "\EAD8";
}

.fa-map-pin-file-text-alpha:before {
  content: "\EAD9";
}

.fa-map-pin-file-text-beta:before {
  content: "\EADA";
}

.fa-map-pin-search-alpha:before {
  content: "\EADB";
}

.fa-map-pin-search-beta:before {
  content: "\EADC";
}

.fa-map-pin-check-alpha:before {
  content: "\EADD";
}

.fa-map-pin-check-beta:before {
  content: "\EADE";
}

.fa-map-pin-times-circle-alpha:before {
  content: "\EADF";
}

.fa-map-pin-times-circle-beta:before {
  content: "\EAE0";
}

.fa-map-pin-arrow-right-alpha:before {
  content: "\EAE1";
}

.fa-map-pin-arrow-right-beta:before {
  content: "\EAE2";
}

.fa-map-pin-remove-alpha:before {
  content: "\EAE3";
}

.fa-map-pin-remove-beta:before {
  content: "\EAE4";
}

.fa-map-pin-info-alpha:before {
  content: "\EAE5";
}

.fa-map-pin-info-beta:before {
  content: "\EAE6";
}

.fa-map-pin-plus-alpha:before {
  content: "\EAE7";
}

.fa-map-pin-plus-beta:before {
  content: "\EAE8";
}

.fa-map-pin-cog-alpha:before {
  content: "\EAE9";
}

.fa-map-pin-cog-beta:before {
  content: "\EAEA";
}

.fa-map-pin-clock-o-alpha:before {
  content: "\EAEB";
}

.fa-map-pin-clock-o-beta:before {
  content: "\EAEC";
}

.fa-map-pin-exclamation-triangle-alpha:before {
  content: "\EAED";
}

.fa-map-pin-exclamation-triangle-beta:before {
  content: "\EAEE";
}

.fa-map-pin-minus-alpha:before {
  content: "\EAEF";
}

.fa-map-pin-minus-beta:before {
  content: "\EAF0";
}

.fa-video-camera-pencil-alpha:before {
  content: "\EAF1";
}

.fa-video-camera-pencil-beta:before {
  content: "\EAF2";
}

.fa-video-camera-ban-alpha:before {
  content: "\EAF3";
}

.fa-video-camera-ban-beta:before {
  content: "\EAF4";
}

.fa-video-camera-tag-alpha:before {
  content: "\EAF5";
}

.fa-video-camera-tag-beta:before {
  content: "\EAF6";
}

.fa-video-camera-envelope-alpha:before {
  content: "\EAF7";
}

.fa-video-camera-envelope-beta:before {
  content: "\EAF8";
}

.fa-video-camera-refresh-alpha:before {
  content: "\EAF9";
}

.fa-video-camera-refresh-beta:before {
  content: "\EAFA";
}

.fa-video-camera-minus-circle-alpha:before {
  content: "\EAFB";
}

.fa-video-camera-minus-circle-beta:before {
  content: "\EAFC";
}

.fa-video-camera-question-alpha:before {
  content: "\EAFD";
}

.fa-video-camera-question-beta:before {
  content: "\EAFE";
}

.fa-video-camera-music-alpha:before {
  content: "\EAFF";
}

.fa-video-camera-music-beta:before {
  content: "\EB00";
}

.fa-video-camera-trash-alpha:before {
  content: "\EB01";
}

.fa-video-camera-trash-beta:before {
  content: "\EB02";
}

.fa-video-camera-check-circle-alpha:before {
  content: "\EB03";
}

.fa-video-camera-check-circle-beta:before {
  content: "\EB04";
}

.fa-video-camera-arrow-down-alpha:before {
  content: "\EB05";
}

.fa-video-camera-arrow-down-beta:before {
  content: "\EB06";
}

.fa-video-camera-star-alpha:before {
  content: "\EB07";
}

.fa-video-camera-star-beta:before {
  content: "\EB08";
}

.fa-video-camera-arrow-up-alpha:before {
  content: "\EB09";
}

.fa-video-camera-arrow-up-beta:before {
  content: "\EB0A";
}

.fa-video-camera-file-text-alpha:before {
  content: "\EB0B";
}

.fa-video-camera-file-text-beta:before {
  content: "\EB0C";
}

.fa-video-camera-search-alpha:before {
  content: "\EB0D";
}

.fa-video-camera-search-beta:before {
  content: "\EB0E";
}

.fa-video-camera-check-alpha:before {
  content: "\EB0F";
}

.fa-video-camera-check-beta:before {
  content: "\EB10";
}

.fa-video-camera-times-circle-alpha:before {
  content: "\EB11";
}

.fa-video-camera-times-circle-beta:before {
  content: "\EB12";
}

.fa-video-camera-arrow-right-alpha:before {
  content: "\EB13";
}

.fa-video-camera-arrow-right-beta:before {
  content: "\EB14";
}

.fa-video-camera-remove-alpha:before {
  content: "\EB15";
}

.fa-video-camera-remove-beta:before {
  content: "\EB16";
}

.fa-video-camera-info-alpha:before {
  content: "\EB17";
}

.fa-video-camera-info-beta:before {
  content: "\EB18";
}

.fa-video-camera-plus-alpha:before {
  content: "\EB19";
}

.fa-video-camera-plus-beta:before {
  content: "\EB1A";
}

.fa-video-camera-cog-alpha:before {
  content: "\EB1B";
}

.fa-video-camera-cog-beta:before {
  content: "\EB1C";
}

.fa-video-camera-clock-o-alpha:before {
  content: "\EB1D";
}

.fa-video-camera-clock-o-beta:before {
  content: "\EB1E";
}

.fa-video-camera-exclamation-triangle-alpha:before {
  content: "\EB1F";
}

.fa-video-camera-exclamation-triangle-beta:before {
  content: "\EB20";
}

.fa-video-camera-minus-alpha:before {
  content: "\EB21";
}

.fa-video-camera-minus-beta:before {
  content: "\EB22";
}

.fa-heart-pencil-alpha:before {
  content: "\EB23";
}

.fa-heart-pencil-beta:before {
  content: "\EB24";
}

.fa-heart-ban-alpha:before {
  content: "\EB25";
}

.fa-heart-ban-beta:before {
  content: "\EB26";
}

.fa-heart-tag-alpha:before {
  content: "\EB27";
}

.fa-heart-tag-beta:before {
  content: "\EB28";
}

.fa-heart-envelope-alpha:before {
  content: "\EB29";
}

.fa-heart-envelope-beta:before {
  content: "\EB2A";
}

.fa-heart-refresh-alpha:before {
  content: "\EB2B";
}

.fa-heart-refresh-beta:before {
  content: "\EB2C";
}

.fa-heart-minus-circle-alpha:before {
  content: "\EB2D";
}

.fa-heart-minus-circle-beta:before {
  content: "\EB2E";
}

.fa-heart-question-alpha:before {
  content: "\EB2F";
}

.fa-heart-question-beta:before {
  content: "\EB30";
}

.fa-heart-music-alpha:before {
  content: "\EB31";
}

.fa-heart-music-beta:before {
  content: "\EB32";
}

.fa-heart-trash-alpha:before {
  content: "\EB33";
}

.fa-heart-trash-beta:before {
  content: "\EB34";
}

.fa-heart-check-circle-alpha:before {
  content: "\EB35";
}

.fa-heart-check-circle-beta:before {
  content: "\EB36";
}

.fa-heart-arrow-down-alpha:before {
  content: "\EB37";
}

.fa-heart-arrow-down-beta:before {
  content: "\EB38";
}

.fa-heart-star-alpha:before {
  content: "\EB39";
}

.fa-heart-star-beta:before {
  content: "\EB3A";
}

.fa-heart-arrow-up-alpha:before {
  content: "\EB3B";
}

.fa-heart-arrow-up-beta:before {
  content: "\EB3C";
}

.fa-heart-file-text-alpha:before {
  content: "\EB3D";
}

.fa-heart-file-text-beta:before {
  content: "\EB3E";
}

.fa-heart-search-alpha:before {
  content: "\EB3F";
}

.fa-heart-search-beta:before {
  content: "\EB40";
}

.fa-heart-check-alpha:before {
  content: "\EB41";
}

.fa-heart-check-beta:before {
  content: "\EB42";
}

.fa-heart-times-circle-alpha:before {
  content: "\EB43";
}

.fa-heart-times-circle-beta:before {
  content: "\EB44";
}

.fa-heart-arrow-right-alpha:before {
  content: "\EB45";
}

.fa-heart-arrow-right-beta:before {
  content: "\EB46";
}

.fa-heart-remove-alpha:before {
  content: "\EB47";
}

.fa-heart-remove-beta:before {
  content: "\EB48";
}

.fa-heart-info-alpha:before {
  content: "\EB49";
}

.fa-heart-info-beta:before {
  content: "\EB4A";
}

.fa-heart-plus-alpha:before {
  content: "\EB4B";
}

.fa-heart-plus-beta:before {
  content: "\EB4C";
}

.fa-heart-cog-alpha:before {
  content: "\EB4D";
}

.fa-heart-cog-beta:before {
  content: "\EB4E";
}

.fa-heart-clock-o-alpha:before {
  content: "\EB4F";
}

.fa-heart-clock-o-beta:before {
  content: "\EB50";
}

.fa-heart-exclamation-triangle-alpha:before {
  content: "\EB51";
}

.fa-heart-exclamation-triangle-beta:before {
  content: "\EB52";
}

.fa-heart-minus-alpha:before {
  content: "\EB53";
}

.fa-heart-minus-beta:before {
  content: "\EB54";
}

.fa-folder-pencil-alpha:before {
  content: "\EB55";
}

.fa-folder-pencil-beta:before {
  content: "\EB56";
}

.fa-folder-ban-alpha:before {
  content: "\EB57";
}

.fa-folder-ban-beta:before {
  content: "\EB58";
}

.fa-folder-tag-alpha:before {
  content: "\EB59";
}

.fa-folder-tag-beta:before {
  content: "\EB5A";
}

.fa-folder-envelope-alpha:before {
  content: "\EB5B";
}

.fa-folder-envelope-beta:before {
  content: "\EB5C";
}

.fa-folder-refresh-alpha:before {
  content: "\EB5D";
}

.fa-folder-refresh-beta:before {
  content: "\EB5E";
}

.fa-folder-minus-circle-alpha:before {
  content: "\EB5F";
}

.fa-folder-minus-circle-beta:before {
  content: "\EB60";
}

.fa-folder-question-alpha:before {
  content: "\EB61";
}

.fa-folder-question-beta:before {
  content: "\EB62";
}

.fa-folder-music-alpha:before {
  content: "\EB63";
}

.fa-folder-music-beta:before {
  content: "\EB64";
}

.fa-folder-trash-alpha:before {
  content: "\EB65";
}

.fa-folder-trash-beta:before {
  content: "\EB66";
}

.fa-folder-check-circle-alpha:before {
  content: "\EB67";
}

.fa-folder-check-circle-beta:before {
  content: "\EB68";
}

.fa-folder-arrow-down-alpha:before {
  content: "\EB69";
}

.fa-folder-arrow-down-beta:before {
  content: "\EB6A";
}

.fa-folder-star-alpha:before {
  content: "\EB6B";
}

.fa-folder-star-beta:before {
  content: "\EB6C";
}

.fa-folder-arrow-up-alpha:before {
  content: "\EB6D";
}

.fa-folder-arrow-up-beta:before {
  content: "\EB6E";
}

.fa-folder-file-text-alpha:before {
  content: "\EB6F";
}

.fa-folder-file-text-beta:before {
  content: "\EB70";
}

.fa-folder-search-alpha:before {
  content: "\EB71";
}

.fa-folder-search-beta:before {
  content: "\EB72";
}

.fa-folder-check-alpha:before {
  content: "\EB73";
}

.fa-folder-check-beta:before {
  content: "\EB74";
}

.fa-folder-times-circle-alpha:before {
  content: "\EB75";
}

.fa-folder-times-circle-beta:before {
  content: "\EB76";
}

.fa-folder-arrow-right-alpha:before {
  content: "\EB77";
}

.fa-folder-arrow-right-beta:before {
  content: "\EB78";
}

.fa-folder-remove-alpha:before {
  content: "\EB79";
}

.fa-folder-remove-beta:before {
  content: "\EB7A";
}

.fa-folder-info-alpha:before {
  content: "\EB7B";
}

.fa-folder-info-beta:before {
  content: "\EB7C";
}

.fa-folder-plus-alpha:before {
  content: "\EB7D";
}

.fa-folder-plus-beta:before {
  content: "\EB7E";
}

.fa-folder-cog-alpha:before {
  content: "\EB7F";
}

.fa-folder-cog-beta:before {
  content: "\EB80";
}

.fa-folder-clock-o-alpha:before {
  content: "\EB81";
}

.fa-folder-clock-o-beta:before {
  content: "\EB82";
}

.fa-folder-exclamation-triangle-alpha:before {
  content: "\EB83";
}

.fa-folder-exclamation-triangle-beta:before {
  content: "\EB84";
}

.fa-folder-minus-alpha:before {
  content: "\EB85";
}

.fa-folder-minus-beta:before {
  content: "\EB86";
}

.fa-globe-pencil-alpha:before {
  content: "\EB87";
}

.fa-globe-pencil-beta:before {
  content: "\EB88";
}

.fa-globe-ban-alpha:before {
  content: "\EB89";
}

.fa-globe-ban-beta:before {
  content: "\EB8A";
}

.fa-globe-tag-alpha:before {
  content: "\EB8B";
}

.fa-globe-tag-beta:before {
  content: "\EB8C";
}

.fa-globe-envelope-alpha:before {
  content: "\EB8D";
}

.fa-globe-envelope-beta:before {
  content: "\EB8E";
}

.fa-globe-refresh-alpha:before {
  content: "\EB8F";
}

.fa-globe-refresh-beta:before {
  content: "\EB90";
}

.fa-globe-minus-circle-alpha:before {
  content: "\EB91";
}

.fa-globe-minus-circle-beta:before {
  content: "\EB92";
}

.fa-globe-question-alpha:before {
  content: "\EB93";
}

.fa-globe-question-beta:before {
  content: "\EB94";
}

.fa-globe-music-alpha:before {
  content: "\EB95";
}

.fa-globe-music-beta:before {
  content: "\EB96";
}

.fa-globe-trash-alpha:before {
  content: "\EB97";
}

.fa-globe-trash-beta:before {
  content: "\EB98";
}

.fa-globe-check-circle-alpha:before {
  content: "\EB99";
}

.fa-globe-check-circle-beta:before {
  content: "\EB9A";
}

.fa-globe-arrow-down-alpha:before {
  content: "\EB9B";
}

.fa-globe-arrow-down-beta:before {
  content: "\EB9C";
}

.fa-globe-star-alpha:before {
  content: "\EB9D";
}

.fa-globe-star-beta:before {
  content: "\EB9E";
}

.fa-globe-arrow-up-alpha:before {
  content: "\EB9F";
}

.fa-globe-arrow-up-beta:before {
  content: "\EBA0";
}

.fa-globe-file-text-alpha:before {
  content: "\EBA1";
}

.fa-globe-file-text-beta:before {
  content: "\EBA2";
}

.fa-globe-search-alpha:before {
  content: "\EBA3";
}

.fa-globe-search-beta:before {
  content: "\EBA4";
}

.fa-globe-check-alpha:before {
  content: "\EBA5";
}

.fa-globe-check-beta:before {
  content: "\EBA6";
}

.fa-globe-times-circle-alpha:before {
  content: "\EBA7";
}

.fa-globe-times-circle-beta:before {
  content: "\EBA8";
}

.fa-globe-arrow-right-alpha:before {
  content: "\EBA9";
}

.fa-globe-arrow-right-beta:before {
  content: "\EBAA";
}

.fa-globe-remove-alpha:before {
  content: "\EBAB";
}

.fa-globe-remove-beta:before {
  content: "\EBAC";
}

.fa-globe-info-alpha:before {
  content: "\EBAD";
}

.fa-globe-info-beta:before {
  content: "\EBAE";
}

.fa-globe-plus-alpha:before {
  content: "\EBAF";
}

.fa-globe-plus-beta:before {
  content: "\EBB0";
}

.fa-globe-cog-alpha:before {
  content: "\EBB1";
}

.fa-globe-cog-beta:before {
  content: "\EBB2";
}

.fa-globe-clock-o-alpha:before {
  content: "\EBB3";
}

.fa-globe-clock-o-beta:before {
  content: "\EBB4";
}

.fa-globe-exclamation-triangle-alpha:before {
  content: "\EBB5";
}

.fa-globe-exclamation-triangle-beta:before {
  content: "\EBB6";
}

.fa-globe-minus-alpha:before {
  content: "\EBB7";
}

.fa-globe-minus-beta:before {
  content: "\EBB8";
}

.fa-cube-pencil-alpha:before {
  content: "\EBB9";
}

.fa-cube-pencil-beta:before {
  content: "\EBBA";
}

.fa-cube-ban-alpha:before {
  content: "\EBBB";
}

.fa-cube-ban-beta:before {
  content: "\EBBC";
}

.fa-cube-tag-alpha:before {
  content: "\EBBD";
}

.fa-cube-tag-beta:before {
  content: "\EBBE";
}

.fa-cube-envelope-alpha:before {
  content: "\EBBF";
}

.fa-cube-envelope-beta:before {
  content: "\EBC0";
}

.fa-cube-refresh-alpha:before {
  content: "\EBC1";
}

.fa-cube-refresh-beta:before {
  content: "\EBC2";
}

.fa-cube-minus-circle-alpha:before {
  content: "\EBC3";
}

.fa-cube-minus-circle-beta:before {
  content: "\EBC4";
}

.fa-cube-question-alpha:before {
  content: "\EBC5";
}

.fa-cube-question-beta:before {
  content: "\EBC6";
}

.fa-cube-music-alpha:before {
  content: "\EBC7";
}

.fa-cube-music-beta:before {
  content: "\EBC8";
}

.fa-cube-trash-alpha:before {
  content: "\EBC9";
}

.fa-cube-trash-beta:before {
  content: "\EBCA";
}

.fa-cube-check-circle-alpha:before {
  content: "\EBCB";
}

.fa-cube-check-circle-beta:before {
  content: "\EBCC";
}

.fa-cube-arrow-down-alpha:before {
  content: "\EBCD";
}

.fa-cube-arrow-down-beta:before {
  content: "\EBCE";
}

.fa-cube-star-alpha:before {
  content: "\EBCF";
}

.fa-cube-star-beta:before {
  content: "\EBD0";
}

.fa-cube-arrow-up-alpha:before {
  content: "\EBD1";
}

.fa-cube-arrow-up-beta:before {
  content: "\EBD2";
}

.fa-cube-file-text-alpha:before {
  content: "\EBD3";
}

.fa-cube-file-text-beta:before {
  content: "\EBD4";
}

.fa-cube-search-alpha:before {
  content: "\EBD5";
}

.fa-cube-search-beta:before {
  content: "\EBD6";
}

.fa-cube-check-alpha:before {
  content: "\EBD7";
}

.fa-cube-check-beta:before {
  content: "\EBD8";
}

.fa-cube-times-circle-alpha:before {
  content: "\EBD9";
}

.fa-cube-times-circle-beta:before {
  content: "\EBDA";
}

.fa-cube-arrow-right-alpha:before {
  content: "\EBDB";
}

.fa-cube-arrow-right-beta:before {
  content: "\EBDC";
}

.fa-cube-remove-alpha:before {
  content: "\EBDD";
}

.fa-cube-remove-beta:before {
  content: "\EBDE";
}

.fa-cube-info-alpha:before {
  content: "\EBDF";
}

.fa-cube-info-beta:before {
  content: "\EBE0";
}

.fa-cube-plus-alpha:before {
  content: "\EBE1";
}

.fa-cube-plus-beta:before {
  content: "\EBE2";
}

.fa-cube-cog-alpha:before {
  content: "\EBE3";
}

.fa-cube-cog-beta:before {
  content: "\EBE4";
}

.fa-cube-clock-o-alpha:before {
  content: "\EBE5";
}

.fa-cube-clock-o-beta:before {
  content: "\EBE6";
}

.fa-cube-exclamation-triangle-alpha:before {
  content: "\EBE7";
}

.fa-cube-exclamation-triangle-beta:before {
  content: "\EBE8";
}

.fa-cube-minus-alpha:before {
  content: "\EBE9";
}

.fa-cube-minus-beta:before {
  content: "\EBEA";
}

.fa-tag-pencil-alpha:before {
  content: "\EBEB";
}

.fa-tag-pencil-beta:before {
  content: "\EBEC";
}

.fa-tag-ban-alpha:before {
  content: "\EBED";
}

.fa-tag-ban-beta:before {
  content: "\EBEE";
}

.fa-tag-tag-alpha:before {
  content: "\EBEF";
}

.fa-tag-tag-beta:before {
  content: "\EBF0";
}

.fa-tag-envelope-alpha:before {
  content: "\EBF1";
}

.fa-tag-envelope-beta:before {
  content: "\EBF2";
}

.fa-tag-refresh-alpha:before {
  content: "\EBF3";
}

.fa-tag-refresh-beta:before {
  content: "\EBF4";
}

.fa-tag-minus-circle-alpha:before {
  content: "\EBF5";
}

.fa-tag-minus-circle-beta:before {
  content: "\EBF6";
}

.fa-tag-question-alpha:before {
  content: "\EBF7";
}

.fa-tag-question-beta:before {
  content: "\EBF8";
}

.fa-tag-music-alpha:before {
  content: "\EBF9";
}

.fa-tag-music-beta:before {
  content: "\EBFA";
}

.fa-tag-trash-alpha:before {
  content: "\EBFB";
}

.fa-tag-trash-beta:before {
  content: "\EBFC";
}

.fa-tag-check-circle-alpha:before {
  content: "\EBFD";
}

.fa-tag-check-circle-beta:before {
  content: "\EBFE";
}

.fa-tag-arrow-down-alpha:before {
  content: "\EBFF";
}

.fa-tag-arrow-down-beta:before {
  content: "\EC00";
}

.fa-tag-star-alpha:before {
  content: "\EC01";
}

.fa-tag-star-beta:before {
  content: "\EC02";
}

.fa-tag-arrow-up-alpha:before {
  content: "\EC03";
}

.fa-tag-arrow-up-beta:before {
  content: "\EC04";
}

.fa-tag-file-text-alpha:before {
  content: "\EC05";
}

.fa-tag-file-text-beta:before {
  content: "\EC06";
}

.fa-tag-search-alpha:before {
  content: "\EC07";
}

.fa-tag-search-beta:before {
  content: "\EC08";
}

.fa-tag-check-alpha:before {
  content: "\EC09";
}

.fa-tag-check-beta:before {
  content: "\EC0A";
}

.fa-tag-times-circle-alpha:before {
  content: "\EC0B";
}

.fa-tag-times-circle-beta:before {
  content: "\EC0C";
}

.fa-tag-arrow-right-alpha:before {
  content: "\EC0D";
}

.fa-tag-arrow-right-beta:before {
  content: "\EC0E";
}

.fa-tag-remove-alpha:before {
  content: "\EC0F";
}

.fa-tag-remove-beta:before {
  content: "\EC10";
}

.fa-tag-info-alpha:before {
  content: "\EC11";
}

.fa-tag-info-beta:before {
  content: "\EC12";
}

.fa-tag-plus-alpha:before {
  content: "\EC13";
}

.fa-tag-plus-beta:before {
  content: "\EC14";
}

.fa-tag-cog-alpha:before {
  content: "\EC15";
}

.fa-tag-cog-beta:before {
  content: "\EC16";
}

.fa-tag-clock-o-alpha:before {
  content: "\EC17";
}

.fa-tag-clock-o-beta:before {
  content: "\EC18";
}

.fa-tag-exclamation-triangle-alpha:before {
  content: "\EC19";
}

.fa-tag-exclamation-triangle-beta:before {
  content: "\EC1A";
}

.fa-tag-minus-alpha:before {
  content: "\EC1B";
}

.fa-tag-minus-beta:before {
  content: "\EC1C";
}

.fa-file-pencil-alpha:before {
  content: "\EC1D";
}

.fa-file-pencil-beta:before {
  content: "\EC1E";
}

.fa-file-ban-alpha:before {
  content: "\EC1F";
}

.fa-file-ban-beta:before {
  content: "\EC20";
}

.fa-file-tag-alpha:before {
  content: "\EC21";
}

.fa-file-tag-beta:before {
  content: "\EC22";
}

.fa-file-envelope-alpha:before {
  content: "\EC23";
}

.fa-file-envelope-beta:before {
  content: "\EC24";
}

.fa-file-refresh-alpha:before {
  content: "\EC25";
}

.fa-file-refresh-beta:before {
  content: "\EC26";
}

.fa-file-minus-circle-alpha:before {
  content: "\EC27";
}

.fa-file-minus-circle-beta:before {
  content: "\EC28";
}

.fa-file-question-alpha:before {
  content: "\EC29";
}

.fa-file-question-beta:before {
  content: "\EC2A";
}

.fa-file-music-alpha:before {
  content: "\EC2B";
}

.fa-file-music-beta:before {
  content: "\EC2C";
}

.fa-file-trash-alpha:before {
  content: "\EC2D";
}

.fa-file-trash-beta:before {
  content: "\EC2E";
}

.fa-file-check-circle-alpha:before {
  content: "\EC2F";
}

.fa-file-check-circle-beta:before {
  content: "\EC30";
}

.fa-file-arrow-down-alpha:before {
  content: "\EC31";
}

.fa-file-arrow-down-beta:before {
  content: "\EC32";
}

.fa-file-star-alpha:before {
  content: "\EC33";
}

.fa-file-star-beta:before {
  content: "\EC34";
}

.fa-file-arrow-up-alpha:before {
  content: "\EC35";
}

.fa-file-arrow-up-beta:before {
  content: "\EC36";
}

.fa-file-file-text-alpha:before {
  content: "\EC37";
}

.fa-file-file-text-beta:before {
  content: "\EC38";
}

.fa-file-search-alpha:before {
  content: "\EC39";
}

.fa-file-search-beta:before {
  content: "\EC3A";
}

.fa-file-check-alpha:before {
  content: "\EC3B";
}

.fa-file-check-beta:before {
  content: "\EC3C";
}

.fa-file-times-circle-alpha:before {
  content: "\EC3D";
}

.fa-file-times-circle-beta:before {
  content: "\EC3E";
}

.fa-file-arrow-right-alpha:before {
  content: "\EC3F";
}

.fa-file-arrow-right-beta:before {
  content: "\EC40";
}

.fa-file-remove-alpha:before {
  content: "\EC41";
}

.fa-file-remove-beta:before {
  content: "\EC42";
}

.fa-file-info-alpha:before {
  content: "\EC43";
}

.fa-file-info-beta:before {
  content: "\EC44";
}

.fa-file-plus-alpha:before {
  content: "\EC45";
}

.fa-file-plus-beta:before {
  content: "\EC46";
}

.fa-file-cog-alpha:before {
  content: "\EC47";
}

.fa-file-cog-beta:before {
  content: "\EC48";
}

.fa-file-clock-o-alpha:before {
  content: "\EC49";
}

.fa-file-clock-o-beta:before {
  content: "\EC4A";
}

.fa-file-exclamation-triangle-alpha:before {
  content: "\EC4B";
}

.fa-file-exclamation-triangle-beta:before {
  content: "\EC4C";
}

.fa-file-minus-alpha:before {
  content: "\EC4D";
}

.fa-file-minus-beta:before {
  content: "\EC4E";
}

.fa-calendar-pencil-alpha:before {
  content: "\EC4F";
}

.fa-calendar-pencil-beta:before {
  content: "\EC50";
}

.fa-calendar-ban-alpha:before {
  content: "\EC51";
}

.fa-calendar-ban-beta:before {
  content: "\EC52";
}

.fa-calendar-tag-alpha:before {
  content: "\EC53";
}

.fa-calendar-tag-beta:before {
  content: "\EC54";
}

.fa-calendar-envelope-alpha:before {
  content: "\EC55";
}

.fa-calendar-envelope-beta:before {
  content: "\EC56";
}

.fa-calendar-refresh-alpha:before {
  content: "\EC57";
}

.fa-calendar-refresh-beta:before {
  content: "\EC58";
}

.fa-calendar-minus-circle-alpha:before {
  content: "\EC59";
}

.fa-calendar-minus-circle-beta:before {
  content: "\EC5A";
}

.fa-calendar-question-alpha:before {
  content: "\EC5B";
}

.fa-calendar-question-beta:before {
  content: "\EC5C";
}

.fa-calendar-music-alpha:before {
  content: "\EC5D";
}

.fa-calendar-music-beta:before {
  content: "\EC5E";
}

.fa-calendar-trash-alpha:before {
  content: "\EC5F";
}

.fa-calendar-trash-beta:before {
  content: "\EC60";
}

.fa-calendar-check-circle-alpha:before {
  content: "\EC61";
}

.fa-calendar-check-circle-beta:before {
  content: "\EC62";
}

.fa-calendar-arrow-down-alpha:before {
  content: "\EC63";
}

.fa-calendar-arrow-down-beta:before {
  content: "\EC64";
}

.fa-calendar-star-alpha:before {
  content: "\EC65";
}

.fa-calendar-star-beta:before {
  content: "\EC66";
}

.fa-calendar-arrow-up-alpha:before {
  content: "\EC67";
}

.fa-calendar-arrow-up-beta:before {
  content: "\EC68";
}

.fa-calendar-file-text-alpha:before {
  content: "\EC69";
}

.fa-calendar-file-text-beta:before {
  content: "\EC6A";
}

.fa-calendar-search-alpha:before {
  content: "\EC6B";
}

.fa-calendar-search-beta:before {
  content: "\EC6C";
}

.fa-calendar-check-alpha:before {
  content: "\EC6D";
}

.fa-calendar-check-beta:before {
  content: "\EC6E";
}

.fa-calendar-times-circle-alpha:before {
  content: "\EC6F";
}

.fa-calendar-times-circle-beta:before {
  content: "\EC70";
}

.fa-calendar-arrow-right-alpha:before {
  content: "\EC71";
}

.fa-calendar-arrow-right-beta:before {
  content: "\EC72";
}

.fa-calendar-remove-alpha:before {
  content: "\EC73";
}

.fa-calendar-remove-beta:before {
  content: "\EC74";
}

.fa-calendar-info-alpha:before {
  content: "\EC75";
}

.fa-calendar-info-beta:before {
  content: "\EC76";
}

.fa-calendar-plus-alpha:before {
  content: "\EC77";
}

.fa-calendar-plus-beta:before {
  content: "\EC78";
}

.fa-calendar-cog-alpha:before {
  content: "\EC79";
}

.fa-calendar-cog-beta:before {
  content: "\EC7A";
}

.fa-calendar-clock-o-alpha:before {
  content: "\EC7B";
}

.fa-calendar-clock-o-beta:before {
  content: "\EC7C";
}

.fa-calendar-exclamation-triangle-alpha:before {
  content: "\EC7D";
}

.fa-calendar-exclamation-triangle-beta:before {
  content: "\EC7E";
}

.fa-calendar-minus-alpha:before {
  content: "\EC7F";
}

.fa-calendar-minus-beta:before {
  content: "\EC80";
}

.fa-shopping-cart-pencil-alpha:before {
  content: "\EC81";
}

.fa-shopping-cart-pencil-beta:before {
  content: "\EC82";
}

.fa-shopping-cart-ban-alpha:before {
  content: "\EC83";
}

.fa-shopping-cart-ban-beta:before {
  content: "\EC84";
}

.fa-shopping-cart-tag-alpha:before {
  content: "\EC85";
}

.fa-shopping-cart-tag-beta:before {
  content: "\EC86";
}

.fa-shopping-cart-envelope-alpha:before {
  content: "\EC87";
}

.fa-shopping-cart-envelope-beta:before {
  content: "\EC88";
}

.fa-shopping-cart-refresh-alpha:before {
  content: "\EC89";
}

.fa-shopping-cart-refresh-beta:before {
  content: "\EC8A";
}

.fa-shopping-cart-minus-circle-alpha:before {
  content: "\EC8B";
}

.fa-shopping-cart-minus-circle-beta:before {
  content: "\EC8C";
}

.fa-shopping-cart-question-alpha:before {
  content: "\EC8D";
}

.fa-shopping-cart-question-beta:before {
  content: "\EC8E";
}

.fa-shopping-cart-music-alpha:before {
  content: "\EC8F";
}

.fa-shopping-cart-music-beta:before {
  content: "\EC90";
}

.fa-shopping-cart-trash-alpha:before {
  content: "\EC91";
}

.fa-shopping-cart-trash-beta:before {
  content: "\EC92";
}

.fa-shopping-cart-check-circle-alpha:before {
  content: "\EC93";
}

.fa-shopping-cart-check-circle-beta:before {
  content: "\EC94";
}

.fa-shopping-cart-arrow-down-alpha:before {
  content: "\EC95";
}

.fa-shopping-cart-arrow-down-beta:before {
  content: "\EC96";
}

.fa-shopping-cart-star-alpha:before {
  content: "\EC97";
}

.fa-shopping-cart-star-beta:before {
  content: "\EC98";
}

.fa-shopping-cart-arrow-up-alpha:before {
  content: "\EC99";
}

.fa-shopping-cart-arrow-up-beta:before {
  content: "\EC9A";
}

.fa-shopping-cart-file-text-alpha:before {
  content: "\EC9B";
}

.fa-shopping-cart-file-text-beta:before {
  content: "\EC9C";
}

.fa-shopping-cart-search-alpha:before {
  content: "\EC9D";
}

.fa-shopping-cart-search-beta:before {
  content: "\EC9E";
}

.fa-shopping-cart-check-alpha:before {
  content: "\EC9F";
}

.fa-shopping-cart-check-beta:before {
  content: "\ECA0";
}

.fa-shopping-cart-times-circle-alpha:before {
  content: "\ECA1";
}

.fa-shopping-cart-times-circle-beta:before {
  content: "\ECA2";
}

.fa-shopping-cart-arrow-right-alpha:before {
  content: "\ECA3";
}

.fa-shopping-cart-arrow-right-beta:before {
  content: "\ECA4";
}

.fa-shopping-cart-remove-alpha:before {
  content: "\ECA5";
}

.fa-shopping-cart-remove-beta:before {
  content: "\ECA6";
}

.fa-shopping-cart-info-alpha:before {
  content: "\ECA7";
}

.fa-shopping-cart-info-beta:before {
  content: "\ECA8";
}

.fa-shopping-cart-plus-alpha:before {
  content: "\ECA9";
}

.fa-shopping-cart-plus-beta:before {
  content: "\ECAA";
}

.fa-shopping-cart-cog-alpha:before {
  content: "\ECAB";
}

.fa-shopping-cart-cog-beta:before {
  content: "\ECAC";
}

.fa-shopping-cart-clock-o-alpha:before {
  content: "\ECAD";
}

.fa-shopping-cart-clock-o-beta:before {
  content: "\ECAE";
}

.fa-shopping-cart-exclamation-triangle-alpha:before {
  content: "\ECAF";
}

.fa-shopping-cart-exclamation-triangle-beta:before {
  content: "\ECB0";
}

.fa-shopping-cart-minus-alpha:before {
  content: "\ECB1";
}

.fa-shopping-cart-minus-beta:before {
  content: "\ECB2";
}

.fa-archive-pencil-alpha:before {
  content: "\ECB3";
}

.fa-archive-pencil-beta:before {
  content: "\ECB4";
}

.fa-archive-ban-alpha:before {
  content: "\ECB5";
}

.fa-archive-ban-beta:before {
  content: "\ECB6";
}

.fa-archive-tag-alpha:before {
  content: "\ECB7";
}

.fa-archive-tag-beta:before {
  content: "\ECB8";
}

.fa-archive-envelope-alpha:before {
  content: "\ECB9";
}

.fa-archive-envelope-beta:before {
  content: "\ECBA";
}

.fa-archive-refresh-alpha:before {
  content: "\ECBB";
}

.fa-archive-refresh-beta:before {
  content: "\ECBC";
}

.fa-archive-minus-circle-alpha:before {
  content: "\ECBD";
}

.fa-archive-minus-circle-beta:before {
  content: "\ECBE";
}

.fa-archive-question-alpha:before {
  content: "\ECBF";
}

.fa-archive-question-beta:before {
  content: "\ECC0";
}

.fa-archive-music-alpha:before {
  content: "\ECC1";
}

.fa-archive-music-beta:before {
  content: "\ECC2";
}

.fa-archive-trash-alpha:before {
  content: "\ECC3";
}

.fa-archive-trash-beta:before {
  content: "\ECC4";
}

.fa-archive-check-circle-alpha:before {
  content: "\ECC5";
}

.fa-archive-check-circle-beta:before {
  content: "\ECC6";
}

.fa-archive-arrow-down-alpha:before {
  content: "\ECC7";
}

.fa-archive-arrow-down-beta:before {
  content: "\ECC8";
}

.fa-archive-star-alpha:before {
  content: "\ECC9";
}

.fa-archive-star-beta:before {
  content: "\ECCA";
}

.fa-archive-arrow-up-alpha:before {
  content: "\ECCB";
}

.fa-archive-arrow-up-beta:before {
  content: "\ECCC";
}

.fa-archive-file-text-alpha:before {
  content: "\ECCD";
}

.fa-archive-file-text-beta:before {
  content: "\ECCE";
}

.fa-archive-search-alpha:before {
  content: "\ECCF";
}

.fa-archive-search-beta:before {
  content: "\ECD0";
}

.fa-archive-check-alpha:before {
  content: "\ECD1";
}

.fa-archive-check-beta:before {
  content: "\ECD2";
}

.fa-archive-times-circle-alpha:before {
  content: "\ECD3";
}

.fa-archive-times-circle-beta:before {
  content: "\ECD4";
}

.fa-archive-arrow-right-alpha:before {
  content: "\ECD5";
}

.fa-archive-arrow-right-beta:before {
  content: "\ECD6";
}

.fa-archive-remove-alpha:before {
  content: "\ECD7";
}

.fa-archive-remove-beta:before {
  content: "\ECD8";
}

.fa-archive-info-alpha:before {
  content: "\ECD9";
}

.fa-archive-info-beta:before {
  content: "\ECDA";
}

.fa-archive-plus-alpha:before {
  content: "\ECDB";
}

.fa-archive-plus-beta:before {
  content: "\ECDC";
}

.fa-archive-cog-alpha:before {
  content: "\ECDD";
}

.fa-archive-cog-beta:before {
  content: "\ECDE";
}

.fa-archive-clock-o-alpha:before {
  content: "\ECDF";
}

.fa-archive-clock-o-beta:before {
  content: "\ECE0";
}

.fa-archive-exclamation-triangle-alpha:before {
  content: "\ECE1";
}

.fa-archive-exclamation-triangle-beta:before {
  content: "\ECE2";
}

.fa-archive-minus-alpha:before {
  content: "\ECE3";
}

.fa-archive-minus-beta:before {
  content: "\ECE4";
}

.fa-folder-open-o-pencil-alpha:before {
  content: "\ECE5";
}

.fa-folder-open-o-pencil-beta:before {
  content: "\ECE6";
}

.fa-folder-open-o-ban-alpha:before {
  content: "\ECE7";
}

.fa-folder-open-o-ban-beta:before {
  content: "\ECE8";
}

.fa-folder-open-o-tag-alpha:before {
  content: "\ECE9";
}

.fa-folder-open-o-tag-beta:before {
  content: "\ECEA";
}

.fa-folder-open-o-envelope-alpha:before {
  content: "\ECEB";
}

.fa-folder-open-o-envelope-beta:before {
  content: "\ECEC";
}

.fa-folder-open-o-refresh-alpha:before {
  content: "\ECED";
}

.fa-folder-open-o-refresh-beta:before {
  content: "\ECEE";
}

.fa-folder-open-o-minus-circle-alpha:before {
  content: "\ECEF";
}

.fa-folder-open-o-minus-circle-beta:before {
  content: "\ECF0";
}

.fa-folder-open-o-question-alpha:before {
  content: "\ECF1";
}

.fa-folder-open-o-question-beta:before {
  content: "\ECF2";
}

.fa-folder-open-o-music-alpha:before {
  content: "\ECF3";
}

.fa-folder-open-o-music-beta:before {
  content: "\ECF4";
}

.fa-folder-open-o-trash-alpha:before {
  content: "\ECF5";
}

.fa-folder-open-o-trash-beta:before {
  content: "\ECF6";
}

.fa-folder-open-o-check-circle-alpha:before {
  content: "\ECF7";
}

.fa-folder-open-o-check-circle-beta:before {
  content: "\ECF8";
}

.fa-folder-open-o-arrow-down-alpha:before {
  content: "\ECF9";
}

.fa-folder-open-o-arrow-down-beta:before {
  content: "\ECFA";
}

.fa-folder-open-o-star-alpha:before {
  content: "\ECFB";
}

.fa-folder-open-o-star-beta:before {
  content: "\ECFC";
}

.fa-folder-open-o-arrow-up-alpha:before {
  content: "\ECFD";
}

.fa-folder-open-o-arrow-up-beta:before {
  content: "\ECFE";
}

.fa-folder-open-o-file-text-alpha:before {
  content: "\ECFF";
}

.fa-folder-open-o-file-text-beta:before {
  content: "\ED00";
}

.fa-folder-open-o-search-alpha:before {
  content: "\ED01";
}

.fa-folder-open-o-search-beta:before {
  content: "\ED02";
}

.fa-folder-open-o-check-alpha:before {
  content: "\ED03";
}

.fa-folder-open-o-check-beta:before {
  content: "\ED04";
}

.fa-folder-open-o-times-circle-alpha:before {
  content: "\ED05";
}

.fa-folder-open-o-times-circle-beta:before {
  content: "\ED06";
}

.fa-folder-open-o-arrow-right-alpha:before {
  content: "\ED07";
}

.fa-folder-open-o-arrow-right-beta:before {
  content: "\ED08";
}

.fa-folder-open-o-remove-alpha:before {
  content: "\ED09";
}

.fa-folder-open-o-remove-beta:before {
  content: "\ED0A";
}

.fa-folder-open-o-info-alpha:before {
  content: "\ED0B";
}

.fa-folder-open-o-info-beta:before {
  content: "\ED0C";
}

.fa-folder-open-o-plus-alpha:before {
  content: "\ED0D";
}

.fa-folder-open-o-plus-beta:before {
  content: "\ED0E";
}

.fa-folder-open-o-cog-alpha:before {
  content: "\ED0F";
}

.fa-folder-open-o-cog-beta:before {
  content: "\ED10";
}

.fa-folder-open-o-clock-o-alpha:before {
  content: "\ED11";
}

.fa-folder-open-o-clock-o-beta:before {
  content: "\ED12";
}

.fa-folder-open-o-exclamation-triangle-alpha:before {
  content: "\ED13";
}

.fa-folder-open-o-exclamation-triangle-beta:before {
  content: "\ED14";
}

.fa-folder-open-o-minus-alpha:before {
  content: "\ED15";
}

.fa-folder-open-o-minus-beta:before {
  content: "\ED16";
}

.fa-shopping-bag-pencil-alpha:before {
  content: "\ED17";
}

.fa-shopping-bag-pencil-beta:before {
  content: "\ED18";
}

.fa-shopping-bag-ban-alpha:before {
  content: "\ED19";
}

.fa-shopping-bag-ban-beta:before {
  content: "\ED1A";
}

.fa-shopping-bag-tag-alpha:before {
  content: "\ED1B";
}

.fa-shopping-bag-tag-beta:before {
  content: "\ED1C";
}

.fa-shopping-bag-envelope-alpha:before {
  content: "\ED1D";
}

.fa-shopping-bag-envelope-beta:before {
  content: "\ED1E";
}

.fa-shopping-bag-refresh-alpha:before {
  content: "\ED1F";
}

.fa-shopping-bag-refresh-beta:before {
  content: "\ED20";
}

.fa-shopping-bag-minus-circle-alpha:before {
  content: "\ED21";
}

.fa-shopping-bag-minus-circle-beta:before {
  content: "\ED22";
}

.fa-shopping-bag-question-alpha:before {
  content: "\ED23";
}

.fa-shopping-bag-question-beta:before {
  content: "\ED24";
}

.fa-shopping-bag-music-alpha:before {
  content: "\ED25";
}

.fa-shopping-bag-music-beta:before {
  content: "\ED26";
}

.fa-shopping-bag-trash-alpha:before {
  content: "\ED27";
}

.fa-shopping-bag-trash-beta:before {
  content: "\ED28";
}

.fa-shopping-bag-check-circle-alpha:before {
  content: "\ED29";
}

.fa-shopping-bag-check-circle-beta:before {
  content: "\ED2A";
}

.fa-shopping-bag-arrow-down-alpha:before {
  content: "\ED2B";
}

.fa-shopping-bag-arrow-down-beta:before {
  content: "\ED2C";
}

.fa-shopping-bag-star-alpha:before {
  content: "\ED2D";
}

.fa-shopping-bag-star-beta:before {
  content: "\ED2E";
}

.fa-shopping-bag-arrow-up-alpha:before {
  content: "\ED2F";
}

.fa-shopping-bag-arrow-up-beta:before {
  content: "\ED30";
}

.fa-shopping-bag-file-text-alpha:before {
  content: "\ED31";
}

.fa-shopping-bag-file-text-beta:before {
  content: "\ED32";
}

.fa-shopping-bag-search-alpha:before {
  content: "\ED33";
}

.fa-shopping-bag-search-beta:before {
  content: "\ED34";
}

.fa-shopping-bag-check-alpha:before {
  content: "\ED35";
}

.fa-shopping-bag-check-beta:before {
  content: "\ED36";
}

.fa-shopping-bag-times-circle-alpha:before {
  content: "\ED37";
}

.fa-shopping-bag-times-circle-beta:before {
  content: "\ED38";
}

.fa-shopping-bag-arrow-right-alpha:before {
  content: "\ED39";
}

.fa-shopping-bag-arrow-right-beta:before {
  content: "\ED3A";
}

.fa-shopping-bag-remove-alpha:before {
  content: "\ED3B";
}

.fa-shopping-bag-remove-beta:before {
  content: "\ED3C";
}

.fa-shopping-bag-info-alpha:before {
  content: "\ED3D";
}

.fa-shopping-bag-info-beta:before {
  content: "\ED3E";
}

.fa-shopping-bag-plus-alpha:before {
  content: "\ED3F";
}

.fa-shopping-bag-plus-beta:before {
  content: "\ED40";
}

.fa-shopping-bag-cog-alpha:before {
  content: "\ED41";
}

.fa-shopping-bag-cog-beta:before {
  content: "\ED42";
}

.fa-shopping-bag-clock-o-alpha:before {
  content: "\ED43";
}

.fa-shopping-bag-clock-o-beta:before {
  content: "\ED44";
}

.fa-shopping-bag-exclamation-triangle-alpha:before {
  content: "\ED45";
}

.fa-shopping-bag-exclamation-triangle-beta:before {
  content: "\ED46";
}

.fa-shopping-bag-minus-alpha:before {
  content: "\ED47";
}

.fa-shopping-bag-minus-beta:before {
  content: "\ED48";
}

.fa-shopping-basket-pencil-alpha:before {
  content: "\ED49";
}

.fa-shopping-basket-pencil-beta:before {
  content: "\ED4A";
}

.fa-shopping-basket-ban-alpha:before {
  content: "\ED4B";
}

.fa-shopping-basket-ban-beta:before {
  content: "\ED4C";
}

.fa-shopping-basket-tag-alpha:before {
  content: "\ED4D";
}

.fa-shopping-basket-tag-beta:before {
  content: "\ED4E";
}

.fa-shopping-basket-envelope-alpha:before {
  content: "\ED4F";
}

.fa-shopping-basket-envelope-beta:before {
  content: "\ED50";
}

.fa-shopping-basket-refresh-alpha:before {
  content: "\ED51";
}

.fa-shopping-basket-refresh-beta:before {
  content: "\ED52";
}

.fa-shopping-basket-minus-circle-alpha:before {
  content: "\ED53";
}

.fa-shopping-basket-minus-circle-beta:before {
  content: "\ED54";
}

.fa-shopping-basket-question-alpha:before {
  content: "\ED55";
}

.fa-shopping-basket-question-beta:before {
  content: "\ED56";
}

.fa-shopping-basket-music-alpha:before {
  content: "\ED57";
}

.fa-shopping-basket-music-beta:before {
  content: "\ED58";
}

.fa-shopping-basket-trash-alpha:before {
  content: "\ED59";
}

.fa-shopping-basket-trash-beta:before {
  content: "\ED5A";
}

.fa-shopping-basket-check-circle-alpha:before {
  content: "\ED5B";
}

.fa-shopping-basket-check-circle-beta:before {
  content: "\ED5C";
}

.fa-shopping-basket-arrow-down-alpha:before {
  content: "\ED5D";
}

.fa-shopping-basket-arrow-down-beta:before {
  content: "\ED5E";
}

.fa-shopping-basket-star-alpha:before {
  content: "\ED5F";
}

.fa-shopping-basket-star-beta:before {
  content: "\ED60";
}

.fa-shopping-basket-arrow-up-alpha:before {
  content: "\ED61";
}

.fa-shopping-basket-arrow-up-beta:before {
  content: "\ED62";
}

.fa-shopping-basket-file-text-alpha:before {
  content: "\ED63";
}

.fa-shopping-basket-file-text-beta:before {
  content: "\ED64";
}

.fa-shopping-basket-search-alpha:before {
  content: "\ED65";
}

.fa-shopping-basket-search-beta:before {
  content: "\ED66";
}

.fa-shopping-basket-check-alpha:before {
  content: "\ED67";
}

.fa-shopping-basket-check-beta:before {
  content: "\ED68";
}

.fa-shopping-basket-times-circle-alpha:before {
  content: "\ED69";
}

.fa-shopping-basket-times-circle-beta:before {
  content: "\ED6A";
}

.fa-shopping-basket-arrow-right-alpha:before {
  content: "\ED6B";
}

.fa-shopping-basket-arrow-right-beta:before {
  content: "\ED6C";
}

.fa-shopping-basket-remove-alpha:before {
  content: "\ED6D";
}

.fa-shopping-basket-remove-beta:before {
  content: "\ED6E";
}

.fa-shopping-basket-info-alpha:before {
  content: "\ED6F";
}

.fa-shopping-basket-info-beta:before {
  content: "\ED70";
}

.fa-shopping-basket-plus-alpha:before {
  content: "\ED71";
}

.fa-shopping-basket-plus-beta:before {
  content: "\ED72";
}

.fa-shopping-basket-cog-alpha:before {
  content: "\ED73";
}

.fa-shopping-basket-cog-beta:before {
  content: "\ED74";
}

.fa-shopping-basket-clock-o-alpha:before {
  content: "\ED75";
}

.fa-shopping-basket-clock-o-beta:before {
  content: "\ED76";
}

.fa-shopping-basket-exclamation-triangle-alpha:before {
  content: "\ED77";
}

.fa-shopping-basket-exclamation-triangle-beta:before {
  content: "\ED78";
}

.fa-shopping-basket-minus-alpha:before {
  content: "\ED79";
}

.fa-shopping-basket-minus-beta:before {
  content: "\ED7A";
}

.fa-bluetooth-pencil-alpha:before {
  content: "\ED7B";
}

.fa-bluetooth-pencil-beta:before {
  content: "\ED7C";
}

.fa-bluetooth-ban-alpha:before {
  content: "\ED7D";
}

.fa-bluetooth-ban-beta:before {
  content: "\ED7E";
}

.fa-bluetooth-tag-alpha:before {
  content: "\ED7F";
}

.fa-bluetooth-tag-beta:before {
  content: "\ED80";
}

.fa-bluetooth-envelope-alpha:before {
  content: "\ED81";
}

.fa-bluetooth-envelope-beta:before {
  content: "\ED82";
}

.fa-bluetooth-refresh-alpha:before {
  content: "\ED83";
}

.fa-bluetooth-refresh-beta:before {
  content: "\ED84";
}

.fa-bluetooth-minus-circle-alpha:before {
  content: "\ED85";
}

.fa-bluetooth-minus-circle-beta:before {
  content: "\ED86";
}

.fa-bluetooth-question-alpha:before {
  content: "\ED87";
}

.fa-bluetooth-question-beta:before {
  content: "\ED88";
}

.fa-bluetooth-music-alpha:before {
  content: "\ED89";
}

.fa-bluetooth-music-beta:before {
  content: "\ED8A";
}

.fa-bluetooth-trash-alpha:before {
  content: "\ED8B";
}

.fa-bluetooth-trash-beta:before {
  content: "\ED8C";
}

.fa-bluetooth-check-circle-alpha:before {
  content: "\ED8D";
}

.fa-bluetooth-check-circle-beta:before {
  content: "\ED8E";
}

.fa-bluetooth-arrow-down-alpha:before {
  content: "\ED8F";
}

.fa-bluetooth-arrow-down-beta:before {
  content: "\ED90";
}

.fa-bluetooth-star-alpha:before {
  content: "\ED91";
}

.fa-bluetooth-star-beta:before {
  content: "\ED92";
}

.fa-bluetooth-arrow-up-alpha:before {
  content: "\ED93";
}

.fa-bluetooth-arrow-up-beta:before {
  content: "\ED94";
}

.fa-bluetooth-file-text-alpha:before {
  content: "\ED95";
}

.fa-bluetooth-file-text-beta:before {
  content: "\ED96";
}

.fa-bluetooth-search-alpha:before {
  content: "\ED97";
}

.fa-bluetooth-search-beta:before {
  content: "\ED98";
}

.fa-bluetooth-check-alpha:before {
  content: "\ED99";
}

.fa-bluetooth-check-beta:before {
  content: "\ED9A";
}

.fa-bluetooth-times-circle-alpha:before {
  content: "\ED9B";
}

.fa-bluetooth-times-circle-beta:before {
  content: "\ED9C";
}

.fa-bluetooth-arrow-right-alpha:before {
  content: "\ED9D";
}

.fa-bluetooth-arrow-right-beta:before {
  content: "\ED9E";
}

.fa-bluetooth-remove-alpha:before {
  content: "\ED9F";
}

.fa-bluetooth-remove-beta:before {
  content: "\EDA0";
}

.fa-bluetooth-info-alpha:before {
  content: "\EDA1";
}

.fa-bluetooth-info-beta:before {
  content: "\EDA2";
}

.fa-bluetooth-plus-alpha:before {
  content: "\EDA3";
}

.fa-bluetooth-plus-beta:before {
  content: "\EDA4";
}

.fa-bluetooth-cog-alpha:before {
  content: "\EDA5";
}

.fa-bluetooth-cog-beta:before {
  content: "\EDA6";
}

.fa-bluetooth-clock-o-alpha:before {
  content: "\EDA7";
}

.fa-bluetooth-clock-o-beta:before {
  content: "\EDA8";
}

.fa-bluetooth-exclamation-triangle-alpha:before {
  content: "\EDA9";
}

.fa-bluetooth-exclamation-triangle-beta:before {
  content: "\EDAA";
}

.fa-bluetooth-minus-alpha:before {
  content: "\EDAB";
}

.fa-bluetooth-minus-beta:before {
  content: "\EDAC";
}

.fa-bluetooth-b-pencil-alpha:before {
  content: "\EDAD";
}

.fa-bluetooth-b-pencil-beta:before {
  content: "\EDAE";
}

.fa-bluetooth-b-ban-alpha:before {
  content: "\EDAF";
}

.fa-bluetooth-b-ban-beta:before {
  content: "\EDB0";
}

.fa-bluetooth-b-tag-alpha:before {
  content: "\EDB1";
}

.fa-bluetooth-b-tag-beta:before {
  content: "\EDB2";
}

.fa-bluetooth-b-envelope-alpha:before {
  content: "\EDB3";
}

.fa-bluetooth-b-envelope-beta:before {
  content: "\EDB4";
}

.fa-bluetooth-b-refresh-alpha:before {
  content: "\EDB5";
}

.fa-bluetooth-b-refresh-beta:before {
  content: "\EDB6";
}

.fa-bluetooth-b-minus-circle-alpha:before {
  content: "\EDB7";
}

.fa-bluetooth-b-minus-circle-beta:before {
  content: "\EDB8";
}

.fa-bluetooth-b-question-alpha:before {
  content: "\EDB9";
}

.fa-bluetooth-b-question-beta:before {
  content: "\EDBA";
}

.fa-bluetooth-b-music-alpha:before {
  content: "\EDBB";
}

.fa-bluetooth-b-music-beta:before {
  content: "\EDBC";
}

.fa-bluetooth-b-trash-alpha:before {
  content: "\EDBD";
}

.fa-bluetooth-b-trash-beta:before {
  content: "\EDBE";
}

.fa-bluetooth-b-check-circle-alpha:before {
  content: "\EDBF";
}

.fa-bluetooth-b-check-circle-beta:before {
  content: "\EDC0";
}

.fa-bluetooth-b-arrow-down-alpha:before {
  content: "\EDC1";
}

.fa-bluetooth-b-arrow-down-beta:before {
  content: "\EDC2";
}

.fa-bluetooth-b-star-alpha:before {
  content: "\EDC3";
}

.fa-bluetooth-b-star-beta:before {
  content: "\EDC4";
}

.fa-bluetooth-b-arrow-up-alpha:before {
  content: "\EDC5";
}

.fa-bluetooth-b-arrow-up-beta:before {
  content: "\EDC6";
}

.fa-bluetooth-b-file-text-alpha:before {
  content: "\EDC7";
}

.fa-bluetooth-b-file-text-beta:before {
  content: "\EDC8";
}

.fa-bluetooth-b-search-alpha:before {
  content: "\EDC9";
}

.fa-bluetooth-b-search-beta:before {
  content: "\EDCA";
}

.fa-bluetooth-b-check-alpha:before {
  content: "\EDCB";
}

.fa-bluetooth-b-check-beta:before {
  content: "\EDCC";
}

.fa-bluetooth-b-times-circle-alpha:before {
  content: "\EDCD";
}

.fa-bluetooth-b-times-circle-beta:before {
  content: "\EDCE";
}

.fa-bluetooth-b-arrow-right-alpha:before {
  content: "\EDCF";
}

.fa-bluetooth-b-arrow-right-beta:before {
  content: "\EDD0";
}

.fa-bluetooth-b-remove-alpha:before {
  content: "\EDD1";
}

.fa-bluetooth-b-remove-beta:before {
  content: "\EDD2";
}

.fa-bluetooth-b-info-alpha:before {
  content: "\EDD3";
}

.fa-bluetooth-b-info-beta:before {
  content: "\EDD4";
}

.fa-bluetooth-b-plus-alpha:before {
  content: "\EDD5";
}

.fa-bluetooth-b-plus-beta:before {
  content: "\EDD6";
}

.fa-bluetooth-b-cog-alpha:before {
  content: "\EDD7";
}

.fa-bluetooth-b-cog-beta:before {
  content: "\EDD8";
}

.fa-bluetooth-b-clock-o-alpha:before {
  content: "\EDD9";
}

.fa-bluetooth-b-clock-o-beta:before {
  content: "\EDDA";
}

.fa-bluetooth-b-exclamation-triangle-alpha:before {
  content: "\EDDB";
}

.fa-bluetooth-b-exclamation-triangle-beta:before {
  content: "\EDDC";
}

.fa-bluetooth-b-minus-alpha:before {
  content: "\EDDD";
}

.fa-bluetooth-b-minus-beta:before {
  content: "\EDDE";
}

.fa-picture-o-pencil-alpha:before {
  content: "\EDDF";
}

.fa-picture-o-pencil-beta:before {
  content: "\EDE0";
}

.fa-picture-o-ban-alpha:before {
  content: "\EDE1";
}

.fa-picture-o-ban-beta:before {
  content: "\EDE2";
}

.fa-picture-o-tag-alpha:before {
  content: "\EDE3";
}

.fa-picture-o-tag-beta:before {
  content: "\EDE4";
}

.fa-picture-o-envelope-alpha:before {
  content: "\EDE5";
}

.fa-picture-o-envelope-beta:before {
  content: "\EDE6";
}

.fa-picture-o-refresh-alpha:before {
  content: "\EDE7";
}

.fa-picture-o-refresh-beta:before {
  content: "\EDE8";
}

.fa-picture-o-minus-circle-alpha:before {
  content: "\EDE9";
}

.fa-picture-o-minus-circle-beta:before {
  content: "\EDEA";
}

.fa-picture-o-question-alpha:before {
  content: "\EDEB";
}

.fa-picture-o-question-beta:before {
  content: "\EDEC";
}

.fa-picture-o-music-alpha:before {
  content: "\EDED";
}

.fa-picture-o-music-beta:before {
  content: "\EDEE";
}

.fa-picture-o-trash-alpha:before {
  content: "\EDEF";
}

.fa-picture-o-trash-beta:before {
  content: "\EDF0";
}

.fa-picture-o-check-circle-alpha:before {
  content: "\EDF1";
}

.fa-picture-o-check-circle-beta:before {
  content: "\EDF2";
}

.fa-picture-o-arrow-down-alpha:before {
  content: "\EDF3";
}

.fa-picture-o-arrow-down-beta:before {
  content: "\EDF4";
}

.fa-picture-o-star-alpha:before {
  content: "\EDF5";
}

.fa-picture-o-star-beta:before {
  content: "\EDF6";
}

.fa-picture-o-arrow-up-alpha:before {
  content: "\EDF7";
}

.fa-picture-o-arrow-up-beta:before {
  content: "\EDF8";
}

.fa-picture-o-file-text-alpha:before {
  content: "\EDF9";
}

.fa-picture-o-file-text-beta:before {
  content: "\EDFA";
}

.fa-picture-o-search-alpha:before {
  content: "\EDFB";
}

.fa-picture-o-search-beta:before {
  content: "\EDFC";
}

.fa-picture-o-check-alpha:before {
  content: "\EDFD";
}

.fa-picture-o-check-beta:before {
  content: "\EDFE";
}

.fa-picture-o-times-circle-alpha:before {
  content: "\EDFF";
}

.fa-picture-o-times-circle-beta:before {
  content: "\EE00";
}

.fa-picture-o-arrow-right-alpha:before {
  content: "\EE01";
}

.fa-picture-o-arrow-right-beta:before {
  content: "\EE02";
}

.fa-picture-o-remove-alpha:before {
  content: "\EE03";
}

.fa-picture-o-remove-beta:before {
  content: "\EE04";
}

.fa-picture-o-info-alpha:before {
  content: "\EE05";
}

.fa-picture-o-info-beta:before {
  content: "\EE06";
}

.fa-picture-o-plus-alpha:before {
  content: "\EE07";
}

.fa-picture-o-plus-beta:before {
  content: "\EE08";
}

.fa-picture-o-cog-alpha:before {
  content: "\EE09";
}

.fa-picture-o-cog-beta:before {
  content: "\EE0A";
}

.fa-picture-o-clock-o-alpha:before {
  content: "\EE0B";
}

.fa-picture-o-clock-o-beta:before {
  content: "\EE0C";
}

.fa-picture-o-exclamation-triangle-alpha:before {
  content: "\EE0D";
}

.fa-picture-o-exclamation-triangle-beta:before {
  content: "\EE0E";
}

.fa-picture-o-minus-alpha:before {
  content: "\EE0F";
}

.fa-picture-o-minus-beta:before {
  content: "\EE10";
}

.fa-folder-open-pencil-alpha:before {
  content: "\EE11";
}

.fa-folder-open-pencil-beta:before {
  content: "\EE12";
}

.fa-folder-open-ban-alpha:before {
  content: "\EE13";
}

.fa-folder-open-ban-beta:before {
  content: "\EE14";
}

.fa-folder-open-tag-alpha:before {
  content: "\EE15";
}

.fa-folder-open-tag-beta:before {
  content: "\EE16";
}

.fa-folder-open-envelope-alpha:before {
  content: "\EE17";
}

.fa-folder-open-envelope-beta:before {
  content: "\EE18";
}

.fa-folder-open-refresh-alpha:before {
  content: "\EE19";
}

.fa-folder-open-refresh-beta:before {
  content: "\EE1A";
}

.fa-folder-open-minus-circle-alpha:before {
  content: "\EE1B";
}

.fa-folder-open-minus-circle-beta:before {
  content: "\EE1C";
}

.fa-folder-open-question-alpha:before {
  content: "\EE1D";
}

.fa-folder-open-question-beta:before {
  content: "\EE1E";
}

.fa-folder-open-music-alpha:before {
  content: "\EE1F";
}

.fa-folder-open-music-beta:before {
  content: "\EE20";
}

.fa-folder-open-trash-alpha:before {
  content: "\EE21";
}

.fa-folder-open-trash-beta:before {
  content: "\EE22";
}

.fa-folder-open-check-circle-alpha:before {
  content: "\EE23";
}

.fa-folder-open-check-circle-beta:before {
  content: "\EE24";
}

.fa-folder-open-arrow-down-alpha:before {
  content: "\EE25";
}

.fa-folder-open-arrow-down-beta:before {
  content: "\EE26";
}

.fa-folder-open-star-alpha:before {
  content: "\EE27";
}

.fa-folder-open-star-beta:before {
  content: "\EE28";
}

.fa-folder-open-arrow-up-alpha:before {
  content: "\EE29";
}

.fa-folder-open-arrow-up-beta:before {
  content: "\EE2A";
}

.fa-folder-open-file-text-alpha:before {
  content: "\EE2B";
}

.fa-folder-open-file-text-beta:before {
  content: "\EE2C";
}

.fa-folder-open-search-alpha:before {
  content: "\EE2D";
}

.fa-folder-open-search-beta:before {
  content: "\EE2E";
}

.fa-folder-open-check-alpha:before {
  content: "\EE2F";
}

.fa-folder-open-check-beta:before {
  content: "\EE30";
}

.fa-folder-open-times-circle-alpha:before {
  content: "\EE31";
}

.fa-folder-open-times-circle-beta:before {
  content: "\EE32";
}

.fa-folder-open-arrow-right-alpha:before {
  content: "\EE33";
}

.fa-folder-open-arrow-right-beta:before {
  content: "\EE34";
}

.fa-folder-open-remove-alpha:before {
  content: "\EE35";
}

.fa-folder-open-remove-beta:before {
  content: "\EE36";
}

.fa-folder-open-info-alpha:before {
  content: "\EE37";
}

.fa-folder-open-info-beta:before {
  content: "\EE38";
}

.fa-folder-open-plus-alpha:before {
  content: "\EE39";
}

.fa-folder-open-plus-beta:before {
  content: "\EE3A";
}

.fa-folder-open-cog-alpha:before {
  content: "\EE3B";
}

.fa-folder-open-cog-beta:before {
  content: "\EE3C";
}

.fa-folder-open-clock-o-alpha:before {
  content: "\EE3D";
}

.fa-folder-open-clock-o-beta:before {
  content: "\EE3E";
}

.fa-folder-open-exclamation-triangle-alpha:before {
  content: "\EE3F";
}

.fa-folder-open-exclamation-triangle-beta:before {
  content: "\EE40";
}

.fa-folder-open-minus-alpha:before {
  content: "\EE41";
}

.fa-folder-open-minus-beta:before {
  content: "\EE42";
}

.fa-tags-pencil-alpha:before {
  content: "\EE43";
}

.fa-tags-pencil-beta:before {
  content: "\EE44";
}

.fa-tags-ban-alpha:before {
  content: "\EE45";
}

.fa-tags-ban-beta:before {
  content: "\EE46";
}

.fa-tags-tag-alpha:before {
  content: "\EE47";
}

.fa-tags-tag-beta:before {
  content: "\EE48";
}

.fa-tags-envelope-alpha:before {
  content: "\EE49";
}

.fa-tags-envelope-beta:before {
  content: "\EE4A";
}

.fa-tags-refresh-alpha:before {
  content: "\EE4B";
}

.fa-tags-refresh-beta:before {
  content: "\EE4C";
}

.fa-tags-minus-circle-alpha:before {
  content: "\EE4D";
}

.fa-tags-minus-circle-beta:before {
  content: "\EE4E";
}

.fa-tags-question-alpha:before {
  content: "\EE4F";
}

.fa-tags-question-beta:before {
  content: "\EE50";
}

.fa-tags-music-alpha:before {
  content: "\EE51";
}

.fa-tags-music-beta:before {
  content: "\EE52";
}

.fa-tags-trash-alpha:before {
  content: "\EE53";
}

.fa-tags-trash-beta:before {
  content: "\EE54";
}

.fa-tags-check-circle-alpha:before {
  content: "\EE55";
}

.fa-tags-check-circle-beta:before {
  content: "\EE56";
}

.fa-tags-arrow-down-alpha:before {
  content: "\EE57";
}

.fa-tags-arrow-down-beta:before {
  content: "\EE58";
}

.fa-tags-star-alpha:before {
  content: "\EE59";
}

.fa-tags-star-beta:before {
  content: "\EE5A";
}

.fa-tags-arrow-up-alpha:before {
  content: "\EE5B";
}

.fa-tags-arrow-up-beta:before {
  content: "\EE5C";
}

.fa-tags-file-text-alpha:before {
  content: "\EE5D";
}

.fa-tags-file-text-beta:before {
  content: "\EE5E";
}

.fa-tags-search-alpha:before {
  content: "\EE5F";
}

.fa-tags-search-beta:before {
  content: "\EE60";
}

.fa-tags-check-alpha:before {
  content: "\EE61";
}

.fa-tags-check-beta:before {
  content: "\EE62";
}

.fa-tags-times-circle-alpha:before {
  content: "\EE63";
}

.fa-tags-times-circle-beta:before {
  content: "\EE64";
}

.fa-tags-arrow-right-alpha:before {
  content: "\EE65";
}

.fa-tags-arrow-right-beta:before {
  content: "\EE66";
}

.fa-tags-remove-alpha:before {
  content: "\EE67";
}

.fa-tags-remove-beta:before {
  content: "\EE68";
}

.fa-tags-info-alpha:before {
  content: "\EE69";
}

.fa-tags-info-beta:before {
  content: "\EE6A";
}

.fa-tags-plus-alpha:before {
  content: "\EE6B";
}

.fa-tags-plus-beta:before {
  content: "\EE6C";
}

.fa-tags-cog-alpha:before {
  content: "\EE6D";
}

.fa-tags-cog-beta:before {
  content: "\EE6E";
}

.fa-tags-clock-o-alpha:before {
  content: "\EE6F";
}

.fa-tags-clock-o-beta:before {
  content: "\EE70";
}

.fa-tags-exclamation-triangle-alpha:before {
  content: "\EE71";
}

.fa-tags-exclamation-triangle-beta:before {
  content: "\EE72";
}

.fa-tags-minus-alpha:before {
  content: "\EE73";
}

.fa-tags-minus-beta:before {
  content: "\EE74";
}

.fa-credit-card-pencil-alpha:before {
  content: "\EE75";
}

.fa-credit-card-pencil-beta:before {
  content: "\EE76";
}

.fa-credit-card-ban-alpha:before {
  content: "\EE77";
}

.fa-credit-card-ban-beta:before {
  content: "\EE78";
}

.fa-credit-card-tag-alpha:before {
  content: "\EE79";
}

.fa-credit-card-tag-beta:before {
  content: "\EE7A";
}

.fa-credit-card-envelope-alpha:before {
  content: "\EE7B";
}

.fa-credit-card-envelope-beta:before {
  content: "\EE7C";
}

.fa-credit-card-refresh-alpha:before {
  content: "\EE7D";
}

.fa-credit-card-refresh-beta:before {
  content: "\EE7E";
}

.fa-credit-card-minus-circle-alpha:before {
  content: "\EE7F";
}

.fa-credit-card-minus-circle-beta:before {
  content: "\EE80";
}

.fa-credit-card-question-alpha:before {
  content: "\EE81";
}

.fa-credit-card-question-beta:before {
  content: "\EE82";
}

.fa-credit-card-music-alpha:before {
  content: "\EE83";
}

.fa-credit-card-music-beta:before {
  content: "\EE84";
}

.fa-credit-card-trash-alpha:before {
  content: "\EE85";
}

.fa-credit-card-trash-beta:before {
  content: "\EE86";
}

.fa-credit-card-check-circle-alpha:before {
  content: "\EE87";
}

.fa-credit-card-check-circle-beta:before {
  content: "\EE88";
}

.fa-credit-card-arrow-down-alpha:before {
  content: "\EE89";
}

.fa-credit-card-arrow-down-beta:before {
  content: "\EE8A";
}

.fa-credit-card-star-alpha:before {
  content: "\EE8B";
}

.fa-credit-card-star-beta:before {
  content: "\EE8C";
}

.fa-credit-card-arrow-up-alpha:before {
  content: "\EE8D";
}

.fa-credit-card-arrow-up-beta:before {
  content: "\EE8E";
}

.fa-credit-card-file-text-alpha:before {
  content: "\EE8F";
}

.fa-credit-card-file-text-beta:before {
  content: "\EE90";
}

.fa-credit-card-search-alpha:before {
  content: "\EE91";
}

.fa-credit-card-search-beta:before {
  content: "\EE92";
}

.fa-credit-card-check-alpha:before {
  content: "\EE93";
}

.fa-credit-card-check-beta:before {
  content: "\EE94";
}

.fa-credit-card-times-circle-alpha:before {
  content: "\EE95";
}

.fa-credit-card-times-circle-beta:before {
  content: "\EE96";
}

.fa-credit-card-arrow-right-alpha:before {
  content: "\EE97";
}

.fa-credit-card-arrow-right-beta:before {
  content: "\EE98";
}

.fa-credit-card-remove-alpha:before {
  content: "\EE99";
}

.fa-credit-card-remove-beta:before {
  content: "\EE9A";
}

.fa-credit-card-info-alpha:before {
  content: "\EE9B";
}

.fa-credit-card-info-beta:before {
  content: "\EE9C";
}

.fa-credit-card-plus-alpha:before {
  content: "\EE9D";
}

.fa-credit-card-plus-beta:before {
  content: "\EE9E";
}

.fa-credit-card-cog-alpha:before {
  content: "\EE9F";
}

.fa-credit-card-cog-beta:before {
  content: "\EEA0";
}

.fa-credit-card-clock-o-alpha:before {
  content: "\EEA1";
}

.fa-credit-card-clock-o-beta:before {
  content: "\EEA2";
}

.fa-credit-card-exclamation-triangle-alpha:before {
  content: "\EEA3";
}

.fa-credit-card-exclamation-triangle-beta:before {
  content: "\EEA4";
}

.fa-credit-card-minus-alpha:before {
  content: "\EEA5";
}

.fa-credit-card-minus-beta:before {
  content: "\EEA6";
}

.fa-user-pencil-alpha:before {
  content: "\EEA7";
}

.fa-user-pencil-beta:before {
  content: "\EEA8";
}

.fa-user-ban-alpha:before {
  content: "\EEA9";
}

.fa-user-ban-beta:before {
  content: "\EEAA";
}

.fa-user-tag-alpha:before {
  content: "\EEAB";
}

.fa-user-tag-beta:before {
  content: "\EEAC";
}

.fa-user-envelope-alpha:before {
  content: "\EEAD";
}

.fa-user-envelope-beta:before {
  content: "\EEAE";
}

.fa-user-refresh-alpha:before {
  content: "\EEAF";
}

.fa-user-refresh-beta:before {
  content: "\EEB0";
}

.fa-user-minus-circle-alpha:before {
  content: "\EEB1";
}

.fa-user-minus-circle-beta:before {
  content: "\EEB2";
}

.fa-user-question-alpha:before {
  content: "\EEB3";
}

.fa-user-question-beta:before {
  content: "\EEB4";
}

.fa-user-music-alpha:before {
  content: "\EEB5";
}

.fa-user-music-beta:before {
  content: "\EEB6";
}

.fa-user-trash-alpha:before {
  content: "\EEB7";
}

.fa-user-trash-beta:before {
  content: "\EEB8";
}

.fa-user-check-circle-alpha:before {
  content: "\EEB9";
}

.fa-user-check-circle-beta:before {
  content: "\EEBA";
}

.fa-user-arrow-down-alpha:before {
  content: "\EEBB";
}

.fa-user-arrow-down-beta:before {
  content: "\EEBC";
}

.fa-user-star-alpha:before {
  content: "\EEBD";
}

.fa-user-star-beta:before {
  content: "\EEBE";
}

.fa-user-arrow-up-alpha:before {
  content: "\EEBF";
}

.fa-user-arrow-up-beta:before {
  content: "\EEC0";
}

.fa-user-file-text-alpha:before {
  content: "\EEC1";
}

.fa-user-file-text-beta:before {
  content: "\EEC2";
}

.fa-user-search-alpha:before {
  content: "\EEC3";
}

.fa-user-search-beta:before {
  content: "\EEC4";
}

.fa-user-check-alpha:before {
  content: "\EEC5";
}

.fa-user-check-beta:before {
  content: "\EEC6";
}

.fa-user-times-circle-alpha:before {
  content: "\EEC7";
}

.fa-user-times-circle-beta:before {
  content: "\EEC8";
}

.fa-user-arrow-right-alpha:before {
  content: "\EEC9";
}

.fa-user-arrow-right-beta:before {
  content: "\EECA";
}

.fa-user-remove-alpha:before {
  content: "\EECB";
}

.fa-user-remove-beta:before {
  content: "\EECC";
}

.fa-user-info-alpha:before {
  content: "\EECD";
}

.fa-user-info-beta:before {
  content: "\EECE";
}

.fa-user-plus-alpha:before {
  content: "\EECF";
}

.fa-user-plus-beta:before {
  content: "\EED0";
}

.fa-user-cog-alpha:before {
  content: "\EED1";
}

.fa-user-cog-beta:before {
  content: "\EED2";
}

.fa-user-clock-o-alpha:before {
  content: "\EED3";
}

.fa-user-clock-o-beta:before {
  content: "\EED4";
}

.fa-user-exclamation-triangle-alpha:before {
  content: "\EED5";
}

.fa-user-exclamation-triangle-beta:before {
  content: "\EED6";
}

.fa-user-minus-alpha:before {
  content: "\EED7";
}

.fa-user-minus-beta:before {
  content: "\EED8";
}

.fa-file-text-pencil-alpha:before {
  content: "\EED9";
}

.fa-file-text-pencil-beta:before {
  content: "\EEDA";
}

.fa-file-text-ban-alpha:before {
  content: "\EEDB";
}

.fa-file-text-ban-beta:before {
  content: "\EEDC";
}

.fa-file-text-tag-alpha:before {
  content: "\EEDD";
}

.fa-file-text-tag-beta:before {
  content: "\EEDE";
}

.fa-file-text-envelope-alpha:before {
  content: "\EEDF";
}

.fa-file-text-envelope-beta:before {
  content: "\EEE0";
}

.fa-file-text-refresh-alpha:before {
  content: "\EEE1";
}

.fa-file-text-refresh-beta:before {
  content: "\EEE2";
}

.fa-file-text-minus-circle-alpha:before {
  content: "\EEE3";
}

.fa-file-text-minus-circle-beta:before {
  content: "\EEE4";
}

.fa-file-text-question-alpha:before {
  content: "\EEE5";
}

.fa-file-text-question-beta:before {
  content: "\EEE6";
}

.fa-file-text-music-alpha:before {
  content: "\EEE7";
}

.fa-file-text-music-beta:before {
  content: "\EEE8";
}

.fa-file-text-trash-alpha:before {
  content: "\EEE9";
}

.fa-file-text-trash-beta:before {
  content: "\EEEA";
}

.fa-file-text-check-circle-alpha:before {
  content: "\EEEB";
}

.fa-file-text-check-circle-beta:before {
  content: "\EEEC";
}

.fa-file-text-arrow-down-alpha:before {
  content: "\EEED";
}

.fa-file-text-arrow-down-beta:before {
  content: "\EEEE";
}

.fa-file-text-star-alpha:before {
  content: "\EEEF";
}

.fa-file-text-star-beta:before {
  content: "\EEF0";
}

.fa-file-text-arrow-up-alpha:before {
  content: "\EEF1";
}

.fa-file-text-arrow-up-beta:before {
  content: "\EEF2";
}

.fa-file-text-file-text-alpha:before {
  content: "\EEF3";
}

.fa-file-text-file-text-beta:before {
  content: "\EEF4";
}

.fa-file-text-search-alpha:before {
  content: "\EEF5";
}

.fa-file-text-search-beta:before {
  content: "\EEF6";
}

.fa-file-text-check-alpha:before {
  content: "\EEF7";
}

.fa-file-text-check-beta:before {
  content: "\EEF8";
}

.fa-file-text-times-circle-alpha:before {
  content: "\EEF9";
}

.fa-file-text-times-circle-beta:before {
  content: "\EEFA";
}

.fa-file-text-arrow-right-alpha:before {
  content: "\EEFB";
}

.fa-file-text-arrow-right-beta:before {
  content: "\EEFC";
}

.fa-file-text-remove-alpha:before {
  content: "\EEFD";
}

.fa-file-text-remove-beta:before {
  content: "\EEFE";
}

.fa-file-text-info-alpha:before {
  content: "\EEFF";
}

.fa-file-text-info-beta:before {
  content: "\EF00";
}

.fa-file-text-plus-alpha:before {
  content: "\EF01";
}

.fa-file-text-plus-beta:before {
  content: "\EF02";
}

.fa-file-text-cog-alpha:before {
  content: "\EF03";
}

.fa-file-text-cog-beta:before {
  content: "\EF04";
}

.fa-file-text-clock-o-alpha:before {
  content: "\EF05";
}

.fa-file-text-clock-o-beta:before {
  content: "\EF06";
}

.fa-file-text-exclamation-triangle-alpha:before {
  content: "\EF07";
}

.fa-file-text-exclamation-triangle-beta:before {
  content: "\EF08";
}

.fa-file-text-minus-alpha:before {
  content: "\EF09";
}

.fa-file-text-minus-beta:before {
  content: "\EF0A";
}

.fa-headphones-pencil-alpha:before {
  content: "\EF0B";
}

.fa-headphones-pencil-beta:before {
  content: "\EF0C";
}

.fa-headphones-ban-alpha:before {
  content: "\EF0D";
}

.fa-headphones-ban-beta:before {
  content: "\EF0E";
}

.fa-headphones-tag-alpha:before {
  content: "\EF0F";
}

.fa-headphones-tag-beta:before {
  content: "\EF10";
}

.fa-headphones-envelope-alpha:before {
  content: "\EF11";
}

.fa-headphones-envelope-beta:before {
  content: "\EF12";
}

.fa-headphones-refresh-alpha:before {
  content: "\EF13";
}

.fa-headphones-refresh-beta:before {
  content: "\EF14";
}

.fa-headphones-minus-circle-alpha:before {
  content: "\EF15";
}

.fa-headphones-minus-circle-beta:before {
  content: "\EF16";
}

.fa-headphones-question-alpha:before {
  content: "\EF17";
}

.fa-headphones-question-beta:before {
  content: "\EF18";
}

.fa-headphones-music-alpha:before {
  content: "\EF19";
}

.fa-headphones-music-beta:before {
  content: "\EF1A";
}

.fa-headphones-trash-alpha:before {
  content: "\EF1B";
}

.fa-headphones-trash-beta:before {
  content: "\EF1C";
}

.fa-headphones-check-circle-alpha:before {
  content: "\EF1D";
}

.fa-headphones-check-circle-beta:before {
  content: "\EF1E";
}

.fa-headphones-arrow-down-alpha:before {
  content: "\EF1F";
}

.fa-headphones-arrow-down-beta:before {
  content: "\EF20";
}

.fa-headphones-star-alpha:before {
  content: "\EF21";
}

.fa-headphones-star-beta:before {
  content: "\EF22";
}

.fa-headphones-arrow-up-alpha:before {
  content: "\EF23";
}

.fa-headphones-arrow-up-beta:before {
  content: "\EF24";
}

.fa-headphones-file-text-alpha:before {
  content: "\EF25";
}

.fa-headphones-file-text-beta:before {
  content: "\EF26";
}

.fa-headphones-search-alpha:before {
  content: "\EF27";
}

.fa-headphones-search-beta:before {
  content: "\EF28";
}

.fa-headphones-check-alpha:before {
  content: "\EF29";
}

.fa-headphones-check-beta:before {
  content: "\EF2A";
}

.fa-headphones-times-circle-alpha:before {
  content: "\EF2B";
}

.fa-headphones-times-circle-beta:before {
  content: "\EF2C";
}

.fa-headphones-arrow-right-alpha:before {
  content: "\EF2D";
}

.fa-headphones-arrow-right-beta:before {
  content: "\EF2E";
}

.fa-headphones-remove-alpha:before {
  content: "\EF2F";
}

.fa-headphones-remove-beta:before {
  content: "\EF30";
}

.fa-headphones-info-alpha:before {
  content: "\EF31";
}

.fa-headphones-info-beta:before {
  content: "\EF32";
}

.fa-headphones-plus-alpha:before {
  content: "\EF33";
}

.fa-headphones-plus-beta:before {
  content: "\EF34";
}

.fa-headphones-cog-alpha:before {
  content: "\EF35";
}

.fa-headphones-cog-beta:before {
  content: "\EF36";
}

.fa-headphones-clock-o-alpha:before {
  content: "\EF37";
}

.fa-headphones-clock-o-beta:before {
  content: "\EF38";
}

.fa-headphones-exclamation-triangle-alpha:before {
  content: "\EF39";
}

.fa-headphones-exclamation-triangle-beta:before {
  content: "\EF3A";
}

.fa-headphones-minus-alpha:before {
  content: "\EF3B";
}

.fa-headphones-minus-beta:before {
  content: "\EF3C";
}

.fa-filter-pencil-alpha:before {
  content: "\EF3D";
}

.fa-filter-pencil-beta:before {
  content: "\EF3E";
}

.fa-filter-ban-alpha:before {
  content: "\EF3F";
}

.fa-filter-ban-beta:before {
  content: "\EF40";
}

.fa-filter-tag-alpha:before {
  content: "\EF41";
}

.fa-filter-tag-beta:before {
  content: "\EF42";
}

.fa-filter-envelope-alpha:before {
  content: "\EF43";
}

.fa-filter-envelope-beta:before {
  content: "\EF44";
}

.fa-filter-refresh-alpha:before {
  content: "\EF45";
}

.fa-filter-refresh-beta:before {
  content: "\EF46";
}

.fa-filter-minus-circle-alpha:before {
  content: "\EF47";
}

.fa-filter-minus-circle-beta:before {
  content: "\EF48";
}

.fa-filter-question-alpha:before {
  content: "\EF49";
}

.fa-filter-question-beta:before {
  content: "\EF4A";
}

.fa-filter-music-alpha:before {
  content: "\EF4B";
}

.fa-filter-music-beta:before {
  content: "\EF4C";
}

.fa-filter-trash-alpha:before {
  content: "\EF4D";
}

.fa-filter-trash-beta:before {
  content: "\EF4E";
}

.fa-filter-check-circle-alpha:before {
  content: "\EF4F";
}

.fa-filter-check-circle-beta:before {
  content: "\EF50";
}

.fa-filter-arrow-down-alpha:before {
  content: "\EF51";
}

.fa-filter-arrow-down-beta:before {
  content: "\EF52";
}

.fa-filter-star-alpha:before {
  content: "\EF53";
}

.fa-filter-star-beta:before {
  content: "\EF54";
}

.fa-filter-arrow-up-alpha:before {
  content: "\EF55";
}

.fa-filter-arrow-up-beta:before {
  content: "\EF56";
}

.fa-filter-file-text-alpha:before {
  content: "\EF57";
}

.fa-filter-file-text-beta:before {
  content: "\EF58";
}

.fa-filter-search-alpha:before {
  content: "\EF59";
}

.fa-filter-search-beta:before {
  content: "\EF5A";
}

.fa-filter-check-alpha:before {
  content: "\EF5B";
}

.fa-filter-check-beta:before {
  content: "\EF5C";
}

.fa-filter-times-circle-alpha:before {
  content: "\EF5D";
}

.fa-filter-times-circle-beta:before {
  content: "\EF5E";
}

.fa-filter-arrow-right-alpha:before {
  content: "\EF5F";
}

.fa-filter-arrow-right-beta:before {
  content: "\EF60";
}

.fa-filter-remove-alpha:before {
  content: "\EF61";
}

.fa-filter-remove-beta:before {
  content: "\EF62";
}

.fa-filter-info-alpha:before {
  content: "\EF63";
}

.fa-filter-info-beta:before {
  content: "\EF64";
}

.fa-filter-plus-alpha:before {
  content: "\EF65";
}

.fa-filter-plus-beta:before {
  content: "\EF66";
}

.fa-filter-cog-alpha:before {
  content: "\EF67";
}

.fa-filter-cog-beta:before {
  content: "\EF68";
}

.fa-filter-clock-o-alpha:before {
  content: "\EF69";
}

.fa-filter-clock-o-beta:before {
  content: "\EF6A";
}

.fa-filter-exclamation-triangle-alpha:before {
  content: "\EF6B";
}

.fa-filter-exclamation-triangle-beta:before {
  content: "\EF6C";
}

.fa-filter-minus-alpha:before {
  content: "\EF6D";
}

.fa-filter-minus-beta:before {
  content: "\EF6E";
}

.fa-file-audio-o-pencil-alpha:before {
  content: "\EF6F";
}

.fa-file-audio-o-pencil-beta:before {
  content: "\EF70";
}

.fa-file-audio-o-ban-alpha:before {
  content: "\EF71";
}

.fa-file-audio-o-ban-beta:before {
  content: "\EF72";
}

.fa-file-audio-o-tag-alpha:before {
  content: "\EF73";
}

.fa-file-audio-o-tag-beta:before {
  content: "\EF74";
}

.fa-file-audio-o-envelope-alpha:before {
  content: "\EF75";
}

.fa-file-audio-o-envelope-beta:before {
  content: "\EF76";
}

.fa-file-audio-o-refresh-alpha:before {
  content: "\EF77";
}

.fa-file-audio-o-refresh-beta:before {
  content: "\EF78";
}

.fa-file-audio-o-minus-circle-alpha:before {
  content: "\EF79";
}

.fa-file-audio-o-minus-circle-beta:before {
  content: "\EF7A";
}

.fa-file-audio-o-question-alpha:before {
  content: "\EF7B";
}

.fa-file-audio-o-question-beta:before {
  content: "\EF7C";
}

.fa-file-audio-o-music-alpha:before {
  content: "\EF7D";
}

.fa-file-audio-o-music-beta:before {
  content: "\EF7E";
}

.fa-file-audio-o-trash-alpha:before {
  content: "\EF7F";
}

.fa-file-audio-o-trash-beta:before {
  content: "\EF80";
}

.fa-file-audio-o-check-circle-alpha:before {
  content: "\EF81";
}

.fa-file-audio-o-check-circle-beta:before {
  content: "\EF82";
}

.fa-file-audio-o-arrow-down-alpha:before {
  content: "\EF83";
}

.fa-file-audio-o-arrow-down-beta:before {
  content: "\EF84";
}

.fa-file-audio-o-star-alpha:before {
  content: "\EF85";
}

.fa-file-audio-o-star-beta:before {
  content: "\EF86";
}

.fa-file-audio-o-arrow-up-alpha:before {
  content: "\EF87";
}

.fa-file-audio-o-arrow-up-beta:before {
  content: "\EF88";
}

.fa-file-audio-o-file-text-alpha:before {
  content: "\EF89";
}

.fa-file-audio-o-file-text-beta:before {
  content: "\EF8A";
}

.fa-file-audio-o-search-alpha:before {
  content: "\EF8B";
}

.fa-file-audio-o-search-beta:before {
  content: "\EF8C";
}

.fa-file-audio-o-check-alpha:before {
  content: "\EF8D";
}

.fa-file-audio-o-check-beta:before {
  content: "\EF8E";
}

.fa-file-audio-o-times-circle-alpha:before {
  content: "\EF8F";
}

.fa-file-audio-o-times-circle-beta:before {
  content: "\EF90";
}

.fa-file-audio-o-arrow-right-alpha:before {
  content: "\EF91";
}

.fa-file-audio-o-arrow-right-beta:before {
  content: "\EF92";
}

.fa-file-audio-o-remove-alpha:before {
  content: "\EF93";
}

.fa-file-audio-o-remove-beta:before {
  content: "\EF94";
}

.fa-file-audio-o-info-alpha:before {
  content: "\EF95";
}

.fa-file-audio-o-info-beta:before {
  content: "\EF96";
}

.fa-file-audio-o-plus-alpha:before {
  content: "\EF97";
}

.fa-file-audio-o-plus-beta:before {
  content: "\EF98";
}

.fa-file-audio-o-cog-alpha:before {
  content: "\EF99";
}

.fa-file-audio-o-cog-beta:before {
  content: "\EF9A";
}

.fa-file-audio-o-clock-o-alpha:before {
  content: "\EF9B";
}

.fa-file-audio-o-clock-o-beta:before {
  content: "\EF9C";
}

.fa-file-audio-o-exclamation-triangle-alpha:before {
  content: "\EF9D";
}

.fa-file-audio-o-exclamation-triangle-beta:before {
  content: "\EF9E";
}

.fa-file-audio-o-minus-alpha:before {
  content: "\EF9F";
}

.fa-file-audio-o-minus-beta:before {
  content: "\EFA0";
}

.fa-cog-pencil-alpha:before {
  content: "\EFA1";
}

.fa-cog-pencil-beta:before {
  content: "\EFA2";
}

.fa-cog-ban-alpha:before {
  content: "\EFA3";
}

.fa-cog-ban-beta:before {
  content: "\EFA4";
}

.fa-cog-tag-alpha:before {
  content: "\EFA5";
}

.fa-cog-tag-beta:before {
  content: "\EFA6";
}

.fa-cog-envelope-alpha:before {
  content: "\EFA7";
}

.fa-cog-envelope-beta:before {
  content: "\EFA8";
}

.fa-cog-refresh-alpha:before {
  content: "\EFA9";
}

.fa-cog-refresh-beta:before {
  content: "\EFAA";
}

.fa-cog-minus-circle-alpha:before {
  content: "\EFAB";
}

.fa-cog-minus-circle-beta:before {
  content: "\EFAC";
}

.fa-cog-question-alpha:before {
  content: "\EFAD";
}

.fa-cog-question-beta:before {
  content: "\EFAE";
}

.fa-cog-music-alpha:before {
  content: "\EFAF";
}

.fa-cog-music-beta:before {
  content: "\EFB0";
}

.fa-cog-trash-alpha:before {
  content: "\EFB1";
}

.fa-cog-trash-beta:before {
  content: "\EFB2";
}

.fa-cog-check-circle-alpha:before {
  content: "\EFB3";
}

.fa-cog-check-circle-beta:before {
  content: "\EFB4";
}

.fa-cog-arrow-down-alpha:before {
  content: "\EFB5";
}

.fa-cog-arrow-down-beta:before {
  content: "\EFB6";
}

.fa-cog-star-alpha:before {
  content: "\EFB7";
}

.fa-cog-star-beta:before {
  content: "\EFB8";
}

.fa-cog-arrow-up-alpha:before {
  content: "\EFB9";
}

.fa-cog-arrow-up-beta:before {
  content: "\EFBA";
}

.fa-cog-file-text-alpha:before {
  content: "\EFBB";
}

.fa-cog-file-text-beta:before {
  content: "\EFBC";
}

.fa-cog-search-alpha:before {
  content: "\EFBD";
}

.fa-cog-search-beta:before {
  content: "\EFBE";
}

.fa-cog-check-alpha:before {
  content: "\EFBF";
}

.fa-cog-check-beta:before {
  content: "\EFC0";
}

.fa-cog-times-circle-alpha:before {
  content: "\EFC1";
}

.fa-cog-times-circle-beta:before {
  content: "\EFC2";
}

.fa-cog-arrow-right-alpha:before {
  content: "\EFC3";
}

.fa-cog-arrow-right-beta:before {
  content: "\EFC4";
}

.fa-cog-remove-alpha:before {
  content: "\EFC5";
}

.fa-cog-remove-beta:before {
  content: "\EFC6";
}

.fa-cog-info-alpha:before {
  content: "\EFC7";
}

.fa-cog-info-beta:before {
  content: "\EFC8";
}

.fa-cog-plus-alpha:before {
  content: "\EFC9";
}

.fa-cog-plus-beta:before {
  content: "\EFCA";
}

.fa-cog-cog-alpha:before {
  content: "\EFCB";
}

.fa-cog-cog-beta:before {
  content: "\EFCC";
}

.fa-cog-clock-o-alpha:before {
  content: "\EFCD";
}

.fa-cog-clock-o-beta:before {
  content: "\EFCE";
}

.fa-cog-exclamation-triangle-alpha:before {
  content: "\EFCF";
}

.fa-cog-exclamation-triangle-beta:before {
  content: "\EFD0";
}

.fa-cog-minus-alpha:before {
  content: "\EFD1";
}

.fa-cog-minus-beta:before {
  content: "\EFD2";
}

.fa-comment-slash:before {
  content: "\EFD3";
}

.fa-tasks-slash:before {
  content: "\EFD4";
}

.fa-envelope-slash:before {
  content: "\EFD5";
}

.fa-inbox-slash:before {
  content: "\EFD6";
}

.fa-cloud-slash:before {
  content: "\EFD7";
}

.fa-group-slash:before {
  content: "\EFD8";
}

.fa-file-code-o-slash:before {
  content: "\EFD9";
}

.fa-file-video-o-slash:before {
  content: "\EFDA";
}

.fa-bookmark-slash:before {
  content: "\EFDB";
}

.fa-file-zip-o-slash:before {
  content: "\EFDC";
}

.fa-file-image-o-slash:before {
  content: "\EFDD";
}

.fa-file-powerpoint-o-slash:before {
  content: "\EFDE";
}

.fa-file-excel-o-slash:before {
  content: "\EFDF";
}

.fa-file-word-o-slash:before {
  content: "\EFE0";
}

.fa-heart-o-slash:before {
  content: "\EFE1";
}

.fa-camera-slash:before {
  content: "\EFE2";
}

.fa-lock-slash:before {
  content: "\EFE3";
}

.fa-folder-o-slash:before {
  content: "\EFE4";
}

.fa-floppy-o-slash:before {
  content: "\EFE5";
}

.fa-file-pdf-o-slash:before {
  content: "\EFE6";
}

.fa-database-slash:before {
  content: "\EFE7";
}

.fa-question-circle-slash:before {
  content: "\EFE8";
}

.fa-phone-slash:before {
  content: "\EFE9";
}

.fa-link-slash:before {
  content: "\EFEA";
}

.fa-file-text-o-slash:before {
  content: "\EFEB";
}

.fa-graduation-cap-slash:before {
  content: "\EFEC";
}

.fa-map-slash:before {
  content: "\EFED";
}

.fa-map-o-slash:before {
  content: "\EFEE";
}

.fa-map-pin-slash:before {
  content: "\EFEF";
}

.fa-video-camera-slash:before {
  content: "\EFF0";
}

.fa-heart-slash:before {
  content: "\EFF1";
}

.fa-folder-slash:before {
  content: "\EFF2";
}

.fa-globe-slash:before {
  content: "\EFF3";
}

.fa-cube-slash:before {
  content: "\EFF4";
}

.fa-tag-slash:before {
  content: "\EFF5";
}

.fa-file-slash:before {
  content: "\EFF6";
}

.fa-calendar-slash:before {
  content: "\EFF7";
}

.fa-shopping-cart-slash:before {
  content: "\EFF8";
}

.fa-archive-slash:before {
  content: "\EFF9";
}

.fa-folder-open-o-slash:before {
  content: "\EFFA";
}

.fa-shopping-bag-slash:before {
  content: "\EFFB";
}

.fa-shopping-basket-slash:before {
  content: "\EFFC";
}

.fa-bluetooth-slash:before {
  content: "\EFFD";
}

.fa-bluetooth-b-slash:before {
  content: "\EFFE";
}

.fa-picture-o-slash:before {
  content: "\EFFF";
}

.fa-folder-open-slash:before {
  content: "\F2FF";
}

.fa-tags-slash:before {
  content: "\F300";
}

.fa-credit-card-slash:before {
  content: "\F301";
}

.fa-user-slash:before {
  content: "\F302";
}

.fa-file-text-slash:before {
  content: "\F303";
}

.fa-headphones-slash:before {
  content: "\F304";
}

.fa-filter-slash:before {
  content: "\F305";
}

.fa-file-audio-o-slash:before {
  content: "\F306";
}

.fa-cog-slash:before {
  content: "\F307";
}

.fa-comment-o:before {
  content: "\F308";
}

.fa-tasks-o:before {
  content: "\F309";
}

.fa-envelope-o:before {
  content: "\F30A";
}

.fa-inbox-o:before {
  content: "\F30B";
}

.fa-cloud-o:before {
  content: "\F30C";
}

.fa-group-o:before {
  content: "\F30D";
}

.fa-bookmark-o:before {
  content: "\F30E";
}

.fa-camera-o:before {
  content: "\F30F";
}

.fa-lock-o:before {
  content: "\F310";
}

.fa-question-circle-o:before {
  content: "\F311";
}

.fa-phone-o:before {
  content: "\F312";
}

.fa-link-o:before {
  content: "\F313";
}

.fa-map-pin-o:before {
  content: "\F314";
}

.fa-video-camera-o:before {
  content: "\F315";
}

.fa-folder-o:before {
  content: "\F316";
}

.fa-cube-o:before {
  content: "\F317";
}

.fa-tag-o:before {
  content: "\F318";
}

.fa-file-o:before {
  content: "\F319";
}

.fa-archive-o:before {
  content: "\F31A";
}

.fa-shopping-bag-o:before {
  content: "\F31B";
}

.fa-shopping-basket-o:before {
  content: "\F31C";
}

.fa-bluetooth-o:before {
  content: "\F31D";
}

.fa-bluetooth-b-o:before {
  content: "\F31E";
}

.fa-tags-o:before {
  content: "\F31F";
}

.fa-credit-card-o:before {
  content: "\F320";
}

.fa-headphones-o:before {
  content: "\F321";
}

.fa-filter-o:before {
  content: "\F322";
}

.fa-cog-o:before {
  content: "\F323";
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}

ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}

ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}

ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}

ul.dt-button-collection {
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

ul.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}

ul.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

ul.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

ul.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

ul.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

ul.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

ul.dt-button-collection .dt-button {
  border-radius: 0;
}

ul.dt-button-collection.fixed {
  max-width: none;
}

ul.dt-button-collection.fixed:before, ul.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/*imports do template PortoAdmin*/
/*
Name: 			Theme Base
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version: 	@@version
*/
html,
body {
  background: #ecedf0;
  width: 100%;
}

html {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

body {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 22px;
  margin: 0;
  font-size: 13px;
}

a {
  color: #CCC;
}

a:hover, a:focus {
  color: #d9d9d9;
}

a:active {
  color: #bfbfbf;
}

/* Layout Base - Main Wrapper  */
.body {
  min-height: 100vh;
  width: 100%;
}

/* Layout Base - Header */
.header {
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Layout Base - Inner Wrapper */
.inner-wrapper {
  display: table;
  min-height: 100vh;
  padding-top: 60px;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

/* Layout Base - Content Body */
.content-body {
  display: table-cell;
  padding: 40px;
  position: relative;
  vertical-align: top;
}

.content-body:not(.card-margin) > .row + .row {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .content-body:not(.card-margin) > .row + .row {
    padding-top: 15px;
  }
}

.content-body.card-margin {
  padding-top: 0;
}

.content-body.card-margin .page-header {
  margin-bottom: 5px;
}

.content-body.card-margin .card {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .content-body.card-margin .card {
    margin-top: 15px;
  }
}

/* Layout Base - Page Header */
.page-header {
  background: #171717;
  border-bottom: none;
  border-left: 1px solid #3A3A3A;
  -webkit-box-shadow: 1px 3px 0 1px #CCCCCC;
          box-shadow: 1px 3px 0 1px #CCCCCC;
  height: 50px;
  margin: -40px -40px 40px -40px;
  padding: 0;
}

/* Layout Base - Sidebar Left */
.sidebar-left {
  color: #777;
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 300px;
  z-index: 1010;
}

/* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
@media only screen and (min-width: 768px) {
  html.sidebar-left-collapsed .sidebar-left {
    width: 73px;
  }
}

/* Layout Base - Sidebar Right */
.sidebar-right {
  background: #171717;
  bottom: 0;
  margin-right: -300px;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
}

/* Layout Base - Sidebar Right Opened ( Larger than mobile ) */
@media only screen and (min-width: 768px) {
  html.sidebar-right-opened .header {
    margin-left: -300px;
    margin-right: 300px;
  }
  html.sidebar-right-opened .inner-wrapper {
    margin-left: -300px;
  }
  html.sidebar-right-opened .sidebar-right {
    margin-right: 0;
  }
  html.sidebar-right-opened.has-top-menu:not(.has-left-sidebar-half) .inner-wrapper {
    margin-left: 0;
    padding-right: 300px;
  }
}

/* Layout Base - Sidebar Right Opened - Has Top Horizontal Menu ( Ipad ) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html.sidebar-right-opened.has-top-menu:not(.has-left-sidebar-half) .content-body {
    right: 300px;
  }
}

/* Layout Base - Flexbox supported */
@media only screen and (min-width: 768px) {
  html.flexbox,
  html.flexboxlegacy {
    /* Tab Navigation */
  }
  html.flexbox .inner-wrapper,
  html.flexboxlegacy .inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  html.flexbox .sidebar-left,
  html.flexbox .content-body,
  html.flexboxlegacy .sidebar-left,
  html.flexboxlegacy .content-body {
    display: block;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  html.flexbox .content-body,
  html.flexboxlegacy .content-body {
    -webkit-box-flex: 2;
    box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 1px;
  }
  html.flexbox.has-tab-navigation .inner-wrapper,
  html.flexboxlegacy.has-tab-navigation .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Layout Fixed */
@media only screen and (min-width: 768px) {
  /* Layout Fixed - Reseting Styles */
  html.fixed .inner-wrapper,
  html.fixed .sidebar-left,
  html.fixed .content-body {
    display: block;
  }
  /* Layout Fixed - Header */
  html.fixed .header {
    position: fixed;
    z-index: 1020;
  }
  /* Layout Fixed - Inner Wrapper */
  html.fixed .inner-wrapper {
    padding-top: 110px;
  }
  /* Layout Fixed - Content Body */
  html.fixed .content-body {
    margin-left: 300px;
  }
  html.fixed .content-body.has-toolbar {
    padding-top: 92px;
  }
  html.fixed.has-top-menu:not(.has-left-sidebar-half) .content-body {
    margin-left: 0;
  }
  /* Layout Fixed - Page header */
  html.fixed .page-header {
    left: 300px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 60px;
  }
  html.fixed.has-top-menu:not(.has-left-sidebar-half) .page-header {
    left: 0;
  }
  /* Layout Fixed - Sidebar Left */
  html.fixed .sidebar-left {
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    position: fixed;
    top: 60px;
  }
  html.fixed .sidebar-left .nano-content {
    padding-bottom: 50px;
  }
  /* Layout Fixed - Sidebar Left Collapsed */
  html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
  }
  html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
  }
  /* Layout Fixed - Sidebar Right Opened */
  html.fixed.sidebar-right-opened .page-header {
    left: 0;
    margin-right: 300px;
  }
  html.fixed.sidebar-right-opened .sidebar-left {
    left: -300px;
  }
  /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .page-header {
    left: -300px;
  }
}

/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
  html.boxed .header {
    border-color: #CCC;
  }
}

/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
  /* Layout Boxed - Body Tag */
  html.boxed body {
    background: url(../img/patterns/gray_jean.png) repeat;
    padding-bottom: 5px;
  }
  /* Layout Boxed - Main Wrapper */
  html.boxed .body {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    background-color: transparent;
  }
  /* Layout Boxed - Header */
  html.boxed .header {
    border-top: 3px solid #CCC;
    height: 60px;
    position: absolute;
    top: 25px;
  }
  /* Layout Boxed - Inner Wrapper */
  html.boxed .inner-wrapper {
    padding-top: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
  /* Layout Boxed - Content Body */
  html.boxed .content-body {
    background-color: #ecedf0;
  }
  /* Layout Boxed - Base */
  html.boxed .header {
    border-radius: 5px 5px 0 0;
  }
  html.boxed .sidebar-left {
    border-radius: 0 0 0 5px;
    position: relative;
    margin-bottom: 0;
  }
  html.boxed .content-body {
    border-radius: 0 0 5px 0;
  }
  html.boxed .sidebar-right {
    border-radius: 0 5px 5px 0;
  }
  /* Layout Boxed - Sidebar Right */
  html.boxed .sidebar-right {
    border-top: 3px solid #CCC;
    min-height: 0;
  }
  /* Layout Boxed - Sidebar Right Opened */
  html.boxed.sidebar-right-opened .body {
    overflow: hidden;
  }
  html.boxed.sidebar-right-opened .header {
    border-radius: 5px 0 0 0;
  }
  html.boxed.sidebar-right-opened .content-body {
    border-radius: 0 0 0 5px;
  }
  html.boxed.sidebar-right-opened .sidebar-right {
    bottom: 20px;
    position: absolute;
    top: 25px;
    border-radius: 0 5px 5px 5px;
  }
}

/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 768px) {
  /* Layout Boxed - Content Body */
  html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu):not(.has-tab-navigation):not(.left-sidebar-panel).sidebar-left-collapsed .content-body {
    width: calc(100% - 73px);
  }
  html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu):not(.has-tab-navigation):not(.left-sidebar-panel).left-sidebar-panel .content-body {
    width: calc(100% - 375px);
  }
  html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu):not(.has-tab-navigation):not(.left-sidebar-panel).left-sidebar-panel.sidebar-right-opened .content-body {
    width: calc(100% - 350px);
  }
  html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu):not(.has-tab-navigation):not(.left-sidebar-panel) .content-body {
    width: calc(100% - 300px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media only screen and (max-width: 767px) {
  html,
  body {
    background: #ecedf0;
  }
  html.mobile-device .sidebar-left,
  html.mobile-device .sidebar-right {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body {
    min-height: 100vh;
  }
  .inner-wrapper,
  .sidebar-left,
  .content-body {
    display: block;
  }
  .body {
    min-height: 0;
    overflow: visible;
  }
  .header {
    background: none;
    border: none;
    height: auto;
    position: static;
  }
  .header .logo-container {
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
  }
  .header .header-right {
    background: #FFF;
    float: none !important;
    height: 60px;
    margin-top: 60px;
    width: 100%;
  }
  .inner-wrapper {
    min-height: 0;
    padding-top: 0;
  }
  .content-body {
    padding: 0 15px 15px;
  }
  .page-header {
    margin: 0 -15px 20px;
  }
  .sidebar-left {
    bottom: 0;
    left: -100%;
    min-height: 0;
    min-width: 100%;
    min-width: 100vw;
    padding-top: 60px;
    padding-bottom: 50px;
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 98 !important;
  }
  .sidebar-right {
    bottom: 0;
    left: auto;
    right: -100%;
    min-height: 0;
    margin-right: 0;
    min-width: 100%;
    min-width: 100vw;
    top: 0;
    z-index: 100;
  }
  html.csstransforms .sidebar-left,
  html.csstransforms .sidebar-right {
    /* performs better but native android browser
			has problems with translate and percentage
			@include transition-property(transform);
			*/
    -webkit-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  html.csstransforms .sidebar-left {
    /* performs better but native android browser
			has problems with translate and percentage
			@include transform( translateX(0) );
			*/
    margin-left: -25px;
  }
  html.csstransforms .sidebar-right {
    /* performs better but native android browser
			has problems with translate and percentage
			@include transform( translateX(0) );
			*/
    margin-right: -25px;
  }
  /* If desktop is seeing mobile res, fix scrollbars */
  html.no-mobile-device body {
    min-height: 0;
  }
  html.no-mobile-device .body {
    min-height: 100vh;
    overflow: hidden;
  }
  html.no-mobile-device .inner-wrapper {
    overflow-y: auto;
  }
  html.no-mobile-device.sidebar-left-opened,
  html.no-mobile-device.sidebar-left-opened body, html.no-mobile-device.sidebar-right-opened,
  html.no-mobile-device.sidebar-right-opened body {
    overflow: hidden;
  }
  /* Layout Mobile - Sidebar Left Opened */
  html.sidebar-left-opened.no-csstransforms .sidebar-left {
    left: 0;
  }
  html.sidebar-left-opened.csstransforms .sidebar-left {
    /* performs better but native android browser
				has problems with translate and percentage
				@include transform( translateX(100%) );
				*/
    margin-left: 100%;
  }
  /* Layout Mobile - Sidebar Right Opened */
  html.sidebar-right-opened.no-csstransforms .sidebar-right {
    right: 0;
  }
  html.sidebar-right-opened.csstransforms .sidebar-right {
    /* performs better but native android browser
				has problems with translate and percentage
				@include transform( translateX(-100%) );
				*/
    margin-right: 100%;
  }
  /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
  html.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
    margin-left: -300px;
  }
}

/* iOS10 Content Width Fix */
@media (min-width: 768px) {
  html.mobile-device.flexbox:not(.has-tab-navigation) .content-body {
    width: calc(100vw - 300px) !important;
  }
}

/* Content With Menu - Boxed Layout Fixing Spacement on Bottom */
@media only screen and (min-width: 1200px) {
  html.boxed .content-with-menu {
    margin-bottom: -40px;
  }
}

/* Content With Menu - Container */
@media only screen and (min-width: 768px) {
  .content-with-menu-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

/* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts */
@media only screen and (min-width: 768px) {
  html.scroll .content-with-menu:before,
  html.boxed .content-with-menu:before {
    bottom: -47px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 54px;
    width: 300px;
  }
  html.scroll .content-with-menu:after,
  html.boxed .content-with-menu:after {
    bottom: -46px;
    content: '';
    display: block;
    left: -1px;
    position: absolute;
    top: 54px;
    width: 1px;
    z-index: 3;
  }
  html.boxed .content-with-menu:before {
    bottom: 0;
  }
  html.boxed .content-with-menu:after {
    bottom: 2px;
  }
}

.content-with-menu {
  margin: -20px -15px 0;
}

/* Content With Menu - Responsive */
@media only screen and (max-width: 767px) {
  .content-with-menu {
    clear: both;
  }
  .inner-body {
    padding: 40px 15px 0;
  }
}

/* Content With Menu - Menu and Body */
@media only screen and (min-width: 768px) {
  .content-with-menu {
    border-top: 110px solid transparent;
    margin: -150px -40px -53px -40px;
    min-height: 100vh;
  }
  .inner-menu {
    display: table-cell;
    vertical-align: top;
  }
  .inner-body {
    display: table-cell;
    vertical-align: top;
    padding: 40px;
  }
  .inner-toolbar {
    height: 52px;
    overflow: hidden;
  }
  .content-with-menu-has-toolbar .inner-menu-toggle {
    border-radius: 0;
  }
  .content-with-menu-has-toolbar .inner-toolbar {
    padding-left: 140px;
  }
}

/* Content With Menu - Flexbox supported */
@media only screen and (min-width: 768px) {
  html.flexbox .content-with-menu-container,
  html.flexboxlegacy .content-with-menu-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  html.flexbox .inner-menu,
  html.flexbox .inner-body,
  html.flexboxlegacy .inner-menu,
  html.flexboxlegacy .inner-body {
    display: block;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  html.flexbox .inner-body,
  html.flexboxlegacy .inner-body {
    -webkit-box-flex: 2;
    box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

/* Content With Menu + Layout Fixed */
@media only screen and (min-width: 768px) {
  html.fixed .content-with-menu-container,
  html.fixed .inner-menu,
  html.fixed .inner-body {
    display: block;
  }
  html.fixed .content-with-menu-container {
    position: relative;
  }
  html.fixed .inner-menu-toggle {
    position: absolute;
    top: 114px;
    border-radius: 0 0 5px 0;
    width: 140px;
    z-index: 1002;
  }
  html.fixed .inner-menu {
    bottom: 0;
    display: block;
    left: 300px;
    position: fixed;
    margin: 0;
    top: 114px;
    width: 300px;
    padding: 35px;
    z-index: 1002;
  }
  html.fixed .inner-menu-content {
    display: block;
  }
  html.fixed .inner-body {
    margin-left: 300px;
    border-top: 113px solid transparent;
    margin-top: -110px;
    min-height: 100vh;
    position: relative;
  }
  html.fixed .content-with-menu-has-toolbar .inner-body {
    border-top-width: 165px;
  }
}

/* Content With Menu + Layout Scroll & Boxed */
@media only screen and (min-width: 768px) {
  html.scroll .inner-menu,
  html.scroll .inner-body,
  html.boxed .inner-menu,
  html.boxed .inner-body {
    display: block;
  }
  html.scroll .content-with-menu-container,
  html.boxed .content-with-menu-container {
    position: relative;
  }
  html.scroll .inner-menu-toggle,
  html.boxed .inner-menu-toggle {
    position: absolute;
    top: 0;
    border-radius: 0 0 5px 0;
    width: 140px;
    z-index: 3;
  }
  html.scroll .inner-menu,
  html.boxed .inner-menu {
    display: block;
    position: relative;
    margin: 0;
    width: 300px;
    padding: 35px;
  }
  html.scroll .inner-menu-content,
  html.boxed .inner-menu-content {
    display: block;
  }
  html.scroll .inner-body,
  html.boxed .inner-body {
    margin-left: 0;
    min-height: 100vh;
    position: relative;
  }
  html.scroll.flexbox .content-with-menu-container, html.scroll.flexboxlegacy .content-with-menu-container,
  html.boxed.flexbox .content-with-menu-container,
  html.boxed.flexboxlegacy .content-with-menu-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
@media only screen and (min-width: 768px) {
  html.fixed.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed .inner-toolbar {
    left: 73px;
  }
  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
    left: 373px;
  }
}

/* Content With Menu + Layout Fixed + Sidebar Right Opened */
@media only screen and (min-width: 768px) {
  html.fixed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-right-opened .inner-menu-toggle,
  html.fixed.sidebar-right-opened .inner-toolbar {
    left: 0px;
  }
  html.fixed.sidebar-right-opened .inner-toolbar {
    margin-right: 300px;
  }
  html.fixed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
    left: -300px;
  }
}

/* Content With Menu + Layout Fixed + Sidebar Left Collapsed + Sidebar Right Opened */
@media only screen and (min-width: 768px) {
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-toolbar {
    left: -227px;
  }
  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
    left: -527px;
  }
}

/* Resolution gt 767 and lt 1366 - Hide Inner Menu */
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  html.fixed .inner-menu,
  html.scroll .inner-menu,
  html.boxed .inner-menu {
    display: none;
  }
  html.fixed .inner-menu-toggle,
  html.scroll .inner-menu-toggle,
  html.boxed .inner-menu-toggle {
    display: block;
  }
  html.fixed .inner-body,
  html.scroll .inner-body,
  html.boxed .inner-body {
    margin-left: 0;
  }
  html.fixed .content-with-menu-has-toolbar .inner-toolbar,
  html.scroll .content-with-menu-has-toolbar .inner-toolbar,
  html.boxed .content-with-menu-has-toolbar .inner-toolbar {
    padding-left: 140px;
  }
  html.fixed.inner-menu-opened .inner-menu,
  html.scroll.inner-menu-opened .inner-menu,
  html.boxed.inner-menu-opened .inner-menu {
    display: block;
  }
  html.fixed.inner-menu-opened .inner-menu-toggle,
  html.scroll.inner-menu-opened .inner-menu-toggle,
  html.boxed.inner-menu-opened .inner-menu-toggle {
    display: none;
  }
  html.fixed.inner-menu-opened .inner-body,
  html.scroll.inner-menu-opened .inner-body,
  html.boxed.inner-menu-opened .inner-body {
    margin-right: -300px;
  }
  html.fixed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
  html.scroll.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
  html.boxed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar {
    padding-left: 0;
  }
  html.fixed.inner-menu-opened .inner-body {
    margin-left: 300px;
  }
  html.scroll .content-with-menu:before,
  html.boxed .content-with-menu:before {
    display: none;
  }
  html.scroll.inner-menu-opened:before,
  html.boxed.inner-menu-opened:before {
    display: block;
  }
}

/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {
  html.fixed .inner-menu,
  html.scroll .inner-menu,
  html.boxed .inner-menu {
    display: block;
  }
  html.fixed .inner-menu-toggle,
  html.fixed .inner-menu-toggle-inside,
  html.scroll .inner-menu-toggle,
  html.scroll .inner-menu-toggle-inside,
  html.boxed .inner-menu-toggle,
  html.boxed .inner-menu-toggle-inside {
    display: none;
  }
  html.fixed .inner-body,
  html.scroll .inner-body,
  html.boxed .inner-body {
    margin-right: 0;
  }
  html.fixed .content-with-menu-has-toolbar .inner-toolbar,
  html.scroll .content-with-menu-has-toolbar .inner-toolbar,
  html.boxed .content-with-menu-has-toolbar .inner-toolbar {
    padding-left: 0;
  }
  html.fixed.inner-menu-opened .inner-body {
    margin-left: 300px;
  }
  html.fixed .content-with-menu .inner-toolbar,
  html.fixed.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 600px;
  }
  html.fixed .inner-menu-toggle,
  html.fixed .inner-menu,
  html.fixed.inner-menu-opened .inner-menu-toggle,
  html.fixed.inner-menu-opened .inner-menu {
    left: 300px;
  }
  html.fixed.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 300px;
  }
  html.fixed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-right-opened .inner-menu-toggle {
    left: 0px;
  }
  html.fixed.sidebar-left-collapsed .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 373px;
  }
  html.fixed.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu {
    left: 73px;
  }
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 73px;
  }
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
    left: -227px;
  }
}

/* Fix IE Scrollbar Overlaying content */
@-ms-viewport {
  width: auto !important;
}

/* Sidebar Left Sizing */
@media only screen and (max-width: 767px) {
  /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
  html.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
    margin-left: -250px;
  }
}

@media only screen and (min-width: 768px) {
  /* Layout Base - Sidebar Left */
  html.sidebar-left-sm .sidebar-left {
    width: 250px;
    font-size: 0.75rem;
  }
  html.sidebar-left-sm .sidebar-left ul.nav-main li i {
    font-size: 0.9rem;
  }
  html.sidebar-left-sm .sidebar-left ul.nav-main li a {
    font-size: 0.75rem;
  }
  html.sidebar-left-sm .sidebar-left .sidebar-widget .widget-header h6 {
    font-size: 0.75rem;
  }
  html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -250px;
  }
  html.sidebar-left-sm.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
    width: 250px;
  }
  /* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
  html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left {
    width: 73px;
  }
  /* Layout Fixed - Content Body */
  html.fixed.sidebar-left-sm .content-body {
    margin-left: 250px;
  }
  /* Layout Fixed - Page header */
  html.fixed.sidebar-left-sm .page-header {
    left: 250px;
  }
  /* Layout Fixed - Sidebar Right Opened */
  html.fixed.sidebar-left-sm.sidebar-right-opened .page-header {
    left: 0;
  }
  html.fixed.sidebar-left-sm.sidebar-right-opened .sidebar-left {
    left: -250px;
  }
  /* Layout Fixed - Sidebar Left Collapsed */
  html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
  }
  html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
  }
  /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .page-header {
    left: -250px;
  }
  /* Content With Menu + Layout Fixed */
  html.fixed.sidebar-left-sm .inner-menu {
    left: 250px;
  }
  /* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-toolbar {
    left: 73px;
  }
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
    left: 373px;
  }
  /* Content With Menu + Layout Fixed + Sidebar Right Opened */
  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-toolbar {
    left: -50px;
  }
  html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-toolbar {
    left: -350px;
  }
  /* Content With Menu - Toolbar + Layout Fixed */
  html.fixed.sidebar-left-sm.inner-menu-opened {
    left: 550px;
  }
  html.fixed.sidebar-left-sm .inner-menu-toggle {
    left: 250px;
  }
}

/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {
  html.fixed.sidebar-left-sm .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-sm.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 550px;
  }
  html.fixed.sidebar-left-sm .inner-menu-toggle,
  html.fixed.sidebar-left-sm .inner-menu,
  html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu {
    left: 250px;
  }
  html.fixed.sidebar-left-sm.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 250px;
  }
  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle {
    left: -50px;
  }
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 373px;
  }
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu {
    left: 73px;
  }
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 73px;
  }
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
    left: -227px;
  }
}

@media only screen and (max-width: 767px) {
  /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
  html.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
    margin-left: -200px;
  }
}

@media only screen and (min-width: 768px) {
  /* Layout Base - Sidebar Left */
  html.sidebar-left-xs .sidebar-left {
    width: 200px;
    font-size: 0.7rem;
  }
  html.sidebar-left-xs .sidebar-left ul.nav-main li i {
    font-size: 0.85rem;
  }
  html.sidebar-left-xs .sidebar-left ul.nav-main li a {
    font-size: 0.7rem;
  }
  html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a {
    padding-left: 52px;
  }
  html.sidebar-left-xs .sidebar-left .sidebar-widget .widget-header h6 {
    font-size: 0.7rem;
  }
  html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -200px;
  }
  html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
    width: 200px;
  }
  /* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
  html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left {
    width: 73px;
  }
  /* Layout Fixed - Content Body */
  html.fixed.sidebar-left-xs .content-body {
    margin-left: 200px;
  }
  /* Layout Fixed - Page header */
  html.fixed.sidebar-left-xs .page-header {
    left: 200px;
  }
  /* Layout Fixed - Sidebar Right Opened */
  html.fixed.sidebar-left-xs.sidebar-right-opened .page-header {
    left: 0;
  }
  html.fixed.sidebar-left-xs.sidebar-right-opened .sidebar-left {
    left: -200px;
  }
  /* Layout Fixed - Sidebar Left Collapsed */
  html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
  }
  html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
  }
  /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .page-header {
    left: -200px;
  }
  /* Content With Menu + Layout Fixed */
  html.fixed.sidebar-left-xs .inner-menu {
    left: 200px;
  }
  /* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-toolbar {
    left: 73px;
  }
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
    left: 373px;
  }
  /* Content With Menu + Layout Fixed + Sidebar Right Opened */
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-toolbar {
    left: -100px;
  }
  html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-toolbar {
    left: -400px;
  }
  /* Content With Menu - Toolbar + Layout Fixed */
  html.fixed.sidebar-left-xs.inner-menu-opened {
    left: 500px;
  }
  html.fixed.sidebar-left-xs .inner-menu-toggle {
    left: 200px;
  }
}

/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {
  html.fixed.sidebar-left-xs .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-xs.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 500px;
  }
  html.fixed.sidebar-left-xs .inner-menu-toggle,
  html.fixed.sidebar-left-xs .inner-menu,
  html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu {
    left: 200px;
  }
  html.fixed.sidebar-left-xs.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 200px;
  }
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle {
    left: -100px;
  }
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
    left: 373px;
  }
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu {
    left: 73px;
  }
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
    left: 73px;
  }
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
    left: -227px;
  }
}

/* Sidebar Left */
.sidebar-left {
  z-index: 1010;
}

.sidebar-left .sidebar-header {
  position: relative;
  color: #777;
  height: 50px;
}

.sidebar-left .sidebar-header .sidebar-title {
  background: #1D2127;
  color: #465162;
  padding: 15px;
  font-size: 0.8rem;
}

.sidebar-left .sidebar-header .sidebar-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 73px;
  height: 50px;
  background-color: #171717;
  border-radius: 0 0 0 5px;
  text-align: center;
  cursor: pointer;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
  color: #C3C3C3;
  font-size: 0.9rem;
  line-height: 50px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
  color: #CCC;
}

.sidebar-left hr.separator {
  background: none;
  margin: 20px 10px 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar-left {
    background: #1D2127;
  }
}

html.mobile-device .sidebar-left {
  background: #1D2127;
}

/* Unstyle nano for non fixed layouts */
@media only screen and (min-width: 768px) {
  html.scroll .sidebar-left,
  html.boxed .sidebar-left,
  html.sidebar-left-big-icons .sidebar-left {
    min-height: 100vh;
  }
  html.scroll .sidebar-left .sidebar-header,
  html.boxed .sidebar-left .sidebar-header,
  html.sidebar-left-big-icons .sidebar-left .sidebar-header {
    margin-bottom: -3px;
  }
  html.scroll .sidebar-left .nano,
  html.boxed .sidebar-left .nano,
  html.sidebar-left-big-icons .sidebar-left .nano {
    position: static;
    overflow: visible;
    width: 100%;
  }
  html.scroll .sidebar-left .nano .nano-content,
  html.boxed .sidebar-left .nano .nano-content,
  html.sidebar-left-big-icons .sidebar-left .nano .nano-content {
    margin-right: 0 !important;
    position: relative;
    overflow: visible;
    margin-top: 3px;
  }
  html.scroll .sidebar-left .nano .nano-pane,
  html.boxed .sidebar-left .nano .nano-pane,
  html.sidebar-left-big-icons .sidebar-left .nano .nano-pane {
    display: none !important;
  }
  html.boxed .sidebar-left .nano > .nano-content,
  html.scroll .sidebar-left .nano > .nano-content,
  html.sidebar-left-big-icons .sidebar-left .nano > .nano-content {
    overflow: visible !important;
  }
  html.boxed .sidebar-left .nano {
    padding-bottom: 10px;
  }
  html.scroll .sidebar-left .nano,
  html.sidebar-left-big-icons .sidebar-left .nano {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-collapsed .sidebar-left .nano {
    background: #1D2127;
    -webkit-box-shadow: -5px 0 0 #2F3139 inset;
            box-shadow: -5px 0 0 #2F3139 inset;
  }
  html.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -300px;
    opacity: 0;
  }
  html.sidebar-left-collapsed .sidebar-left .sidebar-toggle {
    border-radius: 0;
  }
  html.sidebar-left-collapsed .sidebar-left .nav-main > li > a {
    overflow: hidden;
    text-overflow: clip;
  }
  html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent a:after {
    display: none;
  }
  html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent > ul.nav-children {
    display: none;
  }
  html.sidebar-left-collapsed .sidebar-left .nav-main a span {
    visibility: hidden;
  }
  html.sidebar-left-collapsed .sidebar-left .sidebar-widget,
  html.sidebar-left-collapsed .sidebar-left .separator {
    display: none;
  }
  html.sidebar-left-collapsed .sidebar-left .nano:hover {
    width: 300px;
  }
  html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main .nav-expanded > ul.nav-children {
    display: block;
  }
  html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main li.nav-parent a:after {
    display: inline-block;
  }
  html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main li a span {
    visibility: visible;
  }
  html.sidebar-left-collapsed .sidebar-left .nano:hover .sidebar-widget,
  html.sidebar-left-collapsed .sidebar-left .nano:hover .separator {
    display: block;
  }
  html.sidebar-left-collapsed .sidebar-left .nano.hovered {
    width: 300px;
  }
  html.sidebar-left-collapsed .sidebar-left .nano.hovered .nav-main li a span {
    visibility: visible;
  }
  html.sidebar-left-collapsed .sidebar-left .nano.hovered .nav-main li.nav-parent a:after {
    display: inline-block;
  }
  html.sidebar-left-collapsed .sidebar-left .nano.hovered .nav-main .nav-expanded > ul.nav-children {
    display: block;
  }
  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano {
    width: 300px;
  }
  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .nav-main .nav-expanded > ul.nav-children {
    display: block;
  }
  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .nav-main li.nav-parent a:after {
    display: inline-block;
  }
  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .nav-main li a span {
    visibility: visible;
  }
  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .sidebar-widget,
  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .separator {
    display: block;
  }
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-title {
  background: #FFF;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle {
  background: #f6f6f6;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle i {
  color: #333;
}

html.sidebar-light:not(.dark) .sidebar-left .nano {
  -webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
          box-shadow: -5px 0 0 #f6f6f6 inset;
  background: #FFF;
}

html.sidebar-light:not(.dark).sidebar-left-collapsed .sidebar-left .nano {
  -webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
          box-shadow: -5px 0 0 #f6f6f6 inset;
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  html.sidebar-light .sidebar-left {
    background: #FFF;
  }
}

html.mobile-device.sidebar-light .sidebar-left {
  background: #FFF;
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-big-icons .sidebar-left {
    width: 152px;
  }
  html.sidebar-left-big-icons .sidebar-left .sidebar-header .sidebar-toggle {
    width: 55px;
    border-radius: 0;
  }
  html.sidebar-left-big-icons .sidebar-left .nano {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main {
    margin-right: 0;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li:hover > ul.nav-children {
    display: block;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li:hover > a {
    background: #21262d;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li:last-child > a {
    border-top: 1px solid #21262d;
    border-bottom: 1px solid #21262d;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li.nav-active > a {
    background: #21262d;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a {
    position: relative;
    text-align: center;
    padding: 12px 10px;
    border-top: 1px solid #21262d;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a:after {
    content: none;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a i {
    margin-right: 0;
    font-size: 1.8rem;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a span {
    display: block;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a span.badge {
    position: absolute;
    top: 2px;
    left: 60%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a .not-included {
    display: block;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 210px;
    border-left: 3px solid #2f3139;
    background: #21262d;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children li:hover > ul.nav-children {
    display: block;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children li:hover > a {
    color: #FFF;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children li:hover > a:hover {
    background: transparent;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children li a {
    padding: 6px 15px;
    overflow: visible;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children li.nav-parent > a {
    padding-right: 30px;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children li.nav-parent > a:after {
    content: '\F105';
    padding: 6px 10px;
    right: 5px;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children ul.nav-children {
    padding: 10px 0;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main li.nav-parent:hover > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    border-right: 4px solid #21262d;
    z-index: 1;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main li.nav-parent.nav-expanded > ul.nav-children {
    display: none;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .nav-main li.nav-parent.nav-expanded:hover > ul.nav-children {
    display: block;
  }
  html.sidebar-left-big-icons .sidebar-left .nano .sidebar-widget {
    display: none;
  }
  html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left {
    width: 55px;
  }
  html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano:hover {
    width: 55px;
  }
  html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano:hover .sidebar-widget {
    display: none;
  }
  html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano .nav-main > li > a {
    overflow: visible;
  }
  html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano .nav-main > li > a span {
    display: none;
  }
  html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano .nav-main > li > a > i {
    font-size: 1.2rem;
  }
  html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li:hover > a {
    background: #fafafa;
  }
  html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li:last-child > a {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
  }
  html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li.nav-active > a {
    background: #fafafa;
  }
  html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li > a {
    border-top: 1px solid #fafafa;
  }
  html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li ul.nav-children {
    border-left: 3px solid #F1F1F1;
    background: #fafafa;
  }
  html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li ul.nav-children li:hover > a {
    color: #000;
  }
  html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li ul.nav-children li:hover > a:hover {
    background: transparent;
  }
  html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main li.nav-parent:hover > a:before {
    border-right: 4px solid #fafafa;
  }
  html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu.boxed:after, html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu .content-with-menu:after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu:not(.sidebar-right-opened) .inner-menu {
    border-left: 2px solid #e2e3e6;
  }
  html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu.no-overflowscrolling:not(.dark) .inner-menu .nano {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu {
    /* Sidebar Left Opened - Sidebar Right Closed / Not Scroll */
    /* Sidebar Left Opened - Sidebar Right Closed */
    /* Sidebar Left Collapsed */
    /* Scroll Layout */
    /* min 768px & max 1365px */
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .inner-body {
    margin-left: 153px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .page-header, html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .inner-menu {
    left: 152px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .content-with-menu .inner-toolbar {
    left: 450px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened) .inner-menu {
    border-left: 2px solid #282d36;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .content-body {
    margin-left: 55px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .content-with-menu .inner-toolbar {
    left: 355px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .page-header, html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .inner-menu, html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .inner-menu-toggle {
    left: 55px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.scroll) .inner-body {
    margin-left: 300px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.scroll .content-with-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 80px);
    height: calc(100% + 40px);
    border-top: 0;
    margin: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  html.sidebar-left-big-icons.sidebar-left-with-menu {
    /* Sidebar Left Opened - Sidebar Right Closed / Not Scroll */
    /* Sidebar Left Collapsed */
    /* Inner Menu Opened */
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu .inner-body {
    width: calc(100% - 153px);
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu .content-body {
    margin-left: 0;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .inner-menu-toggle {
    left: 152px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .content-with-menu .inner-toolbar {
    left: 152px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed .inner-body {
    width: 100% !important;
    margin-left: 0 !important;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed.inner-menu-opened:not(.sidebar-right-opened):not(.scroll) .content-body {
    margin-left: 355px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed.inner-menu-opened:not(.sidebar-right-opened):not(.scroll) .content-with-menu .inner-toolbar {
    left: 355px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .content-with-menu .inner-toolbar {
    left: 55px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.inner-menu-opened:not(.sidebar-right-opened):not(.scroll) .content-body {
    margin-left: 300px;
  }
  html.sidebar-left-big-icons.sidebar-left-with-menu.inner-menu-opened:not(.sidebar-right-opened):not(.scroll) .content-with-menu .inner-toolbar {
    left: 452px;
  }
}

@media only screen and (min-width: 768px) {
  html.left-sidebar-panel {
    /* Sidebar Right Opened */
    /* Fixed */
    /* Boxed */
    /* ie9 */
  }
  html.left-sidebar-panel .inner-wrapper {
    padding-top: 85px;
  }
  html.left-sidebar-panel .content-body {
    padding: 0;
    margin-right: 25px;
  }
  html.left-sidebar-panel .page-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }
  html.left-sidebar-panel .sidebar-left {
    margin: 0 25px 25px;
    border-radius: 5px;
    overflow: hidden;
  }
  html.left-sidebar-panel.sidebar-right-opened .sidebar-left {
    margin: 0 25px 0 0;
  }
  html.left-sidebar-panel.fixed {
    /* Fixed & Sidebar Right Opened */
  }
  html.left-sidebar-panel.fixed .page-header {
    position: relative;
    left: 0;
    top: 0;
  }
  html.left-sidebar-panel.fixed .content-body {
    margin-left: 350px;
  }
  html.left-sidebar-panel.fixed .sidebar-left {
    margin: 25px;
    padding-bottom: 0;
  }
  html.left-sidebar-panel.fixed.sidebar-right-opened .page-header {
    margin-right: 0;
  }
  html.left-sidebar-panel.fixed.sidebar-right-opened .sidebar-left {
    margin-left: 0;
  }
  html.left-sidebar-panel.fixed.sidebar-right-opened .content-body {
    margin-left: 325px;
  }
  html.left-sidebar-panel.ie9.no-overflowscrolling .nano {
    min-height: 100vh;
  }
  html.left-sidebar-panel.ie9.no-overflowscrolling .nano > .nano-content {
    position: static;
  }
  html.left-sidebar-panel.ie9 .sidebar-left {
    left: 25px;
  }
  html.left-sidebar-panel.ie9 .content-body {
    padding-right: 70px;
    left: 50px;
  }
}

/* Sidebar Right */
.sidebar-right {
  z-index: 1010;
}

.sidebar-right .sidebar-right-wrapper {
  padding: 20px;
}

.sidebar-right h6 {
  margin: 0;
  color: #777;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.sidebar-right .mobile-close {
  display: block;
  background: #000;
  color: #999;
  left: 0;
  line-height: 20px;
  padding: 10px 10px 12px 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  border-bottom: 1px solid #292929;
}

.sidebar-right .mobile-close i {
  margin-left: 5px;
  vertical-align: middle;
}

/* If desktop is seeing mobile res, fix scrollbars */
@media only screen and (max-width: 767px) {
  html.no-mobile-device.custom-scroll .sidebar-right .nano > .nano-content {
    overflow: scroll;
    overflow-x: hidden;
  }
}

/* Nano Scroller Plugin */
html.no-overflowscrolling .nano {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

html.no-overflowscrolling .nano > .nano-content {
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
}

html.no-overflowscrolling .nano > .nano-content:focus {
  outline: none;
}

html.no-overflowscrolling .nano > .nano-content::-webkit-scrollbar {
  display: none;
  visibility: hidden;
}

html.no-overflowscrolling .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
  visibility: visible;
}

html.no-overflowscrolling .nano > .nano-pane {
  bottom: 0;
  position: absolute;
  opacity: .01;
  right: 0;
  top: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  width: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
  background: #CCC;
  margin: 0;
  position: relative;
  visibility: hidden;
}

html.no-overflowscrolling .nano:hover > .nano-pane,
html.no-overflowscrolling .nano .nano-pane.active,
html.no-overflowscrolling .nano .nano-pane.flashed {
  opacity: 0.99;
}

html.no-overflowscrolling .nano:hover > .nano-pane > .nano-slider {
  visibility: visible;
}

html.no-overflowscrolling.custom-scroll .nano > .nano-content {
  overflow: scroll;
  overflow-x: hidden;
}

html.no-overflowscrolling .sidebar-left .nano {
  background: #1D2127;
  -webkit-box-shadow: -5px 0 0 #2F3139 inset;
          box-shadow: -5px 0 0 #2F3139 inset;
}

html.no-overflowscrolling.sidebar-light:not(.dark) .sidebar-left .nano {
  background: #FFF;
  -webkit-box-shadow: -5px 0 0 #F6F6F6 inset;
          box-shadow: -5px 0 0 #F6F6F6 inset;
}

html.no-overflowscrolling.sidebar-light:not(.dark) .sidebar-right .nano {
  background: #F6F6F6;
  -webkit-box-shadow: -5px 0 0 #F6F6F6 inset;
          box-shadow: -5px 0 0 #F6F6F6 inset;
}

html.no-overflowscrolling.sidebar-light:not(.dark) .inner-menu .nano {
  background: #FFF;
  -webkit-box-shadow: -5px 0 0 #e2e3e6 inset;
          box-shadow: -5px 0 0 #e2e3e6 inset;
}

@media only screen and (max-width: 767px) {
  html.no-overflowscrolling .sidebar-left .nano > .nano-content,
  html.no-overflowscrolling .sidebar-right .nano > .nano-content,
  html.no-overflowscrolling .inner-menu .nano > .nano-content {
    overflow: scroll !important;
    overflow-x: hidden !important;
  }
}

@media only screen and (min-width: 768px) {
  html.overflowscrolling.fixed .sidebar-left .nano,
  html.overflowscrolling.fixed .sidebar-right .nano,
  html.overflowscrolling.fixed .inner-menu .nano {
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  html.overflowscrolling.fixed .sidebar-left .nano > .nano-pane > .nano-slider,
  html.overflowscrolling.fixed .sidebar-right .nano > .nano-pane > .nano-slider,
  html.overflowscrolling.fixed .inner-menu .nano > .nano-pane > .nano-slider {
    visibility: visible;
  }
  html.overflowscrolling.fixed.custom-scroll .sidebar-left .nano > .nano-content,
  html.overflowscrolling.fixed.custom-scroll .sidebar-right .nano > .nano-content,
  html.overflowscrolling.fixed.custom-scroll .inner-menu .nano > .nano-content {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  /* Safari fix */
  html.safari.no-mobile-device.no-overflowscrolling .nano {
    position: absolute !important;
  }
}

/* Page Header */
.page-header {
  z-index: 1001;
  /* Left Breadcumb */
  /* Mobile */
}

.page-header h2 {
  color: #FFF;
  border-bottom: 4px solid #CCC;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  float: left;
  height: 50px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 50px;
  margin: 0 0 0 -1px;
  padding: 0 22px 0 20px;
}

.page-header .breadcrumbs {
  display: inline-block;
  font-size: 0;
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.page-header .breadcrumbs li {
  color: #C3C3C3;
  display: inline-block;
  font-weight: 300;
}

.page-header .breadcrumbs li:after {
  content: '/';
  display: inline-block;
  font-size: 0.85rem;
  margin: 0 10px;
  vertical-align: middle;
}

.page-header .breadcrumbs li:last-child:after {
  display: none;
}

.page-header .breadcrumbs .fa-home {
  font-size: 1.4rem;
}

.page-header .breadcrumbs i {
  vertical-align: middle;
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
  color: #C3C3C3;
  display: inline-block;
  font-size: 0.85rem;
  line-height: 20px;
  vertical-align: middle;
}

.page-header .sidebar-right-toggle {
  cursor: pointer;
  color: #C3C3C3;
  display: inline-block;
  font-size: 17px;
  margin: 0 0 0 10px;
  height: 50px;
  width: 50px;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.page-header .sidebar-right-toggle i {
  line-height: 53px;
  vertical-align: middle;
}

.page-header .sidebar-right-toggle:hover {
  color: #CCC;
}

.page-header.page-header-left-breadcrumb {
  position: relative;
  background: transparent !important;
  height: auto;
  top: 3px;
  margin: 0 0 15px;
  padding-left: 8px;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  z-index: 0;
}

.page-header.page-header-left-breadcrumb h2 {
  float: none;
  height: 40px;
  line-height: 30px;
  color: #33353F;
  padding: 0;
  border: 0;
}

.page-header.page-header-left-breadcrumb .right-wrapper {
  float: none;
  padding-left: 0;
}

.page-header.page-header-left-breadcrumb .breadcrumbs {
  margin-top: -10px;
  line-height: 30px;
}

.page-header.page-header-left-breadcrumb .breadcrumbs a, .page-header.page-header-left-breadcrumb .breadcrumbs span {
  color: #757677;
}

.page-header.page-header-left-breadcrumb .sidebar-right-toggle {
  position: absolute;
  top: 30%;
  right: -25px;
  color: #33353F;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .page-header .page-header-left-breadcrumb {
    margin-top: 15px;
  }
  .page-header .page-header-left-breadcrumb .sidebar-right-toggle {
    right: -15px;
  }
}

/* Header Dark - Page Header */
html.dark .page-header,
html.header-dark .page-header {
  border-left-color: #171717;
  -webkit-box-shadow: 1px 3px 0 1px #2f3139;
          box-shadow: 1px 3px 0 1px #2f3139;
}

/* Sidebar Light- Page Header */
html.sidebar-light:not(.dark) .page-header {
  border-left-color: #e6e6e6;
  background: #f6f6f6;
  -webkit-box-shadow: 1px 3px 0 1px #e2e3e6;
          box-shadow: 1px 3px 0 1px #e2e3e6;
}

html.sidebar-light:not(.dark) .page-header h2 {
  color: #333;
}

html.sidebar-light:not(.dark) .page-header .breadcrumbs a,
html.sidebar-light:not(.dark) .page-header .breadcrumbs span {
  color: #333;
}

html.sidebar-light:not(.dark) .page-header .sidebar-right-toggle i {
  color: #333;
}

html.sidebar-right-opened .page-header .sidebar-right-toggle i:before {
  content: "\F054";
}

/* Page Header - Mobile */
@media only screen and (max-width: 767px) {
  .page-header {
    padding-right: 80px;
  }
  .page-header .breadcrumbs {
    display: none;
  }
  .page-header h2 {
    font-size: 16px;
    padding: 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .page-header .sidebar-right-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }
}

html.ie {
  /* Page header */
}

html.ie .page-header {
  /* Left Breadcumb */
}

html.ie .page-header.page-header-left-breadcrumb h2 {
  float: left;
}

/* Margin to show the menu button on mobile */
@media (max-width: 991px) {
  html.has-tab-navigation .header-right {
    margin-right: 50px;
  }
}

html.has-tab-navigation .toggle-menu {
  background: #CCC;
  border-radius: 100px;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 14px;
  width: 30px;
}

html.has-tab-navigation .inner-wrapper {
  padding: 80px 15px 15px;
  background-color: #1d2127;
}

@media (max-width: 991px) {
  html.has-tab-navigation .inner-wrapper {
    padding: 75px 15px 15px;
  }
}

@media (max-width: 767px) {
  html.has-tab-navigation .inner-wrapper {
    padding: 15px;
  }
}

html.has-tab-navigation {
  /* Mobile */
  /* IE */
}

html.has-tab-navigation .content-body {
  padding: 25px 25px;
  background-color: #eee;
  border-radius: 0 7px 7px 7px;
  -webkit-transition: ease padding 300ms;
  transition: ease padding 300ms;
  /* Only for desktop */
}

@media (min-width: 992px) {
  html.has-tab-navigation .content-body.tab-menu-opened {
    padding: 70px 25px 25px;
  }
}

html.has-tab-navigation.dark .content-body, html.has-tab-navigation.dark.boxed .content-body {
  background-color: #17191d;
}

@media (max-width: 991px) {
  html.has-tab-navigation .content-body {
    border-radius: 5px;
  }
}

html.has-tab-navigation.ie .content-body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

html.has-tab-navigation .page-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0 10px 0;
}

html.has-tab-navigation .page-header .breadcrumbs a,
html.has-tab-navigation .page-header .breadcrumbs span {
  font-size: 13px;
}

html.has-tab-navigation.dark .page-header h2 {
  color: #FFF;
}

html.has-tab-navigation .not-included {
  color: #b7b7b7;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin: -4px 0;
  padding: 0;
}

html.has-tab-navigation .not-included.custom-pos-1 {
  margin-top: 1px;
  margin-left: 8px;
}

@media (max-width: 991px) {
  html.has-tab-navigation .not-included.custom-pos-1 {
    float: none !important;
    display: inline-block;
  }
}

html.has-tab-navigation .tip {
  display: inline-block;
  padding: 0 5px;
  background: #171717;
  color: #FFF;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

html.has-tab-navigation .tip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(23, 23, 23, 0);
  border-right-color: #171717;
  border-width: 5px;
  margin-top: -5px;
}

html.has-tab-navigation .tip.skin {
  color: #171717;
}

/* Desktop */
@media (min-width: 992px) {
  .tab-navigation {
    height: initial !important;
    display: block !important;
    z-index: 3;
  }
  .tab-navigation nav > ul {
    position: relative;
  }
  .tab-navigation nav > ul > li {
    position: static;
  }
  .tab-navigation nav > ul > li.active a {
    background: transparent;
  }
  .tab-navigation nav > ul > li.active a:hover, .tab-navigation nav > ul > li.active a:focus {
    background: transparent;
  }
  .tab-navigation nav > ul > li.active > a {
    background: #17191d;
  }
  .tab-navigation nav > ul > li.active > a:hover, .tab-navigation nav > ul > li.active > a:focus {
    background: #17191d;
  }
  .tab-navigation nav > ul > li.nav-expanded > a {
    color: #33353F;
    background: #FFF;
  }
  .tab-navigation nav > ul > li.nav-expanded > a:hover, .tab-navigation nav > ul > li.nav-expanded > a:focus {
    color: #33353F;
    background: #FFF;
  }
  .tab-navigation nav > ul > li.nav-expanded > ul {
    display: block;
  }
  .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a {
    color: #FFF;
    background: #CCC;
  }
  .tab-navigation nav > ul > li > a {
    background: #17191d none repeat scroll 0 0;
    border-radius: 4px 4px 0 0 !important;
    color: #fff;
    font-weight: 600;
    min-width: 130px;
    padding: 13px 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
  }
  .tab-navigation nav > ul > li > a .fa {
    font-size: 14px;
    margin-right: 7px;
    position: relative;
    top: 1px;
  }
  .tab-navigation nav > ul > li a {
    cursor: pointer;
  }
  .tab-navigation nav > ul > li a.dropdown-toggle:after {
    border: none;
  }
  .tab-navigation nav > ul > li a .badge {
    margin-top: 4px;
    margin-left: 10px;
  }
  .tab-navigation nav > ul > li > ul {
    margin: 0;
    border: 0;
    border-radius: 0 7px 0px 0px;
    left: 0;
    right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tab-navigation nav > ul > li > ul > li {
    position: relative;
    float: left;
  }
  .tab-navigation nav > ul > li > ul > li.nav-active > a {
    color: #CCC !important;
  }
  .tab-navigation nav > ul > li > ul > li:hover > a {
    color: #33353F;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu {
    padding: 2px 0;
    margin: 0;
    border: none;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li a {
    padding: 7px 10px;
    min-width: 230px;
    color: #777;
    white-space: initial;
    font-size: 12px;
    border-bottom: 1px solid #f4f4f4;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li a:hover {
    background-color: transparent;
    color: #33353F;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li a.dropdown-toggle:after {
    content: "\F0DA";
    display: inline-block;
    font-family: FontAwesome;
    float: right;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li.nav-active > a {
    color: #CCC !important;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover > a {
    color: #33353F;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover.dropdown-submenu {
    position: relative;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover.dropdown-submenu > .dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    left: 100%;
    top: 0;
    margin-top: -2px;
    margin-left: 0;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li:last-child > a {
    border-bottom: none;
  }
  .tab-navigation nav > ul > li > ul > li > a {
    background-color: transparent !important;
    color: #777;
    font-size: 11px;
    font-weight: 700;
    padding: 10px 5px 10px 25px;
    text-transform: uppercase;
    white-space: initial;
  }
  .tab-navigation nav > ul > li > ul > li > a:hover, .tab-navigation nav > ul > li > ul > li > a:focus {
    color: #33353F;
  }
  .tab-navigation nav > ul > li > ul > li > a.dropdown-toggle:after {
    content: "\F0D7";
    display: inline-block;
    position: relative;
    top: 3px;
    font-family: FontAwesome;
    margin-left: 7px;
    margin-top: -3px;
    font-size: 12px;
  }
  .tab-navigation nav > ul > li > ul > li:hover.dropdown-submenu > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
    -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin-left: 12px;
    padding: 2px 5px;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .tab-navigation {
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
  }
  .tab-navigation nav > ul > li {
    width: 100%;
    margin-left: 0;
  }
  .tab-navigation nav > ul > li.expanding > a {
    color: #33353F !important;
    background: #FFF !important;
  }
  .tab-navigation nav > ul > li.nav-expanded > a {
    color: #33353F !important;
    background: #FFF !important;
  }
  .tab-navigation nav > ul > li.nav-expanded > ul {
    display: block;
  }
  .tab-navigation nav > ul > li.active > a {
    background: #17191d;
  }
  .tab-navigation nav > ul > li.active > a:hover, .tab-navigation nav > ul > li.active > a:focus {
    background: #17191d;
  }
  .tab-navigation nav > ul > li.active ul li a {
    background: transparent !important;
  }
  .tab-navigation nav > ul > li.active ul li a:hover {
    background: #f5f5f5 !important;
  }
  .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a {
    background: #17191d;
  }
  .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a:hover, .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a:focus {
    background: #17191d;
  }
  .tab-navigation nav > ul > li > a {
    border-radius: 0;
    color: #FFF;
    background: #17191d;
  }
  .tab-navigation nav > ul > li a {
    cursor: pointer;
  }
  .tab-navigation nav > ul > li a.dropdown-toggle:after {
    content: "\F107";
    display: inline-block;
    font-family: FontAwesome;
    float: right;
    border: none;
    margin-right: .755rem;
  }
  .tab-navigation nav > ul > li .fa {
    margin-right: 10px;
  }
  .tab-navigation nav > ul > li > ul {
    position: static;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #FFF;
    padding-left: 23px;
    padding-top: 0;
  }
  .tab-navigation nav > ul > li > ul > li.nav-expanded > ul {
    display: block;
  }
  .tab-navigation nav > ul > li > ul > li.dropdown-submenu:hover > a {
    color: #33353F;
  }
  .tab-navigation nav > ul > li > ul > li.active a {
    color: #777;
  }
  .tab-navigation nav > ul > li > ul > li.active a:hover, .tab-navigation nav > ul > li > ul > li.active a:focus {
    color: #33353F;
  }
  .tab-navigation nav > ul > li > ul > li > a {
    color: #777;
    padding: 10px 15px;
    white-space: initial;
  }
  .tab-navigation nav > ul > li > ul > li > a:hover, .tab-navigation nav > ul > li > ul > li > a:focus {
    color: #33353F;
    background-color: transparent;
  }
  .tab-navigation nav > ul > li > ul > li a {
    font-size: 13px;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu {
    position: static;
    float: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding-left: 15px;
    background-color: #FFF;
    border-radius: 0;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li.nav-expanded > ul {
    display: block;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover > a {
    color: #33353F;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li > a {
    padding: 10px 15px;
    color: #777;
    white-space: initial;
  }
  .tab-navigation nav > ul > li > ul > li .dropdown-menu li > a:hover, .tab-navigation nav > ul > li > ul > li .dropdown-menu li > a:focus {
    color: #33353F;
    background-color: transparent;
  }
  .tab-navigation nav > ul li.nav-expanded > a.dropdown-toggle:after {
    content: "\F106";
    display: inline-block;
    font-family: FontAwesome;
    float: right;
  }
}

html.dark .tab-navigation nav > ul > li.nav-expanded > a {
  color: #FFF;
  background: #282d36;
}

html.dark .tab-navigation nav > ul > li > a {
  color: #FFF;
  background: #17191d;
}

html.dark .tab-navigation nav > ul > li > ul {
  background: #282d36;
}

html.dark .tab-navigation nav > ul > li > ul > li:hover > a {
  color: #CCC;
}

html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu {
  background-color: #282d36;
  border-radius: 0;
}

html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu li > a {
  color: #777;
  border-bottom-color: #35393d;
}

html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover > a {
  color: #CCC;
}

html.dark .tab-navigation nav > ul > li > ul > li > a {
  color: #777;
}

html.dark .tab-navigation nav > ul > li > ul > li > a:hover, html.dark .tab-navigation nav > ul > li > ul > li > a:focus {
  background-color: transparent;
  color: #CCC;
}

/* Tab Navigation Mobile - Dark Colors */
@media (max-width: 991px) {
  html.dark .tab-navigation nav > ul > li.expanding > a {
    color: #FFF !important;
    background: #282d36 !important;
  }
  html.dark .tab-navigation nav > ul > li.nav-expanded > a {
    color: #FFF !important;
    background: #282d36 !important;
  }
  html.dark .tab-navigation nav > ul > li.active > a {
    background: #17191d;
  }
  html.dark .tab-navigation nav > ul > li.active > a:hover, html.dark .tab-navigation nav > ul > li.active > a:focus {
    background: #17191d;
  }
  html.dark .tab-navigation nav > ul > li.active ul li a {
    background: transparent !important;
  }
  html.dark .tab-navigation nav > ul > li.active ul li a:hover {
    background: #282d36 !important;
  }
  html.dark .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a {
    background: #17191d;
  }
  html.dark .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a:hover, html.dark .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a:focus {
    background: #17191d;
  }
  html.dark .tab-navigation nav > ul > li > a {
    color: #FFF;
    background: #17191d;
  }
  html.dark .tab-navigation nav > ul > li > ul {
    background: #282d36;
  }
  html.dark .tab-navigation nav > ul > li > ul > li.dropdown-submenu:hover > a {
    color: #CCC;
  }
  html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu {
    background-color: #282d36;
    border-radius: 0;
  }
  html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu li > a {
    color: #777;
    background-color: transparent;
  }
  html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover > a {
    color: #CCC;
  }
  html.dark .tab-navigation nav > ul > li > ul > li > a {
    color: #777;
  }
  html.dark .tab-navigation nav > ul > li > ul > li > a:hover, html.dark .tab-navigation nav > ul > li > ul > li > a:focus {
    background-color: transparent;
    color: #CCC;
  }
}

html.boxed.has-tab-navigation body {
  background: #1d2127;
}

html.boxed.has-tab-navigation .inner-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  html.boxed.has-tab-navigation .header {
    margin-top: -5px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  html.boxed.has-tab-navigation .header .separator {
    width: 1px;
    background-color: #1d2127;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d2127), color-stop(#121518), to(#1d2127));
    background-image: linear-gradient(#1d2127 0%, #121518, #1d2127 100%);
  }
}

html.ie .tab-navigation nav > ul > li a .badge {
  float: none !important;
}

html.ie .tab-navigation nav > ul > li a .not-included {
  float: none !important;
  display: inline;
}

/* ie9 */
html.ie9 .tab-navigation {
  display: table-row !important;
}

/* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts Colors */
@media only screen and (min-width: 768px) {
  html.scroll .content-with-menu:before,
  html.boxed .content-with-menu:before {
    background: #1D2127;
  }
  html.scroll .content-with-menu:after,
  html.boxed .content-with-menu:after {
    background: #000;
    -webkit-box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.5);
  }
}

/* Unstyle nano for non fixed layouts */
html.scroll .inner-menu .nano,
html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano,
html.boxed .inner-menu .nano,
html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano {
  position: static;
  height: auto;
  overflow: visible;
  width: auto;
}

html.scroll .inner-menu .nano > .nano-content,
html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano > .nano-content,
html.boxed .inner-menu .nano > .nano-content,
html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano > .nano-content {
  position: static;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  html.fixed .inner-menu .nano {
    position: static;
    height: auto;
    overflow: visible;
    width: auto;
  }
  html.fixed .inner-menu .nano .nano-content {
    margin-right: 0;
    position: static;
    overflow: visible;
  }
}

/* Fix padding when fixed */
@media only screen and (min-width: 768px) {
  html.fixed .inner-menu {
    padding: 0;
  }
  html.fixed .inner-menu .nano-content {
    padding: 35px;
  }
  html.fixed .inner-menu .nano-content:after {
    display: block;
    content: '';
    height: 35px;
  }
}

/* Content With Menu - Inner Menu Style */
.inner-menu {
  background: #1D2127;
  border-right: 1px solid #242830;
  color: #abb4be;
  padding: 0;
  margin: 0;
}

.inner-menu .title {
  color: #465162;
  font-weight: 600;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
}

.inner-menu hr.separator {
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
  margin: 20px -35px 20px;
}

.inner-menu a,
.inner-menu a:hover {
  color: #abb4be;
}

.inner-menu a.menu-item {
  color: #abb4be;
  display: block;
  margin: 0 -35px 0 -35px;
  padding: 10px 50px 10px 50px;
  text-decoration: none;
}

.inner-menu a.menu-item:hover {
  background: #21262d;
  color: #abb4be;
  text-decoration: none;
}

.inner-menu a.menu-item.active {
  background: #282d36;
}

.inner-menu a.menu-item .label {
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  padding: .3em .7em .4em;
  margin: .2em -1em 0 0;
}

html.sidebar-light:not(.dark) .inner-menu {
  background: #FFF;
  border-right-color: #e2e3e6;
  color: #777;
}

html.sidebar-light:not(.dark) .inner-menu .title {
  color: #465162;
}

html.sidebar-light:not(.dark) .inner-menu hr.separator {
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
}

html.sidebar-light:not(.dark) .inner-menu a.menu-item {
  color: #777;
}

html.sidebar-light:not(.dark) .inner-menu a.menu-item:hover {
  background: #e2e3e6;
  color: #777;
}

html.sidebar-light:not(.dark) .inner-menu a.menu-item.active {
  background: #e2e3e6;
}

/* Content With Menu - Toggle */
.inner-menu-toggle,
.inner-menu .inner-menu-toggle-inside {
  background: #000;
  color: #999;
  left: 0;
  line-height: 52px;
  position: relative;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}

.inner-menu-toggle:after,
.inner-menu .inner-menu-toggle-inside:after {
  -webkit-box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
  bottom: -1px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.inner-menu-toggle a,
.inner-menu .inner-menu-toggle-inside a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
}

.inner-menu-toggle a i,
.inner-menu .inner-menu-toggle-inside a i {
  vertical-align: middle;
}

.inner-menu-toggle .inner-menu-collapse,
.inner-menu .inner-menu-toggle-inside .inner-menu-collapse {
  display: none;
}

html.sidebar-light:not(.dark) .inner-menu-toggle,
html.sidebar-light:not(.dark) .inner-menu .inner-menu-toggle-inside {
  background: #E2E3E6;
  color: #777;
}

html.sidebar-light:not(.dark) .inner-menu-toggle > a,
html.sidebar-light:not(.dark) .inner-menu .inner-menu-toggle-inside > a {
  color: #777;
}

.inner-menu-toggle a i {
  margin-left: 5px;
}

.inner-menu-toggle-inside {
  margin: -35px -35px 15px -35px;
}

.inner-menu-toggle-inside .inner-menu-collapse i {
  margin-right: 5px;
}

.inner-menu-toggle-inside .inner-menu-expand i {
  margin-left: 5px;
}

/* Content With Menu - Toggle - Outside */
.inner-menu-toggle {
  display: none;
}

/* Content With Menu - Inner Menu Content */
.inner-menu-content {
  display: none;
}

html.inner-menu-opened .inner-menu .inner-menu-toggle-inside .inner-menu-collapse {
  display: block;
}

html.inner-menu-opened .inner-menu-expand {
  display: none;
}

html.inner-menu-opened .inner-menu-content {
  display: block;
}

/* Content With Menu - Responsive */
@media only screen and (max-width: 767px) {
  .inner-menu .hidden-xs-inline {
    display: none;
  }
  .inner-menu .inner-menu-content {
    padding: 20px;
  }
  .inner-menu-toggle-inside {
    margin: 0;
  }
}

/* Content With Menu - Toolbar + Layout Fixed */
@media only screen and (min-width: 768px) {
  html.fixed.inner-menu-opened {
    left: 600px;
  }
  html.fixed .inner-menu-toggle {
    position: fixed;
    left: 300px;
  }
}

html.dark .inner-menu-toggle:after,
html.dark .inner-menu .inner-menu-toggle-inside:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Header Nav Main Mobile */
@media (max-width: 991px) {
  .header-nav {
    clear: both;
    float: none;
  }
  .header-nav-main {
    background: #FFF;
    padding: 10px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .header-nav-main {
    position: relative;
    top: 9px;
  }
}

@media (max-width: 991px) {
  .header-nav-main.collapsing {
    overflow: hidden;
  }
  .header-nav-main nav {
    margin: 0 0 6px;
  }
  .header-nav-main nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
    white-space: initial;
  }
  .header-nav-main nav > ul li a .fa-caret-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
  }
  .header-nav-main nav > ul li a.dropdown-toggle:after {
    content: none;
  }
  .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
    border-top: 0 !important;
  }
  .header-nav-main nav > ul li.dropdown .dropdown-menu li a {
    color: #333;
  }
  .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.showed > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  .header-nav-main nav > ul li.dropdown.showed > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
  }
  .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
  }
  .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .header-nav-main nav > ul li.dropdown-mega .mega-sub-nav-toggle {
    width: 20px;
    text-align: center;
  }
  .header-nav-main nav > ul li.dropdown-mega .mega-sub-nav-toggle:before {
    content: "\F0D8";
    font-family: 'FontAwesome';
  }
  .header-nav-main nav > ul li.dropdown-mega .mega-sub-nav-toggle.toggled:before {
    content: "\F0D7";
    font-family: 'FontAwesome';
  }
  .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }
  .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    white-space: initial;
  }
  .header-nav-main nav > ul > li.active > a, .header-nav-main nav > ul > li.active > a:focus, .header-nav-main nav > ul > li.active > a:hover {
    color: #FFF;
  }
  .header-nav-main nav .not-included {
    margin: 0;
  }
  .header-nav-main a > .thumb-info-preview {
    display: none !important;
  }
  .header-btn-collapse-nav {
    outline: 0;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
  }
  .header-btn-collapse-nav:hover, .header-btn-collapse-nav:focus {
    color: #FFF;
  }
  .header-nav-bar {
    margin: 0 auto;
  }
  .header-nav-bar .header-btn-collapse-nav {
    margin-top: 14px;
  }
  .header-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
  }
  .header-semi-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
  }
  .header-semi-transparent-light .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
  }
}

/* Header Nav Main */
@media (min-width: 992px) {
  .header-nav-main {
    float: right;
    margin: 8px 0 0;
    min-height: 45px;
  }
  .header-nav-main nav > ul > li {
    margin-left: 2px;
  }
  .header-nav-main nav > ul > li:first-child {
    margin-left: 10px;
  }
  .header-nav-main nav > ul > li > a {
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    white-space: initial;
  }
  .header-nav-main nav > ul > li > a:focus {
    background: transparent;
    color: #CCC;
  }
  .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
    display: none;
  }
  .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: " ";
    float: right;
    margin-top: 7px;
    margin-left: 4px;
  }
  .header-nav-main nav > ul > li.show > a, .header-nav-main nav > ul > li:hover > a, .header-nav-main nav > ul > li.active > a {
    background: #CCC;
    color: #FFF;
  }
  .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 5px solid #CCC;
    -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: -3px 0 0 0;
    min-width: 200px;
    padding: 5px;
    text-align: left;
  }
  .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    color: #777;
    font-size: 0.8em;
    font-weight: 400;
    padding: 6px 20px 6px 8px;
    position: relative;
    text-transform: none;
    white-space: initial;
  }
  .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
    display: none;
  }
  .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #CCC;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    display: block;
    margin-top: -10px;
    margin-left: -1px;
    border-radius: 4px;
    opacity: 0;
  }
  .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  .header-nav-main nav > ul > li.dropdown.show li.dropdown-submenu > .dropdown-menu, .header-nav-main nav > ul > li.dropdown:hover li.dropdown-submenu > .dropdown-menu {
    left: 100%;
  }
  .header-nav-main nav > ul > li.dropdown.show > a, .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 15px;
  }
  .header-nav-main nav > ul > li.dropdown.show > .dropdown-menu, .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }
  .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li a {
    padding-right: 8px;
    padding-left: 20px;
  }
  .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
    border-width: 4px 4px 4px 0;
  }
  .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }
  .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 4px;
    left: 15px;
    right: 15px;
    width: auto;
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 20px 30px;
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border: 0 none;
    border-radius: 4px;
    color: #777;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0 -8px;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #f4f4f4;
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .mega-sub-nav-toggle {
    width: 20px;
    text-align: center;
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .mega-sub-nav-toggle:before {
    content: "\F0D8";
    font-family: 'FontAwesome';
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .mega-sub-nav-toggle.toggled:before {
    content: "\F0D7";
    font-family: 'FontAwesome';
  }
  .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .dropdown-mega-sub-nav {
    padding-left: 15px;
  }
  .header-nav-main nav > ul > li .badge {
    margin-right: -16px;
    margin-top: 4px;
  }
  .header-nav-main.header-nav-main-square nav > ul > li > a {
    border-radius: 0;
  }
  .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
  }
  .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
  }
  .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0;
  }
  .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border-radius: 0;
  }
  .header-nav-main .dropdown-reverse a > .thumb-info-preview {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
    right: 100%;
    left: auto;
    padding-left: 0;
    margin-right: 10px;
  }
  .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header-nav {
    float: left;
  }
  .header-nav.header-nav-dark-dropdown {
    margin-bottom: -9px;
  }
  .header-nav.header-nav-dark-dropdown nav > ul > li > a, .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    background: transparent;
    color: #444;
    padding: 65px 13px 24px;
    margin: 0;
  }
  .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }
  .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
    border-bottom-color: #2a2a2a;
  }
  .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
    background: #1e1e1e;
  }
  .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #969696;
  }
  .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
    background: #282828;
  }
  .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    color: #ababab;
  }
  .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #282828;
  }
  .header-nav.header-nav-dark-dropdown .header-social-icons {
    margin-top: 70px;
  }
  .header-nav {
    display: block !important;
  }
  .header-nav-main {
    display: block !important;
    height: auto !important;
  }
  .header-nav-bar {
    background: #F4F4F4;
    padding: 0 10px 5px;
    margin-bottom: 0;
  }
  .header-nav-bar .header-nav-main {
    float: left;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .header-nav-main.header-nav-main-light nav > ul > li > a {
    color: #FFF;
  }
  .header-nav-main.header-nav-main-light nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  .header-nav-main.header-nav-main-light nav > ul > li.show > a, .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    background: #FFF;
  }
  .header-nav-main.header-nav-main-light nav > ul > li.show > a.dropdown-toggle:after, .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  .header-nav-main.header-nav-main-light nav > ul > li.show > .dropdown-menu, .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
    border-top-color: #FFF;
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
  }
  .header-nav-main.header-nav-main-light nav > ul > li.show > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    border-top-color: #FFF;
  }
  .header-nav-main.header-nav-main-light nav > ul > li.active > a {
    background: #FFF;
  }
  .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
    background: #f5f5f5;
  }
}

@media (min-width: 992px) {
  .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
    opacity: 0;
  }
  .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* Header */
.header {
  background: #FFF;
  border-bottom: 1px solid #E9E9E6;
  border-top: 3px solid #EDEDED;
  z-index: 1000;
}

.header .logo {
  float: left;
  margin: 10px 0 0 15px;
}

.header .logo img {
  color: transparent;
}

.header .separator {
  background-color: #F6F6F6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #F6F6F6), to(#EDEDED));
  background-image: linear-gradient(#F6F6F6 60%, #EDEDED);
  display: inline-block;
  height: 100%;
  margin: 0 25px 0;
  width: 1px;
  vertical-align: middle;
}

.header .search {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
}

.header .search .form-control {
  font-size: 0.75rem !important;
  line-height: 1.7 !important;
  margin-top: 1px;
}

.header .toggle-sidebar-left {
  background: #CCC;
  border-radius: 100px;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 14px;
  width: 30px;
}

.header-right {
  float: right;
  height: 56px;
}

html.has-left-sidebar-half .header {
  z-index: 1011;
}

/* Header Mobile */
@media only screen and (max-width: 767px) {
  .header .logo-container {
    background-color: #F6F6F6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), color-stop(45%, #FFFFFF));
    background-image: linear-gradient(#F6F6F6 0%, #FFFFFF 45%);
    border-bottom: 1px solid #E9E9E6;
    border-top: 3px solid #EDEDED;
  }
  .header .logo-container .logo {
    float: none;
    display: inline-block;
    line-height: 57px;
    margin-top: 0;
  }
  .header .search,
  .header .separator {
    display: none;
  }
}

/* Header Dark */
html.dark .header,
html.header-dark .header {
  background: #1D2127;
  border-bottom-color: #161a1e;
  border-top-color: #1D2127;
}

@media only screen and (max-width: 767px) {
  html.dark .header .logo-container,
  html.header-dark .header .logo-container {
    background: #1D2127;
    border-bottom-color: #161a1e;
    border-top-color: #1D2127;
  }
  html.dark .header .header-right,
  html.header-dark .header .header-right {
    background: #1D2127;
  }
}

html.dark .header .separator,
html.header-dark .header .separator {
  background-color: #1D2127;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #1D2127), to(#121518));
  background-image: linear-gradient(#1D2127 10%, #121518);
}

html.dark .header .input-search input, html.dark .header .input-search input:focus,
html.header-dark .header .input-search input,
html.header-dark .header .input-search input:focus {
  background: #282d36;
  border-color: #161a1e;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
  color: #FFF;
}

html.dark .header .input-search .input-group-btn .btn-default,
html.header-dark .header .input-search .input-group-btn .btn-default {
  background: transparent;
  color: #C3C3C3;
}

@media only screen and (min-width: 768px) {
  html.header-fixed .header {
    border-radius: 0;
    border-top-color: transparent;
    left: 0;
    position: fixed;
    right: 0;
    top: -3px;
    z-index: 2000;
    margin: 0;
  }
  html.header-fixed .inner-wrapper {
    padding-top: 0;
    margin-top: 60px;
  }
}

/* Header Nav Menu */
.header.header-nav-menu {
  /* Header Nav Main */
  /* Header Nav Main Mobile */
}

@media only screen and (min-width: 768px) {
  .header.header-nav-menu .logo {
    position: relative;
    padding: 0 20px 0 5px;
  }
  .header.header-nav-menu .logo:after {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    right: 0;
    height: 60px;
    border-right: 1px solid #E9E9E6;
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu .header-nav-main {
    float: right;
    margin: 8px 0 0;
    min-height: 45px;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li {
    margin-left: 2px;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li:first-child {
    margin-left: 10px;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li > a {
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    white-space: initial;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li > a:focus {
    background: transparent;
    color: #CCC;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
    display: none;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: " ";
    float: right;
    margin-top: 7px;
    margin-left: 4px;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.show > a, .header.header-nav-menu .header-nav-main nav > ul > li:hover > a, .header.header-nav-menu .header-nav-main nav > ul > li.active > a {
    background: #CCC;
    color: #FFF;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 5px solid #CCC;
    -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: -3px 0 0 0;
    min-width: 200px;
    padding: 5px;
    text-align: left;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    color: #777;
    font-size: 0.8em;
    font-weight: 400;
    padding: 6px 20px 6px 8px;
    position: relative;
    text-transform: none;
    white-space: initial;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
    display: none;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #CCC;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    display: block;
    margin-top: -10px;
    margin-left: -1px;
    border-radius: 4px;
    opacity: 0;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown.show li.dropdown-submenu > .dropdown-menu, .header.header-nav-menu .header-nav-main nav > ul > li.dropdown:hover li.dropdown-submenu > .dropdown-menu {
    left: 100%;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown.show > a, .header.header-nav-menu .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 15px;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown.show > .dropdown-menu, .header.header-nav-menu .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li a {
    padding-right: 8px;
    padding-left: 20px;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
    border-width: 4px 4px 4px 0;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 4px;
    left: 15px;
    right: 15px;
    width: auto;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 20px 30px;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border: 0 none;
    border-radius: 4px;
    color: #777;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0 -8px;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #f4f4f4;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .mega-sub-nav-toggle {
    width: 20px;
    text-align: center;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .mega-sub-nav-toggle:before {
    content: "\F0D8";
    font-family: 'FontAwesome';
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .mega-sub-nav-toggle.toggled:before {
    content: "\F0D7";
    font-family: 'FontAwesome';
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .dropdown-mega-sub-nav {
    padding-left: 15px;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li .badge {
    margin-right: -16px;
    margin-top: 4px;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-square nav > ul > li > a {
    border-radius: 0;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border-radius: 0;
  }
  .header.header-nav-menu .header-nav-main .dropdown-reverse a > .thumb-info-preview {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
    right: 100%;
    left: auto;
    padding-left: 0;
    margin-right: 10px;
  }
  .header.header-nav-menu .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header.header-nav-menu .header-nav {
    float: left;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown {
    margin-bottom: -9px;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li > a, .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    background: transparent;
    color: #444;
    padding: 65px 13px 24px;
    margin: 0;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
    border-bottom-color: #2a2a2a;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
    background: #1e1e1e;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #969696;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
    background: #282828;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    color: #ababab;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #282828;
  }
  .header.header-nav-menu .header-nav.header-nav-dark-dropdown .header-social-icons {
    margin-top: 70px;
  }
  .header.header-nav-menu .header-nav {
    display: block !important;
  }
  .header.header-nav-menu .header-nav-main {
    display: block !important;
    height: auto !important;
  }
  .header.header-nav-menu .header-nav-bar {
    background: #F4F4F4;
    padding: 0 10px 5px;
    margin-bottom: 0;
  }
  .header.header-nav-menu .header-nav-bar .header-nav-main {
    float: left;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li > a {
    color: #FFF;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li.show > a, .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    background: #FFF;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li.show > a.dropdown-toggle:after, .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li.show > .dropdown-menu, .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
    border-top-color: #FFF;
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li.show > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    border-top-color: #FFF;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li.active > a {
    background: #FFF;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  .header.header-nav-menu .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, .header.header-nav-menu .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
    background: #f5f5f5;
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, .header.header-nav-menu .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  .header.header-nav-menu .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, .header.header-nav-menu .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header.header-nav-menu .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  .header.header-nav-menu .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
    opacity: 0;
  }
  .header.header-nav-menu .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .header.header-nav-menu .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  .header.header-nav-menu .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .header.header-nav-menu .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  .header.header-nav-menu .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .header.header-nav-menu .header-nav {
    clear: both;
    float: none;
  }
  .header.header-nav-menu .header-nav-main {
    background: #FFF;
    padding: 10px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .header.header-nav-menu .header-nav-main {
    position: relative;
    top: 9px;
  }
}

@media (max-width: 991px) {
  .header.header-nav-menu .header-nav-main.collapsing {
    overflow: hidden;
  }
  .header.header-nav-menu .header-nav-main nav {
    margin: 0 0 6px;
  }
  .header.header-nav-menu .header-nav-main nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header.header-nav-menu .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .header.header-nav-menu .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
    white-space: initial;
  }
  .header.header-nav-menu .header-nav-main nav > ul li a .fa-caret-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
  }
  .header.header-nav-menu .header-nav-main nav > ul li a.dropdown-toggle:after {
    content: none;
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
    border-top: 0 !important;
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown .dropdown-menu li a {
    color: #333;
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.showed > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown.showed > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown-mega .mega-sub-nav-toggle {
    width: 20px;
    text-align: center;
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown-mega .mega-sub-nav-toggle:before {
    content: "\F0D8";
    font-family: 'FontAwesome';
  }
  .header.header-nav-menu .header-nav-main nav > ul li.dropdown-mega .mega-sub-nav-toggle.toggled:before {
    content: "\F0D7";
    font-family: 'FontAwesome';
  }
  .header.header-nav-menu .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    white-space: initial;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.active > a, .header.header-nav-menu .header-nav-main nav > ul > li.active > a:focus, .header.header-nav-menu .header-nav-main nav > ul > li.active > a:hover {
    color: #FFF;
  }
  .header.header-nav-menu .header-nav-main nav .not-included {
    margin: 0;
  }
  .header.header-nav-menu .header-nav-main a > .thumb-info-preview {
    display: none !important;
  }
  .header.header-nav-menu .header-btn-collapse-nav {
    outline: 0;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
  }
  .header.header-nav-menu .header-btn-collapse-nav:hover, .header.header-nav-menu .header-btn-collapse-nav:focus {
    color: #FFF;
  }
  .header.header-nav-menu .header-nav-bar {
    margin: 0 auto;
  }
  .header.header-nav-menu .header-nav-bar .header-btn-collapse-nav {
    margin-top: 14px;
  }
  .header.header-nav-menu .header-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
  }
  .header.header-nav-menu .header-semi-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
  }
  .header.header-nav-menu .header-semi-transparent-light .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
  }
}

.header.header-nav-menu .header-nav-main nav > ul > li ul.dropdown-menu li:hover > a {
  background-color: #f4f4f4;
}

.header.header-nav-menu .header-nav-main nav > ul > li ul.dropdown-menu li a {
  background: transparent;
}

.header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega.active ul.dropdown-mega-sub-nav li:hover a {
  background-color: #f4f4f4;
}

.header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega.active ul.dropdown-mega-sub-nav li a {
  background: transparent;
}

.header.header-nav-menu .not-included {
  color: #b7b7b7;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin: -4px 0;
  padding: 0;
}

.header.header-nav-menu .tip {
  display: inline-block;
  padding: 0 5px;
  background: #171717;
  color: #FFF;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.header.header-nav-menu .tip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(23, 23, 23, 0);
  border-right-color: #171717;
  border-width: 5px;
  margin-top: -5px;
}

.header.header-nav-menu .tip.skin {
  color: #171717;
}

.header.header-nav-menu .search-toggle {
  color: #CCC;
}

.header.header-nav-menu .search-toggle:focus, .header.header-nav-menu .search-toggle:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .header.header-nav-menu.header-nav-stripe {
    height: initial;
    border-bottom: 0;
  }
  .header.header-nav-menu.header-nav-stripe nav > ul > li > a, .header.header-nav-menu.header-nav-stripe nav > ul > li:hover > a {
    background: transparent;
    padding: 18px 13px 19px;
    margin: 0;
  }
  .header.header-nav-menu.header-nav-stripe nav > ul > li > a {
    color: #444;
  }
  .header.header-nav-menu.header-nav-stripe nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-stripe nav > ul > li:hover > a {
    color: #FFF;
  }
  .header.header-nav-menu.header-nav-stripe nav > ul > li.dropdown:hover > a, .header.header-nav-menu.header-nav-stripe nav > ul > li.dropdown.show > a {
    padding-bottom: 19px;
  }
  .header.header-nav-menu.header-nav-top-line {
    height: initial;
    border-bottom: 0;
  }
  .header.header-nav-menu.header-nav-top-line nav > ul > li > a, .header.header-nav-menu.header-nav-top-line nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    color: #444;
    padding: 18px 13px 19px;
    margin: 0;
  }
  .header.header-nav-menu.header-nav-top-line nav > ul > li > a:before, .header.header-nav-menu.header-nav-top-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    left: -5px;
    opacity: 0;
    background: #CCC;
  }
  .header.header-nav-menu.header-nav-top-line nav > ul > li.active > a, .header.header-nav-menu.header-nav-top-line nav > ul > li:hover > a {
    color: #CCC;
  }
  .header.header-nav-menu.header-nav-top-line nav > ul > li.active > a:before, .header.header-nav-menu.header-nav-top-line nav > ul > li:hover > a:before {
    opacity: 1;
  }
  .header.header-nav-menu.header-nav-top-line nav > ul > li.active > a.dropdown-toggle:after, .header.header-nav-menu.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-top-line nav > ul > li.dropdown:hover > a, .header.header-nav-menu.header-nav-top-line nav > ul > li.dropdown.show > a {
    padding-bottom: 19px;
  }
  .header.header-nav-menu.header-nav-stripe .header-nav-main, .header.header-nav-menu.header-nav-top-line .header-nav-main {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .header.header-nav-menu .separator {
    margin: 0px 14px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header.header-nav-menu .search {
    position: absolute;
    top: 50px;
    left: -66px;
  }
  .header.header-nav-menu .search.active {
    display: block !important;
  }
  .header.header-nav-menu .search:before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 992px) {
  .header.header-nav-menu .header-right {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-nav-menu .header-right {
    position: absolute;
    top: 0;
    right: 60px;
  }
}

/* Header Nav Menu Dark */
html.dark .header.header-nav-menu,
html.header-dark .header.header-nav-menu {
  /* Header Nav Main */
  /* Header Nav Stripe & Header Nav Top Line */
  /* Header Nav Main Mobile */
}

@media only screen and (min-width: 768px) {
  html.dark .header.header-nav-menu .logo:after,
  html.header-dark .header.header-nav-menu .logo:after {
    border-color: #343a44;
  }
}

@media (min-width: 992px) {
  html.dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu,
  html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    background-color: #282d36;
  }
  html.dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
  html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-color: #343a44;
  }
  html.dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, html.dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus,
  html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
  html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus {
    background-color: #1d2127;
  }
  html.dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a,
  html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #1d2127;
  }
}

@media (min-width: 992px) {
  html.dark .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:not(.active):not(:hover) > a, html.dark .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:not(.active):not(:hover) > a,
  html.header-dark .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:not(.active):not(:hover) > a,
  html.header-dark .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:not(.active):not(:hover) > a {
    color: #FFF;
  }
  html.dark .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:not(.active):not(:hover) > a.dropdown-toggle::after, html.dark .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:not(.active):not(:hover) > a.dropdown-toggle::after,
  html.header-dark .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:not(.active):not(:hover) > a.dropdown-toggle::after,
  html.header-dark .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:not(.active):not(:hover) > a.dropdown-toggle::after {
    border-color: #FFF transparent transparent transparent;
  }
}

html.dark .header.header-nav-menu .header-nav-main nav > ul > li:not(.dropdown-mega).active ul.dropdown-menu li:hover > a,
html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li:not(.dropdown-mega).active ul.dropdown-menu li:hover > a {
  background-color: #1d2127;
}

html.dark .header.header-nav-menu .header-nav-main nav > ul > li:not(.dropdown-mega).active ul.dropdown-menu li a,
html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li:not(.dropdown-mega).active ul.dropdown-menu li a {
  background: transparent;
}

html.dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega.active ul.dropdown-mega-sub-nav li:hover a,
html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega.active ul.dropdown-mega-sub-nav li:hover a {
  background-color: #1d2127;
}

html.dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega.active ul.dropdown-mega-sub-nav li a,
html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega.active ul.dropdown-mega-sub-nav li a {
  background: transparent;
}

@media (max-width: 991px) {
  html.dark .header.header-nav-menu .header-nav-main,
  html.header-dark .header.header-nav-menu .header-nav-main {
    background: #282d36;
  }
  html.dark .header.header-nav-menu .header-nav-main nav > ul > li a:hover,
  html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li a:hover {
    background: #1d2127;
  }
  html.dark .header.header-nav-menu .header-nav-main nav > ul > li ul li a,
  html.header-dark .header.header-nav-menu .header-nav-main nav > ul > li ul li a {
    color: #777;
  }
  html.dark .header.header-nav-menu .header-nav-main nav ul li,
  html.header-dark .header.header-nav-menu .header-nav-main nav ul li {
    border-color: #343a44;
  }
  html.dark .header.header-nav-menu .header-nav-main nav ul li a:hover, html.dark .header.header-nav-menu .header-nav-main nav ul li a:focus,
  html.header-dark .header.header-nav-menu .header-nav-main nav ul li a:hover,
  html.header-dark .header.header-nav-menu .header-nav-main nav ul li a:focus {
    background-color: #1d2127;
  }
  html.dark .header.header-nav-menu .header-nav-main nav ul li.dropdown-mega .dropdown-mega-sub-nav > li > a,
  html.header-dark .header.header-nav-menu .header-nav-main nav ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    color: #777;
  }
}

/* Position */
.p-relative {
  position: relative !important;
}

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

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

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

.hidden {
  display: none !important;
}

/* Pull */
.pull-none {
  float: none !important;
}

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

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

@media (max-width: 767px) {
  .pull-xs-left {
    float: left;
  }
  .pull-xs-right {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
}

/* Inverted */
.inverted {
  color: #FFF;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

h1 .inverted {
  padding-left: 10px;
  padding-right: 10px;
}

h2 .inverted {
  padding-left: 7px;
  padding-right: 7px;
}

h3 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

h4 .inverted {
  padding-left: 4px;
  padding-right: 4px;
}

h5 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

h6 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* Cursor */
.cur-pointer {
  cursor: pointer;
}

/* Font Size */
.text-xs {
  font-size: 1rem;
}

.text-sm {
  font-size: 1.3rem;
}

.text-md {
  font-size: 1.6rem;
}

.text-lg {
  font-size: 1.9rem;
}

.text-xl {
  font-size: 2.2rem;
}

.text-1 {
  font-size: .8em !important;
}

.text-2 {
  font-size: .9em !important;
}

.text-3 {
  font-size: 1em !important;
}

.text-4 {
  font-size: 1.1em !important;
}

.text-5 {
  font-size: 1.50em !important;
}

.text-6 {
  font-size: 1.80em !important;
}

.text-7 {
  font-size: 2em !important;
}

.text-8 {
  font-size: 2.30em !important;
}

.text-9 {
  font-size: 2.50em !important;
}

.text-10 {
  font-size: 2.75em !important;
}

/* Line Height */
.line-height-xs {
  line-height: 16px !important;
}

.line-height-sm {
  line-height: 20px !important;
}

.line-height-md {
  line-height: 24px !important;
}

.line-height-lg {
  line-height: 28px !important;
}

.line-height-xl {
  line-height: 32px !important;
}

/* Outline */
.outline-none {
  outline: 0 !important;
}

/* Text Decoration */
.text-decoration-none {
  text-decoration: none !important;
}

/* Text Transform */
.text-uppercase {
  text-transform: uppercase !important;
}

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

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

/* States */
.text-muted {
  color: #999 !important;
}

html.dark .text-muted {
  color: #505461 !important;
}

/* Colors */
.text-dark {
  color: #171717 !important;
}

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

/* Weights */
.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

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

.font-weight-extra-bold {
  font-weight: 900 !important;
}

/* Borders */
.no-borders {
  border: none !important;
}

.rounded {
  border-radius: 5px !important;
}

.b-thin {
  border-width: 3px !important;
}

.b-normal {
  border-width: 5px !important;
}

.b-thick {
  border-width: 7px !important;
}

/* General Helpers */
.ib {
  display: inline-block;
  vertical-align: top;
}

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

.ws-nowrap {
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}

/* Menu */
ul.nav-main {
  margin-right: 5px;
}

ul.nav-main a {
  text-decoration: none;
}

ul.nav-main > li > a {
  padding: 12px 25px;
}

ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
  background-color: #21262d;
}

ul.nav-main > li.nav-active > a {
  -webkit-box-shadow: 2px 0 0 #CCC inset;
          box-shadow: 2px 0 0 #CCC inset;
}

ul.nav-main > li.nav-active > a:hover {
  color: #abb4be;
}

ul.nav-main > li.nav-active > i {
  color: #CCC;
}

ul.nav-main > li.nav-expanded > a {
  background: #21262d;
}

ul.nav-main li {
  width: 100%;
}

ul.nav-main li a {
  display: block;
  color: #abb4be;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}

ul.nav-main li a span.badge {
  font-weight: normal;
  padding: .3em .7em .4em;
  margin: .4em -1em 0 0;
}

ul.nav-main li a .not-included {
  font-style: normal;
  color: #505b67;
  display: inline-block;
  padding: 0 0 0 6px;
}

ul.nav-main li span {
  vertical-align: middle;
}

ul.nav-main li i {
  font-size: 1.15rem;
  width: 1.1em;
  margin-right: 0.5em;
  text-align: center;
  vertical-align: middle;
}

ul.nav-main li.nav-parent {
  position: relative;
}

ul.nav-main li.nav-parent > a {
  cursor: pointer;
}

ul.nav-main li.nav-parent > a:after {
  font-family: 'FontAwesome';
  content: '\F107';
  color: #abb4be;
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 25px;
}

ul.nav-main li.nav-parent.nav-expanded > a:after {
  content: '\F106';
}

ul.nav-main li.nav-parent.nav-expanded > ul.nav-children {
  display: block;
}

ul.nav-main li .nav-children {
  background: #191c21;
  -webkit-box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
          box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
  display: none;
  padding: 10px 0;
}

ul.nav-main li .nav-children li a {
  padding: 6px 15px 6px 57px;
  overflow: hidden;
}

ul.nav-main li .nav-children li a:hover, ul.nav-main li .nav-children li a:focus {
  background: #191c21;
}

ul.nav-main li .nav-children li a:after {
  padding: 6px 25px;
}

ul.nav-main li .nav-children li.nav-active > a {
  color: #CCC;
}

ul.nav-main li .nav-children .nav-children {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

ul.nav-main li .nav-children .nav-children li a {
  padding: 6px 15px 6px 82px;
}

ul.nav-main li .nav-children .nav-children .nav-children li a {
  padding: 6px 15px 6px 97px;
}

/* Sidebar Light - Menu */
html.sidebar-light:not(.dark) ul.nav-main {
  margin-top: 3px;
}

html.sidebar-light:not(.dark) ul.nav-main li a {
  color: #777;
}

html.sidebar-light:not(.dark) ul.nav-main > li > a:hover, html.sidebar-light:not(.dark) ul.nav-main > li > a:focus {
  background-color: #fafafa;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-expanded > a {
  background: #fafafa;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children {
  background: #F6F6F6;
  -webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1) inset;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:hover, html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:focus {
  background: #F1F1F1;
}

/* Accordion */
.accordion a:hover {
  text-decoration: none !important;
}

.accordion .card {
  margin-top: 5px !important;
}

.accordion .card:first-child {
  margin-top: 0;
}

.accordion .card-title {
  font-size: 16px;
}

.accordion .card-header {
  padding: 0;
  border-radius: 3px !important;
  border-bottom: 0;
}

.accordion .card-header a {
  display: block;
  padding: 10px 20px;
}

.accordion .card-header a:hover, .accordion .card-header a:focus {
  text-decoration: none;
}

.accordion .card-header a [class^="icon-"] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.accordion .card-header a .fa, .accordion .card-header a .icons {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.accordion .card-body {
  border-radius: 0 0 5px 5px;
}

.accordion.accordion-sm .card-header a {
  padding: 5px 15px;
  font-size: 0.9em;
}

.accordion.accordion-sm .card-body {
  font-size: 0.9em;
}

.accordion.accordion-lg .card-header a {
  padding: 15px 15px;
  font-size: 1em;
  font-weight: 600;
}

.accordion.without-bg .card-default {
  background: transparent !important;
}

.accordion.without-bg .card-default > .card-header {
  background: transparent !important;
}

.accordion.without-bg .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion.without-borders .card {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #DDD;
  border-radius: 0;
}

.accordion.without-borders .card-header a {
  padding-left: 0;
  padding-right: 0;
}

.accordion.without-borders .card-body {
  padding: 0;
}

.card-accordion {
  margin-top: 5px !important;
  border: 0 !important;
}

.card-accordion a:hover {
  text-decoration: none !important;
}

.card-accordion.card-accordion-first {
  margin-top: 0 !important;
}

.card-accordion .card-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-accordion .card-title {
  font-size: 1rem;
}

/* Alerts */
.alert-default {
  background-color: #ebebeb;
  border-color: #e3e3e3;
  color: #6c6b6b;
}

.alert-default .alert-link {
  color: #454545;
}

.alert-primary {
  background-color: #CCC;
  border-color: #c4c4c4;
  color: #FFF;
}

.alert-primary .alert-link {
  color: #999999;
}

.alert-dark {
  background-color: #313030;
  border-color: black;
  color: #cac9c9;
}

.alert-dark .alert-link {
  color: #f0f0f0;
}

/* Animations */
.appear-animation {
  opacity: 0;
}

.appear-animation-visible {
  opacity: 1;
}

/* Badges */
.badge-default {
  background: #ebebeb;
  color: #777;
}

.badge-sm {
  font-size: 50%;
}

.badge-primary {
  background: #CCC;
  color: #FFF;
}

.badge-success {
  background: #47a447;
  color: #FFF;
}

.badge-warning {
  background: #ed9c28;
  color: #FFF;
}

.badge-danger {
  background: #d2322d;
  color: #FFF;
}

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

.badge-dark {
  background: #171717;
  color: #FFF;
}

/* Buttons */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn {
  font-size: 0.9rem;
  padding: 0.47rem 0.75rem;
  cursor: pointer;
}

.btn.btn-xs {
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
}

.btn.btn-sm, .btn-group-sm > .btn {
  font-size: 0.8rem;
  padding: 0.3rem 0.65rem;
}

.btn.btn-lg, .btn-group-lg > .btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.btn.btn-xl {
  font-size: 1rem;
  padding: 0.8rem 2rem;
}

/* Icons  */
.btn-icon i {
  margin-right: 10px;
}

.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

/* Colors */
.btn-primary {
  background-color: #CCC;
  border-color: #CCC #CCC #b3b2b2;
  color: #FFF;
}

.btn-primary:hover, .btn-primary.hover {
  background-color: #dfdfdf;
  border-color: #e6e5e5 #e6e5e5 #CCC;
  color: #FFF;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
  color: #FFF;
}

.btn-primary.disabled, .btn-primary.btn:disabled, button.btn-primary:disabled, input.btn-primary:disabled, textarea.btn-primary:disabled, select.btn-primary:disabled, .btn-primary.form-control:disabled, .page-item.disabled .btn-primary.page-link, .btn-primary:disabled {
  background-color: #CCC;
  border-color: #CCC #CCC #b3b2b2;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #b9b9b9;
  background-image: none;
  border-color: #b3b2b2 #b3b2b2 #999999;
}

.show > .btn-primary.dropdown-toggle {
  background-color: #b9b9b9;
  background-image: none;
  border-color: #b3b2b2 #b3b2b2 #999999;
}

.btn-success {
  background-color: #47a447;
  border-color: #47a447 #47a447 #388038;
  color: #FFF;
}

.btn-success:hover, .btn-success.hover {
  background-color: #5ab75a;
  border-color: #63bb63 #63bb63 #47a447;
  color: #FFF;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(71, 164, 71, 0.5);
          box-shadow: 0 0 0 3px rgba(71, 164, 71, 0.5);
  color: #FFF;
}

.btn-success.disabled, .btn-success.btn:disabled, button.btn-success:disabled, input.btn-success:disabled, textarea.btn-success:disabled, select.btn-success:disabled, .btn-success.form-control:disabled, .page-item.disabled .btn-success.page-link, .btn-success:disabled {
  background-color: #47a447;
  border-color: #47a447 #47a447 #388038;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #3b893b;
  background-image: none;
  border-color: #388038 #388038 #285d28;
}

.show > .btn-success.dropdown-toggle {
  background-color: #3b893b;
  background-image: none;
  border-color: #388038 #388038 #285d28;
}

.btn-warning {
  background-color: #ed9c28;
  border-color: #ed9c28 #ed9c28 #d18211;
  color: #FFF;
}

.btn-warning:hover, .btn-warning.hover {
  background-color: #f0ac4b;
  border-color: #f1b257 #f1b257 #ed9c28;
  color: #FFF;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(237, 156, 40, 0.5);
          box-shadow: 0 0 0 3px rgba(237, 156, 40, 0.5);
  color: #FFF;
}

.btn-warning.disabled, .btn-warning.btn:disabled, button.btn-warning:disabled, input.btn-warning:disabled, textarea.btn-warning:disabled, select.btn-warning:disabled, .btn-warning.form-control:disabled, .page-item.disabled .btn-warning.page-link, .btn-warning:disabled {
  background-color: #ed9c28;
  border-color: #ed9c28 #ed9c28 #d18211;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #dc8912;
  background-image: none;
  border-color: #d18211 #d18211 #a1650e;
}

.show > .btn-warning.dropdown-toggle {
  background-color: #dc8912;
  background-image: none;
  border-color: #d18211 #d18211 #a1650e;
}

.btn-danger {
  background-color: #d2322d;
  border-color: #d2322d #d2322d #a82824;
  color: #FFF;
}

.btn-danger:hover, .btn-danger.hover {
  background-color: #d9514d;
  border-color: #db5b57 #db5b57 #d2322d;
  color: #FFF;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(210, 50, 45, 0.5);
          box-shadow: 0 0 0 3px rgba(210, 50, 45, 0.5);
  color: #FFF;
}

.btn-danger.disabled, .btn-danger.btn:disabled, button.btn-danger:disabled, input.btn-danger:disabled, textarea.btn-danger:disabled, select.btn-danger:disabled, .btn-danger.form-control:disabled, .page-item.disabled .btn-danger.page-link, .btn-danger:disabled {
  background-color: #d2322d;
  border-color: #d2322d #d2322d #a82824;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #b32b26;
  background-image: none;
  border-color: #a82824 #a82824 #7e1e1b;
}

.show > .btn-danger.dropdown-toggle {
  background-color: #b32b26;
  background-image: none;
  border-color: #a82824 #a82824 #7e1e1b;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de #5bc0de #31b0d5;
  color: #FFF;
}

.btn-info:hover, .btn-info.hover {
  background-color: #7bcce4;
  border-color: #85d0e7 #85d0e7 #5bc0de;
  color: #FFF;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
  color: #FFF;
}

.btn-info.disabled, .btn-info.btn:disabled, button.btn-info:disabled, input.btn-info:disabled, textarea.btn-info:disabled, select.btn-info:disabled, .btn-info.form-control:disabled, .page-item.disabled .btn-info.page-link, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de #5bc0de #31b0d5;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #3bb4d8;
  background-image: none;
  border-color: #31b0d5 #31b0d5 #2390b0;
}

.show > .btn-info.dropdown-toggle {
  background-color: #3bb4d8;
  background-image: none;
  border-color: #31b0d5 #31b0d5 #2390b0;
}

.btn-dark {
  background-color: #171717;
  border-color: #171717 #171717 black;
  color: #FFF;
}

.btn-dark:hover, .btn-dark.hover {
  background-color: #2a2a2a;
  border-color: #313030 #313030 #171717;
  color: #FFF;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.5);
          box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.5);
  color: #FFF;
}

.btn-dark.disabled, .btn-dark.btn:disabled, button.btn-dark:disabled, input.btn-dark:disabled, textarea.btn-dark:disabled, select.btn-dark:disabled, .btn-dark.form-control:disabled, .page-item.disabled .btn-dark.page-link, .btn-dark:disabled {
  background-color: #171717;
  border-color: #171717 #171717 black;
}

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #040404;
  background-image: none;
  border-color: black black black;
}

.show > .btn-dark.dropdown-toggle {
  background-color: #040404;
  background-image: none;
  border-color: black black black;
}

html {
  /* Buttons - Social */
}

html .btn-facebook, html .btn-facebook:active, html .btn-facebook:hover, html .btn-facebook:focus,
html .btn-twitter,
html .btn-twitter:active,
html .btn-twitter:hover,
html .btn-twitter:focus,
html .btn-gplus,
html .btn-gplus:active,
html .btn-gplus:hover,
html .btn-gplus:focus {
  color: #FFF;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

html .btn-facebook, html .btn-facebook:focus {
  background: #3B5998;
  border: 1px solid #37538D;
}

html .btn-facebook:hover {
  background: #4162a7;
  border-color: #3d5c9c;
}

html .btn-facebook:active {
  background: #37538d;
  border-color: #334d82;
}

html .btn-twitter, html .btn-twitter:focus {
  background: #55ACEE;
  border: 1px solid #47A5ED;
}

html .btn-twitter:hover {
  background: #63b3ef;
  border-color: #55acee;
}

html .btn-twitter:active {
  background: #47a5ed;
  border-color: #399eec;
}

html .btn-gplus, html .btn-gplus:focus {
  background: #D95232;
  border: 1px solid #D44927;
}

html .btn-gplus:hover {
  background: #dc6143;
  border-color: #da5635;
}

html .btn-gplus:active {
  background: #d04727;
  border-color: #c34324;
}

/* Buttons Icon */
.btn-icon i {
  margin-right: 10px;
}

.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

html.dark .btn-default {
  background-color: #282d36;
  border-color: #282d36;
  color: #EEE;
}

html.dark .btn-default:hover {
  background-color: #2a3039;
  border-color: #2a3039;
}

html.dark .btn-default:focus, html.dark .btn-default:active {
  background-color: #242830;
  border-color: #242830;
}

html.dark .btn-default:hover,
html.dark .btn-default:focus,
html.dark .btn-default:active,
html.dark .btn-default.active,
html.dark .show > .dropdown-toggle.btn-default {
  color: #EEE;
  background-color: #242830;
  border-color: #242830;
}

/* Call To Action */
.call-to-action {
  padding: 25px;
  border-radius: 5px;
}

.call-to-action.call-to-action-primary {
  background-color: #CCC;
}

.call-to-action .call-to-action-content {
  text-align: left;
}

.call-to-action .call-to-action-content h2 {
  color: #FFF;
  font-weight: 100;
}

.call-to-action .call-to-action-content p {
  color: #FFF;
  font-size: 16px;
  font-weight: 100;
}

.call-to-action .call-to-action-btn {
  margin-top: 45px;
}

.call-to-action .call-to-action-btn a.btn:not(.btn-primary) {
  border-radius: 6px;
  font-size: 16px;
  padding: 12px 33px;
  margin-right: 15px;
}

.call-to-action .call-to-action-btn > span {
  position: relative;
  color: #FFF;
}

.call-to-action .call-to-action-btn > span .arrow {
  position: absolute;
  top: -55px;
  left: -70px;
}

@media (max-width: 1276px) {
  .call-to-action .call-to-action-btn > span {
    display: none;
  }
}

@media (max-width: 767px) {
  .call-to-action .call-to-action-btn {
    margin-top: 0;
    float: none !important;
  }
}

.call-to-action.call-to-action-grey {
  position: relative;
  background-color: #ecedf0;
}

.call-to-action.call-to-action-grey:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #ecedf0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.call-to-action.call-to-action-grey .call-to-action-content h2 {
  color: #171717;
}

.call-to-action.call-to-action-grey .call-to-action-content p {
  color: #777;
}

.call-to-action.call-to-action-top {
  margin: -40px;
  border-radius: 0;
  padding: 40px 25px;
}

@media (max-width: 767px) {
  .call-to-action.call-to-action-top {
    margin-top: -16px;
  }
}

/* Responsive */
html:not(.sidebar-left-collapsed) {
  /* Boxed Layout */
}

@media (max-width: 1400px) {
  html:not(.sidebar-left-collapsed) .call-to-action .call-to-action-btn > span {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  html:not(.sidebar-left-collapsed) .call-to-action .call-to-action-btn {
    margin-top: 0;
    float: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html:not(.sidebar-left-collapsed) .call-to-action .col-sm-4, html:not(.sidebar-left-collapsed) .call-to-action .col-sm-8, html:not(.sidebar-left-collapsed) .call-to-action .col-sm-3, html:not(.sidebar-left-collapsed) .call-to-action .col-sm-9 {
    width: 100%;
  }
}

html:not(.sidebar-left-collapsed).boxed .call-to-action .call-to-action-btn {
  margin-top: 0;
  float: none !important;
}

html:not(.sidebar-left-collapsed).boxed .call-to-action .call-to-action-btn > span {
  display: none;
}

/* Cards */
.card {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.card + .card {
  margin-top: 2.2rem;
}

.card.card-admin {
  margin-bottom: 3rem;
}

.card-header {
  background: #f6f6f6;
  border-radius: 5px 5px 0 0 !important;
  border-bottom: 1px solid #DADADA;
  padding: 18px;
  position: relative;
}

.card-header.bg-white {
  background: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-primary {
  background: #CCC;
  color: #FFF;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-success {
  background: #47a447;
  color: #FFF;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-warning {
  background: #ed9c28;
  color: #FFF;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-danger {
  background: #d2322d;
  color: #FFF;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-info {
  background: #5bc0de;
  color: #FFF;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-dark {
  background: #171717;
  color: #FFF;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-white {
  background: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-actions {
  right: 15px;
  position: absolute;
  top: 15px;
}

.card-actions a,
.card-actions .card-action {
  background-color: transparent;
  border-radius: 2px;
  color: #B4B4B4;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.card-actions a:hover,
.card-actions .card-action:hover {
  background-color: #eeeeee;
  color: #B4B4B4;
  text-decoration: none;
}

.card-actions a, .card-actions a:focus, .card-actions a:hover, .card-actions a:active, .card-actions a:visited,
.card-actions .card-action,
.card-actions .card-action:focus,
.card-actions .card-action:hover,
.card-actions .card-action:active,
.card-actions .card-action:visited {
  outline: none !important;
  text-decoration: none !important;
}

.card-title {
  color: #33353F;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-transform: none;
  margin: 0;
}

.card-subtitle {
  color: #808697;
  font-size: 12px;
  line-height: 1.2em;
  margin: 7px 0 0;
  padding: 0;
}

.card-body {
  background: #fdfdfd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.card-body-nopadding {
  padding: 0;
}

.card-header + .card-body {
  border-radius: 0 0 5px 5px;
}

.card-footer {
  border-radius: 0 0 5px 5px;
  margin-top: -5px;
  background: #FFF;
}

.card-footer::after {
  clear: both;
  content: "";
  display: table;
}

.card-footer .pager {
  margin: 0;
  padding: 5px 0;
}

.card-footer .pager::after {
  clear: both;
  content: "";
  display: table;
}

.card-footer-btn-group {
  display: table;
  width: 100%;
  padding: 0;
  border-radius: 0 0 5px 5px !important;
  overflow: hidden;
}

.card-footer-btn-group a {
  background-color: #f5f5f5;
  display: table-cell;
  border-left: 1px solid #ddd;
  padding: 10px 15px;
  text-decoration: none;
}

.card-footer-btn-group a:hover {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

.card-footer-btn-group a:first-child {
  border-left: none;
}

.card-body.bg-primary {
  background: #CCC;
  color: #FFF;
}

.card-body.bg-success {
  background: #47a447;
  color: #FFF;
}

.card-body.bg-warning {
  background: #ed9c28;
  color: #FFF;
}

.card-body.bg-danger {
  background: #d2322d;
  color: #FFF;
}

.card-body.bg-info {
  background: #5bc0de;
  color: #FFF;
}

.card-body.bg-dark {
  background: #171717;
  color: #FFF;
}

.card-featured {
  border-top: 3px solid #33353F;
}

.card-featured .card-header {
  border-radius: 0;
}

.card-featured-top {
  border-top: 3px solid #CCC;
}

.card-featured-right {
  border-right: 3px solid #CCC;
}

.card-featured-bottom {
  border-bottom: 3px solid #CCC;
}

.card-featured-left {
  border-left: 3px solid #CCC;
}

.card-featured-primary {
  border-color: #CCC;
}

.card-featured-primary .card-title {
  color: #CCC;
}

.card-featured-success {
  border-color: #47a447;
}

.card-featured-success .card-title {
  color: #47a447;
}

.card-featured-warning {
  border-color: #ed9c28;
}

.card-featured-warning .card-title {
  color: #ed9c28;
}

.card-featured-danger {
  border-color: #d2322d;
}

.card-featured-danger .card-title {
  color: #d2322d;
}

.card-featured-info {
  border-color: #5bc0de;
}

.card-featured-info .card-title {
  color: #5bc0de;
}

.card-featured-dark {
  border-color: #171717;
}

.card-featured-dark .card-title {
  color: #171717;
}

.card-highlight .card-header {
  background-color: #CCC;
  border-color: #CCC;
  color: #fff;
}

.card-highlight .card-title {
  color: #fff;
}

.card-highlight .card-subtitle {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}

.card-highlight .card-actions a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.card-highlight .card-body {
  background-color: #CCC;
  color: #fff;
}

.card-highlight-title .card-header {
  background-color: #2BAAB1;
}

.card-highlight-title .card-title {
  color: #fff;
}

.card-highlight-title .card-subtitle {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}

.card-highlight-title .card-actions a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.card-header-icon {
  margin: 0 auto;
  font-size: 2.8rem;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 55px;
}

.card-header-icon.bg-primary {
  background: #CCC;
  color: #FFF;
}

.card-header-icon.bg-success {
  background: #47a447;
  color: #FFF;
}

.card-header-icon.bg-warning {
  background: #ed9c28;
  color: #FFF;
}

.card-header-icon.bg-danger {
  background: #d2322d;
  color: #FFF;
}

.card-header-icon.bg-info {
  background: #5bc0de;
  color: #FFF;
}

.card-header-icon.bg-dark {
  background: #171717;
  color: #FFF;
}

.card-header-profile-picture img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 50px;
}

.card-icon {
  color: #fff;
  font-size: 42px;
  float: left;
}

.card-icon ~ .card-title,
.card-icon ~ .card-subtitle {
  margin-left: 64px;
}

/* Dark - Cards */
html.dark .card-header {
  background: #282d36;
  border-bottom-color: #1d2127;
}

html.dark .card-actions a:hover {
  background-color: #242830;
}

html.dark .card-body {
  background: #2e353e;
}

html.dark .card-footer {
  background: #242830;
  border-top-color: #191c21;
}

html .card-primary .card-header {
  background: #CCC;
}

html .card-primary .card-subtitle {
  opacity: 0.8;
  color: #FFF;
}

html .card-primary .card-title {
  color: #FFF;
}

html .card-primary .card-actions a {
  background-color: transparent !important;
  color: #FFF;
}

html .card-success .card-header {
  background: #47a447;
}

html .card-success .card-subtitle {
  opacity: 0.8;
  color: #FFF;
}

html .card-success .card-title {
  color: #FFF;
}

html .card-success .card-actions a {
  background-color: transparent !important;
  color: #FFF;
}

html .card-warning .card-header {
  background: #ed9c28;
}

html .card-warning .card-subtitle {
  opacity: 0.8;
  color: #FFF;
}

html .card-warning .card-title {
  color: #FFF;
}

html .card-warning .card-actions a {
  background-color: transparent !important;
  color: #FFF;
}

html .card-danger .card-header {
  background: #d2322d;
}

html .card-danger .card-subtitle {
  opacity: 0.8;
  color: #FFF;
}

html .card-danger .card-title {
  color: #FFF;
}

html .card-danger .card-actions a {
  background-color: transparent !important;
  color: #FFF;
}

html .card-info .card-header {
  background: #5bc0de;
}

html .card-info .card-subtitle {
  opacity: 0.8;
  color: #FFF;
}

html .card-info .card-title {
  color: #FFF;
}

html .card-info .card-actions a {
  background-color: transparent !important;
  color: #FFF;
}

html .card-dark .card-header {
  background: #171717;
}

html .card-dark .card-subtitle {
  opacity: 0.8;
  color: #FFF;
}

html .card-dark .card-title {
  color: #FFF;
}

html .card-dark .card-actions a {
  background-color: transparent !important;
  color: #FFF;
}

html .card-transparent > .card-header {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

html .card-transparent > .card-header .card-actions {
  right: 0;
}

html .card-transparent > .card-header + .card-body {
  border-radius: 5px;
}

html .card-transparent > .card-body {
  padding: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html .card .card-header-transparent {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

html .card .card-header-transparent .card-actions {
  right: 0;
}

html .card .card-header-transparent + .card-body {
  border-radius: 5px;
}

.card-horizontal {
  display: table;
  width: 100%;
}

.card-horizontal .card-header,
.card-horizontal .card-body,
.card-horizontal .card-footer {
  display: table-cell;
  vertical-align: middle;
}

.card-horizontal .card-header {
  border-radius: 5px 0 0 5px !important;
}

.card-horizontal .card-header + .card-body {
  border-radius: 0 5px 5px 0 !important;
}

.card-horizontal .card-footer {
  border-radius: 0 5px 5px 0 !important;
  margin-top: 0;
}

.card-action-toggle,
.card-action-dismiss {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-action-toggle:before {
  content: "\F0D7";
}

.card-collapsed .card-action-toggle:before {
  content: "\F0D8";
}

.card-action-dismiss:before {
  content: "\F00D";
}

.card-collapsed .card-body,
.card-collapsed .card-footer {
  display: none;
}

html .card-primary .card-actions a,
html .card-primary .card-title {
  color: #FFF;
}

html .card-secondary .card-actions a,
html .card-secondary .card-title {
  color: #FFF;
}

html .card-tertiary .card-actions a,
html .card-tertiary .card-title {
  color: #FFF;
}

html .card-quaternary .card-actions a,
html .card-quaternary .card-title {
  color: #FFF;
}

html .card-success .card-actions a,
html .card-success .card-title {
  color: #FFF;
}

html .card-warning .card-actions a,
html .card-warning .card-title {
  color: #FFF;
}

html .card-danger .card-actions a,
html .card-danger .card-title {
  color: #FFF;
}

html .card-info .card-actions a,
html .card-info .card-title {
  color: #FFF;
}

html .card-dark .card-actions a,
html .card-dark .card-title {
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .card-actions {
    float: none;
    margin-bottom: 15px;
    position: static;
    text-align: right;
  }
  .card-actions a {
    vertical-align: top;
  }
}

@media (min-width: 576px) {
  .card-group .card + .card {
    border-left: 1px solid #DDD;
  }
}

/* Owl Carousel */
.owl-carousel {
  margin-bottom: 20px;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: unset;
          transform-style: unset;
}

.owl-carousel .thumbnail {
  margin-right: 1px;
}

.owl-carousel .item-video {
  height: 300px;
}

.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  margin-top: -20px;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -18px;
}

.owl-carousel .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  content: "\F053";
  position: relative;
  left: -1px;
  top: 1px;
}

.owl-carousel .owl-nav .owl-next {
  right: -18px;
}

.owl-carousel .owl-nav .owl-next:before {
  font-family: FontAwesome;
  content: "\F054";
  position: relative;
  left: 2px;
  top: 1px;
}

/* Responsive */
@media (max-width: 575px) {
  .owl-carousel-spaced {
    margin-left: 0;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .carousel-areas .owl-carousel .owl-nav {
    display: none;
  }
}

/* Charts */
.chart {
  width: 100%;
}

.chart.chart-xs {
  height: 150px;
}

.chart.chart-sm {
  height: 184px;
}

.chart.chart-md {
  height: 350px;
}

.chart.chart-lg {
  height: 500px;
}

#flotTip {
  padding: 4px 8px;
  background-color: #000;
  z-index: 100;
  color: #FFF;
  opacity: .7;
  font-size: 11px;
  border-radius: 5px;
}

.jqstooltip {
  min-width: 30px;
  min-height: 25px;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
}

.circular-bar {
  margin: 25px 0;
}

.circular-bar .circular-bar-chart {
  position: relative;
}

.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar.circular-bar-xs {
  width: 50px;
}

.circular-bar.circular-bar-xs strong {
  display: none;
}

.circular-bar.circular-bar-xs label {
  font-size: 11px;
  left: 0;
  text-align: center;
  top: 28%;
  width: 100%;
}

.gauge-chart {
  margin: 25px 0;
}

.gauge-chart strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.gauge-chart label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
}

.small-chart-wrapper {
  display: inline-block;
  margin: 10px 15px;
  width: 100%;
}

.small-chart-wrapper .small-chart {
  display: inline-block;
  float: left;
  margin-bottom: 8px;
  min-width: 80px;
}

.small-chart-wrapper .small-chart-info {
  display: inline-block;
  padding: 0 0 0 10px;
}

.small-chart-wrapper .small-chart-info label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #a0a0a0;
  padding: 0;
  margin: 0;
  line-height: 15px;
}

.small-chart-wrapper .small-chart-info strong {
  display: block;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 15px;
}

.small-chart-wrapper + .small-chart-wrapper {
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .small-chart-wrapper {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .small-chart-wrapper .small-chart {
    width: 100%;
    text-align: center;
  }
  .small-chart-wrapper .small-chart-info {
    padding-left: 0;
  }
}

.liquid-meter {
  position: relative;
  max-height: 200px;
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50%;
}

.liquid-meter meter {
  display: none;
}

.liquid-meter.liquid-meter-loaded {
  width: auto;
  padding-bottom: 0;
}

.liquid-meter.liquid-meter-loaded:before {
  display: none;
}

.liquid-meter-wrapper.liquid-meter-xs .liquid-meter {
  max-height: 120px;
  max-width: 120px;
}

.liquid-meter-wrapper.liquid-meter-sm .liquid-meter {
  max-height: 150px;
  max-width: 150px;
}

.liquid-meter-wrapper.liquid-meter-md .liquid-meter {
  max-height: 200px;
  max-width: 200px;
}

.liquid-meter-wrapper.liquid-meter-lg .liquid-meter {
  max-height: 230px;
  max-width: 230px;
}

.liquid-meter-wrapper .liquid-meter-selector {
  margin-top: 3px;
}

.liquid-meter-wrapper .liquid-meter-selector a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #9b9b9b;
  border-right: 1px solid #e4e4e4;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
  color: #CCC;
}

.liquid-meter-wrapper .liquid-meter-selector a:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.chart-data-selector {
  visibility: hidden;
  max-height: 255px;
  padding: 6px;
}

.chart-data-selector h2 {
  color: #33353F;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: -1px;
}

.chart-data-selector h2 .multiselect {
  background: #f6f6f6;
  border: 0 none;
  font-size: 18px;
  font-weight: 600;
  margin: -4px 0 0 4px !important;
  padding: 3px 12px 3px 8px;
}

.chart-data-selector h2 .multiselect:hover, .chart-data-selector h2 .multiselect:focus, .chart-data-selector h2 .multiselect:active {
  text-decoration: none;
}

.chart-data-selector h2 .multiselect-container {
  margin: 0 0 0 4px;
  min-width: 120%;
}

.chart-data-selector .chart-data-selector-items {
  position: relative;
  overflow: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-active {
  visibility: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-hidden {
  visibility: hidden;
}

.chart-data-selector.ready {
  max-height: none;
  visibility: visible;
}

.chart-data-selector.ready .chart-active {
  visibility: visible;
  position: relative;
  z-index: 2;
}

.chart-data-selector.ready .chart-hidden {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: -9999px;
}

.ct-chart .ct-label,
.ct-chart .ct-label.ct-horizontal,
.ct-chart .ct-label.ct-vertical {
  font-size: 0.75rem;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
  stroke: #CCC;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
  fill: #CCC;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
  stroke: #a6a6a6;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
  fill: #a6a6a6;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice.ct-donut {
  stroke: #E36159;
}

.ct-chart .ct-series.ct-series-c .ct-area,
.ct-chart .ct-series.ct-series-c .ct-slice:not(.ct-donut) {
  fill: #E36159;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice.ct-donut {
  stroke: #cd2c23;
}

.ct-chart .ct-series.ct-series-d .ct-area,
.ct-chart .ct-series.ct-series-d .ct-slice:not(.ct-donut) {
  fill: #cd2c23;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice.ct-donut {
  stroke: #2BAAB1;
}

.ct-chart .ct-series.ct-series-e .ct-area,
.ct-chart .ct-series.ct-series-e .ct-slice:not(.ct-donut) {
  fill: #2BAAB1;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice.ct-donut {
  stroke: #1c6f73;
}

.ct-chart .ct-series.ct-series-f .ct-area,
.ct-chart .ct-series.ct-series-f .ct-slice:not(.ct-donut) {
  fill: #1c6f73;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice.ct-donut {
  stroke: #734BA9;
}

.ct-chart .ct-series.ct-series-g .ct-area,
.ct-chart .ct-series.ct-series-g .ct-slice:not(.ct-donut) {
  fill: #734BA9;
}

.ct-chart .ct-series.ct-series-h .ct-bar,
.ct-chart .ct-series.ct-series-h .ct-line,
.ct-chart .ct-series.ct-series-h .ct-point,
.ct-chart .ct-series.ct-series-h .ct-slice.ct-donut {
  stroke: #4f3374;
}

.ct-chart .ct-series.ct-series-h .ct-area,
.ct-chart .ct-series.ct-series-h .ct-slice:not(.ct-donut) {
  fill: #4f3374;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
  stroke: #a6a6a6;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
  fill: #a6a6a6;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
  stroke: #f2f2f2;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
  fill: #f2f2f2;
}

.ct-chart .ct-series.ct-series-k .ct-bar,
.ct-chart .ct-series.ct-series-k .ct-line,
.ct-chart .ct-series.ct-series-k .ct-point,
.ct-chart .ct-series.ct-series-k .ct-slice.ct-donut {
  stroke: #ee9f9a;
}

.ct-chart .ct-series.ct-series-k .ct-area,
.ct-chart .ct-series.ct-series-k .ct-slice:not(.ct-donut) {
  fill: #ee9f9a;
}

.ct-chart .ct-series.ct-series-l .ct-bar,
.ct-chart .ct-series.ct-series-l .ct-line,
.ct-chart .ct-series.ct-series-l .ct-point,
.ct-chart .ct-series.ct-series-l .ct-slice.ct-donut {
  stroke: #53ced5;
}

.ct-chart .ct-series.ct-series-l .ct-area,
.ct-chart .ct-series.ct-series-l .ct-slice:not(.ct-donut) {
  fill: #53ced5;
}

.ct-chart .ct-series.ct-series-m .ct-bar,
.ct-chart .ct-series.ct-series-m .ct-line,
.ct-chart .ct-series.ct-series-m .ct-point,
.ct-chart .ct-series.ct-series-m .ct-slice.ct-donut {
  stroke: #9b7cc5;
}

.ct-chart .ct-series.ct-series-m .ct-area,
.ct-chart .ct-series.ct-series-m .ct-slice:not(.ct-donut) {
  fill: #9b7cc5;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
  stroke: #737373;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
  fill: #737373;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
  stroke: white;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
  fill: white;
}

.ct-chart .tooltip {
  opacity: 1;
  position: absolute;
  display: inline-block;
  min-width: 115px;
  padding: 8px;
  background: #CCC;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}

.ct-chart .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #CCC;
}

html.dark .chart-data-selector h2 .multiselect {
  background-color: #282d36;
}

/* CodeMirror */
html.dark .CodeMirror pre {
  background: transparent;
  border: none;
}

/* Colorpicker */
html.dark .colorpicker {
  background-color: #282d36;
}

html.dark .colorpicker:before {
  border-bottom-color: #1d2127;
}

html.dark .colorpicker:after {
  border-bottom-color: #282d36;
}

/* Data Tables */
.dataTables_wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

.dataTables_wrapper .DTTT_container {
  margin-bottom: 5px;
}

.dataTables_wrapper .DTTT_container .btn-group {
  display: inline-block !important;
}

.dataTables_wrapper .DTTT_container .btn {
  margin-left: 5px;
}

.dataTables_wrapper .datatables-header {
  margin-bottom: 15px;
}

.dataTables_wrapper .datatables-header label {
  font-weight: normal;
  margin: 0;
}

.dataTables_wrapper table thead th {
  padding-right: 21px !important;
}

.dataTables_wrapper table.dataTable {
  border-collapse: collapse !important;
  margin: 0 !important;
  width: 100% !important;
}

.dataTables_wrapper div.dataTables_info {
  font-size: 0.7rem;
}

.dataTables_wrapper .pagination {
  margin-top: 20px !important;
}

.dataTables_wrapper .select2-container {
  display: inline-block;
  margin-right: 10px;
  width: 75px;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
  }
  .dataTables_wrapper .dataTables_length label {
    float: none;
    width: 100%;
  }
}

/* Filter */
.dataTables_wrapper .dataTables_filter label {
  width: 50%;
}

.dataTables_wrapper .dataTables_filter input {
  width: 100% !important;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_filter label {
    width: 100% !important;
  }
}

/* Empty Row */
.dataTables_wrapper .dataTables_empty {
  padding: 50px 0;
  text-align: center;
}

.dataTables_processing {
  background: #CCC;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
  color: #FFF;
  left: 50%;
  margin-left: -36px;
  padding: 5px 10px;
  position: absolute;
  top: 3px;
}

@media only screen and (max-width: 991px) {
  .dataTables_processing {
    left: auto;
    margin-left: 0;
    right: 0;
  }
}

.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .card {
  background: #FFF !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
}

.DTTT_Print .dataTables_wrapper .DTTT.btn-group {
  display: none !important;
}

.DTTT_Print .DTTT_print_info {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  left: 0;
  height: 100px;
  line-height: 100px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  top: 0;
  width: 100%;
}

/* Dark Fixes */
html.dark div.DTTT_container .btn {
  color: #EEE !important;
}

/* Datepicker - Base */
.datepicker {
  padding: 10px;
  margin: 0 auto;
  line-height: 1.1em;
}

.datepicker.datepicker-inline {
  line-height: 1.7em;
  width: 100%;
}

.datepicker table {
  width: 100%;
}

.datepicker table tr td {
  border-radius: 0;
}

.datepicker table thead tr th {
  cursor: pointer;
  font-size: 0.8rem;
  text-align: center;
  font-weight: normal;
}

.datepicker table thead tr th.prev {
  content: '\F0D9';
  font-family: FontAwesome;
}

.datepicker table thead tr th.next {
  content: '\F0DA';
  font-family: FontAwesome;
}

.datepicker table thead tr th:hover {
  color: #FFF;
}

.datepicker table td {
  text-align: center;
  font-size: 0.75rem;
}

.datepicker table td.day {
  -webkit-transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
  transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
  cursor: pointer;
}

/* Datepicker - Skin Default */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
  background: #CCC;
  color: #FFF;
}

.datepicker table tbody tr td span.old,
.datepicker table tbody tr td span.new {
  color: #CCC;
}

.datepicker table tbody tr td span.old:hover,
.datepicker table tbody tr td span.new:hover {
  color: #FFF;
}

.datepicker table tbody tr td.day:hover {
  background: #CCC;
  color: #FFF;
}

.datepicker table tbody tr td.day.active {
  background: #b3b2b2;
  color: #FFF;
}

.datepicker table tbody tr td.day.new {
  color: #777;
}

.datepicker table tbody tr td.day.new:hover {
  color: #FFF;
}

/* Datepicker - Skin Dark */
html:not(.sidebar-light) .datepicker.datepicker-dark {
  background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.datepicker-switch {
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.dow {
  color: #777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new {
  color: #444;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old:hover,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new:hover {
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day {
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
  background: #CCC;
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
  background: #b3b2b2;
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new {
  color: #777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new:hover {
  color: #FFF;
}

/* Datepicker - Skin Primary */
.datepicker.datepicker-primary {
  min-width: 255px;
}

.datepicker.datepicker-primary.datepicker-inline {
  background: #fff;
  border: 1px solid #eee;
}

.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #CCC;
  color: #FFF;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #b3b2b2;
}

.datepicker.datepicker-primary table thead tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
}

.datepicker.datepicker-primary table thead tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
}

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #d9d9d9;
  color: #FFF;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #CCC;
}

.datepicker.datepicker-primary table thead tr th {
  border-radius: 0;
}

.input-daterange .input-group-addon {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  margin-left: 0;
  margin-right: 0;
}

.input-daterange .input-group-addon:first-child {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 0;
}

html.dark .input-daterange .input-group-addon {
  text-shadow: none;
}

html.dark .datepicker-dropdown {
  color: #EEE;
  background-color: #282d36;
}

html.dark .datepicker-dropdown:after {
  border-bottom-color: #282d36;
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:after {
  border-top-color: #282d36;
}

html.dark .datepicker.datepicker-primary {
  border-color: #282d36;
  background: #282d36;
}

/* Dividers */
hr {
  border: 0;
  height: 1px;
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  margin: 22px 0 22px 0;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

hr.dotted {
  height: 0;
  border-bottom: 1px dotted #ddd;
}

hr.solid {
  height: 0;
  border-bottom: 1px solid #ddd;
}

/* Dropdown Menu */
.dropdown-menu .dropdown-item {
  font-size: 0.9rem;
}

/* Dropzone */
.dropzone {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  min-height: 122px;
  padding: 23px;
}

.dropzone .dz-default span {
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}

.dropzone:hover .dz-default span {
  color: rgba(0, 0, 0, 0.3);
}

html.dark .dropzone .dz-default span {
  color: rgba(255, 255, 255, 0.2);
}

html.dark .dropzone:hover .dz-default span {
  color: rgba(255, 255, 255, 0.3);
}

/* Errors */
.body-error {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.body-error.error-outside {
  display: table;
  height: 100vh;
}

.body-error.error-outside .center-error {
  display: table-cell;
  vertical-align: middle;
}

.body-error.error-inside {
  margin-top: 150px;
}

/* Error Pages - header */
.body-error .error-header {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.body-error .error-header .form {
  margin-top: 12px;
}

/* Error Pages - typo */
.body-error .error-code {
  font-size: 10rem;
  line-height: 10rem;
  letter-spacing: -10px;
}

.body-error .error-explanation {
  font-size: 1.2rem;
  line-height: 3.6rem;
  margin-top: 25px;
}

/* Error Pages - Responsive */
@media only screen and (max-width: 1150px) {
  .body-error.error-inside {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .body-error.error-inside .error-code {
    font-size: 10rem;
    line-height: 10rem;
    letter-spacing: -7px;
  }
  .body-error.error-inside .error-explanation {
    font-size: 1rem;
    line-height: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .body-error .error-code {
    font-size: 9rem;
    line-height: 9rem;
    letter-spacing: -7px;
  }
  .body-error .error-explanation {
    font-size: 0.9rem;
    line-height: 2.8rem;
  }
  .body-error.error-outside {
    height: auto;
    padding: 20px;
  }
}

/* File Upload */
.fileupload .uneditable-input .fa {
  position: absolute;
  top: 12px;
  left: 26px;
}

.fileupload .uneditable-input .fileupload-preview {
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 0 0 0 17px;
  text-overflow: ellipsis;
  width: 100%;
}

.fileupload .btn {
  border-radius: 0;
}

@media only screen and (max-width: 479px) {
  .fileupload .uneditable-input {
    width: 170px;
  }
}

/* Forms */
form label {
  font-weight: normal;
}

textarea {
  resize: vertical;
}

select {
  border: 1px solid #E5E7E9;
  border-radius: 6px;
  outline: none;
}

.label {
  font-weight: normal;
}

.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.form-control:not(.form-control-lg):not(.input-group-lg > .form-control):not(
.input-group-lg > .input-group-prepend > .input-group-text):not(
.input-group-lg > .input-group-append > .input-group-text):not(
.input-group-lg > .input-group-prepend > .btn):not(
.input-group-lg > .input-group-append > .btn) {
  font-size: 0.75rem;
  line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.input-group-sm > .form-control):not(
.input-group-sm > .input-group-prepend > .input-group-text):not(
.input-group-sm > .input-group-append > .input-group-text):not(
.input-group-sm > .input-group-prepend > .btn):not(
.input-group-sm > .input-group-append > .btn):not(.form-control-lg):not(.input-group-lg > .form-control):not(
.input-group-lg > .input-group-prepend > .input-group-text):not(
.input-group-lg > .input-group-append > .input-group-text):not(
.input-group-lg > .input-group-prepend > .btn):not(
.input-group-lg > .input-group-append > .btn) {
  font-size: 0.85rem;
  line-height: 1.85;
  min-height: 2.4rem;
}

.form-control.form-control-focused {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

.form-control:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

.form-control.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 0.75rem;
}

/* Form - iOS Override */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

.multiselect-container {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.multiselect-container > li > a > label {
  padding: 5px 20px 5px 12px;
  font-size: 0.8rem;
}

.multiselect-container > li > a > label input {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.multiselect-container > li.active > a > label {
  color: #FFF;
}

.multiselect-container > li.multiselect-group label {
  font-size: 0.8rem;
  padding: 5px 20px 5px 12px;
}

.multiselect-container .input-group input {
  max-width: 78%;
}

html.dark .form-control {
  background-color: #282d36;
  border-color: #282d36;
  color: #EEE;
}

html.dark .form-control[disabled],
html.dark .form-control[readonly],
html.dark fieldset[disabled] .form-control {
  background-color: #21262d;
}

html.dark .input-group-addon {
  background-color: #21262d;
  border-color: #21262d;
  color: #EEE;
}

/* Form - Bootstrap Override */
.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
  line-height: 1.334;
}

.input-group-btn .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

select.form-control-sm, .input-group-sm > select.form-control,
.input-group-sm > .input-group-prepend > select.input-group-text,
.input-group-sm > .input-group-append > select.input-group-text,
.input-group-sm > .input-group-prepend > select.btn,
.input-group-sm > .input-group-append > select.btn, select.form-control-lg, .input-group-lg > select.form-control,
.input-group-lg > .input-group-prepend > select.input-group-text,
.input-group-lg > .input-group-append > select.input-group-text,
.input-group-lg > .input-group-prepend > select.btn,
.input-group-lg > .input-group-append > select.btn {
  line-height: 1;
  height: auto !important;
}

.bootstrap-timepicker-widget input {
  border: 0;
}

.bootstrap-timepicker-widget table td input {
  width: 40px;
}

.fileupload .btn {
  line-height: 20px;
  margin-left: -5px;
}

/* Form - Custom Fields */
.required {
  display: inline-block;
  color: #d2322d;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: -0.2em;
}

label.error {
  color: #B94A48;
  margin-top: 2px;
}

/* Form - Group Override */
.form-group:after {
  clear: both;
  display: block;
  content: '';
}

.form-group:last-child, .form-group:last-of-type {
  margin-bottom: 0;
}

/* Form - Bordered */
.form-bordered .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form-bordered .form-group:last-child, .form-bordered .form-group:last-of-type {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/* Dark - Form - Bordered */
html.dark .form-bordered .form-group {
  border-bottom: 1px solid #242830;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* Form - Vertical Group / Stacked */
.form-group-vertical {
  position: relative;
  white-space: nowrap;
}

.form-group-vertical .form-control {
  border-radius: 0;
  margin-top: -1px;
  z-index: 1;
}

.form-group-vertical .form-control:first-child, .form-group-vertical .form-control:first-of-type {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .form-control:last-child, .form-group-vertical .form-control:last-of-type {
  border-radius: 0 0 4px 4px;
}

.form-group-vertical .form-control:focus {
  position: relative;
  z-index: 2;
}

.form-group-vertical .input-group {
  margin-top: -1px;
}

.form-group-vertical .input-group .form-control {
  margin-top: 0;
}

.form-group-vertical .input-group:first-child .input-group-addon, .form-group-vertical .input-group:first-of-type .input-group-addon {
  border-radius: 4px 0 0 0;
}

.form-group-vertical .input-group:first-child .form-control, .form-group-vertical .input-group:first-of-type .form-control {
  border-radius: 0 4px 0 0;
}

.form-group-vertical .input-group:last-child .input-group-addon, .form-group-vertical .input-group:last-of-type .input-group-addon {
  border-radius: 0 0 0 4px;
}

.form-group-vertical .input-group:last-child .form-control, .form-group-vertical .input-group:last-of-type .form-control {
  border-radius: 0 0 4px 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .input-group-addon, .form-group-vertical .input-group.input-group-icon:first-of-type .input-group-addon {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .form-control, .form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:last-child .input-group-addon, .form-group-vertical .input-group.input-group-icon:last-of-type .input-group-addon {
  border-radius: 0 0 4px 4px;
}

.form-group-vertical .input-group.input-group-icon:last-child .form-control, .form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
  border-radius: 0 0 4px 4px;
}

/* Form - Input Override */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  border-radius: 4px;
}

/* Form - Input Icon */
.input-group-icon,
.input-search {
  width: 100%;
  table-layout: fixed;
}

.input-group-icon input.form-control,
.input-search input.form-control {
  padding-right: 36px;
}

.input-group-icon input.form-control:first-child, .input-group-icon input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child {
  border-radius: 4px;
}

.input-group-icon .input-group-btn,
.input-search .input-group-btn {
  border-radius: 500px;
  width: 0;
}

.input-group-icon .input-group-btn:first-child, .input-group-icon .input-group-btn:last-child,
.input-search .input-group-btn:first-child,
.input-search .input-group-btn:last-child {
  border-radius: 500px;
}

.input-group-icon .input-group-btn button,
.input-search .input-group-btn button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  z-index: 3;
  background: transparent;
}

.input-group-icon .input-group-btn button:active,
.input-search .input-group-btn button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-icon .input-group-btn:last-child button,
.input-search .input-group-btn:last-child button {
  left: auto;
  right: 0;
  top: -2px;
  z-index: 100;
}

.input-group-icon .input-group-btn + input.form-control,
.input-search .input-group-btn + input.form-control {
  padding-right: 12px;
  padding-left: 36px;
}

.input-group-icon .input-group-addon,
.input-search .input-group-addon {
  position: relative;
  padding: 0;
  border: 0 none;
  width: 0;
}

.input-group-icon .input-group-addon span.icon,
.input-search .input-group-addon span.icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
  z-index: 4;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 12px;
  background: transparent;
  line-height: 1.42857143;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: none;
}

.input-group-icon .input-group-addon span.icon.icon-lg,
.input-search .input-group-addon span.icon.icon-lg {
  padding: 10px 14px;
  font-size: 18px;
}

.input-group-icon .input-group-addon:last-child span.icon,
.input-search .input-group-addon:last-child span.icon {
  left: auto;
  right: 0;
}

.input-group-icon .input-group-addon + input.form-control,
.input-search .input-group-addon + input.form-control {
  padding-right: 12px;
  padding-left: 36px;
}

/* Form - Input Search */
.input-search {
  width: 100%;
}

.input-search input.form-control:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-search .input-group-btn {
  color: #ccc;
}

.input-search .input-group-btn .btn {
  padding-left: 15px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.input-search .input-group-btn .btn-default {
  color: #ccc;
}

/* Dark */
.input-search {
  width: 100%;
}

.input-search input.form-control:focus {
  border-color: #1d2127;
}

.input-search .input-group-btn .btn {
  background: transparent !important;
}

/* Form - Round Input */
input.input-rounded {
  border-radius: 500px;
}

.input-group-rounded input.form-control,
.input-search input.form-control {
  border-radius: 500px;
}

.input-group-rounded input.form-control:first-child, .input-group-rounded input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child {
  border-radius: 500px;
}

.input-group-rounded .input-group-addon:first-child,
.input-search .input-group-addon:first-child {
  border-radius: 500px 0 0 500px;
}

.input-group-rounded .input-group-addon:last-child,
.input-search .input-group-addon:last-child {
  border-radius: 0 500px 500px 0;
}

/* Form - Custom Checkbox */
.checkbox-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}

.checkbox-custom.checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
  margin-top: 7px;
  padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
  margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
  position: absolute;
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\F00C';
  top: 50%;
  left: 4px;
  margin-top: -5px;
  font-size: 11px;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333;
}

.checkbox-custom input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
  background-color: #eee;
}

.checkbox-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
}

.checkbox-custom label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #bbb;
  background: #fff;
}

.checkbox-custom label + label.error {
  display: block;
}

html.dark .checkbox-custom label:before {
  background: #282d36;
  border-color: #21262d;
}

html.dark .checkbox-custom input[type="checkbox"]:checked + label:after {
  color: #fff;
}

html.dark .checkbox-custom input[type="checkbox"]:disabled + label:before {
  background: #242830;
  border-color: #242830;
}

html.dark .checkbox-primary input[type="checkbox"]:checked + label:after,
.checkbox-primary input[type="checkbox"]:checked + label:after {
  color: #fff;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
  background: #CCC;
  border-color: #bfbfbf;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
  color: #CCC;
}

html.dark .checkbox-success input[type="checkbox"]:checked + label:after,
.checkbox-success input[type="checkbox"]:checked + label:after {
  color: #fff;
}

html.dark .checkbox-success label:before,
.checkbox-success label:before {
  background: #47a447;
  border-color: #3f923f;
}

html.dark .checkbox-text-success input[type="checkbox"]:checked + label:after,
.checkbox-text-success input[type="checkbox"]:checked + label:after {
  color: #47a447;
}

html.dark .checkbox-warning input[type="checkbox"]:checked + label:after,
.checkbox-warning input[type="checkbox"]:checked + label:after {
  color: #fff;
}

html.dark .checkbox-warning label:before,
.checkbox-warning label:before {
  background: #ed9c28;
  border-color: #e89113;
}

html.dark .checkbox-text-warning input[type="checkbox"]:checked + label:after,
.checkbox-text-warning input[type="checkbox"]:checked + label:after {
  color: #ed9c28;
}

html.dark .checkbox-danger input[type="checkbox"]:checked + label:after,
.checkbox-danger input[type="checkbox"]:checked + label:after {
  color: #fff;
}

html.dark .checkbox-danger label:before,
.checkbox-danger label:before {
  background: #d2322d;
  border-color: #bd2d29;
}

html.dark .checkbox-text-danger input[type="checkbox"]:checked + label:after,
.checkbox-text-danger input[type="checkbox"]:checked + label:after {
  color: #d2322d;
}

html.dark .checkbox-info input[type="checkbox"]:checked + label:after,
.checkbox-info input[type="checkbox"]:checked + label:after {
  color: #fff;
}

html.dark .checkbox-info label:before,
.checkbox-info label:before {
  background: #5bc0de;
  border-color: #46b8da;
}

html.dark .checkbox-text-info input[type="checkbox"]:checked + label:after,
.checkbox-text-info input[type="checkbox"]:checked + label:after {
  color: #5bc0de;
}

html.dark .checkbox-dark input[type="checkbox"]:checked + label:after,
.checkbox-dark input[type="checkbox"]:checked + label:after {
  color: #fff;
}

html.dark .checkbox-dark label:before,
.checkbox-dark label:before {
  background: #171717;
  border-color: #0a0a0a;
}

html.dark .checkbox-text-dark input[type="checkbox"]:checked + label:after,
.checkbox-text-dark input[type="checkbox"]:checked + label:after {
  color: #171717;
}

/* Form - Custom Radio */
.radio-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}

.radio-custom.radio-inline {
  display: inline-block;
  vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
  margin-top: 7px;
  padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
  margin-bottom: 0;
}

.radio-custom input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 10px;
  height: 10px;
  background-color: #444;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 1px #444;
  box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
  cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
  color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
  cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
  background-color: #eee;
}

.radio-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
}

.radio-custom label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #bbb;
  background: #fff;
}

.radio-custom label + label.error {
  display: block;
}

html.dark .radio-custom label:before {
  background: #282d36;
  border-color: #21262d;
}

html.dark .radio-custom input[type="radio"]:checked + label:after {
  background-color: #fff;
}

html.dark .radio-custom input[type="radio"]:disabled + label:before {
  background: #242830;
  border-color: #242830;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
  background: #CCC;
  -webkit-box-shadow: 0px 0px 1px #CCC;
  box-shadow: 0px 0px 1px #CCC;
}

html.dark .radio-success input[type="radio"]:checked + label:after,
.radio-success input[type="radio"]:checked + label:after {
  background: #47a447;
  -webkit-box-shadow: 0px 0px 1px #47a447;
  box-shadow: 0px 0px 1px #47a447;
}

html.dark .radio-warning input[type="radio"]:checked + label:after,
.radio-warning input[type="radio"]:checked + label:after {
  background: #ed9c28;
  -webkit-box-shadow: 0px 0px 1px #ed9c28;
  box-shadow: 0px 0px 1px #ed9c28;
}

html.dark .radio-danger input[type="radio"]:checked + label:after,
.radio-danger input[type="radio"]:checked + label:after {
  background: #d2322d;
  -webkit-box-shadow: 0px 0px 1px #d2322d;
  box-shadow: 0px 0px 1px #d2322d;
}

html.dark .radio-info input[type="radio"]:checked + label:after,
.radio-info input[type="radio"]:checked + label:after {
  background: #5bc0de;
  -webkit-box-shadow: 0px 0px 1px #5bc0de;
  box-shadow: 0px 0px 1px #5bc0de;
}

html.dark .radio-dark input[type="radio"]:checked + label:after,
.radio-dark input[type="radio"]:checked + label:after {
  background: #171717;
  -webkit-box-shadow: 0px 0px 1px #171717;
  box-shadow: 0px 0px 1px #171717;
}

/* State */
.has-primary .help-block,
.has-primary .control-label,
.has-primary .radio,
.has-primary .checkbox,
.has-primary .radio-inline,
.has-primary .checkbox-inline,
.has-primary.radio label,
.has-primary.checkbox label,
.has-primary.radio-inline label,
.has-primary.checkbox-inline label {
  color: #CCC;
}

.has-primary .form-control {
  border-color: #CCC;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #47a447;
}

.has-success .form-control {
  border-color: #47a447;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ed9c28;
}

.has-warning .form-control {
  border-color: #ed9c28;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-danger .help-block,
.has-danger .control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #d2322d;
}

.has-danger .form-control {
  border-color: #d2322d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #5bc0de;
}

.has-info .form-control {
  border-color: #5bc0de;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-dark .help-block,
.has-dark .control-label,
.has-dark .radio,
.has-dark .checkbox,
.has-dark .radio-inline,
.has-dark .checkbox-inline,
.has-dark.radio label,
.has-dark.checkbox label,
.has-dark.radio-inline label,
.has-dark.checkbox-inline label {
  color: #171717;
}

.has-dark .form-control {
  border-color: #171717;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* Form - Error Container */
.validation-message ul {
  display: none;
  list-style: none;
  margin: -20px -20px 30px -20px;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #FFCBCB;
  background: #FFEFEF;
}

.validation-message ul label.error {
  display: block;
  padding-left: 22px;
  position: relative;
}

.validation-message ul label.error:before {
  font-family: 'FontAwesome';
  content: '\F00D';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #D9534F;
  display: inline-block;
}

.select2-drop-mask {
  z-index: 10010;
}

.select2-drop {
  z-index: 10011;
}

.select2-search {
  z-index: 10012;
}

.select2-container--bootstrap.select2-container--open {
  z-index: 10013;
}

.select2-container--bootstrap .select2-selection--single {
  height: 38.5px;
  line-height: 1.7;
  padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection--multiple {
  height: 38.5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.8;
}

@media (max-width: 991px) {
  .select2-container--bootstrap {
    width: auto !important;
  }
}

.bootstrap-tagsinput {
  padding: 7px 6px 6.2px;
}

.spinner-buttons.btn-group-vertical .btn {
  height: 21px !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
  height: 20px !important;
}

.bootstrap-maxlength {
  z-index: 999999 !important;
}

html.dark .fileupload .uneditable-input {
  background-color: #282d36;
  border-color: #282d36;
}

html.dark .fileupload-new .input-append .btn-file {
  border-color: #21262d;
}

/* Form Group Invisible */
.form-group-invisible {
  position: relative;
}

.form-group-invisible.focus .control-label-invisible {
  color: #0088cc;
}

.form-group-invisible .control-label-invisible {
  bottom: 0;
  display: block;
  float: none;
  left: 0;
  line-height: 64px;
  margin: 0;
  padding-left: 50px;
  position: absolute;
  right: 0;
  top: -15px;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  width: auto;
}

.form-group-invisible .form-control-invisible, .form-group-invisible .form-control-invisible:focus, .form-group-invisible .form-control-invisible:active,
.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
  background: transparent !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .form-group-invisible {
    padding-top: 30px;
  }
  .form-group-invisible .control-label-invisible {
    padding-left: 27px;
  }
}

/* Forms Validations */
label.valid {
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  color: #C10000;
  font-size: 0.9em;
  margin-top: -5px;
  padding: 0;
}

/* Spinner */
.spinner-buttons.btn-group-vertical .btn i {
  position: relative;
  top: -6px;
}

/* File Upload */
.fileupload .uneditable-input {
  height: 37px;
}

/* Google Maps */
@media only screen and (max-width: 767px) {
  #gmap {
    margin: -40px -15px 0 -15px;
  }
  html.mobile-device #gmap {
    min-height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  #gmap {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    min-height: 0;
  }
}

/* List Containing Markers */
.list-markers {
  border-bottom: 1px solid #21262d;
  padding-bottom: 10px;
}

.list-markers li {
  position: relative;
}

.list-markers p {
  margin: 0 0 2px 0;
  padding: 3px 55px 3px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.list-markers .location-action {
  position: absolute;
  right: 0;
  top: 2px;
}

.list-markers .location-action.location-edit {
  right: 15px;
  top: 3px;
}

.list-markers .location-action.location-center {
  right: 37px;
}

/* Modal Add/Edit Markers */
.marker-modal .modal-dialog {
  max-width: 450px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  letter-spacing: -1px;
}

h1 {
  font-size: 2.7em;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 42px;
}

h3 {
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
}

h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
}

h5 {
  font-size: 1.1em;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 18px;
}

h6 {
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 18px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1.big {
  font-size: 4.2em;
  line-height: 54px;
}

h1.small {
  font-size: 2.2em;
  line-height: 42px;
  font-weight: 600;
}

h1.short {
  margin-bottom: 15px;
}

h2.short {
  margin-bottom: 15px;
}

h3.short,
h4.short,
h5.short,
h6.short {
  margin-bottom: 9px;
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
  margin-bottom: 0;
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
  margin-bottom: 33px;
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
  margin-bottom: 44px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 44px;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
  color: #171717;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #FFF;
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* Images */
.rounded {
  border-radius: 6px;
}

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

.img-thumbnail {
  border-radius: 8px;
  position: relative;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.img-thumbnail {
  display: inline-block;
  border-radius: 8px;
  position: relative;
}

.img-thumbnail .zoom {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  height: 30px;
  width: 30px;
  padding: 6px;
  font-size: 14px;
  line-height: 18px;
  background: #CCC;
  border-radius: 100%;
  color: #FFF;
  text-align: center;
}

.img-thumbnail .zoom i {
  position: relative;
  top: -1px;
  left: -1px;
}

/* Thumbnail Gallery */
.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.thumbnail-gallery .img-thumbnail,
.thumbnail-gallery .thumbnail {
  margin: 10px 10px 0 0;
}

/* IOs Switch */
.switch {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 0;
}

.switch .ios-switch {
  height: 35px;
  width: 65px;
}

.switch .ios-switch .handle {
  height: 31px;
  width: 31px;
}

.switch.switch-primary .ios-switch .on-background {
  background: #CCC;
}

.switch.switch-success .ios-switch .on-background {
  background: #47a447;
}

.switch.switch-warning .ios-switch .on-background {
  background: #ed9c28;
}

.switch.switch-danger .ios-switch .on-background {
  background: #d2322d;
}

.switch.switch-info .ios-switch .on-background {
  background: #5bc0de;
}

.switch.switch-dark .ios-switch .on-background {
  background: #171717;
}

.switch.switch-lg .ios-switch {
  height: 45px;
  width: 75px;
}

.switch.switch-lg .ios-switch .handle {
  height: 41px;
  width: 41px;
}

.switch.switch-sm .ios-switch {
  height: 25px;
  width: 55px;
}

.switch.switch-sm .ios-switch .handle {
  height: 21px;
  width: 21px;
}

.ios-switch {
  height: 45px;
  width: 75px;
  position: relative;
  background-color: #E5E5E5;
  border-radius: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ios-switch .background-fill {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.ios-switch .on-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00e459), to(#00e158));
  background-image: linear-gradient(#00e459, #00e158);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: .3s 0.2s;
  transition: .3s 0.2s;
}

.ios-switch .state-background {
  border-radius: 100px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FDFDFD));
  background-image: linear-gradient(#ffffff, #FDFDFD);
  border: 2px solid #E5E5E5;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s;
  transition: .4s;
}

.ios-switch .handle {
  width: 41px;
  height: 41px;
  background-color: white;
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33), -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ios-switch.off .handle {
  -webkit-animation: expand-off .3s 0.2s;
  animation: expand-off .3s 0.2s;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
  -webkit-transition: .3s 0s;
  transition: .3s 0s;
}

.ios-switch.off .state-background {
  -webkit-transition: .4s 0.25s;
  transition: .4s 0.25s;
}

.ios-switch.on .handle {
  -webkit-animation: expand-on .3s 0.2s;
  animation: expand-on .3s 0.2s;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
  -webkit-transform: scale(0);
  transform: scale(0);
}

@keyframes expand-on {
  0% {
    padding-right: 0;
  }
  40% {
    padding-right: 9px;
  }
  100% {
    padding-right: 0;
  }
}

@keyframes expand-off {
  0% {
    padding-right: 0;
    left: 2px;
  }
  40% {
    padding-right: 9px;
    left: -7px;
  }
  100% {
    padding-right: 0;
    left: 2px;
  }
}

@-webkit-keyframes expand-on {
  0% {
    padding-right: 0;
  }
  40% {
    padding-right: 9px;
  }
  100% {
    padding-right: 0;
  }
}

@-webkit-keyframes expand-off {
  0% {
    padding-right: 0;
    left: 2px;
  }
  40% {
    padding-right: 9px;
    left: -7px;
  }
  100% {
    padding-right: 0;
    left: 2px;
  }
}

/* JQVMap */
.jqvmap-zoomin,
.jqvmap-zoomout {
  background: #CCC;
  border-radius: 2px;
  color: #FFF;
  height: 20px;
  line-height: 20px;
  padding: 0;
  width: 20px;
  text-align: center;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
  background: #bfbfbf;
}

.jqvmap-zoomout {
  top: 35px;
}

/* Lightboxes */
.mfp-close,
.mfp-close-btn-in .mfp-close {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #838383;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Dialog */
.dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  max-width: 600px;
}

.dialog.dialog-xs {
  max-width: 200px;
}

.dialog.dialog-sm {
  max-width: 400px;
}

.dialog.dialog-md {
  max-width: 600px;
}

.dialog.dialog-lg {
  max-width: 900px;
}

/* White Popup Block */
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block.white-popup-block-xs {
  max-width: 200px;
}

.white-popup-block.white-popup-block-sm {
  max-width: 400px;
}

.white-popup-block.white-popup-block-md {
  max-width: 600px;
}

.white-popup-block.white-popup-block-lg {
  max-width: 900px;
}

/* Dark */
html.dark .white-popup-block,
html.dark .dialog {
  background: #1d2127;
}

/* List */
.list li {
  margin-bottom: 13px;
}

.list.pull-left li {
  text-align: left;
}

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

.list.list-icons li {
  position: relative;
  padding-left: 25px;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  position: absolute;
  left: 0;
  top: 5px;
}

.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
}

.list.list-icons.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px;
}

.list.list-icons.list-icons-style-3 li {
  padding-top: 5px;
  padding-left: 36px;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  color: #FFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
}

.list.list-icons.list-icons-sm li {
  padding-left: 13px;
  margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
  font-size: 0.8em;
  top: 7px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
  padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}

.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 32px;
}

.list.list-icons.list-icons-lg li > .fa:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
  font-size: 1.5em;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
  padding-top: 8px;
  padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
  padding-top: 8px;
  padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}

.list.list-icons.list-icons-reverse li {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}

.list.list-icons.list-icons-reverse li > .fa:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child, .list.list-icons.list-icons-reverse li a:first-child > .fa:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
  padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
  padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
  padding-left: 0;
  padding-right: 13px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
  padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
  padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
  padding-left: 0;
  padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
  padding-right: 42px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
  padding-right: 42px;
}

.list.list-borders li {
  border-bottom: 1px solid #DBDBDB;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}

.list.list-borders li:last-child {
  border-bottom: 0;
}

.list.list-side-borders {
  border-left: 1px solid #DBDBDB;
  padding-left: 10px;
}

.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none;
}

.list.list-ordened li {
  position: relative;
  padding-left: 22px;
}

.list.list-ordened li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: bold;
}

.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
  padding-left: 32px;
}

.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  min-width: 26px;
  padding: 0;
  text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
  color: #FFF;
  border: 0;
}

.list.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}

dl dd {
  margin-bottom: 15px;
}

/* Loading Overlay */
.loading-overlay-showing {
  overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
  opacity: 1;
  visibility: visible;
}

.loading-overlay {
  -webkit-transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #FFF;
}

body > .loading-overlay {
  position: fixed;
  z-index: 999999;
}

/* Bounce Loading */
.bounce-loader {
  -webkit-transition: all 0.2;
  transition: all 0.2;
  margin: -9px 0 0 -35px;
  text-align: center;
  width: 70px;
  height: 20px;
  line-height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  -webkit-animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
          animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
  background-color: #CCC;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 18px;
  width: 18px;
}

.bounce-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Loading Progress */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #CCC;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #CCC, 0 0 5px #CCC;
          box-shadow: 0 0 10px #CCC, 0 0 5px #CCC;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Markdown */
.md-editor {
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.md-editor > .md-header {
  border-radius: 4px 4px 0 0;
  padding: 6px 4px 0;
}

.md-editor > .md-preview,
.md-editor > textarea {
  background: #FFF;
  border-bottom: none;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  outline: none;
  width: 100% !important;
}

.md-editor .btn-group {
  margin-bottom: 6px;
}

html.dark .md-editor {
  border-color: #282d36;
}

html.dark .md-editor > .md-header,
html.dark .md-editor .md-footer {
  background: #242830;
}

html.dark .md-editor > .md-preview,
html.dark .md-editor > textarea {
  background: #282d36;
}

html.dark .md-editor > textarea {
  color: #EEE;
  border-color: #1d2127;
}

/* Max Length */
@media only screen and (max-width: 767px) {
  .bootstrap-maxlength.bottom-left {
    margin-left: 40px;
  }
}

/* Misc */
body a, body a:focus, body a:hover, body a:active, body a:visited {
  outline: none !important;
}

.center {
  text-align: center;
}

.popover .btn {
  margin-right: 5px;
}

.popover .btn:last-child {
  margin-right: 0;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Show Grid */
.show-grid [class*="col"] .show-grid-block {
  background-color: #EEE;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #FFF;
  display: block;
}

/* Embed Responsive */
.embed-responsive.embed-soundcloud {
  padding-bottom: 19.25%;
}

.embed-responsive.embed-responsive-borders {
  border: 1px solid #DDD;
  padding: 4px;
  border-radius: 4px;
}

/* Changelog */
.changelog h4 {
  display: inline-block;
  color: #000;
  font-size: 1em;
  font-weight: 600;
}

.changelog .release-date {
  color: #999;
  font-size: 0.9em;
}

.changelog .label {
  display: inline-block;
  min-width: 100px;
}

/* Arrows */
.arrow {
  background: transparent url(../img/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}

.arrow.arrow-light {
  background-image: url(../img/arrows-dark.png);
}

.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}

.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}

.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}

.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}

.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}

.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}

.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}

.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}

/* Dropdown */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* Shadow Style 1 */
.shadow-style-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.1);
          box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.1);
}

.shadow-style-1:hover {
  -webkit-box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
          box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
}

/* Shadow Style 2 */
.shadow-style-2 {
  -webkit-box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
          box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
}

/* Popover */
.popover .popover-header {
  margin: 0 !important;
}

/* Modals */
.modal {
  z-index: 1100;
}

.mfp-bg {
  z-index: 10000;
}

.mfp-wrap {
  z-index: 10001;
}

.mfp-wrap .mfp-content {
  z-index: 10001;
}

.modal-block {
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

.modal-block.modal-block-xs {
  max-width: 200px;
}

.modal-block.modal-block-sm {
  max-width: 400px;
}

.modal-block.modal-block-md {
  max-width: 600px;
}

.modal-block.modal-block-lg {
  max-width: 900px;
}

.modal-block.modal-block-full {
  max-width: 98%;
}

.modal-block.modal-header-color .card-header h2 {
  color: #FFF;
}

.modal-block.modal-full-color {
  color: #FFF;
}

.modal-block.modal-full-color .card-header {
  border: 0;
}

.modal-block.modal-full-color .card-header h2 {
  color: #FFF;
}

.modal-block.modal-full-color .card-footer {
  border: 0;
}

.modal-block.modal-full-color .card-body {
  background-color: transparent;
}

.modal-block.modal-full-color .fa {
  color: #FFF !important;
}

.modal-block.modal-full-color p {
  color: #FFF;
}

/* Modal Wrapper */
.modal-wrapper {
  position: relative;
  padding: 25px 0;
}

/* Modal Icon */
.modal-icon {
  float: left;
  width: 20%;
  text-align: center;
}

.modal-icon .fa {
  font-size: 52px;
  position: relative;
  top: -10px;
  color: #CCC;
}

.modal-icon.center {
  float: none;
  width: auto;
  padding-top: 20px;
}

.modal-icon.center + .modal-text {
  float: none;
  width: auto;
}

.modal-icon + .modal-text {
  float: left;
  width: 80%;
}

/* Modal Text */
.modal-text {
  padding: 0 5px;
}

.modal-text h1, .modal-text h2, .modal-text h3, .modal-text h4, .modal-text h5, .modal-text h6 {
  padding: 0;
  margin: -7px 0 4px 0;
}

.modal-block-primary .fa {
  color: #CCC;
}

.modal-block-primary.modal-header-color .card-header {
  background-color: #CCC;
}

.modal-block-primary.modal-full-color .card {
  background-color: #e0e0e0;
}

.modal-block-primary.modal-full-color .card-header {
  background-color: #CCC;
}

.modal-block-primary.modal-full-color .card-footer {
  background-color: #e0e0e0;
}

.modal-block-success .fa {
  color: #47a447;
}

.modal-block-success.modal-header-color .card-header {
  background-color: #47a447;
}

.modal-block-success.modal-full-color .card {
  background-color: #5cb85c;
}

.modal-block-success.modal-full-color .card-header {
  background-color: #47a447;
}

.modal-block-success.modal-full-color .card-footer {
  background-color: #5cb85c;
}

.modal-block-warning .fa {
  color: #ed9c28;
}

.modal-block-warning.modal-header-color .card-header {
  background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card {
  background-color: #f0ad4e;
}

.modal-block-warning.modal-full-color .card-header {
  background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card-footer {
  background-color: #f0ad4e;
}

.modal-block-danger .fa {
  color: #d2322d;
}

.modal-block-danger.modal-header-color .card-header {
  background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card {
  background-color: #d9534f;
}

.modal-block-danger.modal-full-color .card-header {
  background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card-footer {
  background-color: #d9534f;
}

.modal-block-info .fa {
  color: #5bc0de;
}

.modal-block-info.modal-header-color .card-header {
  background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card {
  background-color: #7dcde5;
}

.modal-block-info.modal-full-color .card-header {
  background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card-footer {
  background-color: #7dcde5;
}

.modal-block-dark .fa {
  color: #171717;
}

.modal-block-dark.modal-header-color .card-header {
  background-color: #171717;
}

.modal-block-dark.modal-full-color .card {
  background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .card-header {
  background-color: #171717;
}

.modal-block-dark.modal-full-color .card-footer {
  background-color: #2b2b2b;
}

html.dark .modal-content {
  background-color: #1d2127;
}

html.dark .modal-header,
html.dark .modal-footer {
  border-color: #282d36;
}

/* Multiselect */
html.dark .multiselect-container {
  background-color: #282d36;
}

html.dark .multiselect-container > li > a {
  color: #EEE;
}

html.dark .multiselect-container > li > a:hover, html.dark .multiselect-container > li > a:focus {
  background-color: #1d2127;
  color: #FFF;
}

/* Nav Pills */
.nav-pills > .active a, .nav-pills > .active a:hover, .nav-pills > .active a:focus {
  background-color: #CCC;
}

/* Buttons - States */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
  color: #CCC;
  background-color: white;
}

.nav-pills-primary > li.active > a, .nav-pills-primary > li.active > a:hover, .nav-pills-primary > li.active > a:active, .nav-pills-primary > li.active > a:focus {
  background-color: #CCC;
}

.nav-pills-success > li a:hover,
.nav-pills-success > li a:focus {
  color: #47a447;
  background-color: #bfe2bc;
}

.nav-pills-success > li.active > a, .nav-pills-success > li.active > a:hover, .nav-pills-success > li.active > a:active, .nav-pills-success > li.active > a:focus {
  background-color: #47a447;
}

.nav-pills-warning > li a:hover,
.nav-pills-warning > li a:focus {
  color: #ed9c28;
  background-color: #fbe4cd;
}

.nav-pills-warning > li.active > a, .nav-pills-warning > li.active > a:hover, .nav-pills-warning > li.active > a:active, .nav-pills-warning > li.active > a:focus {
  background-color: #ed9c28;
}

.nav-pills-danger > li a:hover,
.nav-pills-danger > li a:focus {
  color: #d2322d;
  background-color: #f2c0c3;
}

.nav-pills-danger > li.active > a, .nav-pills-danger > li.active > a:hover, .nav-pills-danger > li.active > a:active, .nav-pills-danger > li.active > a:focus {
  background-color: #d2322d;
}

.nav-pills-info > li a:hover,
.nav-pills-info > li a:focus {
  color: #5bc0de;
  background-color: #f0fafc;
}

.nav-pills-info > li.active > a, .nav-pills-info > li.active > a:hover, .nav-pills-info > li.active > a:active, .nav-pills-info > li.active > a:focus {
  background-color: #5bc0de;
}

.nav-pills-dark > li a:hover,
.nav-pills-dark > li a:focus {
  color: #171717;
  background-color: #707070;
}

.nav-pills-dark > li.active > a, .nav-pills-dark > li.active > a:hover, .nav-pills-dark > li.active > a:active, .nav-pills-dark > li.active > a:focus {
  background-color: #171717;
}

/* Primary */
ul.nav-list.primary > li {
  margin: 0;
  padding: 0;
}

ul.nav-list.primary > li:last-child a {
  border-bottom: transparent !important;
}

ul.nav-list.primary > li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: 9px 16px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #EDEDDE;
  padding: 8px 20px;
}

/* Nestable */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 34px;
  margin: 5px 0;
  padding: 6px 10px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #CCC;
  background: #F6F6F6;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-handle:hover {
  color: #CCC;
  background: #fff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 7px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
  content: '-';
}

.dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: white;
  border: 1px dashed #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/* dark */
html.dark .dd-handle {
  background: #282d36;
  border-color: #21262d;
  color: #808697;
}

html.dark .dd-handle:hover {
  background: #21262d;
}

/* Notifications */
.notifications {
  display: inline-block;
  list-style: none;
  margin: 4px -10px 0 0;
  padding: 0;
  vertical-align: middle;
}

.notifications > li {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}

.notifications > li .notification-icon {
  background: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
  text-align: center;
}

.notifications > li .notification-icon.dropdown-toggle:after {
  content: none;
}

.notifications > li .notification-icon i {
  color: #777;
  line-height: 30px;
  vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
  line-height: 32px;
}

.notifications > li .notification-icon .badge {
  background: #D2312D;
  color: #FFF;
  font-size: 10px;
  font-weight: normal;
  height: 16px;
  padding: 3px 5px 3px 5px;
  position: absolute;
  right: -8px;
  top: -3px;
  border-radius: 100%;
}

.notifications > li > a {
  border: none;
  display: inline-block;
}

.notifications .notification-menu {
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin: 10px 0 0 0;
  padding: 0;
  right: -5px;
  width: 245px;
}

@media only screen and (min-width: 768px) {
  .notifications .notification-menu {
    left: auto !important;
  }
}

.notifications .notification-menu.large {
  width: 325px;
}

.notifications .notification-menu .notification-title {
  background: #CCC;
  border-radius: 3px 3px 0 0;
  color: #FFF;
  font-size: 0.7rem;
  line-height: 1.5rem;
  padding: 8px 6px 8px 12px;
  text-transform: uppercase;
}

.notifications .notification-menu .notification-title .badge {
  font-size: 0.65rem;
  font-weight: 200;
  line-height: 14px;
  margin-left: 10px;
  margin-top: 2px;
  min-width: 35px;
}

.notifications .notification-menu .notification-title .badge-default {
  background: #006697;
  color: #FFF;
}

.notifications .notification-menu .content {
  padding: 12px;
}

.notifications .notification-menu hr {
  background: #E6E6E6;
  height: 1px;
  margin: 12px 0;
}

.notifications .notification-menu .view-more {
  color: #ACACAC;
  font-size: 0.7rem;
  line-height: 1.1rem;
  text-transform: uppercase;
}

/* notification menu - pin */
.notifications .notification-menu:before,
.notifications .notification-icon:before {
  border-bottom: 6px solid #CCC;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  height: 0;
  margin-right: -3px;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.notifications .notification-menu:before {
  bottom: 100%;
  right: 16px;
}

.notifications .notification-icon:before {
  display: none;
  right: 11px;
  top: 35px;
  z-index: 9999;
}

/* notification menu - emails */
.notification-menu {
  color: #ACACAC;
}

.notification-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-menu li {
  margin: 0 0 12px;
}

.notification-menu li:last-child {
  margin-bottom: 0;
}

.notification-menu a {
  display: block;
  text-decoration: none;
}

.notification-menu .image {
  float: left;
  margin: 0 10px 0 0;
}

.notification-menu .image i {
  border-radius: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

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

.notification-menu .title {
  color: #000011;
  display: block;
  font-size: 0.8rem;
  line-height: 1.1rem;
  padding: 2px 0 0;
}

.notification-menu .message {
  color: #ACACAC;
  display: block;
  font-size: 0.7rem;
  line-height: 1.1rem;
  padding: 0;
}

html.dark .notifications > li .notification-icon,
html.header-dark .notifications > li .notification-icon {
  background: #282d36;
}

html.dark .notifications > li .notification-icon i,
html.header-dark .notifications > li .notification-icon i {
  color: #C3C3C3;
}

/* Notifications Mobile */
@media only screen and (max-width: 767px) {
  .notifications {
    float: right;
    margin: 16px 8px 0 0;
  }
  .notifications > li {
    position: static;
  }
  .notifications > li.show .notification-icon:before {
    display: block;
  }
  .notifications > li .notification-menu {
    left: 15px;
    top: auto;
    width: 94vw !important;
    left: 50% !important;
    -webkit-transform: translate3d(-50%, 109px, 0px) !important;
    transform: translate3d(-50%, 109px, 0px) !important;
  }
  .notifications > li .notification-menu:before {
    display: none;
  }
}

/* Notification */
.ui-pnotify {
  right: 15px;
  top: 15px;
}

.ui-pnotify .notification {
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 15px 15px 75px;
}

.ui-pnotify .notification .ui-pnotify-icon {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  text-align: center;
}

.ui-pnotify .notification .ui-pnotify-icon > span {
  border: 2px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  float: none;
  font-size: 35px;
  height: 50px;
  line-height: 48px;
  margin: 8px 0 0;
  padding: 0;
  width: 50px;
  text-align: center;
}

.ui-pnotify .notification .ui-pnotify-title {
  font-size: 14px;
  letter-spacing: 0;
}

.ui-pnotify .notification .ui-pnotify-text {
  font-size: 12px;
  line-height: 1.3em;
}

.ui-pnotify .notification.notification-danger .ui-pnotify-icon > span.fa-times {
  line-height: 47px;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.ui-pnotify.ui-pnotify-no-icon .notification {
  padding-left: 15px;
}

.ui-pnotify .ui-pnotify-sharp {
  border-radius: 0;
}

body .ui-pnotify.icon-nb .notification .ui-pnotify-icon > span {
  border-color: transparent;
  border-radius: 0;
}

.ui-pnotify.stack-bar-top {
  right: 0;
  top: 0;
}

.ui-pnotify.stack-bar-top .notification {
  border-radius: 0;
}

.ui-pnotify.stack-bar-top .notification .ui-pnotify-icon > span {
  margin-top: 7px;
}

.ui-pnotify.stack-bar-bottom {
  bottom: 0;
  left: auto;
  margin-left: 15%;
  right: auto;
  top: auto;
}

.ui-pnotify.stack-bar-bottom .notification {
  border-radius: 0;
}

.ui-pnotify.stack-bar-bottom .notification .ui-pnotify-icon > span {
  margin-top: 9px;
}

.ui-pnotify.click-2-close {
  cursor: pointer;
}

/* Notification States */
.ui-pnotify .notification-primary {
  background: rgba(204, 204, 204, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-primary .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-primary, .ui-pnotify.stack-bar-bottom .notification-primary {
  background: #CCC;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
  background: rgba(204, 204, 204, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-primary .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-primary .notification-primary .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary, .ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
  background: #CCC;
}

.ui-pnotify .notification-success {
  background: rgba(71, 164, 71, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-success .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-success, .ui-pnotify.stack-bar-bottom .notification-success {
  background: #47a447;
}

.ui-pnotify.notification-success .notification,
.ui-pnotify.notification-success .notification-success {
  background: rgba(71, 164, 71, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-success .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-success .notification-success .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-success.stack-bar-top .notification,
.ui-pnotify.notification-success.stack-bar-top .notification-success, .ui-pnotify.notification-success.stack-bar-bottom .notification,
.ui-pnotify.notification-success.stack-bar-bottom .notification-success {
  background: #47a447;
}

.ui-pnotify .notification-warning {
  background: rgba(237, 156, 40, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-warning .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-warning, .ui-pnotify.stack-bar-bottom .notification-warning {
  background: #ed9c28;
}

.ui-pnotify.notification-warning .notification,
.ui-pnotify.notification-warning .notification-warning {
  background: rgba(237, 156, 40, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-warning .notification-warning .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning.stack-bar-top .notification,
.ui-pnotify.notification-warning.stack-bar-top .notification-warning, .ui-pnotify.notification-warning.stack-bar-bottom .notification,
.ui-pnotify.notification-warning.stack-bar-bottom .notification-warning {
  background: #ed9c28;
}

.ui-pnotify .notification-danger {
  background: rgba(210, 50, 45, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-danger .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-danger, .ui-pnotify.stack-bar-bottom .notification-danger {
  background: #d2322d;
}

.ui-pnotify.notification-danger .notification,
.ui-pnotify.notification-danger .notification-danger {
  background: rgba(210, 50, 45, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-danger .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-danger .notification-danger .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-danger.stack-bar-top .notification,
.ui-pnotify.notification-danger.stack-bar-top .notification-danger, .ui-pnotify.notification-danger.stack-bar-bottom .notification,
.ui-pnotify.notification-danger.stack-bar-bottom .notification-danger {
  background: #d2322d;
}

.ui-pnotify .notification-info {
  background: rgba(91, 192, 222, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-info .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-info, .ui-pnotify.stack-bar-bottom .notification-info {
  background: #5bc0de;
}

.ui-pnotify.notification-info .notification,
.ui-pnotify.notification-info .notification-info {
  background: rgba(91, 192, 222, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-info .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-info .notification-info .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-info.stack-bar-top .notification,
.ui-pnotify.notification-info.stack-bar-top .notification-info, .ui-pnotify.notification-info.stack-bar-bottom .notification,
.ui-pnotify.notification-info.stack-bar-bottom .notification-info {
  background: #5bc0de;
}

.ui-pnotify .notification-dark {
  background: rgba(23, 23, 23, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-dark .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-dark, .ui-pnotify.stack-bar-bottom .notification-dark {
  background: #171717;
}

.ui-pnotify.notification-dark .notification,
.ui-pnotify.notification-dark .notification-dark {
  background: rgba(23, 23, 23, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-dark .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-dark .notification-dark .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-dark.stack-bar-top .notification,
.ui-pnotify.notification-dark.stack-bar-top .notification-dark, .ui-pnotify.notification-dark.stack-bar-bottom .notification,
.ui-pnotify.notification-dark.stack-bar-bottom .notification-dark {
  background: #171717;
}

/* Notification Responsive */
@media only screen and (max-width: 767px) {
  html > body > .ui-pnotify {
    bottom: auto !important;
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important;
    top: 60px !important;
    width: auto !important;
  }
  html > body > .ui-pnotify .notification {
    border-radius: 0 !important;
    height: auto !important;
    position: static !important;
    width: 100%;
  }
  html > body > .ui-pnotify .notification .ui-pnotify-title,
  html > body > .ui-pnotify .notification .ui-pnotify-text {
    padding-right: 35px !important;
  }
  html > body > .ui-pnotify .notification .ui-pnotify-sticker {
    display: none !important;
  }
  html > body > .ui-pnotify .notification .ui-pnotify-closer {
    display: block !important;
    font-size: 24px !important;
    visibility: visible !important;
  }
}

/* Pagination */
.pagination > li a {
  color: #CCC;
}

.pagination > li a:hover, .pagination > li a:focus {
  color: #d9d9d9;
}

.pagination > li.active a, .pagination > li.active a:hover, .pagination > li.active a:focus,
.pagination > li.active span,
.pagination > li.active span:hover,
.pagination > li.active span:focus {
  background-color: #CCC;
  border-color: #CCC;
}

.pagination > li.active a {
  background-color: #CCC;
}

/* Pager */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

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

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

.pager .disabled > a, .pager .btn:disabled > a, .pager button:disabled > a, .pager input:disabled > a, .pager textarea:disabled > a, .pager select:disabled > a, .pager .form-control:disabled > a, .pager .page-item.disabled .page-link > a, .page-item.disabled .pager .page-link > a {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.pager .disabled > a:hover, .pager .btn:disabled > a:hover, .pager button:disabled > a:hover, .pager input:disabled > a:hover, .pager textarea:disabled > a:hover, .pager select:disabled > a:hover, .pager .form-control:disabled > a:hover, .pager .page-item.disabled .page-link > a:hover, .page-item.disabled .pager .page-link > a:hover, .pager .disabled > a:focus, .pager .btn:disabled > a:focus, .pager button:disabled > a:focus, .pager input:disabled > a:focus, .pager textarea:disabled > a:focus, .pager select:disabled > a:focus, .pager .form-control:disabled > a:focus, .pager .page-item.disabled .page-link > a:focus, .page-item.disabled .pager .page-link > a:focus {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.pager .disabled > span, .pager .btn:disabled > span, .pager button:disabled > span, .pager input:disabled > span, .pager textarea:disabled > span, .pager select:disabled > span, .pager .form-control:disabled > span, .pager .page-item.disabled .page-link > span, .page-item.disabled .pager .page-link > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* Portlets */
.portlet-handler {
  cursor: move;
}

.portlet-placeholder {
  margin-bottom: 15px;
  padding: 0;
  border: 1px dashed #dddddd;
  background: #fafafa;
  color: #444444;
}

/* Pricing Tables */
.pricing-table {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pricing-table ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.pricing-table li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  color: #777;
}

.pricing-table h3 {
  background-color: #eee;
  border-radius: 2px 2px 0 0;
  font-size: 1.3em;
  font-weight: normal;
  margin: -20px -20px 50px -20px;
  padding: 20px;
}

.pricing-table h3 .desc {
  font-size: 0.7em;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #777;
  font-style: normal;
  text-transform: none;
  display: block;
}

.pricing-table h3 span {
  background: #FFF;
  border: 5px solid #FFF;
  border-radius: 100px;
  -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
          box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  color: #777;
  display: block;
  font: bold 25px / 100px Georgia, Serif;
  height: 100px;
  margin: 20px auto -65px;
  width: 100px;
}

.pricing-table .most-popular {
  border: 3px solid #CCC;
  -webkit-box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  top: -10px;
  z-index: 2;
}

.pricing-table .most-popular h3 {
  background-color: #666;
  color: #FFF;
  padding-top: 30px;
}

.pricing-table .most-popular h3 .desc {
  color: #FFF;
}

.pricing-table .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  top: -5px;
  width: 85px;
}

.pricing-table .plan-ribbon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfdc7a), to(#8ebf45));
  background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
  background-color: #bfdc7a;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 14px;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  top: 15px;
  width: 120px;
}

.pricing-table .plan-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}

.pricing-table .plan-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}

.pricing-table [class*="col-lg-"] {
  padding-left: 0;
  padding-right: 0;
}

.pricing-table .plan {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  margin-bottom: 35px;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

.pricing-table .btn {
  margin-top: 5px;
}

.pricing-table.pricing-table-sm h3 .desc {
  font-size: 0.7em;
}

.pricing-table.pricing-table-sm h3 span {
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
          box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  font: bold 19px/65px Georgia,serif;
  height: 70px;
  margin: 10px auto -65px;
  width: 70px;
}

.pricing-table.pricing-table-sm .most-popular {
  padding-bottom: 30px;
}

.pricing-table.princig-table-flat .plan {
  padding-left: 0;
  padding-right: 0;
  margin: -1px;
}

.pricing-table.princig-table-flat .plan h3 {
  padding-left: 0;
  padding-right: 0;
  margin: -20px 0 0;
  background-color: #666;
  color: #FFF;
  padding-top: 30px;
  text-shadow: 0 1px #555;
}

.pricing-table.princig-table-flat .plan h3 .desc {
  color: #FFF;
}

.pricing-table.princig-table-flat .plan h3 span {
  border-radius: 0;
  border: 0;
  background: #666;
  color: #FFF;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  font-size: 1.5em;
  height: auto;
  line-height: 38px;
  margin: 0;
}

.pricing-table.princig-table-flat .plan ul {
  margin-top: 0;
  margin-bottom: -15px;
}

.pricing-table.princig-table-flat .plan ul li {
  padding: 8px 0;
}

.pricing-table.princig-table-flat .plan.most-popular ul li {
  padding: 10px 0;
}

.pricing-table.spaced [class*="col-lg-"] {
  padding-left: 2px;
  padding-right: 2px;
}

.pricing-table.no-borders .plan {
  border: 0 !important;
}

/* Pricing Tables Boxed */
html.boxed .pricing-table .plan, html.boxed .pricing-table h3 {
  border-radius: 0;
}

/* Responsive */
@media (max-width: 767px) {
  /* Pricing Tables */
  .pricing-table {
    margin-left: 0;
  }
  .pricing-table .plan {
    margin-right: 0;
  }
  html.boxed .pricing-table {
    margin-left: 0;
  }
}

/* dark */
html.dark .pricing-table li {
  border-top-color: #21262d;
}

html.dark .pricing-table h3 {
  background-color: #21262d;
  text-shadow: none;
}

html.dark .pricing-table h3 span {
  background: #2e353e;
  border-color: #242830;
  -webkit-box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
          box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
  color: #ebebeb;
}

html.dark .pricing-table .most-popular {
  border-color: #282d36;
}

html.dark .pricing-table .most-popular h3 {
  background-color: #282d36;
  color: #808697;
  text-shadow: none;
}

html.dark .pricing-table .plan-ribbon {
  background-color: #282d36;
}

html.dark .pricing-table .plan {
  background: #282d36;
  border: 1px solid #282d36;
  color: #808697;
  text-shadow: none;
}

/* Progress Bars */
.progress-bar {
  background: #CCC;
  height: 1.2rem;
}

.progress .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  height: auto;
}

.progress-bar-primary {
  background-color: #CCC;
}

.progress-bar.progress-without-number[aria-valuenow="1"],
.progress-bar.progress-without-number[aria-valuenow="2"] {
  min-width: 0;
}

.progress-bar.progress-bar-primary[aria-valuenow="0"] {
  background: transparent;
}

/* Progress bar default style */
.progress {
  background: #474453;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}

/* Progress bar light style */
.progress.light {
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F7F8), color-stop(10%, #F6F7F8), color-stop(11%, #f5f5f5));
  background: linear-gradient(#F6F7F8, #F6F7F8 10%, #f5f5f5 11%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

/* Progress bar roundness generic */
.progress-squared,
.progress-squared .progress-bar {
  border-radius: 0 !important;
}

/* Progress bar sizes */
.progress-xs {
  height: 7px;
}

.progress-xs,
.progress-xs .progress-bar {
  border-radius: 7px;
}

.progress-xs .progress-bar {
  direction: ltr !important;
  text-indent: -9999px;
}

.progress-xs.progress-half-rounded,
.progress-xs.progress-half-rounded .progress-bar {
  border-radius: 2px;
}

.progress-xs.progress-striped .progress-bar {
  background-size: 15px 15px;
}

.progress-sm {
  border-radius: 12px;
  height: 12px;
}

.progress-sm,
.progress-sm .progress-bar {
  border-radius: 12px;
}

.progress-sm .progress-bar {
  font-size: 10px;
  line-height: 12px;
}

.progress-sm.progress-half-rounded,
.progress-sm.progress-half-rounded .progress-bar {
  border-radius: 4px;
}

.progress-sm.progress-striped .progress-bar {
  background-size: 20px 20px;
}

.progress-md {
  border-radius: 14px;
  height: 14px;
}

.progress-md,
.progress-md .progress-bar {
  border-radius: 14px;
}

.progress-md .progress-bar {
  font-size: 11px;
  line-height: 14px;
}

.progress-md.progress-half-rounded,
.progress-md.progress-half-rounded .progress-bar {
  border-radius: 4px;
}

.progress-md.progress-striped .progress-bar {
  background-size: 25px 25px;
}

.progress-lg {
  border-radius: 16px;
  height: 16px;
}

.progress-lg,
.progress-lg .progress-bar {
  border-radius: 16px;
}

.progress-lg .progress-bar {
  line-height: 16px;
}

.progress-lg.progress-half-rounded,
.progress-lg.progress-half-rounded .progress-bar {
  border-radius: 5px;
}

.progress-lg.progress-striped .progress-bar {
  background-size: 30px 30px;
}

.progress-xl {
  border-radius: 18px;
  height: 18px;
}

.progress-xl,
.progress-xl .progress-bar {
  border-radius: 18px;
}

.progress-xl .progress-bar {
  line-height: 18px;
}

.progress-xl.progress-half-rounded,
.progress-xl.progress-half-rounded .progress-bar {
  border-radius: 6px;
}

.progress-xl.progress-striped .progress-bar {
  background-size: 35px 35px;
}

/* Progress bar states */
.progress .progress-bar-primary {
  background-color: #CCC;
}

.progress .progress-bar-success {
  background-color: #47a447;
}

.progress .progress-bar-warning {
  background-color: #ed9c28;
}

.progress .progress-bar-danger {
  background-color: #d2322d;
}

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

.progress .progress-bar-dark {
  background-color: #171717;
}

.circular-bar {
  margin-bottom: 25px;
}

.circular-bar .circular-bar-chart {
  position: relative;
}

.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

/* Scroll to Top */
html .scroll-to-top {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #282d36;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 5px 10px 25px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 39px;
  z-index: 1040;
}

html .scroll-to-top:hover {
  opacity: 1;
}

html .scroll-to-top.visible {
  opacity: 0.75;
}

html .scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}

html.ie11 .scroll-to-top {
  right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
  html .scroll-to-top.hidden-mobile {
    display: none !important;
  }
}

/* Scrollable */
.scrollable {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scrollable .scrollable-content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 37px 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
  outline: none;
}

.scrollable .scrollable-content::-webkit-scrollbar {
  visibility: hidden;
}

.scrollable .scrollable-pane {
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 4px;
}

.scrollable .scrollable-slider {
  border-radius: 5px;
  background: none repeat scroll 0 0 #CCC;
  margin: 0;
  position: relative;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  opacity: 0;
}

.scrollable.scrollable-padding .scrollable-content {
  padding: 10px 24px 10px 10px;
}

.scrollable:hover .scrollable-slider, .scrollable.visible-slider .scrollable-slider {
  opacity: 1;
}

/* Select 2 */
html.dark .select2-container--bootstrap .select2-selection,
html.dark .select2-container--bootstrap .select2-dropdown,
html.dark .select2-container--bootstrap .select2-choices .select2-search-field input,
html.dark .select2-container--bootstrap .select2-choice,
html.dark .select2-container--bootstrap .select2-choices {
  color: #EEE;
  background-color: #282d36;
  border-color: #282d36;
}

html.dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #EEE;
}

html.dark .select2-container--bootstrap .select2-results__option[aria-selected="true"],
html.dark .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  color: #EEE;
  background-color: #2e353e;
  border-color: #2e353e;
}

/* Sidebar Widgets */
.sidebar-right .sidebar-widget {
  margin: 0;
}

.sidebar-widget {
  margin: 0 30px 0 25px;
}

.sidebar-widget .widget-header {
  position: relative;
  margin: 0;
}

.sidebar-widget .widget-header h6 {
  font-size: 0.7rem;
  color: #465162;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.sidebar-widget .widget-header .btn-widget-act {
  position: relative;
  top: -2px;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  border-color: #0a0a0a black black;
}

.sidebar-widget .widget-header .btn-widget-act:hover {
  border-color: #121212;
  background-color: #121212;
}

.sidebar-widget .widget-header .btn-widget-act:active, .sidebar-widget .widget-header .btn-widget-act:focus {
  border-color: black;
  background-color: black;
}

.sidebar-widget .widget-header .btn-widget-act.dropdown-toggle {
  border-left-color: black;
}

.sidebar-widget .widget-header .widget-toggle {
  font-size: 1.7rem;
  line-height: 1.3rem;
  color: #465162;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.sidebar-widget .widget-content {
  padding: 15px 0 0;
}

.sidebar-widget.widget-collapsed .widget-header .widget-toggle {
  -webkit-transform: none;
  transform: none;
}

.sidebar-widget.widget-collapsed .widget-content {
  display: none;
}

.sidebar-widget.widget-tasks ul li {
  position: relative;
}

.sidebar-widget.widget-tasks ul li a {
  color: #abb4be;
  display: block;
  margin: 0 -25px 0 -30px;
  padding: 10px 0 10px 55px;
  font-size: 0.8rem;
}

.sidebar-widget.widget-tasks ul li a:hover {
  background: #21262d;
  text-decoration: none;
}

.sidebar-widget.widget-tasks ul li:before {
  border: 5px solid #CCC;
  border-radius: 100px;
  content: '';
  display: inline-block;
  left: 0;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  z-index: 999;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+1):before {
  border-color: #D64B4B;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+2):before {
  border-color: #0090D9;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+3):before {
  border-color: #4DD79C;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+4):before {
  border-color: #D9A300;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+5):before {
  border-color: #C926FF;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n+6):before {
  border-color: #FFFF26;
}

.sidebar-widget.widget-stats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget.widget-stats .stats-title {
  color: #a6a6a6;
  font-size: 0.7rem;
}

.sidebar-widget.widget-stats .stats-complete {
  float: right;
  font-size: 0.7rem;
  color: #666;
}

.sidebar-widget.widget-stats .progress {
  height: 7px;
  background: #474453;
  -webkit-box-shadow: 0 1px 0 #585564 inset;
          box-shadow: 0 1px 0 #585564 inset;
  margin-bottom: 25px;
}

.sidebar-widget.widget-calendar {
  margin: 0 0 25px;
}

.sidebar-widget.widget-calendar .datepicker {
  background: transparent;
}

.sidebar-widget.widget-calendar ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #000;
}

.sidebar-widget.widget-calendar ul time {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3em;
  font-weight: 600;
  color: #777;
  margin-bottom: 0.1em;
}

.sidebar-widget.widget-calendar ul span {
  font-size: 0.85rem;
  line-height: 1.3em;
  color: #FFF;
}

.sidebar-widget.widget-friends ul {
  list-style: none;
  margin: 0;
  padding: 10px 2px;
}

.sidebar-widget.widget-friends ul li {
  padding: 10px 0;
}

.sidebar-widget.widget-friends ul li .profile-info,
.sidebar-widget.widget-friends ul li .profile-picture {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-widget.widget-friends ul li .profile-picture {
  position: relative;
  width: 35px;
  margin: 0;
}

.sidebar-widget.widget-friends ul li .profile-picture img {
  width: 100%;
  height: auto;
}

.sidebar-widget.widget-friends ul li .profile-info {
  margin: 0 35px 0 10px;
}

.sidebar-widget.widget-friends ul li span.name {
  display: block;
  color: #FFF;
  font-weight: 600;
  vertical-align: top;
  line-height: 1.3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2em;
}

.sidebar-widget.widget-friends ul li span.title {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sidebar-widget.widget-friends ul li.status-online .profile-picture:after, .sidebar-widget.widget-friends ul li.status-offline .profile-picture:after {
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50%;
}

.sidebar-widget.widget-friends ul li.status-online .profile-picture:after {
  display: block;
  background-color: #1AAE88;
}

.sidebar-widget.widget-friends ul li.status-offline .profile-picture:after {
  display: block;
  background-color: #D2312D;
}

/* Sidebar Light */
html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  color: #777;
  text-shadow: none;
}

html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act:hover {
  border: 1px solid #d2d2d2 !important;
  background-color: #fafafa;
}

html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act:active, html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act:focus {
  border: 1px solid #d2d2d2 !important;
  background-color: #e6e5e5;
}

html.sidebar-light:not(.dark) .sidebar-widget .widget-header .btn-widget-act.dropdown-toggle {
  border-left-color: #e6e5e5;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-tasks ul li a {
  color: #777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-tasks ul li a:hover {
  background: #fafafa;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-stats .stats-title {
  color: #777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-stats .progress {
  background: #d8d8d8;
  -webkit-box-shadow: 0 1px 0 #bfbfbf inset;
          box-shadow: 0 1px 0 #bfbfbf inset;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-calendar ul {
  border-top: 1px solid #DDD;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-calendar ul time {
  color: #777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-calendar ul span {
  color: #777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-friends ul li span.name {
  color: #777;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-friends ul li.status-online .profile-picture:after {
  background-color: #1AAE88;
}

html.sidebar-light:not(.dark) .sidebar-widget.widget-friends ul li.status-offline .profile-picture:after {
  background-color: #D2312D;
}

/*  Slider - */
.ui-slider.ui-widget-content {
  background: #ebebeb;
  border: none;
}

/*  Sliders - Horizontal */
.ui-slider-horizontal {
  height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}

/*  Sliders - Vertical */
.ui-slider-vertical {
  display: inline-block;
  width: 6px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -7px;
}

/*  Sliders - UI Handle */
.ui-slider .ui-slider-handle {
  background: #d9d9d9;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.ui-slider .ui-slider-handle:hover {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

/*  Sliders - UI Handle (Fix Windows Mobile Devices) */
.ui-slider .ui-slider-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/*  Sliders - Range */
.ui-slider .ui-slider-range {
  background: #d9d9d9;
}

/*  Sliders - Contextual */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
  background: #CCC;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(linear   ,    , color-stop(50%, #CCC), to(#b3b2b2));
  background-image: linear-gradient(to   , #CCC 50%, #b3b2b2 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e6e5e5), color-stop(50%, #CCC), to(#b3b2b2));
  background-image: linear-gradient(to right, #e6e5e5 0, #CCC 50%, #b3b2b2 100%);
}

.slider-success .ui-slider-range,
.slider-success .ui-slider-handle {
  background: #47a447;
}

.slider-gradient.slider-success .ui-slider-range,
.slider-gradient.slider-success .ui-slider-handle {
  background-image: -webkit-gradient(linear   ,    , color-stop(50%, #47a447), to(#388038));
  background-image: linear-gradient(to   , #47a447 50%, #388038 100%);
}

.slider-gradient.ui-slider-vertical.slider-success .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-success .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #63bb63), color-stop(50%, #47a447), to(#388038));
  background-image: linear-gradient(to right, #63bb63 0, #47a447 50%, #388038 100%);
}

.slider-warning .ui-slider-range,
.slider-warning .ui-slider-handle {
  background: #ed9c28;
}

.slider-gradient.slider-warning .ui-slider-range,
.slider-gradient.slider-warning .ui-slider-handle {
  background-image: -webkit-gradient(linear   ,    , color-stop(50%, #ed9c28), to(#d18211));
  background-image: linear-gradient(to   , #ed9c28 50%, #d18211 100%);
}

.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f1b257), color-stop(50%, #ed9c28), to(#d18211));
  background-image: linear-gradient(to right, #f1b257 0, #ed9c28 50%, #d18211 100%);
}

.slider-danger .ui-slider-range,
.slider-danger .ui-slider-handle {
  background: #d2322d;
}

.slider-gradient.slider-danger .ui-slider-range,
.slider-gradient.slider-danger .ui-slider-handle {
  background-image: -webkit-gradient(linear   ,    , color-stop(50%, #d2322d), to(#a82824));
  background-image: linear-gradient(to   , #d2322d 50%, #a82824 100%);
}

.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #db5b57), color-stop(50%, #d2322d), to(#a82824));
  background-image: linear-gradient(to right, #db5b57 0, #d2322d 50%, #a82824 100%);
}

.slider-info .ui-slider-range,
.slider-info .ui-slider-handle {
  background: #5bc0de;
}

.slider-gradient.slider-info .ui-slider-range,
.slider-gradient.slider-info .ui-slider-handle {
  background-image: -webkit-gradient(linear   ,    , color-stop(50%, #5bc0de), to(#31b0d5));
  background-image: linear-gradient(to   , #5bc0de 50%, #31b0d5 100%);
}

.slider-gradient.ui-slider-vertical.slider-info .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-info .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #85d0e7), color-stop(50%, #5bc0de), to(#31b0d5));
  background-image: linear-gradient(to right, #85d0e7 0, #5bc0de 50%, #31b0d5 100%);
}

.slider-dark .ui-slider-range,
.slider-dark .ui-slider-handle {
  background: #171717;
}

.slider-gradient.slider-dark .ui-slider-range,
.slider-gradient.slider-dark .ui-slider-handle {
  background-image: -webkit-gradient(linear   ,    , color-stop(50%, #171717), to(black));
  background-image: linear-gradient(to   , #171717 50%, black 100%);
}

.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #313030), color-stop(50%, #171717), to(black));
  background-image: linear-gradient(to right, #313030 0, #171717 50%, black 100%);
}

html.dark .ui-slider.ui-widget-content {
  background: #21262d;
}

/* Spinners */
.spinner-buttons.btn-group-vertical .btn {
  height: 18px;
  margin: 0 0 0 -1px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
  line-height: 14px;
}

.spinner-buttons.btn-group-vertical .btn i {
  margin-top: -2px;
}

.spinner-buttons.btn-group-vertical .btn:first-child {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
  border-radius: 0 0 4px !important;
  -webkit-border-radius: 0 0 4px !important;
  margin-top: -1px;
  height: 17px;
}

/* Summernote */
.note-editor {
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.note-editor, .note-editor.note-frame {
  border: 1px solid #ddd;
}

.note-editor.active {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.note-editor .note-title {
  padding-top: 0 !important;
}

.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px dashed #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 4px 4px 0 0;
  padding: 3px 10px 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.note-editor .note-toolbar i {
  margin: 0;
}

.note-editor .note-toolbar i:before {
  margin: 0;
}

.note-editor .note-toolbar .btn-group {
  float: none !important;
}

.note-editor .note-toolbar .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.note-editor .note-toolbar .btn-group > .btn-group:first-child > .btn:last-child,
.note-editor .note-toolbar .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .note-editor .note-toolbar {
    text-align: center;
  }
}

.note-editor .note-editable {
  clear: both;
  background: #FFF;
  border: none;
  border-radius: 0 0 4px 4px;
  font-family: Arial, Helvetica, Sans-serif;
}

.note-editor .note-statusbar {
  background: #FFF;
  border-radius: 0 0 4px 4px;
}

.note-editor .note-statusbar .note-resizebar {
  border-color: #DDD;
  display: block;
}

html.dark .note-editor {
  border-color: #282d36;
  color: #EEE;
}

html.dark .note-editor .note-toolbar,
html.dark .note-editor .note-statusbar {
  background: #242830;
  border-color: #1d2127;
}

html.dark .note-editor .note-editable {
  background: #282d36;
  border-color: #1d2127;
}

html.dark .note-editor .note-statusbar .note-resizebar {
  border-color: #1d2127;
}

html.dark .note-editor .note-statusbar .note-resizebar .note-icon-bar {
  border-color: #444;
}

html.dark .note-editor .note-editing-area .note-editable {
  color: #EEE;
}

html.dark .note-editor .caret {
  border-color: #FFF transparent transparent;
}

/* Tables - Basic */
.table {
  width: 100%;
}

.table .table {
  background: transparent;
}

/* Tables - Responsive */
.table-responsive {
  width: 100.1%;
}

/* Bootstrap uses important, we need to force it here */
.table.mb-0 {
  margin-bottom: 0 !important;
}

/* In case you dont want a border in some row */
.table .b-top-0 td {
  border-top: none;
}

/* Tables - Actions */
.table .actions,
.table .actions-hover {
  vertical-align: middle;
}

.table .actions a,
.table .actions-hover a {
  display: inline-block;
  margin-right: 5px;
  color: #666;
}

.table .actions a:last-child,
.table .actions-hover a:last-child {
  margin-right: 0;
}

.table .actions a:hover,
.table .actions-hover a:hover {
  color: #333;
}

.table .actions-hover a {
  opacity: 0;
}

.table tr:hover .actions-hover a {
  opacity: 1;
}

.table .actions-fade a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */
@media only screen and (max-width: 991px) {
  .table.table-no-more,
  .table.table-no-more thead,
  .table.table-no-more tbody,
  .table.table-no-more tr,
  .table.table-no-more th,
  .table.table-no-more td {
    display: block;
  }
  .table.table-no-more thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .table.table-no-more tr {
    border-bottom: 1px solid #DDD;
  }
  .table.table-no-more td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
    white-space: normal;
  }
  .table.table-no-more td:before {
    content: attr(data-title);
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 8px;
    white-space: nowrap;
    width: 45%;
  }
  .table.table-no-more.table-bordered td {
    border-bottom: 1px solid #dedede;
  }
  .table.table-no-more.table-sm td:before {
    top: 5px;
  }
}

/* Dark - Tables */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
  border-color: #262b33;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #282d36;
}

html.dark .table-hover > tbody > tr:hover > td,
html.dark .table-hover > tbody > tr:hover > th {
  background-color: #272c34;
}

html.dark .table .actions a,
html.dark .table .actions-hover a {
  color: #808697;
}

@media screen and (max-width: 991px) {
  html.dark .table-responsive {
    border-color: #262b33;
  }
}

@media only screen and (max-width: 991px) {
  html.dark .table.table-no-more tr,
  html.dark .table.table-no-more.table-bordered td {
    border-bottom-color: #262b33;
  }
}

/* Tables - States */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  color: #FFF;
  background-color: #CCC !important;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #FFF;
  background-color: #47a447 !important;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #FFF;
  background-color: #ed9c28 !important;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #FFF;
  background-color: #d2322d !important;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #FFF;
  background-color: #5bc0de !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  color: #FFF;
  background-color: #171717 !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  background-color: #4a4a4a;
  color: #FFF;
}

/* Tabs */
.tabs {
  border-radius: 4px;
  margin-bottom: 20px;
}

.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom-color: #EEE;
}

.nav-tabs li:last-child .nav-link {
  margin-right: 0;
}

.nav-tabs li .nav-link {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin-right: 1px;
}

.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
  background: #F4F4F4;
  border-bottom: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-top: 3px solid #EEE;
  color: #CCC;
}

.nav-tabs li .nav-link:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #CCC;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-tabs li .nav-link:active, .nav-tabs li .nav-link:focus {
  border-bottom: 0;
}

.nav-tabs li .nav-link .badge {
  border-radius: 100%;
  padding: 0.4rem 0.55rem;
  margin-right: 5px;
}

.nav-tabs li.active .nav-link,
.nav-tabs li.active .nav-link:hover,
.nav-tabs li.active .nav-link:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top: 3px solid #CCC;
  color: #CCC;
}

.tab-content {
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #FFF;
  border: 1px solid #EEE;
  border-top: 0;
  padding: 15px;
}

/* Bottom Tabs */
.tabs.tabs-bottom {
  margin: 0 0 20px 0;
  padding: 0;
}

.tabs.tabs-bottom .tab-content {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  border-top: 1px solid #EEE;
}

.tabs.tabs-bottom .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #EEE;
}

.tabs.tabs-bottom .nav-tabs li {
  margin-bottom: 0;
  margin-top: -1px;
}

.tabs.tabs-bottom .nav-tabs li:last-child .nav-link {
  margin-right: 0;
}

.tabs.tabs-bottom .nav-tabs li .nav-link {
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  margin-right: 1px;
}

.tabs.tabs-bottom .nav-tabs li .nav-link, .tabs.tabs-bottom .nav-tabs li .nav-link:hover {
  border-bottom: 3px solid #EEE;
  border-top: 1px solid #EEE;
}

.tabs.tabs-bottom .nav-tabs li .nav-link:hover {
  border-bottom: 3px solid #CCC;
  border-top: 1px solid #EEE;
}

.tabs.tabs-bottom .nav-tabs li.active .nav-link,
.tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
.tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom: 3px solid #CCC;
  border-top-color: transparent;
}

/* Vertical */
.tabs-vertical {
  display: table;
  width: 100%;
  padding: 0;
  border-top: 1px solid #EEE;
}

.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}

.tabs-vertical .nav-tabs {
  border-bottom: none;
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
  width: 25%;
}

.tabs-vertical .nav-tabs > li {
  display: block;
}

.tabs-vertical .nav-tabs > li .nav-link {
  border-radius: 0;
  display: block;
  padding-top: 10px;
}

.tabs-vertical .nav-tabs > li .nav-link, .tabs-vertical .nav-tabs > li .nav-link:hover, .tabs-vertical .nav-tabs > li .nav-link:focus {
  border-bottom: none;
  border-top: none;
}

.tabs-vertical .nav-tabs > li.active .nav-link,
.tabs-vertical .nav-tabs > li.active .nav-link:hover,
.tabs-vertical .nav-tabs > li.active .nav-link:focus {
  border-top: none;
}

/* Vertical - Left Side */
.tabs-left {
  padding: 0;
}

.tabs-left .tab-content {
  border-radius: 0 5px 5px 5px;
  border-left: none;
}

.tabs-left .nav-tabs > li {
  margin-right: -1px;
}

.tabs-left .nav-tabs > li:first-child .nav-link {
  border-radius: 5px 0 0 0;
}

.tabs-left .nav-tabs > li:last-child .nav-link {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #eee;
}

.tabs-left .nav-tabs > li .nav-link {
  border-right: 1px solid #EEE;
  border-left: 3px solid #EEE;
  margin-right: 1px;
  margin-left: -3px;
}

.tabs-left .nav-tabs > li .nav-link:hover {
  border-left-color: #CCC;
}

.tabs-left .nav-tabs > li.active .nav-link,
.tabs-left .nav-tabs > li.active .nav-link:hover,
.tabs-left .nav-tabs > li.active .nav-link:focus {
  border-left: 3px solid #CCC;
  border-right-color: #FFF;
}

/* Vertical - Right Side */
.tabs-right {
  padding: 0;
}

.tabs-right .tab-content {
  border-radius: 5px 0 5px 5px;
  border-right: none;
}

.tabs-right .nav-tabs > li {
  margin-left: -1px;
}

.tabs-right .nav-tabs > li:first-child .nav-link {
  border-radius: 0 5px 0 0;
}

.tabs-right .nav-tabs > li:last-child .nav-link {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}

.tabs-right .nav-tabs > li .nav-link {
  border-right: 3px solid #EEE;
  border-left: 1px solid #EEE;
  margin-right: 1px;
  margin-left: 1px;
}

.tabs-right .nav-tabs > li .nav-link:hover {
  border-right-color: #CCC;
}

.tabs-right .nav-tabs > li.active .nav-link,
.tabs-right .nav-tabs > li.active .nav-link:hover,
.tabs-right .nav-tabs > li.active .nav-link:focus {
  border-right: 3px solid #CCC;
  border-left: 1px solid #FFF;
}

/* Justified */
.nav-tabs.nav-justified {
  padding: 0;
  margin-bottom: -1px;
}

.nav-tabs.nav-justified li {
  margin-bottom: 0;
}

.nav-tabs.nav-justified li:first-child .nav-link,
.nav-tabs.nav-justified li:first-child .nav-link:hover {
  border-radius: 5px 0 0 0;
}

.nav-tabs.nav-justified li:last-child .nav-link,
.nav-tabs.nav-justified li:last-child .nav-link:hover {
  border-radius: 0 5px 0 0;
}

.nav-tabs.nav-justified li .nav-link {
  border-bottom: 1px solid #DDD;
  border-radius: 0;
  margin-right: 0;
}

.nav-tabs.nav-justified li .nav-link:hover, .nav-tabs.nav-justified li .nav-link:focus {
  border-bottom: 1px solid #DDD;
}

.nav-tabs.nav-justified li.active .nav-link,
.nav-tabs.nav-justified li.active .nav-link:hover,
.nav-tabs.nav-justified li.active .nav-link:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top-width: 3px;
}

.nav-tabs.nav-justified li.active .nav-link {
  border-bottom: 1px solid #FFF;
}

.nav-tabs.nav-justified li.active .nav-link, .nav-tabs.nav-justified li.active .nav-link:hover, .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-width: 3px;
}

.nav-tabs.nav-justified li.active .nav-link:hover {
  border-bottom: 1px solid #FFF;
}

/* Bottom Tabs with Justified Nav */
.tabs.tabs-bottom {
  padding: 0;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
  border-top: none;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
  margin-right: 0;
  border-top-color: transparent;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link {
  border-radius: 0 0 0 5px;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link {
  margin-right: 0;
  border-radius: 0 0 5px 0;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: transparent;
}

/* Center */
.tabs-center .nav-tabs {
  margin: 0 auto;
  text-align: center;
}

/* Navigation */
.tabs-navigation {
  border-radius: 5px;
}

.tabs-navigation .nav-tabs > li {
  margin-bottom: 1px;
}

.tabs-navigation .nav-tabs > li .nav-link {
  color: #777;
  padding: 18px;
  line-height: 100%;
  position: relative;
}

.tabs-navigation .nav-tabs > li .nav-link:before {
  font-family: FontAwesome;
  content: "\F054";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tabs-navigation .nav-tabs > li .nav-link .fa, .tabs-navigation .nav-tabs > li .nav-link .icons {
  margin-right: 4px;
}

.tabs-navigation .nav-tabs li:first-child .nav-link {
  border-radius: 5px 5px 0 0;
}

.tabs-navigation .nav-tabs li.active .nav-link, .tabs-navigation .nav-tabs li.active .nav-link:hover, .tabs-navigation .nav-tabs li.active .nav-link:focus {
  border-right-color: #eee;
}

.tabs-navigation .nav-tabs li:last-child .nav-link {
  border-radius: 0 0 5px 5px;
}

.tab-pane-navigation {
  display: none;
}

.tab-pane-navigation.active {
  display: block;
}

/* Simple */
.tabs.tabs-simple .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  margin-bottom: 10px;
}

.tabs.tabs-simple .nav-tabs > li {
  margin-left: 0;
  margin-bottom: 20px;
}

.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
  padding: 15px 30px;
  background: none;
  border: 0;
  border-bottom: 3px solid #eee;
  border-radius: 0;
  color: #777;
  font-size: 16px;
}

.tabs.tabs-simple .tab-content {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Responsive */
@media (max-width: 575px) {
  .tabs .nav.nav-tabs.nav-justified li {
    display: block;
    margin-bottom: -5px;
  }
  .tabs .nav.nav-tabs.nav-justified li .nav-link {
    border-top-width: 3px !important;
    border-bottom-width: 0 !important;
  }
  .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link,
  .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 5px 5px 0 0;
  }
  .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link,
  .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
    border-radius: 0;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
    margin-bottom: 0;
    margin-top: -5px;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
    border-bottom-width: 3px !important;
    border-top-width: 0 !important;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 0;
  }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
    border-radius: 0 0 5px 5px;
  }
}

/* Tags Input */
.bootstrap-tagsinput {
  width: 100%;
}

.form-group-invisible .bootstrap-tagsinput {
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.bootstrap-tagsinput .badge {
  border: 0;
}

html.dark .bootstrap-tagsinput {
  background: #282d36;
  border-color: #282d36;
}

/* Timepicker */
html.dark .bootstrap-timepicker-widget {
  background-color: #282d36;
}

html.dark .bootstrap-timepicker-widget:before {
  border-bottom-color: #1d2127;
}

html.dark .bootstrap-timepicker-widget:after {
  border-bottom-color: #282d36;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top-color: #1d2127;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  border-top-color: #282d36;
}

html.dark .bootstrap-timepicker-widget table td a {
  color: #FFF;
}

html.dark .bootstrap-timepicker-widget table td a:hover {
  border-color: #282d36;
}

html.dark .bootstrap-timepicker-widget table td input {
  background-color: #21262d;
  border-color: #282d36;
  color: #EEE;
}

/* Toggles */
.toggle {
  margin: 10px 0 20px;
  position: relative;
  clear: both;
}

.toggle .toggle {
  margin: 10px 0 0;
}

.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.toggle > label {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #F4F4F4;
  border-left: 3px solid #CCC;
  border-radius: 5px;
  color: #CCC;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

.toggle > label:-moz-selection {
  background: none;
}

.toggle > label i.fa-minus {
  display: none;
}

.toggle > label i.fa-plus {
  display: inline;
}

.toggle > label:selection {
  background: none;
}

.toggle > label:before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: '';
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}

.toggle > label:hover {
  background: #f5f5f5;
}

.toggle > label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}

.toggle > label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.toggle > .toggle-content {
  display: none;
}

.toggle > .toggle-content > p {
  margin-bottom: 0;
  padding: 10px 0;
}

.toggle.active i.fa-minus {
  display: inline;
}

.toggle.active i.fa-plus {
  display: none;
}

.toggle.active > label {
  background: #F4F4F4;
  border-color: #CCC;
}

.toggle.active > label:before {
  border: 6px solid transparent;
  border-top-color: #FFF;
  margin-top: -3px;
  right: 10px;
}

.toggle.active > p {
  white-space: normal;
}

.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}

.toggle.toggle-sm .toggle > label {
  font-size: 0.9em;
  padding: 6px 20px 6px 10px;
}

.toggle.toggle-sm .toggle > .toggle-content > p {
  font-size: 0.9em;
}

.toggle.toggle-lg .toggle > label {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px;
}

.toggle.toggle-lg .toggle > .toggle-content > p {
  font-size: 1.1em;
}

.toggle.toggle-simple .toggle > label {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #777;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
  color: #171717;
}

.toggle.toggle-simple .toggle > label:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #CCC;
  top: 23px;
  margin-top: -12px;
  border-radius: 3px;
  z-index: 1;
}

.toggle.toggle-simple .toggle > label:before {
  border: 0;
  left: 7px;
  right: auto;
  margin-top: 0;
  top: 12px;
  font-family: FontAwesome;
  content: "\F067";
  z-index: 2;
  color: #FFF;
  font-size: 13px;
}

.toggle.toggle-simple .toggle.active > label {
  background: transparent;
  color: #171717;
}

.toggle.toggle-simple .toggle.active > label:before {
  content: "\F068";
}

/* Toolbar */
.inner-toolbar {
  background: #1D2127;
  margin: -40px -40px 30px;
  padding: 0;
  border: 1px solid transparent;
  border-left: 1px solid #121418;
}

.inner-toolbar > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-toolbar > ul > li {
  display: inline-block;
  padding: 15px;
  font-size: 13px;
  border-right: 1px solid #121418;
}

.inner-toolbar > ul > li > a {
  display: inline-block;
  padding: 0;
  color: #abb4be;
}

.inner-toolbar > ul > li > a:hover, .inner-toolbar > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}

.inner-toolbar > ul > li.right {
  float: right;
  padding-right: 10px;
}

.inner-toolbar > ul > li i.fa {
  font-size: 14px;
}

.inner-toolbar > ul > li > .btn {
  margin-top: -9px;
}

.inner-toolbar .nav-pills {
  margin-top: -8px;
}

.inner-toolbar .nav-pills > li > label {
  margin-bottom: 0;
  margin-right: 12px;
  margin-top: 8px;
}

.inner-toolbar .nav-pills a {
  color: #abb4be;
  padding-top: 8px;
  padding-bottom: 8px;
}

.inner-toolbar .nav-pills a:hover {
  background: #171717;
  color: #FFF;
}

.inner-toolbar .nav-pills .active a {
  color: #FFF;
}

html.sidebar-light:not(.dark) .inner-toolbar {
  background: #E2E3E6;
  border: 1px solid #D5D6D7;
}

html.sidebar-light:not(.dark) .inner-toolbar > ul > li {
  border-right: 1px solid #D5D6D7;
}

html.sidebar-light:not(.dark) .inner-toolbar > ul > li > a {
  color: #777;
}

html.sidebar-light:not(.dark) .inner-toolbar > ul > li > a:hover, html.sidebar-light:not(.dark) .inner-toolbar > ul > li > a:focus {
  color: #999;
}

html.sidebar-light:not(.dark) .inner-toolbar .nav-pills li:not(.active) a {
  color: #777;
}

html.sidebar-light:not(.dark) .inner-toolbar .nav-pills li:not(.active) a:hover {
  background: #E2E3E6;
  color: #999;
}

/* Toolbar - Responsive */
@media only screen and (max-width: 767px) {
  .inner-toolbar {
    clear: both;
    margin: -40px -15px 30px;
    padding: 0 15px;
  }
  .inner-toolbar ul > li {
    border-right: 0;
  }
  .inner-toolbar ul > li:first-child {
    padding-left: 0;
  }
  .inner-toolbar ul > li.right {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .inner-toolbar .nav-pills a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner-toolbar ul > li.right {
    clear: both;
    float: none;
    vertical-align: top;
  }
}

/* Toolbar + Layout Fixed */
@media only screen and (min-width: 768px) {
  html.fixed .inner-toolbar {
    left: 300px;
    right: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 114px;
    z-index: 1001;
  }
}

/* dark */
html.dark .inner-toolbar {
  border-left: none;
  border-bottom: 1px solid #242830;
}

html.dark .inner-toolbar > ul > li {
  border-color: #242830;
}

/* Treeview */
.jstree-default .jstree-checkbox {
  background-image: url(../img/jstree.png);
}

.jstree-default .jstree-icon {
  color: #333;
}

.jstree-default .jstree-hovered {
  background-color: white;
}

.jstree-default .jstree-clicked {
  background-color: white;
}

.jstree-default .jstree-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.jstree-default .colored {
  color: #CCC;
}

.jstree-default .colored .jstree-icon {
  color: #CCC;
}

.jstree-default .colored-icon .jstree-icon {
  color: #CCC;
}

.jstree-default .folder .jstree-icon {
  color: #ddc03f !important;
}

/* dark */
html.dark body .jstree-default .jstree-checkbox {
  background-image: url(../img/jstree-dark.png);
}

html.dark body .jstree-default .jstree-hovered {
  background-color: #21262d !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html.dark body .jstree-default .jstree-clicked {
  background-color: #1d2127 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html.dark body .jstree-default .jstree-icon {
  color: #808697;
}

/* Blockquotes */
blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  font-size: 1em;
}

blockquote.with-borders {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 1.3rem;
}

blockquote.primary {
  border-color: #CCC;
}

blockquote.success {
  border-color: #47a447;
}

blockquote.warning {
  border-color: #ed9c28;
}

blockquote.danger {
  border-color: #d2322d;
}

blockquote.info {
  border-color: #5bc0de;
}

blockquote.dark {
  border-color: #171717;
}

/* Paragraphs */
p {
  color: #777;
  line-height: 24px;
  margin: 0 0 20px;
}

p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}

p.lead {
  line-height: 1.6rem;
}

p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}

/* Links */
a, a:hover, a:focus {
  color: #CCC;
}

/* Drop Caps */
p.drop-caps:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}

p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #CCC;
  color: #FFF;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

/* Default Font Style */
.default-font {
  font-family: "Open Sans", Arial, sans-serif;
}

/* Alternative Font Style */
.alternative-font {
  color: #CCC;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

/* Highlight */
.highlight {
  color: #FFF;
  padding: 3px 6px;
}

/* Userbox */
.userbox {
  display: inline-block;
  margin: 3px 17px 0 0;
  position: relative;
  vertical-align: middle;
}

.userbox > a {
  display: inline-block;
  text-decoration: none;
}

.userbox a:hover {
  text-decoration: none;
}

.userbox .profile-info,
.userbox .profile-picture {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.userbox .profile-picture img {
  width: 35px;
  color: transparent;
}

.userbox .profile-info {
  margin: -3px 25px 0 10px;
}

.userbox .name,
.userbox .role {
  display: block;
}

.userbox .name {
  color: #000011;
  font-size: 0.8rem;
  line-height: 1.1rem;
}

.userbox .role {
  color: #ACACAC;
  font-size: 0.7rem;
  line-height: 0.7rem;
}

.userbox .custom-caret {
  color: #000011;
  font-size: 16px;
  font-weight: bold;
}

.userbox .custom-caret:before {
  content: "\F107";
}

@media only screen and (max-width: 767px) {
  .userbox .name,
  .userbox .role {
    max-width: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Userbox - Open */
.userbox.show > a {
  position: relative;
  z-index: 993;
}

.userbox.show > a .custom-caret:before {
  content: "\F106";
}

.userbox.show .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  left: -11px !important;
  padding: 45px 10px 0;
  top: -10px !important;
  -webkit-transform: none !important;
          transform: none !important;
  width: 100%;
  z-index: 992;
}

.userbox.show .dropdown-menu li {
  margin-bottom: 5px;
}

.userbox.show .dropdown-menu a {
  border-radius: 2px;
  color: #7d7d7d;
  display: block;
  line-height: 1.3rem;
  padding: 4px 10px;
  font-size: 0.75rem;
}

.userbox.show .dropdown-menu a i {
  font-size: 0.9rem;
}

.userbox.show .dropdown-menu a:hover {
  background: #CCC;
  color: #FFF;
}

.userbox.show .dropdown-menu i {
  margin-right: 3px;
  vertical-align: middle;
}

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
  .userbox {
    float: left;
    margin: 16px 0 0 12px;
    position: relative;
  }
  .userbox:after {
    background: #E9E9E6;
    content: '';
    height: 63px;
    margin: 0;
    position: absolute;
    right: -21px;
    top: -18px;
    width: 1px;
  }
  .userbox .profile-picture {
    display: none;
  }
  .userbox.show .dropdown-menu {
    left: -5px !important;
    padding: 43px 0 0 0;
  }
}

/* Header Dark - Userbox */
html.dark .userbox:after,
html.header-dark .userbox:after {
  background: #121518;
}

html.dark .userbox .name,
html.dark .userbox .custom-caret,
html.header-dark .userbox .name,
html.header-dark .userbox .custom-caret {
  color: #C3C3C3;
}

html.dark .userbox.show .dropdown-menu .name,
html.dark .userbox.show .dropdown-menu .custom-caret,
html.header-dark .userbox.show .dropdown-menu .name,
html.header-dark .userbox.show .dropdown-menu .custom-caret {
  color: #C3C3C3;
}

html.dark .userbox.show .dropdown-menu a,
html.header-dark .userbox.show .dropdown-menu a {
  color: #C3C3C3;
}

html.dark .userbox.show .dropdown-menu a:hover,
html.header-dark .userbox.show .dropdown-menu a:hover {
  color: #FFF;
}

html.dark .userbox .dropdown-menu,
html.header-dark .userbox .dropdown-menu {
  background: #282d36;
}

html.dark .userbox .dropdown-menu .divider,
html.header-dark .userbox .dropdown-menu .divider {
  background: #1D2127;
}

html.dark .userbox .dropdown-menu a,
html.header-dark .userbox .dropdown-menu a {
  color: #C3C3C3;
}

/* Widgets */
.thumb-info {
  position: relative;
}

.thumb-info .thumb-info-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(36, 27, 28, 0.9);
  bottom: 10%;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 1;
}

.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
}

.thumb-info .thumb-info-type {
  background-color: #CCC;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none;
}

/* Widget - Widget Toggle/Expand */
.widget-toggle-expand .widget-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
}

.widget-toggle-expand .widget-header h6 {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}

.widget-toggle-expand .widget-header .widget-toggle {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  color: #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.widget-toggle-expand.widget-collapsed .widget-content-expanded {
  display: none;
}

.widget-toggle-expand.widget-collapsed .widget-header .widget-toggle {
  -webkit-transform: none;
  transform: none;
}

/* Widget - Simple User List */
ul.simple-user-list {
  list-style: none;
  padding: 0;
}

ul.simple-user-list li {
  margin: 0 0 20px;
}

ul.simple-user-list li .image {
  float: left;
  margin: 0 10px 0 0;
}

ul.simple-user-list li .title {
  color: #000011;
  display: block;
  line-height: 1.334;
}

ul.simple-user-list li .message {
  display: block;
  font-size: 0.7rem;
  line-height: 1.334;
}

/* Widget - Simple Post List */
ul.simple-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.simple-post-list li {
  border-bottom: 1px dotted #E2E2E2;
  padding: 15px 0;
}

ul.simple-post-list li::after {
  clear: both;
  content: "";
  display: table;
}

ul.simple-post-list li::last-child {
  border-bottom: 0;
}

ul.simple-post-list li .post-image {
  float: left;
  margin-right: 12px;
}

ul.simple-post-list li .post-meta {
  color: #888;
  font-size: 0.8em;
}

ul.simple-post-list li:last-child {
  border-bottom: none;
}

/* Widget - Simple Todo List */
.simple-todo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-todo-list li {
  position: relative;
  padding: 0 0 4px 20px;
}

.simple-todo-list li.completed {
  color: #A7A7A7;
}

.simple-todo-list li.completed:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: FontAwesome;
  content: "\F00C";
  z-index: 1;
}

/* Widget - Social Icons */
.social-icons-list {
  display: block;
  margin: 0;
  padding: 0;
}

.social-icons-list a {
  background: #CCC;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.social-icons-list a:hover {
  text-decoration: none;
}

.social-icons-list a span {
  display: none;
}

.social-icons-list a i {
  color: #FFF;
  font-weight: normal;
}

/* Widget - Simple Compose Box */
.simple-compose-box {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background-color: #fff;
}

.simple-compose-box textarea {
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 10px 10px 5px;
  border: 0;
  resize: none;
  border-radius: 3px;
}

.simple-compose-box textarea:focus {
  border: 0 none;
  outline: none;
}

.simple-compose-box .compose-box-footer {
  background-color: #F6F7F8;
  border-radius: 0 0 5px 5px;
}

.simple-compose-box .compose-box-footer::after {
  clear: both;
  content: "";
  display: table;
}

.simple-compose-box .compose-box-footer .compose-toolbar {
  list-style: none;
  margin: 0;
  padding: 0 3px;
  float: left;
}

.simple-compose-box .compose-box-footer .compose-toolbar li {
  display: inline-block;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  color: #B3B7BD;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a:hover {
  background-color: #e8eaed;
}

.simple-compose-box .compose-box-footer .compose-btn {
  list-style: none;
  margin: 0;
  padding: 3px;
  float: right;
}

/* Widget - Simple Card List */
ul.simple-card-list {
  list-style: none;
  padding: 0;
}

ul.simple-card-list li {
  padding: 10px 15px;
  margin: 15px 0;
  border-radius: 7px;
}

ul.simple-card-list li h3 {
  font-weight: 600;
  margin: 0;
}

ul.simple-card-list li p {
  margin: 0;
  opacity: .7;
}

.simple-card-list li.primary {
  background: #CCC;
  color: #FFF;
}

.simple-card-list li.success {
  background: #47a447;
  color: #FFF;
}

.simple-card-list li.warning {
  background: #ed9c28;
  color: #FFF;
}

.simple-card-list li.danger {
  background: #d2322d;
  color: #FFF;
}

.simple-card-list li.info {
  background: #5bc0de;
  color: #FFF;
}

.simple-card-list li.dark {
  background: #171717;
  color: #FFF;
}

div.simple-card-list {
  display: table;
  width: 100%;
}

div.simple-card-list .card {
  display: table-cell;
}

div.simple-card-list .card .card-content {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0 7px;
  padding: 5px;
}

div.simple-card-list .card h3 {
  font-weight: 600;
  margin: 0;
}

div.simple-card-list .card p {
  margin: 0;
  opacity: .7;
}

/* Widget - Simple Button List */
ul.simple-bullet-list {
  list-style: none;
  padding: 0;
}

ul.simple-bullet-list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}

ul.simple-bullet-list li:before {
  border: 6px solid #CCC;
  border-radius: 100px;
  content: '';
  display: inline-block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  z-index: 2;
}

ul.simple-bullet-list li .title {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #171717;
}

ul.simple-bullet-list li .description {
  display: block;
  color: #999;
  font-size: 0.7rem;
  line-height: 1.334;
}

ul.simple-bullet-list li.red:before {
  border-color: #d64b4b;
}

ul.simple-bullet-list li.green:before {
  border-color: #4dd79c;
}

ul.simple-bullet-list li.blue:before {
  border-color: #0090d9;
}

ul.simple-bullet-list li.orange:before {
  border-color: #E2A917;
}

/* Widget - Summary */
.widget-summary {
  display: table;
  width: 100%;
}

.widget-summary::after {
  clear: both;
  content: "";
  display: table;
}

.widget-summary .widget-summary-col {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.widget-summary .widget-summary-col.widget-summary-col-icon {
  width: 1%;
}

.widget-summary .summary-icon {
  margin-right: 15px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  border-radius: 55px;
}

.widget-summary .summary {
  min-height: 65px;
  word-break: break-all;
}

.widget-summary .summary .title {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}

.widget-summary .summary .info {
  font-size: 0.85rem;
}

.widget-summary .summary .info span {
  vertical-align: middle;
}

.widget-summary .summary .amount {
  margin-right: .2em;
  font-weight: 600;
  color: #333;
  vertical-align: middle;
  font-size: 1.4rem;
}

.widget-summary .summary-footer {
  padding: 5px 0 0;
  border-top: 1px dotted #ddd;
  text-align: right;
}

.bg-primary .widget-summary .summary .title, .bg-primary .widget-summary .summary .amount {
  color: #FFF !important;
}

.bg-primary .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-primary .widget-summary .summary-footer {
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-primary .widget-summary .summary-footer a {
  color: #FFF;
  opacity: 0.6;
}

.bg-secondary .widget-summary .summary .title, .bg-secondary .widget-summary .summary .amount {
  color: #FFF !important;
}

.bg-secondary .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-secondary .widget-summary .summary-footer {
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-secondary .widget-summary .summary-footer a {
  color: #FFF;
  opacity: 0.6;
}

.bg-tertiary .widget-summary .summary .title, .bg-tertiary .widget-summary .summary .amount {
  color: #FFF !important;
}

.bg-tertiary .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-tertiary .widget-summary .summary-footer {
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-tertiary .widget-summary .summary-footer a {
  color: #FFF;
  opacity: 0.6;
}

.bg-quaternary .widget-summary .summary .title, .bg-quaternary .widget-summary .summary .amount {
  color: #FFF !important;
}

.bg-quaternary .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-quaternary .widget-summary .summary-footer {
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-quaternary .widget-summary .summary-footer a {
  color: #FFF;
  opacity: 0.6;
}

.bg-success .widget-summary .summary .title, .bg-success .widget-summary .summary .amount {
  color: #FFF !important;
}

.bg-success .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-success .widget-summary .summary-footer {
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-success .widget-summary .summary-footer a {
  color: #FFF;
  opacity: 0.6;
}

.bg-warning .widget-summary .summary .title, .bg-warning .widget-summary .summary .amount {
  color: #FFF !important;
}

.bg-warning .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-warning .widget-summary .summary-footer {
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-warning .widget-summary .summary-footer a {
  color: #FFF;
  opacity: 0.6;
}

.bg-danger .widget-summary .summary .title, .bg-danger .widget-summary .summary .amount {
  color: #FFF !important;
}

.bg-danger .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-danger .widget-summary .summary-footer {
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-danger .widget-summary .summary-footer a {
  color: #FFF;
  opacity: 0.6;
}

.bg-info .widget-summary .summary .title, .bg-info .widget-summary .summary .amount {
  color: #FFF !important;
}

.bg-info .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-info .widget-summary .summary-footer {
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-info .widget-summary .summary-footer a {
  color: #FFF;
  opacity: 0.6;
}

.bg-dark .widget-summary .summary .title, .bg-dark .widget-summary .summary .amount {
  color: #FFF !important;
}

.bg-dark .widget-summary .summary-icon {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-dark .widget-summary .summary-footer {
  border-top: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .widget-summary .summary-footer a {
  color: #FFF;
  opacity: 0.6;
}

@media (min-width: 480px) {
  .widget-summary.widget-summary-xlg {
    padding: 5px 0;
  }
  .widget-summary.widget-summary-xlg .summary-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 3.2rem;
  }
  .widget-summary.widget-summary-xlg .summary {
    min-height: 80px;
  }
  .widget-summary.widget-summary-xlg .summary .title {
    font-size: 1.4rem;
  }
  .widget-summary.widget-summary-xlg .summary .info {
    font-size: 0.9rem;
  }
}

.widget-summary.widget-summary-lg {
  padding: 0;
}

.widget-summary.widget-summary-lg .summary-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 3rem;
}

.widget-summary.widget-summary-lg .summary {
  min-height: 65px;
}

.widget-summary.widget-summary-lg .summary .title {
  font-size: 0.9rem;
}

.widget-summary.widget-summary-lg .summary .info {
  font-size: 0.85rem;
}

.widget-summary.widget-summary-md {
  padding: 0;
}

.widget-summary.widget-summary-md .summary-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 2.4rem;
}

.widget-summary.widget-summary-md .summary {
  min-height: 0;
  margin-top: 12px;
}

.widget-summary.widget-summary-md .summary .title {
  font-size: 0.75rem;
}

.widget-summary.widget-summary-md .summary .info {
  font-size: 0.7rem;
}

.widget-summary.widget-summary-md .summary .amount {
  font-size: 1rem;
  font-weight: 700;
}

.widget-summary.widget-summary-md .summary-footer {
  display: none;
}

.widget-summary.widget-summary-sm {
  padding: 0;
}

.widget-summary.widget-summary-sm .summary-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.7rem;
}

.widget-summary.widget-summary-sm .summary {
  min-height: 0;
  margin-top: 4px;
}

.widget-summary.widget-summary-sm .summary .title {
  font-size: 0.75rem;
}

.widget-summary.widget-summary-sm .summary .info {
  font-size: 0.7rem;
}

.widget-summary.widget-summary-sm .summary .amount {
  font-size: 0.9rem;
  font-weight: 700;
}

.widget-summary.widget-summary-sm .summary-footer {
  display: none;
}

.widget-summary.widget-summary-xs {
  padding: 0;
}

.widget-summary.widget-summary-xs .summary-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}

.widget-summary.widget-summary-xs .summary {
  min-height: 0;
}

.widget-summary.widget-summary-xs .summary .title {
  font-size: 0.75rem;
  line-height: 40px;
}

.widget-summary.widget-summary-xs .summary .info {
  display: none;
}

.widget-summary.widget-summary-xs .summary-footer {
  display: none;
}

/* Widget - Todo List */
ul.widget-todo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

ul.widget-todo-list li {
  border-bottom: 1px dotted #ddd;
  padding: 15px 15px 15px 0;
  position: relative;
}

ul.widget-todo-list li label.line-through span {
  text-decoration: line-through;
}

ul.widget-todo-list li .checkbox-custom {
  margin-bottom: 0;
}

ul.widget-todo-list li .checkbox-custom label {
  padding-left: 10px;
}

ul.widget-todo-list li .todo-actions {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 14px;
}

ul.widget-todo-list li .todo-actions .todo-remove {
  font-size: 10px;
  vertical-align: middle;
  color: #999;
}

ul.widget-todo-list li:last-child {
  border-bottom: 0 none;
}

/* Widget - Profile Info */
.widget-profile-info {
  display: table;
  width: 100%;
}

.widget-profile-info .profile-picture {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

.widget-profile-info .profile-picture img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  border: 4px solid #fff;
  border-radius: 50px;
}

.widget-profile-info .profile-info {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  color: #FFF;
}

.widget-profile-info .profile-info .profile-footer {
  padding: 5px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-align: right;
}

.widget-profile-info .profile-info .profile-footer a {
  color: #fff;
  opacity: 0.6;
}

/* Widget - Twitter Profile */
.widget-twitter-profile {
  background-color: #CCC;
  border-radius: 5px;
  color: #fff;
}

.widget-twitter-profile .top-image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.widget-twitter-profile .profile-info {
  padding: 15px;
  min-height: 75px;
}

.widget-twitter-profile .profile-info::after {
  clear: both;
  content: "";
  display: table;
}

.widget-twitter-profile .profile-info .profile-picture {
  float: left;
  margin-right: 15px;
  position: relative;
}

.widget-twitter-profile .profile-info .profile-picture img {
  display: block;
  width: 100px;
  height: 100px;
  margin: -25px 0;
  border: 4px solid #fff;
  border-radius: 50px;
}

.widget-twitter-profile .profile-info .profile-account {
  float: left;
}

.widget-twitter-profile .profile-info .profile-account .name {
  margin: 0;
}

.widget-twitter-profile .profile-info .profile-account .account {
  color: white;
  margin: 0;
  line-height: 1.4;
}

.widget-twitter-profile .profile-info .profile-stats {
  float: right;
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

.widget-twitter-profile .profile-info .profile-stats li {
  float: left;
  padding: 0 10px;
}

.widget-twitter-profile .profile-info .profile-stats li .stat {
  margin: 0;
}

.widget-twitter-profile .profile-info .profile-stats li .count {
  display: block;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}

.widget-twitter-profile .profile-quote {
  background-color: #d6d6d6;
  border-radius: 0 0 5px 5px;
  padding: 25px 15px 15px 150px;
}

.widget-twitter-profile .profile-quote blockquote {
  padding: 0;
  margin: 0;
  border: 0;
}

.widget-twitter-profile .profile-quote blockquote p {
  position: relative;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6;
  padding: 15px 0;
  margin: 0 0 10px;
  font-family: Georgia, serif;
  color: #FFF;
}

.widget-twitter-profile .profile-quote blockquote p:before {
  position: absolute;
  top: 0;
  left: -45px;
  content: '\201C';
  line-height: 1;
  font-size: 80px;
  font-family: Georgia, serif;
  font-style: normal;
}

.widget-twitter-profile .profile-quote .quote-footer {
  border-top: 1px solid #e6e5e5;
  padding: 5px 0;
  text-align: right;
  color: white;
}

.widget-twitter-profile .profile-quote .quote-footer a {
  color: white;
}

/* Widget - Twitter Profile Responsive */
@media only screen and (max-width: 479px) {
  .widget-twitter-profile .profile-info .profile-stats {
    clear: both;
    float: none;
    padding: 45px 0 0;
    text-align: center;
  }
  .widget-twitter-profile .profile-info .profile-stats li {
    display: inline-block;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .widget-twitter-profile .profile-quote {
    padding-left: 10px;
  }
  .widget-twitter-profile .profile-quote blockquote {
    padding-left: 45px;
  }
}

html.dark {
  /* Widget Summary */
  /* Panel Footer - Button Group */
  /* To-do List */
  /* Simple Post List */
  /* Simple User List */
  /* Simple Bullet List */
  /* Simple Compose Box */
}

html.dark .widget-summary .summary .title,
html.dark .widget-summary .summary .amount {
  color: #EEE;
}

html.dark .widget-summary .summary-footer {
  border-color: #4C4C4C;
}

html.dark .card-footer-btn-group a {
  background-color: #282d36;
  border-color: #21262d;
}

html.dark .card-footer-btn-group a:hover {
  background-color: #2e353e;
}

html.dark ul.widget-todo-list li {
  border-color: #242830;
}

html.dark ul.simple-post-list li {
  border-color: #4c4c4c;
}

html.dark ul.simple-user-list li .title {
  color: #EEE;
}

html.dark ul.simple-bullet-list li .title {
  color: #EEE;
}

html.dark .simple-compose-box {
  background-color: #282d36;
  border-color: #282d36;
}

html.dark .simple-compose-box .compose-box-footer {
  background-color: #21262d;
}

/* Wizard */
.card-body .wizard-tabs {
  margin: -15px -15px 15px;
}

.card-body-nopadding .wizard-tabs {
  margin: 0;
}

.wizard-tabs ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wizard-tabs ul > li {
  display: table-cell;
  border-bottom: 1px solid #EEE;
}

.wizard-tabs ul > li.active {
  border-bottom-color: transparent;
}

.wizard-tabs ul > li.active > a, .wizard-tabs ul > li.active > a:hover, .wizard-tabs ul > li.active > a:focus {
  background: #FFF;
  color: #555;
}

.wizard-tabs ul > li.active > a:after {
  border-left-color: #FFF;
}

.wizard-tabs ul > li.active .badge {
  background-color: #CCC;
}

.wizard-tabs ul > li.disabled > a, .wizard-tabs ul > li.btn:disabled > a, .wizard-tabs ul > li.form-control:disabled > a, .wizard-tabs .page-item.disabled ul > li.page-link > a, .page-item.disabled .wizard-tabs ul > li.page-link > a, .wizard-tabs ul > li.disabled > a:hover, .wizard-tabs ul > li.btn:disabled > a:hover, .wizard-tabs ul > li.form-control:disabled > a:hover, .wizard-tabs .page-item.disabled ul > li.page-link > a:hover, .page-item.disabled .wizard-tabs ul > li.page-link > a:hover, .wizard-tabs ul > li.disabled > a:focus, .wizard-tabs ul > li.btn:disabled > a:focus, .wizard-tabs ul > li.form-control:disabled > a:focus, .wizard-tabs .page-item.disabled ul > li.page-link > a:focus, .page-item.disabled .wizard-tabs ul > li.page-link > a:focus {
  color: #CCC;
}

.wizard-tabs ul > li.disabled .badge, .wizard-tabs ul > li.btn:disabled .badge, .wizard-tabs ul > li.form-control:disabled .badge, .wizard-tabs .page-item.disabled ul > li.page-link .badge, .page-item.disabled .wizard-tabs ul > li.page-link .badge {
  background-color: #CCC;
}

.wizard-tabs ul > li > a {
  position: relative;
  display: block;
  padding: 5px;
  font-size: 0.85rem;
  text-decoration: none;
  color: #555;
}

.wizard-tabs ul > li > a .badge {
  border-radius: 100%;
  color: #FFF;
  background: #CCC;
  padding: 0.4rem 0.55rem;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.wizard-tabs ul > li > a, .wizard-tabs ul > li > a:hover {
  background: #F4F4F4;
  color: #555;
}

.wizard-tabs ul > li > a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wizard-tabs ul > li > a:active, .wizard-tabs ul > li > a:focus {
  border-bottom: 0;
}

.wizard-tabs ul > li > a:before, .wizard-tabs ul > li > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  border: 17px solid transparent;
  border-right: 0;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
}

.wizard-tabs ul > li > a:before {
  z-index: 1;
  right: -11px;
  border-left-color: #E0E0E0;
}

.wizard-tabs ul > li > a:after {
  z-index: 2;
  border-left-color: #F4F4F4;
}

.wizard-tabs ul > li:last-child > a:before, .wizard-tabs ul > li:last-child > a:after {
  display: none;
}

html.dark .wizard-tabs ul > li {
  border-color: #282d36;
}

html.dark .wizard-tabs ul > li.active {
  border-color: #2e353e;
}

html.dark .wizard-tabs ul > li.active a, html.dark .wizard-tabs ul > li.active a:hover, html.dark .wizard-tabs ul > li.active a:active {
  background: #2e353e;
  color: #EEE;
}

html.dark .wizard-tabs ul > li.active a:before {
  border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li.active a:after {
  border-left-color: #2e353e;
}

html.dark .wizard-tabs ul > li a, html.dark .wizard-tabs ul > li a:hover {
  background: #282d36;
  color: #EEE;
}

html.dark .wizard-tabs ul > li a:before {
  border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li a:after {
  border-left-color: #282d36;
}

html .wizard-progress,
html.dark .wizard-progress {
  margin: 0 15px;
}

html .wizard-progress .steps-progress,
html.dark .wizard-progress .steps-progress {
  height: 2px;
  margin: 0 38px;
  position: relative;
  top: 15px;
  background: #CCC;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
  height: 100%;
  width: 0;
  background: #CCC;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

html .wizard-progress .wizard-steps,
html.dark .wizard-progress .wizard-steps {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  display: inline-block;
  width: 100%;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  /* IE8+ */
}

html .wizard-progress .wizard-steps:after,
html.dark .wizard-progress .wizard-steps:after {
  /*
			* We don't need IE6 and IE7 inline-block hack support here
			* since they don't support :after anyways (the text-justify
			* properties for them are above)... IE8 and above have native
			* inline-block support so for IE8+, both the text-justify and
			* :after will take effect but it doesn't have any negative
			* effects since this element is invisible
			*/
  display: inline-block;
  width: 100%;
  content: '.';
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html .wizard-progress .wizard-steps li,
html.dark .wizard-progress .wizard-steps li {
  display: inline-block;
  vertical-align: top;
  min-width: 50px;
  max-width: 100px;
}

html .wizard-progress .wizard-steps li a,
html.dark .wizard-progress .wizard-steps li a {
  position: relative;
  display: block;
  padding: 25px 8px 0;
  font-size: 11px;
  color: #33333F;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

html .wizard-progress .wizard-steps li a span,
html.dark .wizard-progress .wizard-steps li a span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background: #CCC;
  color: #FFF;
  line-height: 26px;
  text-align: center;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 35px;
  font-size: 13px;
  text-indent: -1px;
  border: 2px solid #CCC;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
  background: #CCC;
  color: #FFF;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
  background: #FFF;
  color: #CCC;
  border-color: #CCC;
}

html .wizard-progress .wizard-steps li.completed.active a span,
html.dark .wizard-progress .wizard-steps li.completed.active a span {
  color: #FFF;
}

html .wizard-progress.wizard-progress-lg,
html.dark .wizard-progress.wizard-progress-lg {
  margin: 0 auto 30px;
  width: 80%;
}

html .wizard-progress.wizard-progress-lg .steps-progress,
html.dark .wizard-progress.wizard-progress-lg .steps-progress {
  margin: 0 52px;
  height: 4px;
  top: 34px;
}

html .wizard-progress.wizard-progress-lg .wizard-steps,
html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
  padding-top: 30px;
}

html .wizard-progress.wizard-progress-lg ul li,
html.dark .wizard-progress.wizard-progress-lg ul li {
  max-width: 135px;
}

html .wizard-progress.wizard-progress-lg ul li a,
html.dark .wizard-progress.wizard-progress-lg ul li a {
  padding-top: 40px;
  font-size: 14px;
}

html .wizard-progress.wizard-progress-lg ul li a span,
html.dark .wizard-progress.wizard-progress-lg ul li a span {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 60px;
  line-height: 52px;
  font-size: 22px;
  border-width: 4px;
}

html.dark .wizard-progress .wizard-steps li a {
  color: #808697;
}

html.dark .wizard-progress.wizard-progress ul li a span {
  background: #242830;
  border-color: #242830;
}

html.dark .wizard-progress .wizard-steps li.active a span {
  background: #242830;
}

html.dark .wizard-progress .steps-progress {
  background: #242830;
}

@media only screen and (max-width: 991px) {
  html .wizard-progress, html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress, html.dark .wizard-progress.wizard-progress-lg {
    width: auto;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  html .wizard-progress .steps-progress, html.dark .wizard-progress .steps-progress {
    display: none;
  }
  html .wizard-progress .wizard-steps, html.dark .wizard-progress .wizard-steps {
    display: block;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    width: 100%;
  }
  html .wizard-progress .wizard-steps li, html.dark .wizard-progress .wizard-steps li {
    -webkit-transition: margin 0.5s linear;
    transition: margin 0.5s linear;
    display: inline-block;
    float: none;
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  html .wizard-progress .wizard-steps li a, html.dark .wizard-progress .wizard-steps li a {
    position: relative;
    z-index: 2;
  }
  html .wizard-progress .wizard-steps li:before, html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    width: 50%;
  }
  html .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:before {
    background: #CCC;
    left: 0;
  }
  html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:after {
    background: #CCC;
    right: 0;
  }
  html .wizard-progress .wizard-steps li.active, html.dark .wizard-progress .wizard-steps li.active {
    margin-left: 0;
  }
  html .wizard-progress .wizard-steps li.completed, html.dark .wizard-progress .wizard-steps li.completed {
    margin-left: -100%;
  }
  html .wizard-progress .wizard-steps li.completed:after, html.dark .wizard-progress .wizard-steps li.completed:after {
    background: #CCC;
  }
  html .wizard-progress .wizard-steps li.completed.active, html.dark .wizard-progress .wizard-steps li.completed.active {
    margin-left: 0;
  }
  html .wizard-progress .wizard-steps li:first-child:before, html.dark .wizard-progress .wizard-steps li:first-child:before {
    display: none;
  }
  html .wizard-progress .wizard-steps li:last-child:after, html.dark .wizard-progress .wizard-steps li:last-child:after {
    display: none;
  }
  html .wizard-progress.wizard-progress-lg .wizard-steps li, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li {
    min-width: 0;
    max-width: none;
  }
  html .wizard-progress.wizard-progress-lg .wizard-steps li:before, html .wizard-progress.wizard-progress-lg .wizard-steps li:after, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:before, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:after {
    height: 4px;
  }
}

.form-wizard {
  margin-bottom: 20px;
}

.form-wizard .tabs {
  margin-bottom: 0;
}

.form-wizard .tab-content {
  background: #FFF;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wizard ul.pager .next a,
.form-wizard ul.pager .previous a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .finish a {
  cursor: pointer;
}

.form-wizard ul.pager .disabled a, .form-wizard ul.pager .btn:disabled a, .form-wizard ul.pager button:disabled a, .form-wizard ul.pager input:disabled a, .form-wizard ul.pager textarea:disabled a, .form-wizard ul.pager select:disabled a, .form-wizard ul.pager .form-control:disabled a, .page-item.disabled .form-wizard ul.pager .page-link a {
  cursor: not-allowed;
}

.form-wizard ul.pager .next.disabled, .form-wizard ul.pager .next.btn:disabled, .form-wizard ul.pager button.next:disabled, .form-wizard ul.pager input.next:disabled, .form-wizard ul.pager textarea.next:disabled, .form-wizard ul.pager select.next:disabled, .form-wizard ul.pager .next.form-control:disabled, .form-wizard ul.pager .page-item.disabled .next.page-link, .page-item.disabled .form-wizard ul.pager .next.page-link {
  display: none;
}

html.dark .form-wizard .pager li > a,
html.dark .form-wizard .pager li > a:hover,
html.dark .form-wizard .pager li > a:focus,
html.dark .form-wizard .pager li > span {
  background: #2e353e;
  border-color: #282d36;
  color: #EEE;
}

html.dark .form-wizard .pager .disabled > a, html.dark .form-wizard .pager .btn:disabled > a, html.dark .form-wizard .pager button:disabled > a, html.dark .form-wizard .pager input:disabled > a, html.dark .form-wizard .pager textarea:disabled > a, html.dark .form-wizard .pager select:disabled > a, html.dark .form-wizard .pager .form-control:disabled > a, html.dark .form-wizard .pager .page-item.disabled .page-link > a, .page-item.disabled html.dark .form-wizard .pager .page-link > a,
html.dark .form-wizard .pager .disabled > a:hover,
html.dark .form-wizard .pager .btn:disabled > a:hover,
html.dark .form-wizard .pager button:disabled > a:hover,
html.dark .form-wizard .pager input:disabled > a:hover,
html.dark .form-wizard .pager textarea:disabled > a:hover,
html.dark .form-wizard .pager select:disabled > a:hover,
html.dark .form-wizard .pager .form-control:disabled > a:hover,
html.dark .form-wizard .pager .page-item.disabled .page-link > a:hover, .page-item.disabled
html.dark .form-wizard .pager .page-link > a:hover,
html.dark .form-wizard .pager .disabled > a:focus,
html.dark .form-wizard .pager .btn:disabled > a:focus,
html.dark .form-wizard .pager button:disabled > a:focus,
html.dark .form-wizard .pager input:disabled > a:focus,
html.dark .form-wizard .pager textarea:disabled > a:focus,
html.dark .form-wizard .pager select:disabled > a:focus,
html.dark .form-wizard .pager .form-control:disabled > a:focus,
html.dark .form-wizard .pager .page-item.disabled .page-link > a:focus, .page-item.disabled
html.dark .form-wizard .pager .page-link > a:focus,
html.dark .form-wizard .pager .disabled > span,
html.dark .form-wizard .pager .btn:disabled > span,
html.dark .form-wizard .pager button:disabled > span,
html.dark .form-wizard .pager input:disabled > span,
html.dark .form-wizard .pager textarea:disabled > span,
html.dark .form-wizard .pager select:disabled > span,
html.dark .form-wizard .pager .form-control:disabled > span,
html.dark .form-wizard .pager .page-item.disabled .page-link > span, .page-item.disabled
html.dark .form-wizard .pager .page-link > span {
  background: #282d36;
  border-color: #282d36;
  color: #EEE;
}

/* Word Rotator */
.wort-rotator {
  visibility: hidden;
  width: 100px;
  height: 0px;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  top: -1px;
}

.wort-rotator.active {
  visibility: visible;
  width: auto;
}

.wort-rotator .wort-rotator-items {
  position: relative;
  top: 0;
  width: 100%;
}

.wort-rotator .wort-rotator-items span {
  display: block;
  white-space: nowrap;
}

.wort-rotator.highlight {
  top: 1px;
}

/* Word Rotator - Titles */
h1 .wort-rotator {
  margin-bottom: -12px;
}

h2 .wort-rotator {
  margin-bottom: -12px;
}

h2.word-rotator-title {
  line-height: 54px;
}

.fc .fc-toolbar h2 {
  color: #171717;
  font-size: 1.4rem;
  font-weight: normal;
}

.fc .fc-toolbar h2:before {
  color: #CCC;
  content: "\F073";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
}

.fc .fc-toolbar .fc-button {
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 0.9em;
  padding: 2px 0.8em 3px;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.fc .fc-toolbar .fc-button.fc-state-active {
  color: #FFF;
}

.fc .fc-day-grid-container {
  overflow: visible !important;
  height: auto !important;
}

.fc .fc-widget-header th {
  line-height: 35px;
}

.fc .fc-event {
  color: #FFF !important;
}

/* Fullcalendar - Event States */
/* Buttons - States */
.fc-event.fc-event-default {
  background: #ebebeb;
  border-color: #ebebeb;
}

.fc-event.fc-event-default .fc-event-inner {
  color: #777;
}

a.fc-event.fc-event-default:hover {
  color: #777;
}

.fc-event.fc-event-primary {
  background: #CCC;
  border-color: #CCC;
}

.fc-event.fc-event-primary .fc-event-inner {
  color: #FFF;
}

a.fc-event.fc-event-primary:hover {
  color: #FFF;
}

.fc-event.fc-event-success {
  background: #47a447;
  border-color: #47a447;
}

.fc-event.fc-event-success .fc-event-inner {
  color: #FFF;
}

a.fc-event.fc-event-success:hover {
  color: #FFF;
}

.fc-event.fc-event-warning {
  background: #ed9c28;
  border-color: #ed9c28;
}

.fc-event.fc-event-warning .fc-event-inner {
  color: #FFF;
}

a.fc-event.fc-event-warning:hover {
  color: #FFF;
}

.fc-event.fc-event-danger {
  background: #d2322d;
  border-color: #d2322d;
}

.fc-event.fc-event-danger .fc-event-inner {
  color: #FFF;
}

a.fc-event.fc-event-danger:hover {
  color: #FFF;
}

.fc-event.fc-event-info {
  background: #5bc0de;
  border-color: #5bc0de;
}

.fc-event.fc-event-info .fc-event-inner {
  color: #FFF;
}

a.fc-event.fc-event-info:hover {
  color: #FFF;
}

.fc-event.fc-event-dark {
  background: #171717;
  border-color: #171717;
}

.fc-event.fc-event-dark .fc-event-inner {
  color: #FFF;
}

a.fc-event.fc-event-dark:hover {
  color: #FFF;
}

/* Fullcalendar - External Events */
.external-event {
  cursor: move;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 5px;
  padding: 10px;
  text-align: left;
}

/* dark */
html.dark .fc .fc-toolbar h2 {
  color: #FFF;
}

html.dark .fc .fc-toolbar .fc-button {
  background: #21262d;
  color: #FFF;
}

html.dark .fc-unthemed th,
html.dark .fc-unthemed td,
html.dark .fc-unthemed thead,
html.dark .fc-unthemed tbody,
html.dark .fc-unthemed .fc-divider,
html.dark .fc-unthemed .fc-row,
html.dark .fc-unthemed .fc-popover {
  border-color: rgba(0, 0, 0, 0.3);
}

html.dark .fc-unthemed .fc-today {
  background: #21262d;
}

/* Invoice */
.invoice {
  padding: 0 15px 15px;
}

/* Invoice Address Tag */
.invoice address {
  color: #7F8597;
  line-height: 1.5em;
}

/* Invoice header */
.invoice header {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 15px;
}

.invoice header .h2,
.invoice header .h4 {
  letter-spacing: 0;
}

/* Invoice Billing Information */
.invoice .bill-to,
.invoice .bill-data {
  padding: 15px 0;
}

.invoice .bill-data .value {
  display: inline-block;
  margin-left: 10px;
  width: 90px;
}

/* Invoice table */
.invoice table.table {
  table-layout: fixed;
}

.invoice table.table > thead:first-child > tr > th {
  background-color: #F8F8F8;
  border-bottom: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
}

.invoice table.table > tbody tr > td {
  border-color: #DADADA;
}

/* Invoice table items */
.invoice .invoice-items > tbody tr:last-child > td {
  border-bottom: 1px solid #DADADA;
}

.invoice .invoice-items #cell-id {
  width: 10%;
}

.invoice .invoice-items #cell-item {
  width: 20%;
}

.invoice .invoice-items #cell-desc {
  width: 20%;
}

.invoice .invoice-items #cell-price {
  width: 10%;
}

.invoice .invoice-items #cell-qty {
  width: 10%;
}

.invoice .invoice-items #cell-total {
  width: 10%;
}

/* Invoice summary */
.invoice-summary .col-sm-4 {
  padding-left: 0;
}

/* Invoice Responsiveness */
@media only screen and (max-width: 991px) {
  .invoice .table-responsive > table.table {
    table-layout: auto;
  }
  .invoice-summary .col-sm-4 {
    padding-left: 15px;
  }
}

/* Invoice Print */
@media print {
  .invoice .table-responsive {
    border: none !important;
    overflow: visible !important;
    width: auto !important;
  }
  .invoice table.table.invoice-items {
    table-layout: auto;
  }
  .invoice header .col-sm-6:first-child,
  .invoice header .col-sm-6:last-child,
  .invoice .bill-info .col-md-6 {
    float: left !important;
  }
  .invoice header .col-sm-6:first-child {
    width: 25% !important;
  }
  .invoice header .col-sm-6:last-child {
    width: 75% !important;
  }
  .invoice .bill-info .col-md-6 {
    width: 50% !important;
  }
  .invoice .invoice-summary .col-sm-4 {
    float: right;
    padding: 0;
    width: 40%;
  }
}

/* dark */
html.dark .invoice header {
  border-bottom-color: #282d36;
}

html.dark .invoice table.table > thead:first-child > tr > th {
  background-color: #282d36;
  border-bottom-color: #282d36;
  border-top-color: #282d36;
}

html.dark .invoice table.table > tbody tr > td {
  border-color: #282d36;
}

/* Turns Container With Sidebar Fluid when layout is Boxed */
.container-with-sidebar {
  max-width: none;
}

html.boxed .container-with-sidebar {
  width: 100% !important;
}

html.boxed:not(.sidebar-left-collapsed) .container-with-sidebar [class*="col-"]:not(.isotope-item) {
  width: 100%;
}

/* Container With Sidebar - Sidebar Collapsed */
@media (min-width: 768px) and (max-width: 991px) {
  .container-with-sidebar {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container-with-sidebar {
    width: calc(970px - 144px);
  }
}

@media (min-width: 1200px) {
  .container-with-sidebar {
    width: calc(1170px - 144px);
  }
}

@media (min-width: 1600px) {
  .container-with-sidebar {
    width: calc(1570px - 144px) !important;
  }
}

/* Container With Sidebar */
@media (min-width: 768px) and (max-width: 1199px) {
  html:not(.sidebar-left-collapsed):not(.boxed) .container-with-sidebar {
    width: 100%;
  }
  html:not(.sidebar-left-collapsed):not(.boxed) .container-with-sidebar [class*="col-"]:not(.isotope-item) {
    width: 100%;
  }
}

@media (min-width: 992px) {
  html:not(.sidebar-left-collapsed):not(.boxed) .container-with-sidebar {
    width: calc(970px - 300px);
  }
}

@media (min-width: 1200px) {
  html:not(.sidebar-left-collapsed):not(.boxed) .container-with-sidebar {
    width: calc(1170px - 300px);
  }
}

@media (min-width: 1600px) {
  html:not(.sidebar-left-collapsed):not(.boxed) .container-with-sidebar {
    width: calc(1570px - 300px) !important;
  }
}

/* Custom Padding Bottom - When Boxed layout */
html.boxed .custom-padding {
  padding-bottom: 0;
  padding-top: 50px;
}

/* Custom Padding Bottom - With Sidebar */
@media (max-width: 1470px) {
  html:not(.sidebar-left-collapsed) .custom-padding {
    padding-bottom: 0;
    padding-top: 30px;
  }
}

/* Custom Padding Bottom - Without Sidebar */
@media (max-width: 1599px) {
  .custom-padding {
    padding-bottom: 0;
    padding-top: 30px;
  }
}

/* Custom Padding Bottom - Without Sidebar */
@media (max-width: 767px) {
  .custom-padding {
    padding-bottom: 0;
    padding-top: 0px;
  }
}

/* Custom Padding Bottom - Without Sidebar */
@media (min-width: 1600px) {
  .custom-padding {
    padding-bottom: 0;
    padding-top: 50px;
  }
}

/* Custom Position For Porto Front-End Landing Dashboard */
.custom-pos {
  position: relative;
  top: 20px;
}

@media (max-width: 1599px) {
  .custom-pos {
    top: 70px;
  }
  .custom-pos .abs-bottom-left {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .custom-pos .abs-bottom-left {
    width: 30%;
    bottom: 120px;
  }
}

@media (max-width: 991px) {
  .custom-pos {
    top: 10px;
  }
  .custom-pos .abs-bottom-left {
    width: initial;
    left: 8vw;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* Custom Position For Porto Front-End Landing Dashboard - With Sidebar */
@media (max-width: 1599px) {
  html:not(.sidebar-left-collapsed) .custom-pos {
    top: 100px;
  }
  html:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
    width: 30%;
    bottom: 80px;
  }
}

@media (max-width: 1199px) {
  html:not(.sidebar-left-collapsed) .custom-pos {
    top: 10px;
  }
  html:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
    width: 30%;
    bottom: 190px;
  }
}

@media (max-width: 991px) {
  html:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
    width: 35%;
    left: 8vw;
    bottom: 0;
  }
}

/* Custom Position For Porto Front-End Landing Dashboard - Layout Boxed */
html.boxed .custom-pos {
  top: 100px;
}

html.boxed .custom-pos .abs-bottom-left {
  left: -5px;
}

@media (max-width: 991px) {
  html.boxed .custom-pos .abs-bottom-left {
    width: 35%;
    left: 9vw;
  }
}

html.boxed:not(.sidebar-left-collapsed) .custom-pos {
  top: 10px;
}

html.boxed:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
  left: 6vw;
}

@media (max-width: 1599px) {
  html.boxed:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
    width: 24%;
  }
}

@media (max-width: 1199px) {
  html.boxed:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
    width: 27%;
    left: 2vw;
  }
}

@media (max-width: 991px) {
  html.boxed:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
    width: 35%;
    left: 9vw;
  }
}

/* Section Padding */
.section-padding {
  padding: 90px 0 75px;
}

/* Section Full Width Background Light */
.section-full-width-bg-light {
  position: relative;
  background-color: #FFF;
}

.section-full-width-bg-light:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #FFF;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Absolute Position Bottom Left */
.abs-bottom-left {
  position: absolute;
  bottom: -3px;
  left: 40px;
}

/* Overflow Hidden */
.overflow-hidden {
  overflow: hidden;
}

/* List */
.list.list-icons > li {
  line-height: 2.2;
}

/* Testimonial */
.testimonial {
  background: #ecedf0;
  padding: 40px;
}

.testimonial blockquote {
  position: relative;
  border-left: none;
  font-family: Georgia, serif;
  padding: 10px 60px;
  margin-bottom: 0;
}

.testimonial blockquote:before {
  left: 10px;
  top: 0;
  color: #777;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  font-family: Georgia, serif;
  line-height: 1;
  position: absolute;
}

.testimonial blockquote:after {
  color: #777;
  content: "\201D";
  font-size: 80px;
  font-style: normal;
  font-family: Georgia, serif;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  right: 10px;
}

.testimonial blockquote p {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.8;
}

.log-viewer {
  line-height: 2.6rem;
  font-family: monospace;
  font-size: 0.85rem;
}

.mailbox .content-with-menu-container {
  background: #FFF;
}

.mailbox .mailbox-bullets .ball {
  border: 5px solid red;
  border-radius: 100px;
  display: block;
  float: right;
  margin-top: 6px;
}

.mailbox .mailbox-bullets .ball.pink {
  border-color: #EA4C89;
}

.mailbox .mailbox-bullets .ball.green {
  border-color: #9AE14F;
}

.mailbox .mailbox-bullets .ball.blue {
  border-color: #1BC3E1;
}

.mailbox .mailbox-bullets .ball.orange {
  border-color: #E2A917;
}

.mailbox .mailbox-folder {
  height: auto !important;
  padding: 0 0 40px;
}

/* mailbox - main header */
.mailbox .mailbox-folder .mailbox-header {
  padding: 38px 40px 43px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-folder .mailbox-header {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-folder .mailbox-header .mailbox-title {
    margin-bottom: 10px !important;
  }
}

.mailbox .mailbox-folder .mailbox-header .search {
  float: right;
  margin-top: 3px;
  max-width: 100px;
}

.mailbox .mailbox-folder .mailbox-header .search input[type="text"] {
  -webkit-transition-property: width, margin;
  transition-property: width, margin;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
  transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
}

.mailbox .mailbox-folder .mailbox-header .search input[type="text"]:focus {
  margin-left: -150%;
  width: 250%;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-folder .mailbox-header .search input[type="text"]:focus {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-folder .mailbox-header .search {
    max-width: none;
    width: 100%;
  }
}

/* mailbox - actions */
.mailbox .mailbox-actions {
  border-top: 1px solid #EFEFEF;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-actions {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

.mailbox .mailbox-actions ul a {
  color: #171717;
  text-decoration: none;
  font-size: 0.9rem;
}

.mailbox .mailbox-actions ul a.item-action {
  background: #FFF;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #B4BBC1;
  display: inline-block;
  height: 30px;
  line-height: 1.9rem;
  position: relative;
  width: 30px;
  text-align: center;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
  transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mailbox .mailbox-actions ul a.item-action:hover {
  color: #57636C;
  text-decoration: none;
}

.mailbox .mailbox-actions ul a.item-action.text-primary:hover {
  color: #b3b2b2 !important;
}

.mailbox .mailbox-actions ul a.item-action.text-success:hover {
  color: #388038 !important;
}

.mailbox .mailbox-actions ul a.item-action.text-warning:hover {
  color: #d18211 !important;
}

.mailbox .mailbox-actions ul a.item-action.text-danger:hover {
  color: #a82824 !important;
}

.mailbox .mailbox-actions ul a.item-action.text-info:hover {
  color: #31b0d5 !important;
}

.mailbox .mailbox-actions ul a.item-action.text-dark:hover {
  color: black !important;
}

/* mailbox - mail list */
.mailbox .mailbox-email-list {
  border-top: 1px solid #f7f7f7;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list {
    position: static !important;
  }
}

.mailbox .mailbox-email-list li {
  border-bottom: 1px solid #f7f7f7;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  position: relative;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list li {
    height: 75px;
    padding: 0 20px;
  }
}

.mailbox .mailbox-email-list li a {
  color: #777;
}

.mailbox .mailbox-email-list li:hover {
  background: #FAFAFA;
}

.mailbox .mailbox-email-list li.unread a {
  color: #555;
  font-weight: 500;
}

.mailbox .mailbox-email-list li.active {
  background: #CCC;
}

.mailbox .mailbox-email-list li.active a {
  color: #FFF;
}

.mailbox .mailbox-email-list .mail-label {
  border: 4px solid transparent;
  border-radius: 10px;
  display: inline-block;
  left: 16px;
  position: absolute;
  top: 21px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .mail-label {
    border-radius: 0;
    border-width: 1px;
    bottom: 0;
    left: 0;
    top: 0;
  }
}

.mailbox .mailbox-email-list .col-sender {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-sender {
    width: 100%;
  }
}

.mailbox .mailbox-email-list .col-sender p {
  left: 80px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  top: 13px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-sender p {
    left: 60px;
  }
}

.mailbox .mailbox-email-list .col-mail {
  bottom: 0;
  left: 290px;
  position: absolute;
  right: 40px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail {
    left: 60px;
    right: 20px;
  }
}

.mailbox .mailbox-email-list .col-mail .mail-content,
.mailbox .mailbox-email-list .col-mail .mail-date,
.mailbox .mailbox-email-list .col-mail .mail-attachment {
  position: absolute;
  top: 0;
}

.mailbox .mailbox-email-list .col-mail .mail-content {
  left: 0;
  right: 140px;
  top: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail .mail-content {
    right: 0;
    top: 25px;
    line-height: 2.9;
  }
}

.mailbox .mailbox-email-list .col-mail .mail-attachment {
  color: #BBB;
  right: 100px;
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail .mail-attachment {
    font-size: 1.1rem;
    line-height: 1.4rem;
    right: 55px;
    top: 6px;
  }
}

.mailbox .mailbox-email-list .col-mail .mail-date {
  padding-left: 80px;
  right: 0;
  top: 13px;
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .col-mail .mail-date {
    font-size: 0.7rem;
    line-height: 1.4rem;
    padding-left: 0;
    text-align: right;
    top: 5px;
    width: 130px;
  }
}

/* Mailbox Mail List - Unstyle nano for non fixed layouts and responsive */
html.scroll .mailbox .mailbox-email-list .nano,
html.boxed .mailbox .mailbox-email-list .nano {
  position: static;
  height: auto;
  overflow: visible;
  width: auto;
}

html.scroll .mailbox .mailbox-email-list .nano .nano-content,
html.boxed .mailbox .mailbox-email-list .nano .nano-content {
  position: static;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email-list .nano {
    position: static;
    height: auto;
    overflow: visible;
    width: auto;
  }
  .mailbox .mailbox-email-list .nano .nano-content {
    position: static;
    overflow: visible;
  }
}

/* Mailbox Mail List + Fixed Layout */
@media only screen and (min-width: 768px) {
  html.fixed .mailbox .mailbox-email-list {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 191px;
  }
}

/* Mailbox - Email */
.mailbox .mailbox-email {
  background: #FAFAFA;
}

.mailbox .mailbox-email .mailbox-email-header {
  background: #FFF;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  margin: -40px -40px 0 -40px;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .mailbox .mailbox-email .mailbox-email-header {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.mailbox .mailbox-email .mailbox-close-mail {
  color: #CCC;
  cursor: pointer;
  font-weight: 300;
  float: left;
}

.mailbox .mailbox-email .mailbox-close-mail:hover {
  color: #d9d9d9;
}

.mailbox .mailbox-email .mailbox-close-mail, .mailbox .mailbox-email .mailbox-close-mail:focus {
  text-decoration: none;
}

.mailbox .mailbox-email .card .card-header {
  background: #FFF;
  border-bottom-color: #EFEFEF;
}

.mailbox .mailbox-email .card .card-header .card-actions {
  top: 17px;
}

.mailbox .mailbox-email .card .card-header .card-actions a:hover {
  background: #FFF;
  color: #CCC;
}

.mailbox .mailbox-email .card .card-footer {
  background: #FFF;
  border-top-color: #EFEFEF;
  color: #BBB;
}

/* Mailbox - Showing Menu Toggle */
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .mailbox .mailbox-folder .mailbox-header .mailbox-title {
    position: relative;
    top: 28px;
  }
  .mailbox .mailbox-email .mailbox-email-header {
    padding-top: 80px;
  }
  html.inner-menu-opened .mailbox .mailbox-folder .mailbox-header .mailbox-title {
    position: static;
  }
  html.inner-menu-opened .mailbox .mailbox-email .mailbox-email-header {
    padding-top: 30px;
  }
}

/* Mailbox Compose */
.mailbox-compose {
  margin: -20px -40px 0 -40px;
  padding: 0 15px;
}

.mailbox-compose .compose {
  margin: 0 40px;
}

.mailbox-compose .compose .note-editable {
  min-height: 250px;
}

.mailbox-compose .compose .note-editor,
.mailbox-compose .compose .note-toolbar {
  border: none;
}

.mailbox-compose .compose .note-resizebar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mailbox-compose {
    margin: -20px -15px 0 -15px;
  }
  .mailbox-compose .compose {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* dark */
html.dark .mailbox .mailbox-email,
html.dark .mailbox .content-with-menu-container {
  background: #1d2127;
}

html.dark .mailbox .mailbox-folder .mailbox-header .input-search .btn-default {
  background: transparent;
}

html.dark .mailbox .mailbox-actions {
  border-top-color: #282d36;
}

html.dark .mailbox .mailbox-actions ul a.item-action {
  background: #2e353e;
}

html.dark .mailbox .mailbox-email-list {
  border-top-color: #282d36;
}

html.dark .mailbox .mailbox-email-list li {
  border-bottom-color: #242830;
}

html.dark .mailbox .mailbox-email-list li:hover {
  background: #161a1e;
}

html.dark .mailbox .mailbox-email-list li a {
  color: #808697;
}

html.dark .mailbox .mailbox-email-list li.unread a {
  color: #9ca1ae;
}

html.dark .mailbox .mailbox-email .mailbox-email-header {
  background: #21262d;
}

html.dark .mailbox .mailbox-email .card .card-header,
html.dark .mailbox .mailbox-email .card .card-footer {
  background-color: #282d36;
  border-color: #21262d;
  color: #808697;
}

html.dark .mailbox .mailbox-email .card .card-header .card-title,
html.dark .mailbox .mailbox-email .card .card-footer .card-title {
  color: #808697;
}

html.dark .mailbox .mailbox-email .card .card-header .card-actions a:hover {
  background: #1d2127;
}

html.dark .mailbox .mailbox-compose .note-editor .note-toolbar,
html.dark .mailbox .mailbox-compose .note-editor .note-statusbar,
html.dark .mailbox .mailbox-compose .note-editor .note-editable {
  background: #1d2127;
}

html.dark .mailbox .mailbox-compose .note-editor .note-editable {
  color: #808697;
}

.media-gallery ul.mg-folders {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-gallery ul.mg-folders > li {
  display: block;
  position: relative;
}

.media-gallery ul.mg-folders > li a.menu-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 80px;
}

.media-gallery ul.mg-folders > li a.menu-item i {
  margin-right: 5px;
  width: 16px;
}

.media-gallery ul.mg-folders > li .item-options {
  position: absolute;
  padding: 10px 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.media-gallery ul.mg-folders > li .item-options a:hover {
  text-decoration: none;
}

.media-gallery ul.mg-folders > li:hover .item-options {
  opacity: 1;
}

.media-gallery ul.mg-tags {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.media-gallery ul.mg-tags::after {
  clear: both;
  content: "";
  display: table;
}

.media-gallery ul.mg-tags > li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.media-gallery ul.mg-tags > li a {
  display: block;
  padding: 2px 7px;
  font-size: 11px;
  background-color: #171717;
  border-radius: 5px;
  color: #666;
}

.media-gallery ul.mg-tags > li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #CCC;
}

.media-gallery .mg-files {
  padding: 5px 0 30px;
}

.media-gallery .mg-files .thumbnail {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.media-gallery .mg-files .thumbnail .thumb-preview {
  position: relative;
  z-index: 2;
}

.media-gallery .mg-files .thumbnail .thumb-preview .thumb-image {
  display: block;
  overflow: hidden;
}

.media-gallery .mg-files .thumbnail .thumb-preview img {
  width: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 5px;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  overflow: hidden;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px 15px;
  color: #fff;
  background-color: #CCC;
  border-radius: 0 0 0 15px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s linear 0.1s;
  transition: -webkit-transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s, -webkit-transform 0.1s linear 0.1s;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #CCC;
  color: #fff;
  padding: 6px 10px;
  -webkit-transition: -webkit-transform 0.1s linear 0.1s;
  transition: -webkit-transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s, -webkit-transform 0.1s linear 0.1s;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar::after {
  clear: both;
  content: "";
  display: table;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-option {
  margin: 0;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group > a {
  color: #fff;
  padding: 0 5px;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group .mg-toggle {
  color: #fff;
  background: none;
  border: none;
  padding: 2px 2px 2px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group .mg-toggle:focus {
  outline: 0 !important;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group .mg-dropdown {
  -webkit-transform: none !important;
          transform: none !important;
  top: 32px !important;
  left: auto !important;
  right: 0 !important;
}

.media-gallery .mg-files .thumbnail .mg-title {
  margin: 13px 0 2px;
  padding-bottom: 2px;
  display: inline-block;
  font-size: 1rem;
}

.media-gallery .mg-files .thumbnail .mg-title small {
  position: relative;
  top: 0;
  left: 0;
  color: #9e9e9e;
  opacity: 0;
  z-index: 1;
  font-size: 1rem;
}

.media-gallery .mg-files .thumbnail .mg-description::after {
  clear: both;
  content: "";
  display: table;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
  border-color: #FFF;
  -webkit-box-shadow: 0 0 8px -1px #CCC;
          box-shadow: 0 0 8px -1px #CCC;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .mg-title small {
  opacity: 1;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options {
  visibility: visible;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options .mg-toolbar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.media-gallery .mg-files .thumbnail:hover .mg-title small {
  opacity: 1;
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options {
  visibility: visible;
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-zoom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-toolbar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

html.sidebar-light:not(.dark) .media-gallery ul.mg-tags > li a {
  background-color: #f2f2f2;
  color: #777;
}

html.dark .media-gallery .mg-files .thumbnail.thumbnail-selected {
  border-color: #242830;
}

html.dark .media-gallery .mg-files .thumbnail .mg-title small {
  color: #808697;
}

/* Change Content Background Color */
html.search-results body {
  background: #FFF;
}

/* Search Results Wrapper */
.search-content {
  margin: -40px;
}

.search-content .search-control-wrapper {
  background: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  margin-top: 3px;
  padding: 20px;
}

/* Search Results Tabs */
.search-content .search-toolbar {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 40px;
}

.search-content .search-toolbar .nav-pills {
  margin: 0 40px;
}

.search-content .search-toolbar .nav-pills li {
  margin: 0 15px 0 0;
}

.search-content .search-toolbar .nav-pills li:last-child {
  margin-right: 0;
}

.search-content .search-toolbar .nav-pills li a {
  padding-left: 5px;
  padding-right: 5px;
  border-left: 0;
  border-right: 0;
  margin-bottom: -1px;
}

.search-content .search-toolbar .nav-pills li a, .search-content .search-toolbar .nav-pills li a:hover, .search-content .search-toolbar .nav-pills li a:focus {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #FFF;
  border-top: 2px solid #FFF;
  color: #777;
}

.search-content .search-toolbar .nav-pills li a:hover, .search-content .search-toolbar .nav-pills li a:focus {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #FFF;
  border-top: 2px solid #FFF;
  color: #555;
}

.search-content .search-toolbar .nav-pills li.active a {
  color: #CCC;
  border-bottom-color: #CCC;
}

.search-content > .tab-content {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 40px;
}

/* Search Result Totals */
.search-content .total-results {
  margin-top: -25px;
}

/* Search Results List */
.search-results-list {
  max-width: 750px;
}

.search-results-list li {
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.search-results-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-results-list .result-type {
  right: 5px;
  position: absolute;
  top: 5px;
}

.search-results-list a {
  border-radius: 4px;
  display: block;
  padding: 25px;
  text-decoration: none;
}

.search-results-list a .title {
  margin-top: 0;
}

.search-results-list a .description {
  color: #777;
}

.search-results-list a p:last-child {
  margin-bottom: 0;
}

.search-results-list a:hover {
  background: #f7f7f7;
}

.search-results-list .has-thumb {
  display: table;
  width: 100%;
}

.search-results-list .has-thumb .result-thumb,
.search-results-list .has-thumb .result-data {
  display: table-cell;
  vertical-align: top;
}

.search-results-list .result-thumb {
  padding-right: 25px;
}

.search-results-list .result-thumb img,
.search-results-list .result-thumb .fa {
  height: 75px;
  width: 75px;
}

.search-results-list .result-thumb .fa {
  background: #CCC;
  color: #FFF;
  font-size: 3.6rem;
  line-height: 7.5rem;
  text-align: center;
}

/* Search Results Responsive */
@media only screen and (max-width: 767px) {
  .search-content {
    margin: -20px;
  }
}

@media only screen and (max-width: 480px) {
  .search-results-list .has-thumb {
    display: block;
  }
  .search-results-list .has-thumb::after {
    clear: both;
    content: "";
    display: table;
  }
  .search-results-list .has-thumb .result-thumb,
  .search-results-list .has-thumb .result-data {
    display: block;
  }
  .search-results-list .has-thumb .result-thumb {
    float: left;
  }
  .search-results-list .has-thumb .result-data .title {
    margin-top: 3px;
  }
  .search-results-list .result-thumb img,
  .search-results-list .result-thumb .fa {
    height: 35px;
    width: 35px;
  }
  .search-results-list .result-thumb .fa {
    font-size: 0.9rem;
    line-height: 3.5rem;
  }
}

/* dark */
html.dark .search-content .search-control-wrapper {
  background: #1d2127;
  border-bottom-color: #282d36;
}

html.dark .search-content .tab-content {
  background: transparent;
}

html.dark .search-content .search-toolbar {
  background: #21262d;
  border-bottom-color: #21262d;
}

html.dark .search-content .search-toolbar .nav-pills a, html.dark .search-content .search-toolbar .nav-pills a:hover, html.dark .search-content .search-toolbar .nav-pills a:focus {
  border-bottom-color: #21262d;
  border-top-color: #21262d;
  color: #808697;
}

html.dark .search-content .search-toolbar .nav-pills a:hover, html.dark .search-content .search-toolbar .nav-pills a:focus {
  border-bottom-color: #21262d;
  border-top-color: #21262d;
  color: #555;
}

html.dark .search-content .search-toolbar .nav-pills li.active a, html.dark .search-content .search-toolbar .nav-pills li.active a:hover, html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
  color: #CCC;
  border-bottom-color: #CCC;
}

html.dark .search-content .search-results-list li {
  border-bottom-color: #282d36;
}

html.dark .search-content .search-results-list a .description {
  color: #808697;
}

html.dark .search-content .search-results-list a:hover {
  background: #282d36;
}

/* Sign Screens - Wrappers */
.body-sign {
  display: table;
  height: 100vh;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 15px;
  width: 100%;
}

.body-sign .center-sign {
  display: table-cell;
  padding-top: 20px;
  vertical-align: middle;
}

.body-sign .card-sign {
  background: transparent;
}

.body-sign .card-sign .card-title-sign .title {
  background-color: #CCC;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  display: inline-block;
  font-size: 0.75rem;
  padding: 13px 17px;
  vertical-align: bottom;
}

.body-sign .card-sign .card-body {
  background: #FFF;
  border-top: 5px solid #CCC;
  border-radius: 5px 0 5px 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 33px 33px 15px;
}

/* Sign Screens - Elements */
.body-sign .input-group-icon .input-group-addon i {
  width: 14px;
}

.body-sign .checkbox-custom {
  margin-top: 8px;
}

.body-sign .line-thru {
  display: block;
  font-size: 0.75rem;
  position: relative;
}

.body-sign .line-thru span {
  color: #CCC;
  position: relative;
  z-index: 3;
}

.body-sign .line-thru:before {
  background-color: #FFF;
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  margin: -5px 0 0 -20px;
  top: 50%;
  width: 40px;
  z-index: 2;
}

.body-sign .line-thru:after {
  border-bottom: 1px solid #DADADA;
  content: '';
  display: block;
  left: 10%;
  position: absolute;
  top: 47%;
  width: 81%;
  z-index: 1;
}

/* Lock Screen */
.body-locked {
  background: url(../img/patterns/noisy_net.png) repeat;
  max-width: none;
  min-height: 400px;
}

.body-locked.body-locked-inline {
  background: none;
  bottom: 0;
  height: 100%;
  left: 0;
  min-height: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.body-locked .card-sign {
  margin: 0 auto;
  max-width: 400px;
  padding-top: 40px;
}

.body-locked .card-sign .card-body {
  border-radius: 5px;
  position: relative;
}

.body-locked .current-user {
  margin-top: 60px;
  margin-bottom: 35px;
}

.body-locked .current-user .user-image {
  border: 5px solid #CCC;
  border-radius: 150px;
  height: 150px;
  left: 50%;
  position: absolute;
  margin-left: -75px;
  top: -75px;
  width: 150px;
}

.body-locked .current-user .user-name {
  font-size: 2rem;
}

.body-locked .current-user .user-email {
  font-size: 0.7rem;
}

/* Locked Screen - Responsive Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .body-locked .card-sign, .body-locked.body-locked-inline .card-sign {
    padding-top: 0;
  }
  .body-locked .center-sign, .body-locked.body-locked-inline .center-sign {
    padding-top: 0;
  }
  .body-locked .center-sign .current-user, .body-locked.body-locked-inline .center-sign .current-user {
    margin-bottom: 45px;
    margin-left: 100px;
    margin-top: 10px;
  }
  .body-locked .center-sign .current-user .user-image, .body-locked.body-locked-inline .center-sign .current-user .user-image {
    height: 100px;
    left: 35px;
    margin-left: 0;
    margin-top: 0;
    top: 15px;
    width: 100px;
  }
}

/* Lock Screen - Modal */
.mfp-lock-screen.mfp-bg {
  background: #000 url(../img/patterns/noisy_net.png) repeat;
  opacity: 0.99;
  z-index: 9998;
}

.mfp-lock-screen.mfp-wrap {
  background: none;
  z-index: 9999;
}

/* dark */
html.dark .body-sign .card-sign .card-body {
  background-color: #2e353e;
}

html.dark .body-sign .line-thru:before {
  background-color: #2e353e;
}

html.dark .body-sign .line-thru:after {
  border-bottom-color: #282d36;
}

.timeline .tm-body {
  position: relative;
  padding: 30px 0;
}

.timeline .tm-body:after {
  background: #505050;
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
  content: '';
  display: block;
  height: 100%;
  left: 140px;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 0;
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.timeline .tm-title {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  background-color: #fff;
  padding: 4px 5px;
  margin: 0 40px;
  z-index: 1;
  border-radius: 3px;
}

.timeline .tm-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline .tm-items > li {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 190px;
  min-height: 65px;
  z-index: 1;
}

.timeline .tm-items > li .tm-datetime {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 48px;
  margin-top: -24px;
  text-align: right;
  z-index: 3;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
  color: #CCC;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.timeline .tm-items > li .tm-icon {
  position: absolute;
  top: 50%;
  left: 140px;
  background-color: #ecedf0;
  border: 3px solid #CCC;
  color: #CCC;
  font-size: 28px;
  padding: 10px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 29px;
  margin-top: -28px;
  margin-left: -28px;
  z-index: 2;
  border-radius: 28px;
}

.timeline .tm-items > li .tm-box {
  position: relative;
  background: #fff;
  min-height: 65px;
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}

.timeline .tm-items > li .tm-box:after {
  right: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
}

.timeline .tm-items > li .tm-box p:last-child {
  margin-bottom: 0;
}

.timeline .tm-items > li .tm-box .tm-meta {
  margin: 10px 0 0;
}

.timeline .tm-items > li .tm-box .tm-meta span {
  display: inline-block;
  padding-right: 8px;
}

.timeline .tm-items > li .tm-box .tm-meta span:last-child, .timeline .tm-items > li .tm-box .tm-meta span:last-of-type {
  padding-right: 0;
}

.timeline.timeline-simple .tm-body:after {
  left: 30px;
}

.timeline.timeline-simple .tm-body .tm-title {
  border: 1px solid #e9e9e9;
  margin: 0 10px;
}

.timeline.timeline-simple .tm-body .tm-items > li {
  padding: 0 0 0 55px;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
  display: block;
  position: absolute;
  content: ' ';
  background: none repeat scroll 0 0 #CCC;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #CCC;
          box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #CCC;
  height: 7px;
  left: 30px;
  top: 50%;
  width: 8px;
  margin-left: -4px;
  margin-top: -4px;
}

.timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
  left: -17px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #e9e9e9;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .timeline .tm-body:after {
    left: 20px;
  }
  .timeline .tm-title {
    margin: 0;
  }
  .timeline .tm-items > li {
    padding-left: 50px;
  }
  .timeline .tm-items > li .tm-info {
    margin: 0 0 15px;
  }
  .timeline .tm-items > li .tm-info::after {
    clear: both;
    content: "";
    display: table;
  }
  .timeline .tm-items > li .tm-icon {
    border-width: 2px;
    float: left;
    font-size: 22px;
    height: 40px;
    line-height: 36px;
    margin: 0 15px 0 0;
    padding: 0;
    position: static;
    width: 40px;
  }
  .timeline .tm-items > li .tm-datetime {
    margin: 0;
    position: static;
    text-align: left;
  }
  .timeline .tm-items > li .tm-datetime .tm-datetime-date {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  .timeline .tm-items > li .tm-datetime .tm-datetime-time {
    font-size: 1rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .timeline .tm-items > li .tm-box .tm-meta span {
    display: block;
  }
}

html.dark .timeline .tm-items > li .tm-box {
  background: #282d36;
  border-color: #21262d;
}

html.dark .timeline .tm-items > li .tm-box:after {
  border-right-color: #282d36;
}

html.dark .timeline .tm-items > li .tm-box:before {
  border-right-color: #21262d;
}

html.dark .timeline .tm-items > li .tm-icon {
  background-color: #1d2127;
}

html.dark .timeline .tm-title {
  background-color: #282d36;
  border-color: #21262d;
}

html.dark .timeline.timeline-simple .tm-body .tm-title {
  background-color: #282d36;
  border-color: #21262d;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
  -webkit-box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #CCC;
          box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #CCC;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:after {
  border-right-color: #282d36;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
  border-right-color: #21262d;
}

/* Dark - Background */
html.dark,
html.dark body {
  background-color: #1d2127;
}

html.dark.boxed .content-body {
  background-color: #1d2127;
}

html.dark body {
  color: #808697;
}

html.dark .hidden-on-dark {
  display: none !important;
}

/* Dark - Titles */
html.dark h1,
html.dark .h1,
html.dark h2,
html.dark .h2,
html.dark h3,
html.dark .h3,
html.dark h4,
html.dark .h4,
html.dark h5,
html.dark .h5,
html.dark h6,
html.dark .h6 {
  color: #FFF;
}

/* Dark - Alerts */
html.dark .alert h1,
html.dark .alert .h1,
html.dark .alert h2,
html.dark .alert .h2,
html.dark .alert h3,
html.dark .alert .h3,
html.dark .alert h4,
html.dark .alert .h4,
html.dark .alert h5,
html.dark .alert .h5,
html.dark .alert h6,
html.dark .alert .h6 {
  color: #111;
}

/* Dark - Blockquote */
html.dark blockquote {
  border-color: #282d36;
}

/* Dark - Helpers */
html.dark .text-dark {
  color: #FFF !important;
}

html.dark ul.nav-list.primary > li a {
  border-bottom-color: #282d36;
}

html.dark ul.nav-list.primary > li a:hover {
  background-color: #282d36;
}

html.dark .pagination > li > a,
html.dark .pagination > li > span {
  background-color: #282d36;
  border-color: #242830;
}

html.dark .pagination > li.active > a,
html.dark .pagination > li.active > span {
  background-color: #CCC;
  border-color: #242830;
}

html.dark .dropdown-menu {
  background-color: #282d36;
}

html.dark .dropdown-menu > li > a {
  color: #EEE;
}

html.dark .dropdown-menu > li > a:hover, html.dark .dropdown-menu > li > a:focus {
  background-color: #1d2127;
  color: #FFF;
}

html.dark hr.dotted,
html.dark hr.solid {
  border-color: #4C4C4C;
}

html.dark .img-thumbnail,
html.dark .thumbnail {
  background-color: #21262d;
  border-color: #282d36;
}

html.dark .notification-menu .title {
  color: #c3c3c3;
}

a {
  color: #0088cc;
}

a:hover {
  color: #0099e6;
}

a:focus {
  color: #0099e6;
}

a:active {
  color: #0077b3;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary,
html .text-primary {
  color: #0088cc !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
  border-color: #0088cc;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary,
html .text-secondary {
  color: #e36159 !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
  border-color: #e36159;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary,
html .text-tertiary {
  color: #2baab1 !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
  border-color: #2baab1;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary,
html .text-quaternary {
  color: #383f48 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
  border-color: #383f48;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark,
html .text-dark {
  color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
  border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light,
html .text-light {
  color: #ffffff !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
  border-color: #ffffff;
}

html .bg-primary,
html .background-color-primary {
  background-color: #0088cc !important;
}

html .bg-secondary,
html .background-color-secondary {
  background-color: #e36159 !important;
}

html .bg-tertiary,
html .background-color-tertiary {
  background-color: #2baab1 !important;
}

html .bg-quaternary,
html .background-color-quaternary {
  background-color: #383f48 !important;
}

html .bg-dark,
html .background-color-dark {
  background-color: #2e353e !important;
}

html .bg-light,
html .background-color-light {
  background-color: #ffffff !important;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
  color: #0088cc;
}

@media (min-width: 992px) {
  .header.header-nav-menu .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #0088cc transparent transparent transparent;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li > a:focus {
    color: #0088cc;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu .header-nav-main nav > ul > li.active > a {
    background: #0088cc;
    color: #FFF;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.open > a.dropdown-toggle:after,
  .header.header-nav-menu .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
  .header.header-nav-menu .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top: 3px solid #0088cc;
  }
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #0088cc;
  }
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #000000 transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li > a:focus {
    color: #000000;
  }
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.active > a {
    color: #FFF;
  }
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.open > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #000000 transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li > a:focus {
    color: #000000;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.active > a {
    color: #0088cc;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.open > a:before,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:hover > a:before,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.active > a:before {
    background-color: #0088cc;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.open > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #0088cc transparent transparent transparent;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top: 3px solid #0088cc;
  }
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #0088cc;
  }
}

@media (max-width: 991px) {
  .header.header-nav-menu .header-nav-main nav > ul.nav-pills > li.active > a,
  .header.header-nav-menu .header-nav-main nav > ul.nav-pills > li.active > a:hover,
  .header.header-nav-menu .header-nav-main nav > ul.nav-pills > li.active > a:focus {
    background-color: #0088cc;
  }
  .header-btn-collapse-nav {
    background: #0088cc;
    color: #ffffff;
  }
}

.page-header h2 {
  border-bottom-color: #0088cc;
}

.page-header .sidebar-right-toggle:hover {
  color: #0088cc;
}

ul.nav-main > li.nav-active > a {
  -webkit-box-shadow: 2px 0 0 #0088cc inset;
          box-shadow: 2px 0 0 #0088cc inset;
}

ul.nav-main > li.nav-active > i {
  color: #0088cc;
}

ul.nav-main li .nav-children li.nav-active > a {
  color: #0088cc;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
  color: #0088cc;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
  background: #0088cc;
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
    color: #0088cc;
  }
  html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.badge,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.badge {
    background-color: #0088cc;
  }
}

@media only screen and (max-width: 1199px) {
  html.boxed .header {
    border-top-color: #0088cc;
  }
}

@media only screen and (min-width: 1200px) {
  html.boxed .header {
    border-top-color: #0088cc;
  }
  html.boxed .sidebar-right {
    border-top-color: #0088cc;
    min-height: 0;
  }
}

.userbox.show .dropdown-menu a:hover {
  background: #0088cc;
}

.mailbox .mailbox-mail-list li.active {
  background: #0088cc;
}

.mailbox .mailbox-mail .mailbox-close-mail {
  color: #0088cc;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
  color: #0099e6;
}

.mailbox .mailbox-mail .card .card-header .card-actions a:hover {
  color: #0088cc;
}

.media-gallery ul.mg-tags > li a:hover {
  background-color: #0088cc;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
  background-color: #0088cc;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
  background-color: #0088cc;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
  -webkit-box-shadow: 0 0 8px -1px #0088cc;
          box-shadow: 0 0 8px -1px #0088cc;
}

.body-sign .card-sign .card-title-sign .title {
  background-color: #0088cc;
}

.body-sign .card-sign .card-body {
  border-top-color: #D49E0D;
}

.body-locked .current-user .user-image {
  border-color: #D49E0D;
}

blockquote.primary {
  border-color: #0088cc;
}

.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
  background-color: #0088cc;
}

.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
  color: #0088cc;
  background-color: #cceeff;
}

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
  background-color: #0088cc;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0088cc;
}

.open > .dropdown-toggle.btn-primary {
  background: #0088cc;
  border-color: #0077b3;
}

body .btn-primary.dropdown-toggle {
  border-left-color: #00a3f5;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #0088cc;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #33bbff;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #33bbff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.6);
}

.btn-link {
  color: #0088cc;
}

.btn-link:hover {
  color: #0099e6;
}

.btn-link:active {
  color: #0077b3;
}

html .btn-primary {
  background-color: #0088cc;
  border-color: #0088cc #0088cc #006699;
  color: #ffffff;
}

html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #00a1f2;
  border-color: #00aaff #00aaff #0088cc;
  color: #ffffff;
}

html .btn-primary:focus,
html .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

html .btn-primary.disabled, html .btn-primary.btn:disabled, html button.btn-primary:disabled, html input.btn-primary:disabled, html textarea.btn-primary:disabled, html select.btn-primary:disabled, html .btn-primary.form-control:disabled, html .page-item.disabled .btn-primary.page-link, .page-item.disabled html .btn-primary.page-link,
html .btn-primary:disabled {
  background-color: #0088cc;
  border-color: #0088cc #0088cc #006699;
}

html .btn-primary:active,
html .btn-primary.active,
.show > html .btn-primary.dropdown-toggle {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
}

html .btn-primary-scale-2 {
  background-color: #0077b3;
  border-color: #0077b3 #0077b3 #005580;
  color: #ffffff;
}

html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #0090d9;
  border-color: #0099e6 #0099e6 #0077b3;
  color: #ffffff;
}

html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 119, 179, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 119, 179, 0.5);
}

html .btn-primary-scale-2.disabled, html .btn-primary-scale-2.btn:disabled, html button.btn-primary-scale-2:disabled, html input.btn-primary-scale-2:disabled, html textarea.btn-primary-scale-2:disabled, html select.btn-primary-scale-2:disabled, html .btn-primary-scale-2.form-control:disabled, html .page-item.disabled .btn-primary-scale-2.page-link, .page-item.disabled html .btn-primary-scale-2.page-link,
html .btn-primary-scale-2:disabled {
  background-color: #0077b3;
  border-color: #0077b3 #0077b3 #005580;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active,
.show > html .btn-primary-scale-2.dropdown-toggle {
  background-color: #005d8c !important;
  background-image: none !important;
  border-color: #005580 #005580 #00334d !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 179, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(0, 119, 179, 0.5) !important;
}

html .show > .btn-primary.dropdown-toggle {
  background-color: #006ea6;
  background-image: none;
  border-color: #006699 #006699 #004466;
}

/*html .btn-secondary {
	background-color: #e36159;
	border-color: #e36159 #e36159 #dc372d;
	color: #ffffff;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
	background-color: #e9807a;
	border-color: #ea8b85 #ea8b85 #e36159;
	color: #ffffff;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
	box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
	background-color: #e36159;
	border-color: #e36159 #e36159 #dc372d;
}

html .btn-secondary:active,
html .btn-secondary.active,
.show > html .btn-secondary.dropdown-toggle {
	background-color: #dd4238 !important;
	background-image: none !important;
	border-color: #dc372d #dc372d #b7281f !important;
	box-shadow: 0 0 0 0.2rem rgba(227, 97, 89, 0.5) !important;
}*/
html .btn-secondary-scale-2 {
  background-color: #df4c43;
  border-color: #df4c43 #df4c43 #cd2c23;
  color: #ffffff;
}

html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #e56b64;
  border-color: #e7766f #e7766f #df4c43;
  color: #ffffff;
}

html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(223, 76, 67, 0.5);
          box-shadow: 0 0 0 3px rgba(223, 76, 67, 0.5);
}

html .btn-secondary-scale-2.disabled, html .btn-secondary-scale-2.btn:disabled, html button.btn-secondary-scale-2:disabled, html input.btn-secondary-scale-2:disabled, html textarea.btn-secondary-scale-2:disabled, html select.btn-secondary-scale-2:disabled, html .btn-secondary-scale-2.form-control:disabled, html .page-item.disabled .btn-secondary-scale-2.page-link, .page-item.disabled html .btn-secondary-scale-2.page-link,
html .btn-secondary-scale-2:disabled {
  background-color: #df4c43;
  border-color: #df4c43 #df4c43 #cd2c23;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active,
.show > html .btn-secondary-scale-2.dropdown-toggle {
  background-color: #d82f24 !important;
  background-image: none !important;
  border-color: #cd2c23 #cd2c23 #a1231b !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 76, 67, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(223, 76, 67, 0.5) !important;
}

html .show > .btn-secondary.dropdown-toggle {
  background-color: #dd4238;
  background-image: none;
  border-color: #dc372d #dc372d #b7281f;
}

html .btn-tertiary {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
  color: #ffffff;
}

html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #34c6ce;
  border-color: #3fc9d0 #3fc9d0 #2baab1;
  color: #ffffff;
}

html .btn-tertiary:focus,
html .btn-tertiary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
          box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

html .btn-tertiary.disabled, html .btn-tertiary.btn:disabled, html button.btn-tertiary:disabled, html input.btn-tertiary:disabled, html textarea.btn-tertiary:disabled, html select.btn-tertiary:disabled, html .btn-tertiary.form-control:disabled, html .page-item.disabled .btn-tertiary.page-link, .page-item.disabled html .btn-tertiary.page-link,
html .btn-tertiary:disabled {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
}

html .btn-tertiary:active,
html .btn-tertiary.active,
.show > html .btn-tertiary.dropdown-toggle {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(43, 170, 177, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(43, 170, 177, 0.5) !important;
}

html .btn-tertiary-scale-2 {
  background-color: #26969c;
  border-color: #26969c #26969c #1c6f73;
  color: #ffffff;
}

html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #2db4bb;
  border-color: #30bec6 #30bec6 #26969c;
  color: #ffffff;
}

html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(38, 150, 156, 0.5);
          box-shadow: 0 0 0 3px rgba(38, 150, 156, 0.5);
}

html .btn-tertiary-scale-2.disabled, html .btn-tertiary-scale-2.btn:disabled, html button.btn-tertiary-scale-2:disabled, html input.btn-tertiary-scale-2:disabled, html textarea.btn-tertiary-scale-2:disabled, html select.btn-tertiary-scale-2:disabled, html .btn-tertiary-scale-2.form-control:disabled, html .page-item.disabled .btn-tertiary-scale-2.page-link, .page-item.disabled html .btn-tertiary-scale-2.page-link,
html .btn-tertiary-scale-2:disabled {
  background-color: #26969c;
  border-color: #26969c #26969c #1c6f73;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active,
.show > html .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #1f797e !important;
  background-image: none !important;
  border-color: #1c6f73 #1c6f73 #12474a !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 150, 156, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(38, 150, 156, 0.5) !important;
}

html .show > .btn-tertiary.dropdown-toggle {
  background-color: #248c92;
  background-image: none;
  border-color: #218388 #218388 #175b5f;
}

html .btn-quaternary {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  color: #ffffff;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #49525e;
  border-color: #4e5865 #4e5865 #383f48;
  color: #ffffff;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
          box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

html .btn-quaternary.disabled, html .btn-quaternary.btn:disabled, html button.btn-quaternary:disabled, html input.btn-quaternary:disabled, html textarea.btn-quaternary:disabled, html select.btn-quaternary:disabled, html .btn-quaternary.form-control:disabled, html .page-item.disabled .btn-quaternary.page-link, .page-item.disabled html .btn-quaternary.page-link,
html .btn-quaternary:disabled {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
}

html .btn-quaternary:active,
html .btn-quaternary.active,
.show > html .btn-quaternary.dropdown-toggle {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 63, 72, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(56, 63, 72, 0.5) !important;
}

html .btn-quaternary-scale-2 {
  background-color: #2d323a;
  border-color: #2d323a #2d323a #17191d;
  color: #ffffff;
}

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #3e454f;
  border-color: #434c56 #434c56 #2d323a;
  color: #ffffff;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(45, 50, 58, 0.5);
          box-shadow: 0 0 0 3px rgba(45, 50, 58, 0.5);
}

html .btn-quaternary-scale-2.disabled, html .btn-quaternary-scale-2.btn:disabled, html button.btn-quaternary-scale-2:disabled, html input.btn-quaternary-scale-2:disabled, html textarea.btn-quaternary-scale-2:disabled, html select.btn-quaternary-scale-2:disabled, html .btn-quaternary-scale-2.form-control:disabled, html .page-item.disabled .btn-quaternary-scale-2.page-link, .page-item.disabled html .btn-quaternary-scale-2.page-link,
html .btn-quaternary-scale-2:disabled {
  background-color: #2d323a;
  border-color: #2d323a #2d323a #17191d;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active,
.show > html .btn-quaternary-scale-2.dropdown-toggle {
  background-color: #1c2024 !important;
  background-image: none !important;
  border-color: #17191d #17191d #000000 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(45, 50, 58, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(45, 50, 58, 0.5) !important;
}

html .show > .btn-quaternary.dropdown-toggle {
  background-color: #272c32;
  background-image: none;
  border-color: #22262b #22262b #0b0d0f;
}

html .btn-dark {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
  color: #ffffff;
}

html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #3e4854;
  border-color: #444e5b #444e5b #2e353e;
  color: #ffffff;
}

html .btn-dark:focus,
html .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
          box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}

html .btn-dark.disabled, html .btn-dark.btn:disabled, html button.btn-dark:disabled, html input.btn-dark:disabled, html textarea.btn-dark:disabled, html select.btn-dark:disabled, html .btn-dark.form-control:disabled, html .page-item.disabled .btn-dark.page-link, .page-item.disabled html .btn-dark.page-link,
html .btn-dark:disabled {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:active,
html .btn-dark.active,
.show > html .btn-dark.dropdown-toggle {
  background-color: #1e2228 !important;
  background-image: none !important;
  border-color: #181c21 #181c21 #030303 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}

html .btn-dark-scale-2 {
  background-color: #23282f;
  border-color: #23282f #23282f #0d0f12;
  color: #ffffff;
}

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #333b45;
  border-color: #39424d #39424d #23282f;
  color: #ffffff;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(35, 40, 47, 0.5);
          box-shadow: 0 0 0 3px rgba(35, 40, 47, 0.5);
}

html .btn-dark-scale-2.disabled, html .btn-dark-scale-2.btn:disabled, html button.btn-dark-scale-2:disabled, html input.btn-dark-scale-2:disabled, html textarea.btn-dark-scale-2:disabled, html select.btn-dark-scale-2:disabled, html .btn-dark-scale-2.form-control:disabled, html .page-item.disabled .btn-dark-scale-2.page-link, .page-item.disabled html .btn-dark-scale-2.page-link,
html .btn-dark-scale-2:disabled {
  background-color: #23282f;
  border-color: #23282f #23282f #0d0f12;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active,
.show > html .btn-dark-scale-2.dropdown-toggle {
  background-color: #131619 !important;
  background-image: none !important;
  border-color: #0d0f12 #0d0f12 #000000 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 40, 47, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(35, 40, 47, 0.5) !important;
}

html .show > .btn-dark.dropdown-toggle {
  background-color: #1e2228;
  background-image: none;
  border-color: #181c21 #181c21 #030303;
}

html .btn-light {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
  color: #777777;
}

html .btn-light:hover,
html .btn-light.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #ffffff;
  color: #777777;
}

html .btn-light:focus,
html .btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

html .btn-light.disabled, html .btn-light.btn:disabled, html button.btn-light:disabled, html input.btn-light:disabled, html textarea.btn-light:disabled, html select.btn-light:disabled, html .btn-light.form-control:disabled, html .page-item.disabled .btn-light.page-link, .page-item.disabled html .btn-light.page-link,
html .btn-light:disabled {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
}

html .btn-light:active,
html .btn-light.active,
.show > html .btn-light.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

html .btn-light-scale-2 {
  background-color: #f2f2f2;
  border-color: #f2f2f2 #f2f2f2 #d9d9d9;
  color: #777777;
}

html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #f2f2f2;
  color: #777777;
}

html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
}

html .btn-light-scale-2.disabled, html .btn-light-scale-2.btn:disabled, html button.btn-light-scale-2:disabled, html input.btn-light-scale-2:disabled, html textarea.btn-light-scale-2:disabled, html select.btn-light-scale-2:disabled, html .btn-light-scale-2.form-control:disabled, html .page-item.disabled .btn-light-scale-2.page-link, .page-item.disabled html .btn-light-scale-2.page-link,
html .btn-light-scale-2:disabled {
  background-color: #f2f2f2;
  border-color: #f2f2f2 #f2f2f2 #d9d9d9;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2.active,
.show > html .btn-light-scale-2.dropdown-toggle {
  background-color: #dfdfdf !important;
  background-image: none !important;
  border-color: #d9d9d9 #d9d9d9 #bfbfbf !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5) !important;
}

html .show > .btn-light.dropdown-toggle {
  background-color: #ececec;
  background-image: none;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0088cc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #0088cc !important;
  border-color: #0088cc;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #0088cc;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #0088cc;
  border-color: #0088cc;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #0088cc;
  border-color: #0088cc #0088cc #006699;
  color: #ffffff;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #00a1f2;
  border-color: #00aaff #00aaff #0088cc;
  color: #ffffff;
}

.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

.pagination > .active > a.disabled, .pagination > .active > a.btn:disabled, .pagination > .active > a.form-control:disabled, .page-item.disabled .pagination > .active > a.page-link,
body.dark .pagination > .active > a.disabled,
body.dark .pagination > .active > a.btn:disabled,
body.dark .pagination > .active > a.form-control:disabled,
body.dark .page-item.disabled .pagination > .active > a.page-link, .page-item.disabled
body.dark .pagination > .active > a.page-link,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #0088cc;
  border-color: #0088cc #0088cc #006699;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active,
.show > .pagination > .active > a.dropdown-toggle,
.show > body.dark .pagination > .active > a.dropdown-toggle {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
}

.switch.switch-primary .ios-switch .on-background {
  background: #0088cc;
}

.badge-primary {
  background: #0088cc;
}

.alternative-font {
  color: #0088cc;
}

.highlight {
  background-color: #0088cc;
}

p.drop-caps:first-letter {
  color: #0088cc;
}

p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #0088cc;
}

.form-control:focus {
  border-color: #33bbff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}

.header .toggle-sidebar-left {
  background: #0088cc;
}

.fc .fc-toolbar h2:before {
  color: #0088cc;
}

.fc .fc-toolbar .fc-button.fc-state-active {
  background-color: #0088cc;
}

.fc .fc-day-grid-container {
  height: auto !important;
}

.fc-event {
  background: #0088cc;
  border-color: #0088cc;
}

.fc-event.fc-event-primary {
  background: #0088cc;
  border-color: #0088cc;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  background: #0088cc;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
  color: #0088cc;
}

.timeline .tm-items > li .tm-icon {
  border-color: #0088cc;
  color: #0088cc;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
  background: #0088cc;
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #0088cc;
          box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #0088cc;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
  background: #0088cc;
  -webkit-box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #0088cc;
          box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #0088cc;
}

.pricing-table .most-popular {
  border-color: #0088cc;
}

.pricing-table .most-popular h3 {
  background-color: #0088cc;
}

.pricing-table.princig-table-flat .plan h3 {
  background-color: #0088cc;
}

.pricing-table.princig-table-flat .plan h3 span {
  background: #0088cc;
}

.dataTables_processing {
  background-color: #0088cc;
}

.accordion .card-header a {
  color: #0088cc;
}

html .accordion.accordion-primary .card-header {
  background-color: #0088cc !important;
}

html .accordion.accordion-primary .card-header a {
  color: #ffffff;
}

html .accordion.accordion-secondary .card-header {
  background-color: #e36159 !important;
}

html .accordion.accordion-secondary .card-header a {
  color: #ffffff;
}

html .accordion.accordion-tertiary .card-header {
  background-color: #2baab1 !important;
}

html .accordion.accordion-tertiary .card-header a {
  color: #ffffff;
}

html .accordion.accordion-quaternary .card-header {
  background-color: #383f48 !important;
}

html .accordion.accordion-quaternary .card-header a {
  color: #ffffff;
}

html .accordion.accordion-dark .card-header {
  background-color: #2e353e !important;
}

html .accordion.accordion-dark .card-header a {
  color: #ffffff;
}

html .accordion.accordion-light .card-header {
  background-color: #ffffff !important;
}

html .accordion.accordion-light .card-header a {
  color: #777777;
}

html .toggle-primary .toggle label {
  color: #0088cc;
  border-left-color: #0088cc;
  border-right-color: #0088cc;
}

html .toggle-primary .toggle.active > label {
  background-color: #0088cc !important;
  border-color: #0088cc;
  color: #ffffff;
}

html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #0088cc;
}

html .toggle-secondary .toggle label {
  color: #e36159;
  border-left-color: #e36159;
  border-right-color: #e36159;
}

html .toggle-secondary .toggle.active > label {
  background-color: #e36159 !important;
  border-color: #e36159;
  color: #ffffff;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #e36159;
}

html .toggle-tertiary .toggle label {
  color: #2baab1;
  border-left-color: #2baab1;
  border-right-color: #2baab1;
}

html .toggle-tertiary .toggle.active > label {
  background-color: #2baab1 !important;
  border-color: #2baab1;
  color: #ffffff;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #2baab1;
}

html .toggle-quaternary .toggle label {
  color: #383f48;
  border-left-color: #383f48;
  border-right-color: #383f48;
}

html .toggle-quaternary .toggle.active > label {
  background-color: #383f48 !important;
  border-color: #383f48;
  color: #ffffff;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: #383f48;
}

html .toggle-dark .toggle label {
  color: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
  background-color: #2e353e !important;
  border-color: #2e353e;
  color: #ffffff;
}

html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #2e353e;
}

html .toggle-light .toggle label {
  color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

html .toggle-light .toggle.active > label {
  background-color: #ffffff !important;
  border-color: #ffffff;
  color: #777777;
}

html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #ffffff;
}

.alert-primary {
  background-color: #0088cc;
  border-color: #007ebd;
}

.alert-primary .alert-link {
  color: #004466;
}

.dd-handle:hover {
  color: #0088cc !important;
}

.dd-placeholder {
  background: #e6f7ff;
  border-color: #0088cc;
}

.card-highlight .card-header {
  background-color: #0088cc;
  border-color: #0088cc;
}

.card-highlight .card-body {
  background-color: #0088cc;
}

html .card-primary .card-header {
  background: #0088cc;
  border-color: #0088cc;
}

html .card-featured-primary {
  border-color: #0088cc;
}

html .card-featured-primary .card-title {
  color: #0088cc;
}

html .card-group .card-accordion-primary {
  background: #0088cc;
}

html .card-secondary .card-header {
  background: #e36159;
  border-color: #e36159;
}

html .card-featured-secondary {
  border-color: #e36159;
}

html .card-featured-secondary .card-title {
  color: #e36159;
}

html .card-group .card-accordion-secondary {
  background: #e36159;
}

html .card-tertiary .card-header {
  background: #2baab1;
  border-color: #2baab1;
}

html .card-featured-tertiary {
  border-color: #2baab1;
}

html .card-featured-tertiary .card-title {
  color: #2baab1;
}

html .card-group .card-accordion-tertiary {
  background: #2baab1;
}

html .card-quaternary .card-header {
  background: #383f48;
  border-color: #383f48;
}

html .card-featured-quaternary {
  border-color: #383f48;
}

html .card-featured-quaternary .card-title {
  color: #383f48;
}

html .card-group .card-accordion-quaternary {
  background: #383f48;
}

html .card-dark .card-header {
  background: #2e353e;
  border-color: #2e353e;
}

html .card-featured-dark {
  border-color: #2e353e;
}

html .card-featured-dark .card-title {
  color: #2e353e;
}

html .card-group .card-accordion-dark {
  background: #2e353e;
}

html .card-light .card-header {
  background: #ffffff;
  border-color: #ffffff;
}

html .card-featured-light {
  border-color: #ffffff;
}

html .card-featured-light .card-title {
  color: #ffffff;
}

html .card-group .card-accordion-light {
  background: #ffffff;
}

.progress-bar {
  background-color: #0088cc;
}

.progress .progress-bar-primary {
  background-color: #0088cc;
}

.toggle label {
  border-left-color: #0088cc;
  color: #0088cc;
}

.toggle.active > label {
  background: #0088cc !important;
  border-color: #0088cc;
}

.jstree-default .jstree-hovered {
  background-color: #e6f7ff !important;
}

.jstree-default .jstree-clicked {
  background-color: #b3e5ff !important;
}

.jstree-default .colored {
  color: #0088cc !important;
}

.jstree-default .colored .jstree-icon {
  color: #0088cc !important;
}

.jstree-default .colored-icon .jstree-icon {
  color: #0088cc !important;
}

.sidebar-widget.widget-tasks ul li:before {
  border-color: #0088cc;
}

.widget-twitter-profile {
  background-color: #0088cc;
}

.widget-twitter-profile .profile-quote {
  background-color: #0096e0;
}

.widget-twitter-profile .profile-quote .quote-footer {
  border-top-color: rgba(0, 170, 255, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
  border-top-color: rgba(0, 170, 255, 0.7);
}

.thumb-info .thumb-info-type {
  background-color: #0088cc;
}

.social-icons-list a {
  background: #0088cc;
}

.notifications .notification-menu .notification-title {
  background: #0088cc;
}

.notifications .notification-menu .notification-title .badge-default {
  background-color: #006699;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
  border-bottom-color: #0088cc;
}

.ui-pnotify .notification-primary {
  background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
  background: #0088cc;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
  background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
  background: #0088cc;
}

.modal-block-primary .fa {
  color: #0088cc;
}

.modal-block-primary.modal-header-color .card-header {
  background-color: #0088cc;
}

.modal-block-primary.modal-full-color .card {
  background-color: #00a3f5;
}

.modal-block-primary.modal-full-color .card-header {
  background-color: #0088cc;
}

.modal-block-primary.modal-full-color .card-footer {
  background-color: #00a3f5;
}

.modal-block-primary .modal-icon .fa {
  color: #0088cc;
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover {
  color: #0088cc;
}

html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus {
  border-top-color: #0088cc;
}

html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  border-top-color: #0088cc;
  color: #0088cc;
}

html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #0088cc;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom-color: #0088cc;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
  border-left-color: #0088cc;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
  border-right-color: #0088cc;
}

html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
  border-top-color: #0088cc;
  color: #0088cc;
}

html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  color: #0088cc;
}

html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #0088cc;
}

html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #0088cc;
  color: #0088cc;
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #0088cc;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #0088cc;
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #0088cc;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #0088cc;
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #0088cc;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #0088cc;
}

html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  color: #e36159;
}

html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #e36159;
}

html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #e36159;
  color: #e36159;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #e36159;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #e36159;
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #e36159;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #e36159;
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #e36159;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #e36159;
}

html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  color: #2baab1;
}

html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2baab1;
}

html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #2baab1;
  color: #2baab1;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #2baab1;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #2baab1;
}

html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  color: #383f48;
}

html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #383f48;
}

html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #383f48;
  color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #383f48;
}

html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  color: #2e353e;
}

html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2e353e;
}

html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #2e353e;
  color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  color: #ffffff;
}

html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #ffffff;
}

html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #ffffff;
  color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
  border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #ffffff;
}

.tab-navigation nav > ul > li:hover:not(.nav-expanded) > a {
  background: #0088cc;
}

.tab-navigation nav > ul > li > ul > li.nav-active > a {
  color: #0088cc !important;
}

.tab-navigation nav > ul > li > ul > li .dropdown-menu li.nav-active > a {
  color: #0088cc !important;
}

html.has-tab-navigation .toggle-menu {
  background: #0088cc;
}

.search-content .search-toolbar .nav-pills li.active a {
  color: #0088cc;
  border-bottom-color: #0088cc;
}

.search-results-list .result-thumb .fa {
  background: #0088cc;
}

.scrollable.colored-slider .scrollable-slider {
  background: #0088cc;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
  color: #0088cc;
  border-bottom-color: #0088cc;
}

.bootstrap-timepicker-widget table td a:hover {
  background-color: #0088cc;
}

#nprogress .bar {
  background: #0088cc;
}

#nprogress .peg {
  -webkit-box-shadow: 0 0 10px 1px #0088cc, 0 0 5px #0088cc;
          box-shadow: 0 0 10px 1px #0088cc, 0 0 5px #0088cc;
}

.img-thumbnail .zoom {
  background: #0088cc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0074ad;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: #0088cc;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #009ceb;
}

.ct-chart .tooltip {
  background: #0088cc;
}

.ct-chart .tooltip:after {
  border-top-color: #0088cc;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
  stroke: #0088cc;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
  fill: #0088cc;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
  stroke: #005580;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
  fill: #005580;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
  stroke: #005580;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
  fill: #005580;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
  stroke: #1ab2ff;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
  fill: #1ab2ff;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
  stroke: #00111a;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
  fill: #00111a;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
  stroke: #80d4ff;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
  fill: #80d4ff;
}

.call-to-action.call-to-action-primary {
  background-color: #0088cc;
}

ul.simple-bullet-list li:before {
  border-color: #0088cc;
}

.simple-card-list li.primary {
  background: #0088cc;
}

.simple-todo-list li.completed:before {
  color: #0088cc;
}

.bootstrap-tagsinput .badge {
  background: #0088cc;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
  background: #0088cc;
  border-color: #0077b3;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
  color: #0088cc;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
  background: #0088cc;
  -webkit-box-shadow: 0px 0px 1px #0088cc;
  box-shadow: 0px 0px 1px #0088cc;
}

.switch.switch-primary .ios-switch .on-background {
  background: #0088cc;
}

.progress-bar {
  background-color: #0088cc;
}

.progress .progress-bar-primary {
  background-color: #0088cc;
}

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
  background: #0088cc;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00aaff), color-stop(50%, #0088cc), to(#006699));
  background-image: linear-gradient(left, #00aaff 0, #0088cc 50%, #006699 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00aaff), color-stop(50%, #0088cc), to(#006699));
  background-image: linear-gradient(to right, #00aaff 0, #0088cc 50%, #006699 100%);
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
  background: #0088cc;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
  background: #0088cc;
}

.datepicker table tbody tr td.day:hover {
  background: #0088cc;
}

.datepicker table tbody tr td.day.active {
  background: #006699;
}

html:not(.sidebar-light) .datepicker.datepicker-dark {
  background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
  background: #0088cc;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
  background: #006699;
}

.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #0088cc;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #006699;
}

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #0099e6;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #0088cc;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background: #0088cc;
}

.wizard-steps > li.active .badge {
  background-color: #0088cc;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
  border-top-color: #0088cc;
}

.wizard-tabs ul > li.active .badge {
  background-color: #0088cc;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
  background: #0088cc;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
  border-color: #0088cc;
  background: #0088cc;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
  color: #0088cc;
  border-color: #0088cc;
}

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #0088cc !important;
}

.dataTables_processing {
  background-color: #0088cc;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
  color: #0088cc;
}

.table-hover-cells > tbody > tr > th:hover,
.table-hover-cells > tbody > tr > td:hover {
  background-color: #f5f5f5;
}

.table-hover-cells > tbody > tr > th.active:hover,
.table-hover-cells > tbody > tr > td.active:hover,
.table-hover-cells > tbody > tr.active > th:hover,
.table-hover-cells > tbody > tr.active > td:hover {
  background-color: #c9c9c9;
}

.table-hover.table-hover-cells > tbody > tr:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr:hover > td:hover {
  background-color: #c9c9c9;
}

.table-hover.table-hover-cells > tbody > tr.active:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr.active:hover > td:hover {
  background-color: #d8d8d8;
}

h1 > .divider:before,
h2 > .divider:before,
h3 > .divider:before,
h4 > .divider:before,
h5 > .divider:before,
h6 > .divider:before,
.h1 > .divider:before,
.h2 > .divider:before,
.h3 > .divider:before,
.h4 > .divider:before,
.h5 > .divider:before,
.h6 > .divider:before {
  color: #777;
  content: "\223E   ";
}

.btn-voltar {
  background-color: #343a40;
  color: white;
  border-radius: 60px;
}

.btn-voltar:hover {
  background-color: #343a40;
  color: #F6614C;
  text-decoration: none;
}

.modalcor {
  background-color: #343a40;
  color: white;
}

.right-wrapper {
  background: #f5f5f5;
}

.tabelas {
  background-color: #fff;
}

.formulario {
  background-color: #fff;
  padding: 20px;
}

.header .toggle-sidebar-left {
  background: #343a40;
}

.dataTables_wrapper.dt-bootstrap4 > .dt-buttons {
  position: absolute;
  margin-top: 20px;
}

.dataTables_wrapper.dt-bootstrap4 > .dt-buttons .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.datepicker-days thead tr th {
  font-weight: bold !important;
}

.datepicker-days thead tr th:hover {
  color: black !important;
}

.page-header {
  background: #f5f5f5;
  padding-right: 10px;
  -webkit-box-shadow: 0 -5px 0 #f5f5f5 inset;
          box-shadow: 0 -5px 0 #f5f5f5 inset;
}

.page-header .breadcrumbs li {
  color: #343a40;
}

.page-header .breadcrumbs a, .page-header .breadcrumbs span {
  color: #343a40;
}

.sidebar-left .sidebar-header .sidebar-title {
  color: #b4a273;
}

.sidebar-left .sidebar-header .sidebar-title a {
  text-decoration: none;
  font-size: 12px;
  color: #b4a273;
}

.sidebar-left .sidebar-header .sidebar-toggle {
  background: #343a40;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
  color: #F6614C;
}

.sidebar-left .nano {
  background: #343a40;
}

.sidebar-left .nano .nano-content {
  background: #343a40;
}

.sidebar-left .nano .nano-pane {
  background: #343a40;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
  background: #343a40;
}

html.no-overflowscrolling .sidebar-left .nano {
  background: #343a40;
}

ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
  background: #F6614C;
  color: #343a40;
}

ul.nav-main > li.nav-active > a {
  -webkit-box-shadow: 2px 0 0 #F6614C inset;
          box-shadow: 2px 0 0 #F6614C inset;
}

ul.nav-main li .nav-children li a:hover {
  background: #343a40;
  color: #F6614C;
}

ul.nav-main li.nav-parent > a:hover:after, ul.nav-main li.nav-parent > a:focus:after {
  color: #343a40;
  padding: 14px 15px;
}

ul.nav-main li.nav-parent > a:after {
  color: #fff;
  padding: 14px 15px;
}

ul.nav-main li a {
  color: #fff;
}

.notifications .notification-menu {
  border: 1px solid #343a40;
}

.notifications li .notification-icon {
  background: #343a40;
}

.notifications li .notification-icon i {
  color: #fff;
}

.notifications li .notification-icon .badge {
  background: #F6614C;
  color: #343a40;
}

.notifications .notification-menu .notification-title {
  background: #343a40;
}

.notifications .notification-menu .notification-title .badge {
  background: #F6614C;
}

.notifications .notification-menu .notification-title .badge-default {
  color: #343a40;
}

.notifications .notification-menu:before {
  border-bottom-color: #343a40;
}

html .scroll-to-top:hover {
  color: #F6614C;
}

html .btn-dark:hover {
  background: #1d1d1d;
  color: #F6614C;
}

.userbox.show .dropdown-menu a {
  color: #343a40;
}

.userbox.show .dropdown-menu a:hover {
  background: #F6614C;
}

a:focus {
  color: #F6614C;
}

html,
body {
  background: #f5f5f5;
  color: #343a40;
  width: 100%;
  height: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F6614C;
}

text.highcharts-credits {
  display: none;
}

.container-singular {
  border-radius: 2px 25px 2px 25px;
  padding: 20px;
}

.txt-singular {
  /*padding-left: 113px;
    width: 100%;*/
  background-color: #F6614C;
  border: 1px solid #343a40;
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px;
  padding: 3px;
  text-align: center;
}

.thead-dark {
  background-color: #343a40;
}

h1.txt-singular, h2.txt-singular, h3.txt-singular,
h4.txt-singular, h5.txt-singular, h6.txt-singular {
  margin: 0;
  /*margin-top: -79px;*/
}

.validate-error {
  font-weight: 600;
  color: red;
}

.field-validation-error {
  color: #dc3545 !important;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.dataTables_length {
  margin-top: 22px;
  margin-bottom: 0 !important;
}

.orgchart .node:hover {
  z-index: auto;
}

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}

caption {
  caption-side: top;
}

.btn:disabled, button:disabled, input:disabled, textarea:disabled, select:disabled, .form-control:disabled {
  color: #999c99;
}

.page-item.disabled .page-link, .page-item.btn:disabled .page-link, button.page-item:disabled .page-link, input.page-item:disabled .page-link, textarea.page-item:disabled .page-link, select.page-item:disabled .page-link, .page-item.form-control:disabled .page-link {
  color: #999c99;
}

.disabled, .btn:disabled, button:disabled, input:disabled, textarea:disabled, select:disabled, .form-control:disabled, .page-item.disabled .page-link {
  cursor: not-allowed;
  color: #999;
  background-color: #f9f9f9;
}

.dragscroll {
  overflow: auto;
  cursor: grab;
  cursor: -o-grab;
  cursor: -webkit-grab;
}

.dragscroll:active {
  cursor: grabbing;
  cursor: -o-grabbing;
  cursor: -webkit-grabbing;
}

@media screen and (max-width: 991px) {
  .txt-align {
    text-align: left;
  }
  .table-singular {
    display: block;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1000px !important;
  }
}

@media screen and (min-width: 768px) {
  .row {
    margin-bottom: 5px;
  }
}

td.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (min-width: 1200px) {
  .modal-xl {
    min-width: 1140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-xl {
    min-width: 960px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal-xl {
    min-width: 720px;
  }
}

@media screen and (max-width: 576px) {
  .modal-xl {
    max-width: 540px;
  }
}

.icon-menu {
  text-align: center !important;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.icon-menu > a {
  color: #343a40;
}

.icon-menu > a:hover {
  color: #F6614C;
}

.hvr-grow {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

select[readonly] {
  background: #eee;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}

.dropzone .dz-preview .dz-error-message {
  top: 150px !important;
}

.div-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /*margin: 5px 20px 5px 20px;*/
  margin: 5px 0 5px 0;
  min-height: 50px;
  border-radius: 5px;
  background-color: #F6614C;
  margin-top: -89px;
  color: #ffffff;
}

.div-page-header p {
  margin-right: auto;
  margin-left: 5px;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  color: #ffffff;
  font-weight: bold;
}

.div-page-header h1, .div-page-header h2, .div-page-header h3, .div-page-header h4, .div-page-header h5, .div-page-header h6 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  font-weight: bold;
}

.div-page-header div {
  margin-left: auto;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
