@charset "UTF-8";
/*!
 * Neat - v1.0
 * Copyright 2018 ZawiaStudio
 * @zawiastudio | zawiastudio.com 
 */
/* ==========================================================================
   #BASE GLOBAL
   ========================================================================== */
/**
 * Resets, unclassed (bare) elements.
 *
 * 1. Ensure the page always fills at least the entire height of the viewport.
 *
 * 2. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 *
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  height: 100%;
  /* [1] */
  min-height: 100%;
  /* [1] */
  font-family: "Lato", sans-serif;
  font-size: 16px;
  /* [2] */
  line-height: 1.5;
  /* [2] */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* [3] */ }

body {
  height: 100%;
  /* [1] */
  min-height: 100%;
  /* [1] */
  margin: 0;
  background-color: #F4F6F9; }

button,
input,
optgroup,
select,
textarea {
  font-family: "Lato", sans-serif; }

/**
 * Simple reset
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0; }

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block; }

button {
  cursor: pointer; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-style: none; }

textarea {
  display: block;
  margin: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/* ==========================================================================
   #BASE TYPOGRAPHY
   ========================================================================== */
/**
 * Headings, paragraphs, links.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #252529;
  font-weight: 500; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

p {
  color: #768093;
  font-size: 0.875rem; }

strong {
  color: #768093; }

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  background-color: transparent;
  /* [1] */
  color: #2083FE;
  text-decoration: none;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  /* [2] */ }
  a:hover {
    color: #2083FE;
    text-decoration: none; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* [1] */
  font-size: 1em;
  /* [2] */ }

small {
  font-size: 85%; }

/*!
 * Bootstrap Grid 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)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.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.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.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.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.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.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.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.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.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.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.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; } }

.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; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * FullCalendar v3.8.2
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
  /* undo built-in padding */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

/* ==========================================================================
   #FULL CALENDAR CUSTOM
   ========================================================================== */
/**
 * Instead of modifying `_fullcalendar.scss` directly, we add Dashboard's custom
 * styles for fullcanlendar plugin here.
 */
/**
 * Calendar Wrapper
 */
.fc-view-container {
  background-color: #fff; }

/**
 * Calendar Header
 *
 * 1. These classes aren't created by fullcalendar plugin, but it's used to 
 *    customize the header of the calender to suit Dashboard's original design.
 */
.fc-header {
  /* [1] */
  height: 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 50px;
  background-color: #252529; }

.fc-header-title {
  /* [1] */
  margin: 0 0 0 30px;
  color: #fff;
  font-size: 1rem; }

.fc-toolbar.fc-header-toolbar {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 7px;
  margin: 0;
  background-color: #768093; }

.fc-right .fc-button-group {
  position: relative;
  top: -50px;
  right: 10px;
  height: 50px;
  border: none;
  border-radius: 0; }

.fc-button,
.fc-state-default,
.fc-agendaDay-button,
.fc-agendaWeek-button {
  padding: 0 20px !important;
  height: 50px !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #F0F3F8;
  font-size: 0.875rem !important;
  text-shadow: none;
  background-image: none;
  border: 0;
  outline: none;
  border-radius: 0; }
  .fc-button.fc-state-active,
  .fc-state-default.fc-state-active,
  .fc-agendaDay-button.fc-state-active,
  .fc-agendaWeek-button.fc-state-active {
    border-bottom: 3px solid #2083FE;
    border-radius: 0; }

.fc-month-button::first-letter,
.fc-agendaDay-button::first-letter,
.fc-agendaWeek-button::first-letter {
  text-transform: uppercase; }

.fc-toolbar .fc-center {
  display: block;
  width: 100px;
  margin: 0 auto; }
  .fc-toolbar .fc-center h2 {
    color: #fff;
    font-size: 0.875rem; }

/**
 * Prev / Next Arrows (Buttons)
 */
.fc-left .fc-button-group .fc-button {
  margin: 0; }

.fc-state-default.fc-prev-button,
.fc-state-default.fc-next-button {
  border-radius: 100% !important; }

.fc-prev-button,
.fc-next-button {
  position: absolute !important;
  top: 11px;
  padding: 0 !important;
  height: 28px !important;
  width: 28px;
  background-color: #252529;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 8px !important;
  text-shadow: none;
  background-image: none;
  border: 0; }

.fc-prev-button {
  left: 30px; }

.fc-next-button {
  right: 30px; }

/**
 * Days of the week - table header
 */
.fc th {
  padding: 12px 0;
  border: 0;
  color: #ADAFB2;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600; }

/**
 * Days Number - (table cell)
 */
.fc-day-number {
  padding: 15px 15px 0 0 !important;
  color: #768093;
  font-size: 1rem;
  font-weight: 600; }

.fc-unthemed td {
  border-color: #ECEDF2; }

/**
 * Current Day
 */
.fc-unthemed td.fc-today {
  background: none; }

.fc-today .fc-day-number {
  background-color: #2083FE;
  padding: 0 !important;
  margin: 10px 10px 8px 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 100%;
  text-align: center;
  color: #fff; }

/**
 * Event
 */
.fc-event {
  margin: 2px 0 0 0;
  color: #252529;
  font-size: 0.875rem;
  background-color: #ECEDF2;
  border: 0;
  border-radius: 0;
  border-left: 2px solid #99A5BD; }
  .fc-event:hover {
    color: #768093; }

.fc-event .fc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 8px 12px; }

.fc-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.fc-time {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-transform: uppercase;
  color: #354052;
  font-size: 0.75rem;
  font-weight: 400 !important; }

/**
 * Event Color Variations
 */
.fc-event--blue {
  background-color: #E0EBFF;
  border-color: #2083FE; }

.fc-event--orange {
  background-color: #FFECDA;
  border-color: #f5b848; }

.fc-event--green {
  background-color: #DAF4E6;
  border-color: #2FCA74; }

/**
 * Feather icons
 */
@font-face {
  font-family: "feather";
  src: url("../fonts/feather.eot?t=1501841394106");
  /* IE9*/
  src: url("../fonts/feather.eot?t=1501841394106#iefix") format("embedded-opentype"), url("../fonts/feather.woff?t=1501841394106") format("woff"), url("../fonts/feather.ttf?t=1501841394106") format("truetype"), url("../fonts/feather.svg?t=1501841394106#feather") format("svg");
  /* iOS 4.1- */ }

.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-alert-octagon:before {
  content: "\e81b"; }

.icon-alert-circle:before {
  content: "\e81c"; }

.icon-activity:before {
  content: "\e81d"; }

.icon-alert-triangle:before {
  content: "\e81e"; }

.icon-align-center:before {
  content: "\e81f"; }

.icon-airplay:before {
  content: "\e820"; }

.icon-align-justify:before {
  content: "\e821"; }

.icon-align-left:before {
  content: "\e822"; }

.icon-align-right:before {
  content: "\e823"; }

.icon-arrow-down-left:before {
  content: "\e824"; }

.icon-arrow-down-right:before {
  content: "\e825"; }

.icon-anchor:before {
  content: "\e826"; }

.icon-aperture:before {
  content: "\e827"; }

.icon-arrow-left:before {
  content: "\e828"; }

.icon-arrow-right:before {
  content: "\e829"; }

.icon-arrow-down:before {
  content: "\e82a"; }

.icon-arrow-up-left:before {
  content: "\e82b"; }

.icon-arrow-up-right:before {
  content: "\e82c"; }

.icon-arrow-up:before {
  content: "\e82d"; }

.icon-award:before {
  content: "\e82e"; }

.icon-bar-chart:before {
  content: "\e82f"; }

.icon-at-sign:before {
  content: "\e830"; }

.icon-bar-chart-2:before {
  content: "\e831"; }

.icon-battery-charging:before {
  content: "\e832"; }

.icon-bell-off:before {
  content: "\e833"; }

.icon-battery:before {
  content: "\e834"; }

.icon-bluetooth:before {
  content: "\e835"; }

.icon-bell:before {
  content: "\e836"; }

.icon-book:before {
  content: "\e837"; }

.icon-briefcase:before {
  content: "\e838"; }

.icon-camera-off:before {
  content: "\e839"; }

.icon-calendar:before {
  content: "\e83a"; }

.icon-bookmark:before {
  content: "\e83b"; }

.icon-box:before {
  content: "\e83c"; }

.icon-camera:before {
  content: "\e83d"; }

.icon-check-circle:before {
  content: "\e83e"; }

.icon-check:before {
  content: "\e83f"; }

.icon-check-square:before {
  content: "\e840"; }

.icon-cast:before {
  content: "\e841"; }

.icon-chevron-down:before {
  content: "\e842"; }

.icon-chevron-left:before {
  content: "\e843"; }

.icon-chevron-right:before {
  content: "\e844"; }

.icon-chevron-up:before {
  content: "\e845"; }

.icon-chevrons-down:before {
  content: "\e846"; }

.icon-chevrons-right:before {
  content: "\e847"; }

.icon-chevrons-up:before {
  content: "\e848"; }

.icon-chevrons-left:before {
  content: "\e849"; }

.icon-circle:before {
  content: "\e84a"; }

.icon-clipboard:before {
  content: "\e84b"; }

.icon-chrome:before {
  content: "\e84c"; }

.icon-clock:before {
  content: "\e84d"; }

.icon-cloud-lightning:before {
  content: "\e84e"; }

.icon-cloud-drizzle:before {
  content: "\e84f"; }

.icon-cloud-rain:before {
  content: "\e850"; }

.icon-cloud-off:before {
  content: "\e851"; }

.icon-codepen:before {
  content: "\e852"; }

.icon-cloud-snow:before {
  content: "\e853"; }

.icon-compass:before {
  content: "\e854"; }

.icon-copy:before {
  content: "\e855"; }

.icon-corner-down-right:before {
  content: "\e856"; }

.icon-corner-down-left:before {
  content: "\e857"; }

.icon-corner-left-down:before {
  content: "\e858"; }

.icon-corner-left-up:before {
  content: "\e859"; }

.icon-corner-up-left:before {
  content: "\e85a"; }

.icon-corner-up-right:before {
  content: "\e85b"; }

.icon-corner-right-down:before {
  content: "\e85c"; }

.icon-corner-right-up:before {
  content: "\e85d"; }

.icon-cpu:before {
  content: "\e85e"; }

.icon-credit-card:before {
  content: "\e85f"; }

.icon-crosshair:before {
  content: "\e860"; }

.icon-disc:before {
  content: "\e861"; }

.icon-delete:before {
  content: "\e862"; }

.icon-download-cloud:before {
  content: "\e863"; }

.icon-download:before {
  content: "\e864"; }

.icon-droplet:before {
  content: "\e865"; }

.icon-edit-2:before {
  content: "\e866"; }

.icon-edit:before {
  content: "\e867"; }

.icon-edit-1:before {
  content: "\e868"; }

.icon-external-link:before {
  content: "\e869"; }

.icon-eye:before {
  content: "\e86a"; }

.icon-feather:before {
  content: "\e86b"; }

.icon-facebook:before {
  content: "\e86c"; }

.icon-file-minus:before {
  content: "\e86d"; }

.icon-eye-off:before {
  content: "\e86e"; }

.icon-fast-forward:before {
  content: "\e86f"; }

.icon-file-text:before {
  content: "\e870"; }

.icon-film:before {
  content: "\e871"; }

.icon-file:before {
  content: "\e872"; }

.icon-file-plus:before {
  content: "\e873"; }

.icon-folder:before {
  content: "\e874"; }

.icon-filter:before {
  content: "\e875"; }

.icon-flag:before {
  content: "\e876"; }

.icon-globe:before {
  content: "\e877"; }

.icon-grid:before {
  content: "\e878"; }

.icon-heart:before {
  content: "\e879"; }

.icon-home:before {
  content: "\e87a"; }

.icon-github:before {
  content: "\e87b"; }

.icon-image:before {
  content: "\e87c"; }

.icon-inbox:before {
  content: "\e87d"; }

.icon-layers:before {
  content: "\e87e"; }

.icon-info:before {
  content: "\e87f"; }

.icon-instagram:before {
  content: "\e880"; }

.icon-layout:before {
  content: "\e881"; }

.icon-link-2:before {
  content: "\e882"; }

.icon-life-buoy:before {
  content: "\e883"; }

.icon-link:before {
  content: "\e884"; }

.icon-log-in:before {
  content: "\e885"; }

.icon-list:before {
  content: "\e886"; }

.icon-lock:before {
  content: "\e887"; }

.icon-log-out:before {
  content: "\e888"; }

.icon-loader:before {
  content: "\e889"; }

.icon-mail:before {
  content: "\e88a"; }

.icon-maximize-2:before {
  content: "\e88b"; }

.icon-map:before {
  content: "\e88c"; }

.icon-map-pin:before {
  content: "\e88e"; }

.icon-menu:before {
  content: "\e88f"; }

.icon-message-circle:before {
  content: "\e890"; }

.icon-message-square:before {
  content: "\e891"; }

.icon-minimize-2:before {
  content: "\e892"; }

.icon-mic-off:before {
  content: "\e893"; }

.icon-minus-circle:before {
  content: "\e894"; }

.icon-mic:before {
  content: "\e895"; }

.icon-minus-square:before {
  content: "\e896"; }

.icon-minus:before {
  content: "\e897"; }

.icon-moon:before {
  content: "\e898"; }

.icon-monitor:before {
  content: "\e899"; }

.icon-more-vertical:before {
  content: "\e89a"; }

.icon-more-horizontal:before {
  content: "\e89b"; }

.icon-move:before {
  content: "\e89c"; }

.icon-music:before {
  content: "\e89d"; }

.icon-navigation-2:before {
  content: "\e89e"; }

.icon-navigation:before {
  content: "\e89f"; }

.icon-octagon:before {
  content: "\e8a0"; }

.icon-package:before {
  content: "\e8a1"; }

.icon-pause-circle:before {
  content: "\e8a2"; }

.icon-pause:before {
  content: "\e8a3"; }

.icon-percent:before {
  content: "\e8a4"; }

.icon-phone-call:before {
  content: "\e8a5"; }

.icon-phone-forwarded:before {
  content: "\e8a6"; }

.icon-phone-missed:before {
  content: "\e8a7"; }

.icon-phone-off:before {
  content: "\e8a8"; }

.icon-phone-incoming:before {
  content: "\e8a9"; }

.icon-phone:before {
  content: "\e8aa"; }

.icon-phone-outgoing:before {
  content: "\e8ab"; }

.icon-pie-chart:before {
  content: "\e8ac"; }

.icon-play-circle:before {
  content: "\e8ad"; }

.icon-play:before {
  content: "\e8ae"; }

.icon-plus-square:before {
  content: "\e8af"; }

.icon-plus-circle:before {
  content: "\e8b0"; }

.icon-plus:before {
  content: "\e8b1"; }

.icon-pocket:before {
  content: "\e8b2"; }

.icon-printer:before {
  content: "\e8b3"; }

.icon-power:before {
  content: "\e8b4"; }

.icon-radio:before {
  content: "\e8b5"; }

.icon-repeat:before {
  content: "\e8b6"; }

.icon-refresh-ccw:before {
  content: "\e8b7"; }

.icon-rewind:before {
  content: "\e8b8"; }

.icon-rotate-ccw:before {
  content: "\e8b9"; }

.icon-refresh-cw:before {
  content: "\e8ba"; }

.icon-rotate-cw:before {
  content: "\e8bb"; }

.icon-save:before {
  content: "\e8bc"; }

.icon-search:before {
  content: "\e8bd"; }

.icon-server:before {
  content: "\e8be"; }

.icon-scissors:before {
  content: "\e8bf"; }

.icon-share-2:before {
  content: "\e8c0"; }

.icon-share:before {
  content: "\e8c1"; }

.icon-shield:before {
  content: "\e8c2"; }

.icon-settings:before {
  content: "\e8c3"; }

.icon-skip-back:before {
  content: "\e8c4"; }

.icon-shuffle:before {
  content: "\e8c5"; }

.icon-sidebar:before {
  content: "\e8c6"; }

.icon-skip-forward:before {
  content: "\e8c7"; }

.icon-slack:before {
  content: "\e8c8"; }

.icon-slash:before {
  content: "\e8c9"; }

.icon-smartphone:before {
  content: "\e8ca"; }

.icon-square:before {
  content: "\e8cb"; }

.icon-speaker:before {
  content: "\e8cc"; }

.icon-star:before {
  content: "\e8cd"; }

.icon-stop-circle:before {
  content: "\e8ce"; }

.icon-sun:before {
  content: "\e8cf"; }

.icon-sunrise:before {
  content: "\e8d0"; }

.icon-tablet:before {
  content: "\e8d1"; }

.icon-tag:before {
  content: "\e8d2"; }

.icon-sunset:before {
  content: "\e8d3"; }

.icon-target:before {
  content: "\e8d4"; }

.icon-thermometer:before {
  content: "\e8d5"; }

.icon-thumbs-up:before {
  content: "\e8d6"; }

.icon-thumbs-down:before {
  content: "\e8d7"; }

.icon-toggle-left:before {
  content: "\e8d8"; }

.icon-toggle-right:before {
  content: "\e8d9"; }

.icon-trash-2:before {
  content: "\e8da"; }

.icon-trash:before {
  content: "\e8db"; }

.icon-trending-up:before {
  content: "\e8dc"; }

.icon-trending-down:before {
  content: "\e8dd"; }

.icon-triangle:before {
  content: "\e8de"; }

.icon-type:before {
  content: "\e8df"; }

.icon-twitter:before {
  content: "\e8e0"; }

.icon-upload:before {
  content: "\e8e1"; }

.icon-umbrella:before {
  content: "\e8e2"; }

.icon-upload-cloud:before {
  content: "\e8e3"; }

.icon-unlock:before {
  content: "\e8e4"; }

.icon-user-check:before {
  content: "\e8e5"; }

.icon-user-minus:before {
  content: "\e8e6"; }

.icon-user-plus:before {
  content: "\e8e7"; }

.icon-user-x:before {
  content: "\e8e8"; }

.icon-user:before {
  content: "\e8e9"; }

.icon-users:before {
  content: "\e8ea"; }

.icon-video-off:before {
  content: "\e8eb"; }

.icon-video:before {
  content: "\e8ec"; }

.icon-voicemail:before {
  content: "\e8ed"; }

.icon-volume-x:before {
  content: "\e8ee"; }

.icon-volume-2:before {
  content: "\e8ef"; }

.icon-volume-1:before {
  content: "\e8f0"; }

.icon-volume:before {
  content: "\e8f1"; }

.icon-watch:before {
  content: "\e8f2"; }

.icon-wifi:before {
  content: "\e8f3"; }

.icon-x-square:before {
  content: "\e8f4"; }

.icon-wind:before {
  content: "\e8f5"; }

.icon-x:before {
  content: "\e8f6"; }

.icon-x-circle:before {
  content: "\e8f7"; }

.icon-zap:before {
  content: "\e8f8"; }

.icon-zoom-in:before {
  content: "\e8f9"; }

.icon-zoom-out:before {
  content: "\e8fa"; }

.icon-command:before {
  content: "\e8fb"; }

.icon-cloud:before {
  content: "\e8fc"; }

.icon-hash:before {
  content: "\e8fd"; }

.icon-headphones:before {
  content: "\e8fe"; }

.icon-underline:before {
  content: "\e8ff"; }

.icon-italic:before {
  content: "\e900"; }

.icon-bold:before {
  content: "\e901"; }

.icon-crop:before {
  content: "\e902"; }

.icon-help-circle:before {
  content: "\e903"; }

.icon-paperclip:before {
  content: "\e904"; }

.icon-shopping-cart:before {
  content: "\e905"; }

.icon-tv:before {
  content: "\e906"; }

.icon-wifi-off:before {
  content: "\e907"; }

.icon-minimize:before {
  content: "\e88d"; }

.icon-maximize:before {
  content: "\e908"; }

.icon-gitlab:before {
  content: "\e909"; }

.icon-sliders:before {
  content: "\e90a"; }

.icon-star-on:before {
  content: "\e90b"; }

.icon-heart-on:before {
  content: "\e90c"; }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: #ECEDF2;
  stroke-width: 1px;
  stroke-dasharray: 0; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #2083FE; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #2083FE; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #2FCA74; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #2FCA74; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #6F35F0; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #6F35F0; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #F44C67; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #F44C67; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #ED4D4D; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #ED4D4D; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #ED4D4D; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #ED4D4D; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #252529; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #252529; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #768093; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #768093; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: #F4C63D;
  color: #453D3F;
  font-family: Oxygen,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #F4C63D; }

.chartist-tooltip.tooltip-show {
  opacity: 1; }

.ct-area, .ct-line {
  pointer-events: none; }

/*# sourceMappingURL=chartist-plugin-tooltip.css.map */
/* ==========================================================================
   #CHARTIST TOOLTIP CUSTOM
   ========================================================================== */
/**
 * Instead of modifying `_chartist-plugin-tooltip.scss` directly, we add Dashboard's custom
 * styles for chartist-plugin-tooltip plugin here.
 */
.chartist-tooltip {
  min-width: 3em;
  padding: 0.625rem 0.9375rem;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  border-radius: 4px;
  background: #252529;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
  opacity: 0;
  z-index: 1; }

.chartist-tooltip::before {
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #252529; }

.chartist-tooltip.tooltip-show {
  opacity: 1; }

/* ==========================================================================
   #PAGE OBJECT
   ========================================================================== */
/**
 * Use `o-page` to strucutre your page layout into sidebar, main content.
 */
.o-page {
  position: relative;
  height: 100%; }
  @media (max-width: 992px) {
    .o-page.is-sidebar-open {
      overflow: hidden; }
      .o-page.is-sidebar-open .o-page__content {
        height: 100vh;
        -webkit-transform: translate3d(250px, 0, 0);
                transform: translate3d(250px, 0, 0);
        overflow: hidden; } }

/**
 * Used with `o-page__card` for better alignment.
 */
.o-page--center {
  padding-top: 100px; }
  @media (max-width: 576px) {
    .o-page--center {
      padding-top: 30px; } }

/**
 * 1. Control the width of sidebar.
 * 2. Sidebar always on the top.
 */
.o-page__sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  /* [1] */
  height: 100%;
  max-height: 100%;
  /**
	 * Hide sidebar once viewport is lower than $breakpoint-desktop (992px)
	 *
	 * 1. Increase the width of sidebar on small screens.
	 */ }

/**
 * Page content is pushed to the right to provide space for the sidebar.
 *
 * 1. Must equal the width of the `o-sidebar`.
 * 2. Adjust bootstrap `container-fluid` for proper spacing.
 * 3. Apply a background to the maint content to match with <body> background-color.
 */
.o-page__content {
  position: absolute;
  right: 0;
  left: 250px;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #F4F6F9;
  /* [3] */ }
  @media (max-width: 992px) {
    .o-page__content {
      left: 0; } }

/** 
 * Page Card
 *
 * A centered page card is used when you want the card to be centered and 
 * provide a little space at the top & bottom e.g. login, 404 pages.
 */
.o-page__card {
  width: 400px;
  margin: 0 auto 50px; }
  @media (max-width: 576px) {
    .o-page__card {
      width: 90%; } }

/* ==========================================================================
   #MEDIA OBJECT
   ========================================================================== */
/**
 * 1. Spacing between the image and the text should be declared through
 *    the component, usually using a `spacing` utility class. 
 */
.o-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

/* [1] */
.o-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

/* ==========================================================================
   #LINE OBJECT
   ========================================================================== */
/**
 * The line object is used to align elemnts on one line, obviously.
 */
.o-line {
  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; }

/* ==========================================================================
   #ALERTS
   ========================================================================== */
.c-alert {
  position: relative;
  width: 100%;
  padding: 30px;
  border-top: 1px solid transparent;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09); }
  .c-alert .c-close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #99A5BD; }

/**
 * 1. Equals the padding of `c-alert`.
 */
.c-alert__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 15px;
  /* [1] */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  background-color: #2083FE;
  color: #fff; }

/**
 * 1. Equals the padding of `c-alert`.
 */
.c-alert__content {
  padding-left: 30px;
  /* [1] */ }

.c-alert__title {
  margin-bottom: 15px;
  font-size: 1.125rem; }

/* Style variants
   ========================================================================== */
.c-alert--info {
  border-color: #2083FE; }
  .c-alert--info .c-alert__icon {
    background-color: #2083FE; }

.c-alert--success {
  border-color: #2FCA74; }
  .c-alert--success .c-alert__icon {
    background-color: #2FCA74; }

.c-alert--warning {
  border-color: #f5b848; }
  .c-alert--warning .c-alert__icon {
    background-color: #f5b848; }

.c-alert--danger {
  border-color: #ED4D4D; }
  .c-alert--danger .c-alert__icon {
    background-color: #ED4D4D; }

/* ==========================================================================
   #AVATAR
   ========================================================================== */
/**
 * 1. Ensure that the avatar will not be shrinked.
 */
.c-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* [1] */
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/**
 * 1. Ensure that the image will not be shrinked.
 */
.c-avatar__img {
  width: 70px;
  min-width: 70px;
  /* [1] */
  height: 70px;
  border-radius: 100%;
  overflow: hidden; }

/* Size variants
   ========================================================================== */
.c-avatar--xsmall .c-avatar__img {
  width: 36px;
  min-width: 36px;
  height: 36px; }

.c-avatar--small .c-avatar__img {
  width: 50px;
  min-width: 50px;
  height: 50px; }

.c-avatar--medium .c-avatar__img {
  width: 60px;
  min-width: 60px;
  height: 60px; }

.c-avatar--large .c-avatar__img {
  width: 90px;
  min-width: 90px;
  height: 90px; }

.c-avatar--xlarge .c-avatar__img {
  width: 110px;
  min-width: 110px;
  height: 110px; }

.c-avatar--huge .c-avatar__img {
  width: 130px;
  min-width: 130px;
  height: 130px; }

/* ==========================================================================
   #BADGES
   ========================================================================== */
.c-badge {
  display: inline-block;
  padding: 0.5rem 15px;
  border: 1px solid #ECEDF2;
  border-radius: 1.25rem;
  background-color: transparent;
  color: #2083FE;
  font-size: 0.75rem; }

/* Size variants
   ========================================================================== */
.c-badge--small {
  padding: 0.1875rem 0.75rem; }

.c-badge--large {
  padding: 0.625rem 1.25rem; }

/* Style variants
   ========================================================================== */
.c-badge--info {
  border-color: #2083FE;
  color: #2083FE; }
  .c-badge--info:hover {
    background-color: #E0EBFF;
    color: #2083FE; }

.c-badge--success {
  border-color: #2FCA74;
  color: #2FCA74; }
  .c-badge--success:hover {
    background-color: #DAF4E6;
    color: #2FCA74; }

.c-badge--warning {
  border-color: #f5b848;
  color: #f5b848; }
  .c-badge--warning:hover {
    background-color: #FFECDA;
    color: #f5b848; }

.c-badge--danger {
  border-color: #ED4D4D;
  color: #ED4D4D; }
  .c-badge--danger:hover {
    background-color: #FFE2E2;
    color: #ED4D4D; }

.c-badge--primary {
  border-color: #252529;
  color: #768093; }
  .c-badge--primary:hover {
    background-color: #E9ECF2;
    color: #768093; }

.c-badge--fancy {
  border-color: #6F35F0;
  color: #6F35F0; }
  .c-badge--fancy:hover {
    background-color: #E9E0FF;
    color: #6F35F0; }

/* ==========================================================================
   #BREADCRUMB
   ========================================================================== */
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-breadcrumb__item {
  color: #252529; }
  .c-breadcrumb__item:not(:last-child)::after {
    margin: 0 10px;
    color: #99A5BD;
    content: "/"; }

.c-breadcrumb__link {
  color: #99A5BD; }

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * 1. Apply brand-color background if `c-btn--{style}` class isn't specified.
 * 2. Animate arrow plaed within the button.
 * 3. Use `disabled` property on <button> elements, and `is-disabled` class on
 *    <a> elements as they don't support `disabled` property.
 */
.c-btn {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.625rem 1.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 0;
  border-radius: 4px;
  background-color: #2083FE;
  /* [1] */
  color: #fff;
  /* [1] */
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-shadow: 0 5px 10px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 5px 10px 0 rgba(29, 29, 31, 0.09);
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .c-btn:hover, .c-btn:focus {
    outline: 0;
    text-decoration: none; }
  .c-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(29, 29, 31, 0.09);
            box-shadow: 0 5px 20px 0 rgba(29, 29, 31, 0.09);
    opacity: 0.9; }
  .c-btn:focus {
    -webkit-box-shadow: 0 0 0 3.5px rgba(32, 131, 254, 0.3);
            box-shadow: 0 0 0 3.5px rgba(32, 131, 254, 0.3); }
  .c-btn:active {
    -webkit-transform: scale(0.92);
            transform: scale(0.92); }
  .c-btn:disabled, .c-btn.is-disabled {
    background-color: #99A5BD;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: default;
    opacity: 0.5; }
    .c-btn:disabled:hover, .c-btn:disabled:focus, .c-btn:disabled:active, .c-btn.is-disabled:hover, .c-btn.is-disabled:focus, .c-btn.is-disabled:active {
      -webkit-transform: none;
              transform: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      opacity: 0.5; }
  .c-btn.has-arrow i {
    /* [2] */
    display: inline-block;
    position: relative;
    bottom: -2px;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    font-size: 18px; }
  .c-btn.has-arrow:hover i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
  .c-btn.c-btn--outline {
    background-color: transparent;
    color: #2083FE;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .c-btn.c-btn--outline:hover {
      color: #2083FE; }

/**
 * Adjust the size of icon placed within the button.
 */
.c-btn__icon {
  position: relative;
  right: -2px;
  bottom: -2px;
  font-size: 18px; }

/* Size variants
   ========================================================================== */
.c-btn--small {
  padding: 0.25rem 1.125rem;
  font-size: 0.75rem; }

.c-btn--large {
  padding: 0.75rem 1.875rem;
  font-size: 1rem; }

/* Style variants
   ========================================================================== */
.c-btn--info {
  border-color: #2083FE;
  background-color: #2083FE; }
  .c-btn--info.c-btn--outline {
    background-color: transparent;
    color: #2083FE; }
    .c-btn--info.c-btn--outline:hover {
      color: #2083FE; }

.c-btn--success {
  border-color: #2FCA74;
  background-color: #2FCA74; }
  .c-btn--success.c-btn--outline {
    background-color: transparent;
    color: #2FCA74; }
    .c-btn--success.c-btn--outline:hover {
      color: #2FCA74; }

.c-btn--warning {
  border-color: #f5b848;
  background-color: #f5b848; }
  .c-btn--warning.c-btn--outline {
    background-color: transparent;
    color: #f5b848; }
    .c-btn--warning.c-btn--outline:hover {
      color: #f5b848; }

.c-btn--danger {
  border-color: #ED4D4D;
  background-color: #ED4D4D; }
  .c-btn--danger.c-btn--outline {
    background-color: transparent;
    color: #ED4D4D; }
    .c-btn--danger.c-btn--outline:hover {
      color: #ED4D4D; }

.c-btn--primary {
  border-color: #252529;
  background-color: #252529; }
  .c-btn--primary.c-btn--outline {
    background-color: transparent;
    color: #252529; }
    .c-btn--primary.c-btn--outline:hover {
      color: #252529; }

.c-btn--secondary {
  border-color: #768093;
  background-color: #768093; }
  .c-btn--secondary.c-btn--outline {
    background-color: transparent;
    color: #768093; }
    .c-btn--secondary.c-btn--outline:hover {
      color: #768093; }

/* More Options
   ========================================================================== */
.c-btn--fullwidth {
  width: 100%; }

.c-btn--outline {
  border: 1px solid; }

/* ==========================================================================
   #CARD
   ========================================================================== */
.c-card {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09); }
  .c-card.is-animated {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .c-card.is-animated:hover {
      -webkit-transform: scale(1.03);
              transform: scale(1.03); }

/**
 * Quicly align the content of card to the center.
 */
.c-card--center {
  text-align: center; }

.c-card__title {
  margin-bottom: 10px; }

/* ==========================================================================
   #CHOICE (Checkboxes & Radios)
   ========================================================================== */
/**
 * Checkboxes & Radios are controlled with a simple class called `c-choice`
 * because they are similar in styling, this class is used to share same 
 * styles between them.
 *
 * EXAMPLE: 
 *
 * <div class="c-choice c-choice--checkbox">
 *     <input class="c-choice__input" id="custom-checkbox" type="checkbox">
 *     <label class="c-choice__label" for="custom-checkbox">Checkbox 1</label>
 * </div>
 */
/**
 * 1. Get rid of white space cause by using `inline-flex`.
 * 
 * Read More: https://goo.gl/ajXW52
 */
.c-choice {
  margin: 0 0 15px 0;
  color: #768093;
  font-size: 0;
  /* [1] */
  font-weight: 400;
  /**
	 * Disabled state
	 *
	 * NOTE: `disabled` attribute must be added to <input>
	 */ }
  .c-choice.is-disabled .c-choice__label {
    color: rgba(37, 37, 41, 0.5);
    cursor: default; }
    .c-choice.is-disabled .c-choice__label::before {
      border-color: #E1E2E8;
      background-color: #ECEDF2; }

/**
 * 1. Hide default input and create a customized input.
 * 2. Align the customized input with label.
 */
.c-choice__input {
  /* [1] */
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }
  .c-choice__input + .c-choice__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #768093;
    font-size: 0.875rem;
    cursor: pointer; }
  .c-choice__input + .c-choice__label::before {
    display: inline-block;
    position: relative;
    top: 0;
    /* [2] */
    width: 16px;
    height: 16px;
    margin: 0 15px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #99A5BD;
    background-color: #fff;
    color: #fff;
    line-height: 15px;
    text-align: center;
    content: "";
    visibility: visible;
    /* [2] */ }

/**
 * Checkboxes
 */
.c-choice--checkbox .c-choice__input + .c-choice__label::before {
  border-radius: 4px; }

.c-choice--checkbox .c-choice__input:checked + .c-choice__label::before {
  border-color: #2083FE;
  background-color: #2083FE;
  font-family: "feather";
  font-size: 10px;
  content: "\e83f"; }

/**
 * Radio buttons
 */
.c-choice--radio .c-choice__input + .c-choice__label::before {
  border-radius: 100%; }

.c-choice--radio .c-choice__input:checked + .c-choice__label::before {
  border: 4px solid #2083FE;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #2083FE;
          box-shadow: 0 0 0 1px #2083FE; }

/* ==========================================================================
   #DIVIDER
   ========================================================================== */
.c-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ECEDF2; }

/* ==========================================================================
   #DROPDOWN
   ========================================================================== */
/**
 * A wrapper for the dropdown
 */
.c-dropdown {
  display: inline-block;
  position: relative; }

/**
 * Always show a custor on dropdown toggles.
 */
.dropdown-toggle {
  cursor: pointer; }

/**
 * Dropdown Menu
 * 
 * 1. No matter what size is the dropdown toggle `dropdown-toggle` (a class from
 *    bootstrap), dropdown menu should be positioned properly.
 * 2. Add the ability to add a top arrow to the dropdown menu.
 */
.c-dropdown__menu {
  position: absolute;
  top: 100%;
  /* [1] */
  right: 0;
  width: 9.375rem;
  margin: 15px 0 0;
  -webkit-transition: opacity .15s ease, visibility .15s ease;
  transition: opacity .15s ease, visibility .15s ease;
  border: 1px solid #ECEDF2;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
  -webkit-box-shadow: 0 10px 40px 0 rgba(29, 29, 31, 0.2);
          box-shadow: 0 10px 40px 0 rgba(29, 29, 31, 0.2);
  z-index: 400; }
  .c-dropdown .c-dropdown__menu,
  .dropdown .c-dropdown__menu {
    opacity: 0;
    visibility: hidden; }
  .c-dropdown.show .c-dropdown__menu,
  .dropdown.show .c-dropdown__menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .c-dropdown__menu.has-arrow {
    /* [2] */
    margin-top: 15px; }
    .c-dropdown__menu.has-arrow::before {
      display: inline-block;
      position: absolute;
      top: -7px;
      right: 4px;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ECEDF2;
      border-left: 7px solid transparent;
      border-bottom-color: #fff;
      -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
              box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
      content: ""; }
    @media (max-width: 768px) {
      .c-dropdown__menu.has-arrow::before {
        display: none; } }

/**
 * A larger dropdown menu for dropdowns used in navbar.
 */
.c-dropdown__menu--large {
  width: 21.875rem; }
  .c-dropdown__menu--large .c-dropdown__item {
    padding: 10px 15px; }

.c-dropdown__menu-header {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #E1E2E8; }

.c-dropdown__menu-footer {
  display: block;
  padding: 10px 15px;
  background-color: #F4F6F9;
  font-size: 14px;
  text-align: center; }

/**
 * 1. Remove border from last item to prevent it from collapsing with dropdown
 *    menu's last border.
 */
.c-dropdown__item {
  display: block;
  padding: 0.5rem 15px;
  border-bottom: 1px solid #ECEDF2;
  color: #768093;
  font-size: 0.875rem;
  font-weight: 400; }
  .c-dropdown__item:hover {
    background-color: #F4F6F9;
    color: #2083FE;
    text-decoration: none; }
  .c-dropdown__item:last-child {
    border-bottom: 0;
    /* [1] */ }

/* ==========================================================================
   #FIELD
   ========================================================================== */
/**
 * Form field `c-field` component is used as a wrapper for more complex inputs
 * that contain an icon, addon, form feedback and form message.
 *
 * 1. Take up (full width - width of field addon).
 */
.c-field {
  position: relative;
  width: 100%;
  text-align: left; }
  .c-field.has-icon-left > .c-field__icon, .c-field.has-icon-right > .c-field__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #768093;
    font-size: 1.125rem; }
  .c-field.has-icon-left > .c-input {
    padding-left: 40px; }
  .c-field.has-icon-left > .c-field__icon {
    left: 15px; }
  .c-field.has-icon-right > .c-input {
    padding-right: 40px; }
  .c-field.has-icon-right > .c-field__icon {
    right: 15px; }

/**
 * Inline fields don't take up whole width 
 *
 * Used with search input in the navbar & toolbar.
 */
.c-field--inline {
  width: 270px; }

/**
 * Labels are used with inputs, always use labels with inputs for better 
 * accesibility. Hide labels using `u-hidden-visually` to display it for 
 * screen readers.
 *
 * USAGE: <label class="c-field__label u-hidden-visually"></label>
 */
.c-field__label {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 0 0.3125rem 0;
  color: #768093;
  font-size: 0.875rem;
  font-weight: 400; }

/**
 * Field message used as a helper note or feedback.
 */
.c-field__message {
  display: inline-block;
  margin: 0 0.3125rem 0 0;
  padding: 0;
  color: rgba(118, 128, 147, 0.5);
  font-size: 0.75rem; }
  .c-field__message > i {
    margin-right: 0.3125rem; }

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.c-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #E1E2E8; }

.c-footer__divider {
  margin: 0 15px;
  color: #99A5BD; }

.c-footer__link {
  margin-right: 15px;
  color: #768093;
  font-size: 0.875rem; }

/* ==========================================================================
   #ICONS
   ========================================================================== */
/**
 * USAGE:
 *
 * <span class="c-icon">
 *   <i class="feather icon-info"></i>
 * </span>
 */
/**
 * Container of the icon
 *
 * 1. The icon itself, Neat uses feather icons.
 */
.c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F4F6F9; }
  .c-icon i {
    /* [1] */
    color: #2083FE;
    font-size: 18px; }

.c-icon--transparent {
  background: transparent; }

/* Size variants
   ========================================================================== */
.c-icon--xsmall {
  width: 20px;
  height: 20px; }
  .c-icon--xsmall i {
    font-size: 10px; }

.c-icon--small {
  width: 30px;
  height: 30px; }
  .c-icon--small i {
    font-size: 14px; }

.c-icon--large {
  width: 50px;
  height: 50px; }
  .c-icon--large i {
    font-size: 22px; }

/* Style variants
   ========================================================================== */
.c-icon--info {
  background: #1D7BF0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D7BF0), to(#2083FE));
  background: linear-gradient(to bottom, #1D7BF0, #2083FE); }

.c-icon--success {
  background: #28C76F;
  background: -webkit-gradient(linear, left top, left bottom, from(#28C76F), to(#2CCF75));
  background: linear-gradient(to bottom, #28C76F, #2CCF75); }

.c-icon--warning {
  background: #F5A155;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5A155), to(#F5B855));
  background: linear-gradient(to bottom, #F5A155, #F5B855); }

.c-icon--danger {
  background: #EE4343;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4343), to(#EC5F5F));
  background: linear-gradient(to bottom, #EE4343, #EC5F5F); }

.c-icon--primary {
  background: #252529;
  background: -webkit-gradient(linear, left top, left bottom, from(#252529), to(#444449));
  background: linear-gradient(to bottom, #252529, #444449); }

.c-icon--secondary {
  background: #768093;
  background: -webkit-gradient(linear, left top, left bottom, from(#768093), to(#969FB0));
  background: linear-gradient(to bottom, #768093, #969FB0); }

.c-icon--fancy {
  background: #4F5EF5;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F5EF5), to(#6A77FF));
  background: linear-gradient(to bottom, #4F5EF5, #6A77FF); }

/**
 * 1. Set the color of icon to be white when it has a background color.
 */
.c-icon--info i,
.c-icon--success i,
.c-icon--warning i,
.c-icon--danger i,
.c-icon--primary i,
.c-icon--secondary i,
.c-icon--fancy i {
  color: #fff;
  /* [1] */ }

/* ==========================================================================
   #INPUTS
   ========================================================================== */
.c-input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.625rem 0.9375rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #99A5BD;
  border-radius: 4px;
  background-color: #fff;
  color: #252529;
  font-size: 0.75rem;
  font-weight: 400;
  resize: none; }
  .c-input::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: rgba(118, 128, 147, 0.5);
    font-weight: 400;
    opacity: 0.7; }
  .c-input:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: rgba(118, 128, 147, 0.5);
    font-weight: 400;
    opacity: 0.7; }
  .c-input::-ms-input-placeholder {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: rgba(118, 128, 147, 0.5);
    font-weight: 400;
    opacity: 0.7; }
  .c-input::placeholder {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: rgba(118, 128, 147, 0.5);
    font-weight: 400;
    opacity: 0.7; }
  .c-input:focus {
    border-color: #2083FE;
    outline: none; }
    .c-input:focus::-webkit-input-placeholder {
      opacity: 0.2; }
    .c-input:focus:-ms-input-placeholder {
      opacity: 0.2; }
    .c-input:focus::-ms-input-placeholder {
      opacity: 0.2; }
    .c-input:focus::placeholder {
      opacity: 0.2; }
  .c-input.is-disabled, .c-input:disabled {
    border-color: #E1E2E8;
    background-color: #ECEDF2;
    color: rgba(37, 37, 41, 0.5);
    cursor: not-allowed; }

/**
 * Textarea
 */
textarea.c-input {
  min-height: 90px;
  font-size: 0.875rem;
  font-weight: 400; }

/* State variants
   ========================================================================== */
.c-input--success {
  border-color: #2FCA74; }
  .c-input--success:focus {
    border-color: #2FCA74; }

.c-input--warning {
  border-color: #f5b848; }
  .c-input--warning:focus {
    border-color: #f5b848; }

.c-input--danger {
  border-color: #ED4D4D;
  color: #ED4D4D; }
  .c-input--danger:focus {
    border-color: #ED4D4D;
    color: #ED4D4D; }

/* ==========================================================================
   #MODAL 
   ========================================================================== */
.modal-open {
  overflow: hidden; }

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  outline: 0;
  z-index: 500; }
  .modal-open .c-modal {
    overflow-x: hidden;
    overflow-y: auto; }

/**
 * 1. Allow scrolling when content's height is larger than viewport's height.
 * 2. Set the default width of the modal to be medium.
 */
.c-modal__dialog {
  position: relative;
  max-width: 550px;
  margin: 50px auto; }
  .c-modal.fade .c-modal__dialog {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .c-modal.show .c-modal__dialog {
    -webkit-animation-name: scale;
            animation-name: scale; }
  .c-modal .c-modal__dialog {
    max-width: 550px; }
  .c-modal--xsmall .c-modal__dialog {
    max-width: 350px; }
  .c-modal--small .c-modal__dialog {
    max-width: 450px; }
  .c-modal--medium .c-modal__dialog {
    max-width: 550px; }
  .c-modal--large .c-modal__dialog {
    max-width: 650px; }
  .c-modal--xlarge .c-modal__dialog {
    max-width: 750px; }
  .c-modal--huge .c-modal__dialog {
    max-width: 950px; }

.c-modal__content {
  position: relative;
  width: 100%;
  border-radius: 4px;
  outline: 0;
  text-align: center;
  overflow: hidden; }

.c-modal__header {
  padding: 20px 30px;
  background-color: #fff; }

.c-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 30px;
  color: #768093;
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0.8; }
  .c-modal__close:hover {
    color: #252529; }

/**
 * Use this clas to quicklu position the close icon relative 
 * to its container, `c-modal__content`.
 */
.c-modal__close--absolute {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 500; }
  @media (max-width: 768px) {
    .c-modal__close--absolute {
      top: 15px; } }

.c-modal__body {
  padding: 30px;
  background-color: #fff;
  overflow: hidden; }

/**
 * Apply max height to force the body of the modal to be scrolled. This class
 * is used with (achievements) modal.
 */
.c-modal__body--maximized {
  max-height: 450px;
  overflow: auto; }

.c-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 30px;
  border-top: 1px solid #ECEDF2;
  background-color: #F4F6F9; }

/** 
 * Add a dark background to make modal dialog standout.
 */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(37, 37, 41, 0.9);
  z-index: 300; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.9; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

/**
 * Modal move animation
 */
@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes scale {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

/* ==========================================================================
   #NAVBAR
   ========================================================================== */
.c-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 20px 40px;
  border-bottom: 1px solid #E1E2E8;
  background-color: #fff; }
  @media (max-width: 992px) {
    .c-navbar {
      padding: 20px 15px; } }

/**
 * Reduce padding of navbar when used in admin pages with sidebar.
 */
.c-navbar--small {
  padding: 1.25rem; }

/**
 * 1. Remove weird spacing.
 */
.c-navbar__brand {
  margin-right: 30px;
  font-size: 0;
  /* [1] */ }
  @media (max-width: 768px) {
    .c-navbar__brand {
      margin-right: auto;
      /* [2] */ } }

.c-navbar__title {
  margin-right: auto;
  color: #252529;
  font-size: 1.25rem; }
  .c-navbar__title a {
    color: inherit;
    font-weight: 700; }

/**
 * Nav sits within the main navbar area. It’s fully responsive as it holds 
 * navigation items/links that will be collapsed, toggled in small 
 * screens via `c-nav-toggle` component.
 */
.c-navbar__nav {
  display: block;
  /**
	 * Responsive Nav
	 *
	 * 1. Remove extra margin when `u-mr-auto` utility is used. 
	 */ }
  @media (max-width: 768px) {
    .c-navbar__nav {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 15px;
      margin-right: -15px !important;
      /* [1] */
      margin-left: -15px;
      border-top: 1px solid #ECEDF2;
      /**
		 * Bootstrap classes used to show and hide nav.
		 * This behaviour depends on collapse.js plugin.
		 */ }
      .c-navbar__nav.collapse {
        display: none; }
      .c-navbar__nav.show {
        display: block; }
      .c-navbar__nav.collapsing {
        position: relative;
        height: 0;
        -webkit-transition: height 0.6s;
        transition: height 0.6s;
        overflow: hidden; } }

.c-navbar__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/** 
 * 1. Allow positioning dropdown menus inside nav items.
 */
.c-navbar__nav-item {
  position: relative;
  /* [1] */
  margin: 0 2.5rem 0 0; }
  @media (max-width: 768px) {
    .c-navbar__nav-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-right: 0;
      padding: 15px;
      border-bottom: 1px solid #ECEDF2; } }
  .c-navbar__nav-item:last-child {
    margin-right: 0; }
    @media (max-width: 768px) {
      .c-navbar__nav-item:last-child {
        padding-bottom: 5px;
        border-bottom: 0; } }

.c-navbar__nav-link {
  color: #768093;
  font-size: 1rem;
  font-weight: 400; }
  .c-navbar__nav-link:hover {
    text-decoration: none; }
  .c-navbar__nav-link.is-active {
    color: #2083FE; }
  @media (max-width: 768px) {
    .c-navbar__nav-link {
      display: block;
      color: #252529;
      font-size: 1rem; } }

/* Navbar Nav Toggle
   ========================================================================== */
/**
 * Nav toggle is the popular hamburger-like icon that would show/hide 
 * `c-navbar__nav` via javascript through bootstrap collapse plugin.
 * 
 * 1. Remove default button styles.
 * 2. Show only on small screens, hide on large screens.
 */
.c-navbar__nav-toggle {
  display: none;
  position: relative;
  margin: 0 0 0 15px;
  /* [1] */
  padding: 0;
  /* [1] */
  border: 0;
  /* [1] */
  outline: none;
  background-color: transparent;
  /* [1] */
  color: #252529;
  font-size: 36px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .c-navbar__nav-toggle {
      display: block;
      /* [2] */ } }

/* ==========================================================================
   #NOTES
   ========================================================================== */
.c-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-radius: 4px;
  background-color: #F4F6F9;
  text-align: left; }

.c-note__icon {
  margin-right: 10px; }

/* ==========================================================================
   #NOTIFICATION
   ========================================================================== */
/**
 * 1. Remove weird spacing.
 */
.c-notification {
  color: #768093;
  font-size: 0;
  /* [1] */ }
  .c-notification.has-indicator {
    position: relative; }
    .c-notification.has-indicator::before {
      position: absolute;
      top: -10px;
      right: 0;
      left: 0;
      width: 5px;
      height: 5px;
      margin: 0 auto;
      border-radius: 100%;
      background-color: #2083FE;
      -webkit-box-shadow: 0 0 10px 0 rgba(32, 131, 254, 0.9);
              box-shadow: 0 0 10px 0 rgba(32, 131, 254, 0.9);
      content: ""; }
  .c-notification:hover {
    color: #252529; }

.c-notification__icon {
  font-size: 24px; }

/* ==========================================================================
   #PAGNATION
   ========================================================================== */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-pagination__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: #fff;
  color: #768093;
  font-size: 18px;
  text-align: center;
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09); }
  .c-pagination__link:hover {
    color: #252529; }
  .c-pagination__link.is-active {
    color: #2083FE; }

/* ==========================================================================
   #PIPELINE
   ========================================================================== */
/**
 * Table of content:
 *
 * Pipeline
 * Pipeline Card
 */
.c-pipeline {
  margin-bottom: 30px;
  border-radius: 4px; }

.c-pipeline__card {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09); }
  .c-pipeline__card:hover {
    cursor: -webkit-grab;
    cursor: grab; }
  .c-pipeline__card:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.c-pipeline__card-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #768093; }
  .c-pipeline__card-actions:hover {
    color: #252529; }

.c-pipeline__card-title {
  margin: 0;
  font-size: 1rem; }

.c-pipeline__card-footer {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #ECEDF2; }

/* ==========================================================================
   #PROGRESS
   ========================================================================== */
.c-progress {
  display: block;
  width: 100%;
  height: 20px;
  margin: 0 0 15px 0;
  border-radius: 20px;
  background-color: #ECEDF2; }

/**
 * 1. Default (info) background-color would be applied, if class 
 *    `c-progress--[color]` isn't specified.
 */
.c-progress__bar {
  position: relative;
  height: 100%;
  border-radius: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #1D7BF0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D7BF0), to(#2083FE));
  background: linear-gradient(to bottom, #1D7BF0, #2083FE);
  /* [1] */ }

/* Size variants
   ========================================================================== */
.c-progress--xsmall {
  height: 2px; }

.c-progress--small {
  height: 4px; }

.c-progress--medium {
  height: 8px; }

/* Style variants
   ========================================================================== */
.c-progress--info .c-progress__bar {
  background: #1D7BF0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D7BF0), to(#2083FE));
  background: linear-gradient(to bottom, #1D7BF0, #2083FE); }

.c-progress--success .c-progress__bar {
  background: #28C76F;
  background: -webkit-gradient(linear, left top, left bottom, from(#28C76F), to(#2CCF75));
  background: linear-gradient(to bottom, #28C76F, #2CCF75); }

.c-progress--warning .c-progress__bar {
  background: #F5A155;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5A155), to(#F5B855));
  background: linear-gradient(to bottom, #F5A155, #F5B855); }

.c-progress--danger .c-progress__bar {
  background: #EE4343;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4343), to(#EC5F5F));
  background: linear-gradient(to bottom, #EE4343, #EC5F5F); }

.c-progress--primary .c-progress__bar {
  background: #252529;
  background: -webkit-gradient(linear, left top, left bottom, from(#252529), to(#444449));
  background: linear-gradient(to bottom, #252529, #444449); }

/* ==========================================================================
   #SELECT
   ========================================================================== */
.c-select {
  position: relative; }
  .c-select::after {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #768093;
    font-family: "feather";
    font-size: 20px;
    content: "\e842"; }
  .c-select.is-disabled::after {
    opacity: .5; }

.c-select__input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.625rem 0.9375rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #99A5BD;
  border-radius: 4px;
  background-color: #fff;
  color: #252529;
  font-size: 0.75rem;
  font-weight: 400;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .c-select__input:focus {
    border-color: #2083FE;
    outline: 0; }
  .c-select.is-disabled .c-select__input, .c-select__input:disabled {
    border-color: #E1E2E8;
    background-color: #ECEDF2;
    color: rgba(118, 128, 147, 0.5); }

/* ==========================================================================
   #SIDEBAR
   ========================================================================== */
.c-sidebar {
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid #E1E2E8;
  background-color: #F4F6F9; }

/**
 * 1. Height Calc: fullheight - (sidebar brand's height + sidebar footer's height)
 * 2. Customize sidebar scrollbar
 */
.c-sidebar__body {
  height: calc(100vh - 140px);
  /* [1] */
  overflow-y: auto; }
  .c-sidebar__body::-webkit-scrollbar {
    /* [2] */
    width: 6px;
    background-color: transparent; }
  .c-sidebar__body::-webkit-scrollbar-thumb {
    /* [2] */
    border-radius: 6px;
    background-color: #99A5BD; }

/**
 * 1. Make sure it equals the height of navbar for better alignment.
 */
.c-sidebar__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  /* [1] */
  padding: 0.3125rem 15px 0.3125rem 30px;
  color: #252529;
  font-size: 1.25rem; }
  .c-sidebar__brand a {
    color: inherit;
    font-size: 0;
    font-weight: 500; }

/**
 * Nested sidebar lists
 *
 * 1. Add some spacing in nested lists.
 */
.c-sidebar__list {
  margin-bottom: 30px; }
  .c-sidebar__list .c-sidebar__list {
    /* [1] */
    margin-left: 30px; }
    .c-sidebar__list .c-sidebar__list .c-sidebar__link.is-active {
      border: 0;
      color: #252529; }

.c-sidebar__item {
  position: relative; }

.c-sidebar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 0.3125rem 10px 0.3125rem 30px;
  border-left: 3px solid transparent;
  color: #768093;
  font-size: 0.875rem; }
  .c-sidebar__link.is-active {
    border-left-color: #252529;
    color: #252529; }

.c-sidebar__icon {
  margin-right: 15px;
  font-size: 22px; }
  .c-sidebar__link.is-active .c-sidebar__icon {
    color: #2083FE; }

.c-sidebar__title {
  display: block;
  margin: 0;
  padding: 0.5rem 15px 0.5rem 30px;
  color: #99A5BD;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase; }

.c-sidebar__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 1.25rem 30px;
  border-top: 1px solid #E1E2E8;
  background-color: #F4F6F9;
  color: #768093; }
  .c-sidebar__footer:hover {
    color: #252529; }

.c-sidebar__footer-icon {
  font-size: 20px; }

/**
 * Sub Menu
 *
 * Submenu that is collapsed and will be visible after toggling the link.
 */
.c-sidebar__item.has-submenu > .c-sidebar__link {
  position: relative;
  margin: 0; }

.c-sidebar__item.has-submenu > .c-sidebar__link::after {
  /* [1] */
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 30px;
  color: #768093;
  font-family: "feather";
  font-size: 18px;
  content: "\e842"; }

.c-sidebar__item.has-submenu .c-sidebar__list {
  /**
	 * Bootstrap classes used to show and hide sidebar submenu.
	 * This behaviour depends on collapse.js plugin.
	 */ }
  .c-sidebar__item.has-submenu .c-sidebar__list.collapse {
    display: none; }
  .c-sidebar__item.has-submenu .c-sidebar__list.show {
    display: block; }
  .c-sidebar__item.has-submenu .c-sidebar__list.collapsing {
    position: relative;
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    overflow: hidden; }

/**
 * Sidebar Toggle
 *
 * It's not placed in the sidebar, instead it's usually placed in the navbar and
 * used for showing/hiding sidebar in small screens.
 */
.c-sidebar-toggle {
  display: none;
  margin-right: 15px;
  border: 0;
  background: transparent;
  font-size: 28px; }
  .c-sidebar-toggle:hover {
    color: #252529; }
  @media (max-width: 992px) {
    .c-sidebar-toggle {
      display: block; } }

/* ==========================================================================
   #SWITCH
   ========================================================================== */
/**
 * 1. Radius of `toggle` should be equal to radius of `c-switch`.
 * 2. The small circle that move to the right and left.
 * 3. Calculation: (width of switch bar) - (toggle's width + 2px )
 * 4. Don't allow active state on a disabled switch.
 */
.c-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

/**
 * 1. Hide input to replace it with switch-style input
 */
.c-switch__input {
  display: none;
  /* [1] */ }

.c-switch__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #768093;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .c-switch__label::before {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 26px;
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 83px;
    background-color: #99A5BD;
    content: " "; }
  .c-switch__label::after {
    /* [2] */
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 83px;
    /* [1] */
    background-color: #fff;
    content: " "; }

.c-switch__input:checked ~ .c-switch__label::before {
  background-color: #2083FE; }

.c-switch__input:checked ~ .c-switch__label::after {
  left: 25px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); }

.c-switch__input:disabled ~ .c-switch__label::before {
  background-color: #E1E2E8; }

.c-switch__input:disabled ~ .c-switch__label::after {
  -webkit-box-shadow: none;
          box-shadow: none; }

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. The border-collapse CSS property specifies that the table's borders are 
 *    collapsed and it means that adjacent cells share borders.
 */
.c-table {
  display: table;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ECEDF2;
  border-radius: 4px;
  background-color: #fff;
  border-collapse: collapse;
  /* [1] */
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09); }

/**
 * Responsive Tables
 *
 * Wrap any table with one of these classes to make it responsive at certain
 * breakpoint.
 *
 * 1. Wrap your table with this class `c-table-responsive` if the table's width 
 * is larger than 1200px.
 */
.c-table-responsive {
  /* [1] */
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .c-table-responsive .c-table {
    display: block;
    overflow-y: hidden; }

@media (max-width: 576px) {
  .c-table-responsive\@mobile {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .c-table-responsive\@mobile .c-table {
      display: block;
      overflow-y: hidden; } }

@media (max-width: 768px) {
  .c-table-responsive\@tablet {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .c-table-responsive\@tablet .c-table {
      display: block;
      overflow-y: hidden; } }

@media (max-width: 992px) {
  .c-table-responsive\@desktop {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .c-table-responsive\@desktop .c-table {
      display: block;
      overflow-y: hidden; } }

@media (max-width: 1200px) {
  .c-table-responsive\@wide {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .c-table-responsive\@wide .c-table {
      display: block;
      overflow-y: hidden; } }

/**
 * Use `c-table--zebra` to add zebra-styling to table rows inside the table.
 */
.c-table--zebra tbody tr:nth-of-type(odd) {
  background-color: rgba(236, 237, 242, 0.3); }

/**
 * Highlight table row on hover.
 */
.c-table--highlight tbody tr:hover {
  background-color: rgba(236, 237, 242, 0.3); }

.c-table--fixed {
  table-layout: fixed; }

/**
 * Table title/caption
 * <caption> 
 */
.c-table__title {
  position: relative;
  padding: 25px 30px;
  border: 1px solid #99A5BD;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  color: #252529;
  font-size: 24px;
  text-align: left; }
  .c-table__title small {
    display: inline-block;
    margin-left: 10px;
    color: #768093;
    font-size: 14px; }
    .c-table__title small::before {
      display: inline-block;
      position: relative;
      bottom: -2px;
      width: 1px;
      height: 14px;
      margin-right: 12px;
      background-color: #DFE3E9;
      content: ""; }

/**
 * A small icon in table title used to perform general action on table like
 * downloading table content as a report.
 */
.c-table__title-action {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #AFB4BB;
  font-size: 22px; }

/**
 * Table Head
 *
 * Slimmer version of table's head with less sapcing and darker background
 */
.c-table__head {
  padding: 0;
  background-color: #F4F6F9; }
  .c-table__head .c-table__cell--head {
    padding: 10px 0 10px 30px;
    color: #768093; }

/**
 * Table Row
 */
.c-table__row {
  border-top: 1px solid #ECEDF2;
  /* [1] */
  border-bottom: 1px solid #ECEDF2;
  /* [1] */ }
  .c-table__row:last-child {
    border-bottom: 0; }

.c-table__row--success,
.c-table__row--danger,
.c-table__row--info,
.c-table__row--warning {
  border-left: 3px solid; }

.c-table__row--success {
  border-left-color: #2FCA74; }

.c-table__row--danger {
  border-left-color: #ED4D4D; }

.c-table__row--info {
  border-left-color: #2083FE; }

.c-table__row--warning {
  border-left-color: #f5b848; }

/**
 * Table Cell
 */
.c-table__cell {
  padding: 1.25rem 0 1.25rem 30px;
  color: #768093;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle; }
  .c-table__cell:last-child {
    padding-right: 30px; }

.c-table__cell--head {
  color: #768093;
  font-size: 0.875rem;
  font-weight: 500; }

/**
 * Table cell with image
 *
 * 2. Use flexbox to make sure all table-cell content is vertically centered.
 */
.c-table__cell--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* [2] */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* ==========================================================================
   #TABS
   ========================================================================== */
/**
 * A wrapper for tabs navigation and content.
 */
.c-tabs {
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09); }

/**
 * 1. Works as a wrapper for tabs navigation links.
 */
.c-tabs__list {
  /* [1] */
  padding: 0 30px;
  border: 1px solid #ECEDF2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff; }
  .c-tabs__list li {
    display: inline-block; }

.c-tabs__link {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 1.25rem 0 1.3125rem 0;
  color: #768093;
  font-size: 1rem; }
  .c-tabs__link:hover {
    color: #252529;
    text-decoration: none; }
  .c-tabs__link.is-active, .c-tabs__link.active {
    border-bottom: 2px solid #2083FE;
    color: #252529;
    font-weight: 600; }

.c-tabs__link-icon {
  margin-right: 0.3125rem; }
  .c-tabs__link.active .c-tabs__link-icon {
    color: #2083FE; }
  @media (max-width: 576px) {
    .c-tabs__link-icon {
      display: none; } }

.c-tabs__pane {
  display: none;
  margin: 0;
  padding: 30px;
  border: 1px solid #ECEDF2;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  color: #768093; }
  .c-tabs__pane.is-active, .c-tabs__pane.active {
    display: block; }

/* ==========================================================================
   #TYPOGRAPHY
   ========================================================================== */
/**
 * Helpful component for managing different variations of text.
 */
.c-text--subtitle {
  color: #99A5BD;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase; }

/* ==========================================================================
   #TOOLBAR
   ========================================================================== */
.c-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09); }
  @media (max-width: 768px) {
    .c-toolbar {
      padding-left: 0; } }

@media (max-width: 768px) {
  .c-toolbar-responsive {
    overflow-x: auto; }
    .c-toolbar-responsive .c-toolbar {
      width: 768px;
      margin-bottom: 0; } }

.c-toolbar__nav-link {
  display: inline-block;
  margin: 0 15px;
  padding: 20px 4px;
  color: #768093;
  font-weight: 500; }
  .c-toolbar__nav-link.is-active {
    border-bottom: 3px solid #2083FE;
    color: #252529; }

/* ==========================================================================
   #TOOLTIPS
   ========================================================================== */
/**
 * Simple, css-only based tooltips.
 *
 * 1. Prevent other components from overrideing tooltip's line-height.
 * 2. Get tooltip text from `aria-label` and place it using `content` property.
 */
.c-tooltip {
  position: relative; }
  .c-tooltip::after {
    position: absolute;
    max-height: 5rem;
    padding: 0.625rem 0.9375rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 4px;
    background-color: #252529;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    /* [1] */
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    content: attr(aria-label);
    /* [2] */
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: 200; }
  .c-tooltip::before {
    position: absolute;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 6px solid transparent;
    content: " ";
    opacity: 0;
    visibility: hidden;
    z-index: 200; }
  .c-tooltip:hover::before, .c-tooltip:hover::after {
    opacity: 1;
    visibility: visible; }

/* Direction variants
   ========================================================================== */
.c-tooltip--top::after {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px); }

.c-tooltip--top::before {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-top-color: #252529; }

.c-tooltip--bottom::after {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px); }

.c-tooltip--bottom::before {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-bottom-color: #252529; }

.c-tooltip--right::after {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(12px, -50%);
          transform: translate(12px, -50%); }

.c-tooltip--right::before {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-right-color: #252529; }

.c-tooltip--left::after {
  top: 50%;
  right: 100%;
  -webkit-transform: translate(-12px, -50%);
          transform: translate(-12px, -50%); }

.c-tooltip--left::before {
  top: 50%;
  right: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left-color: #252529; }

/* ==========================================================================
   #CLOSE
   ========================================================================== */
/**
 * A small button for closing components, used with closable components 
 * like alerts, modals. 
 */
.c-close {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1;
  opacity: 0.7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .c-close:hover, .c-close:focus {
    opacity: 1; }
  .c-close:focus {
    outline: 0; }

/* ==========================================================================
   #RANGES
   ========================================================================== */
.c-range {
  width: 100%;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.c-range--inline {
  width: 96px; }

.c-range::-webkit-slider-thumb {
  position: relative;
  top: -6px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background: #1D7BF0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D7BF0), to(#2083FE));
  background: linear-gradient(to bottom, #1D7BF0, #2083FE); }

.c-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 1px;
  background-color: #E1E2E8; }

/* ==========================================================================
   #STATE CARD
   ========================================================================== */
.c-state-card {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 4px;
  background: #768093;
  background: -webkit-gradient(linear, left top, left bottom, from(#768093), to(#969FB0));
  background: linear-gradient(to bottom, #768093, #969FB0); }

.c-state-card__title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase; }

.c-state-card__number {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 2.25rem; }

.c-state-card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }
  .c-state-card__status i {
    margin-right: 10px;
    font-size: 20px; }

.c-state-card__actions {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 1.25rem; }

/* Style variants
   ========================================================================== */
.c-state-card--info {
  background: #1D7BF0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D7BF0), to(#2083FE));
  background: linear-gradient(to bottom, #1D7BF0, #2083FE); }

.c-state-card--success {
  background: #28C76F;
  background: -webkit-gradient(linear, left top, left bottom, from(#28C76F), to(#2CCF75));
  background: linear-gradient(to bottom, #28C76F, #2CCF75); }

.c-state-card--fancy {
  background: #4F5EF5;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F5EF5), to(#6A77FF));
  background: linear-gradient(to bottom, #4F5EF5, #6A77FF); }

/* ==========================================================================
   #FEED
   ========================================================================== */
.c-feed {
  position: relative; }
  .c-feed::before {
    position: absolute;
    top: 0;
    left: 3px;
    width: 2px;
    height: 100%;
    background-color: #ECEDF2;
    content: ""; }

.c-feed__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
  padding: 10px 0; }
  .c-feed__item::before {
    position: absolute;
    top: 17px;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
    background: #1D7BF0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1D7BF0), to(#2083FE));
    background: linear-gradient(to bottom, #1D7BF0, #2083FE); }

/* Style variants
   ========================================================================== */
.c-feed__item--success::before {
  background: #28C76F;
  background: -webkit-gradient(linear, left top, left bottom, from(#28C76F), to(#2CCF75));
  background: linear-gradient(to bottom, #28C76F, #2CCF75); }

.c-feed__item--warning::before {
  background: #F5A155;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5A155), to(#F5B855));
  background: linear-gradient(to bottom, #F5A155, #F5B855); }

.c-feed__item--danger::before {
  background: #EE4343;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4343), to(#EC5F5F));
  background: linear-gradient(to bottom, #EE4343, #EC5F5F); }

.c-feed__item--fancy::before {
  background: #4F5EF5;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F5EF5), to(#6A77FF));
  background: linear-gradient(to bottom, #4F5EF5, #6A77FF); }

/* ==========================================================================
   #CHART
   ========================================================================== */
.c-chart {
  position: relative; }

.c-chart__body {
  margin-bottom: 15px; }

.c-chart__legend {
  display: block;
  margin-bottom: 10px;
  color: #768093;
  font-size: 0.875rem;
  text-align: left; }

.c-chart__legend-icon {
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-right: 5px;
  border-radius: 4px;
  background-color: #252529; }

/* ==========================================================================
   #PLAN
   ========================================================================== */
/**
 * Pricing Plans
 */
.c-plan {
  margin-bottom: 30px;
  padding: 30px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09); }
  .c-plan:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }

.c-plan__icon {
  margin-bottom: 30px; }

.c-plan__title {
  font-size: 1.75rem; }

.c-plan__price {
  margin-bottom: 15px;
  font-size: 1.5rem; }

.c-plan__duration {
  color: #768093;
  font-size: 0.875rem; }

.c-plan__list {
  margin-bottom: 30px; }

.c-plan__list-item {
  margin-bottom: 5px;
  color: #768093; }

/* ==========================================================================
   #INVOICE
   ========================================================================== */
.c-invoice {
  position: relative;
  border: 1px solid #ECEDF2;
  border-radius: 4px;
  background-color: #fff;
  color: #252529;
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
  overflow: hidden; }
  @media (max-width: 768px) {
    .c-invoice {
      padding: 30px; } }

.c-invoice__wrapper {
  padding: 100px 100px 0; }
  @media (max-width: 768px) {
    .c-invoice__wrapper {
      padding: 15px 15px 0; } }

/**
 * Invoice Header
 *
 * Contains:
 * - compnay's name & logo 
 * - invoice's title & date
 */
.c-invoice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .c-invoice__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }

.c-invoice__brand {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .c-invoice__brand {
      margin: 0; } }

.c-invoice__brand-img {
  max-width: 40px;
  margin-bottom: 15px; }

.c-invoice__brand-name {
  font-size: 1.5rem; }

.c-invoice__title {
  margin-bottom: 15px;
  font-size: 1.5rem; }

.c-invoice__date {
  display: block;
  color: #99A5BD;
  font-size: 0.875rem;
  text-transform: uppercase; }

/**
 * Invoice Details
 *
 */
.c-invoice__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px; }

.c-invoice__company-name {
  margin-bottom: 15px;
  font-size: 1.25rem; }

.c-invoice__company-address {
  margin-bottom: 15px;
  color: #99A5BD; }

/**
 * Invoice content
 */
.c-invoice__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .c-invoice__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }

.c-invoice__number {
  color: #99A5BD;
  font-size: 0.875rem; }

.c-invoice__table {
  width: 100%; }
  .c-invoice__table .c-table {
    margin-bottom: 10px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .c-invoice__table .c-table strong {
      color: #252529; }
    @media (max-width: 768px) {
      .c-invoice__table .c-table {
        display: table;
        width: 100%; } }

.c-invoice__terms {
  color: #99A5BD;
  font-size: 0.875rem; }

.c-invoice__note {
  margin-bottom: 30px; }

/**
 * Footer
 */
.c-invoice__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  padding: 30px 100px;
  color: #fff;
  background: #768093;
  background: -webkit-gradient(linear, left top, left bottom, from(#768093), to(#969FB0));
  background: linear-gradient(to bottom, #768093, #969FB0); }
  @media (max-width: 576px) {
    .c-invoice__footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      text-align: center; } }

.c-invoice__footer-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 576px) {
    .c-invoice__footer-brand {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

/* ==========================================================================
   #404 Page
   ========================================================================== */
/**
 * 404 Page
 *
 * Not really a reusable component but these styles are for 404 page.
 */
.c-404 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.c-404__content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 350px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }
  @media (max-width: 768px) {
    .c-404__content {
      width: 80%; } }

.c-404__title {
  font-size: 96px;
  font-weight: 700; }

.c-404__des {
  margin-bottom: 30px;
  font-size: 1rem; }

/**
 * Simple shapes
 */
.c-404__shape1 {
  position: absolute;
  top: 20px;
  right: -50px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: #EE4343;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4343), to(#EC5F5F));
  background: linear-gradient(to bottom, #EE4343, #EC5F5F); }
  @media (max-width: 768px) {
    .c-404__shape1 {
      right: -70px;
      width: 150px;
      height: 150px; } }

.c-404__shape2 {
  position: absolute;
  bottom: 50px;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: #1D7BF0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D7BF0), to(#2083FE));
  background: linear-gradient(to bottom, #1D7BF0, #2083FE); }
  @media (max-width: 768px) {
    .c-404__shape2 {
      bottom: 20px;
      width: 150px;
      height: 150px; } }

/* ==========================================================================
   #FLEX UTILITIES
   ========================================================================== */
.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.u-justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.u-justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.u-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.u-justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.u-justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.u-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.u-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.u-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.u-align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.u-align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.u-align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.u-align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.u-align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

/* ==========================================================================
   #SPACING UTILITIES
   ========================================================================== */
/**
 * Spacing utilities are used to provide spacing between components using 
 * margins or inside the components using paddings. Different sizes allow you 
 * to easily construct consistent layouts of components.
 */
/**
 * Margins
 *
 * m  -> all sides
 * mt -> margin-top
 * mr -> margin-right 
 * mb -> margin-bottom
 * ml -> margin-left
 * mv -> margin-top & margin-bottom (vertically)
 * mh -> margin-right & margin-left (horizontaly)
 *
 */
.u-m-zero {
  margin: 0 !important; }

.u-mt-zero {
  margin-top: 0 !important; }

.u-mr-zero {
  margin-right: 0 !important; }

.u-mb-zero {
  margin-bottom: 0 !important; }

.u-ml-zero {
  margin-left: 0 !important; }

.u-mv-zero {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.u-mh-zero {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.u-m-auto {
  margin: auto !important; }

.u-mt-auto {
  margin-top: auto !important; }

.u-mr-auto {
  margin-right: auto !important; }

.u-mb-auto {
  margin-bottom: auto !important; }

.u-ml-auto {
  margin-left: auto !important; }

.u-mv-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.u-mh-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.u-m-xsmall {
  margin: 10px !important; }

.u-mt-xsmall {
  margin-top: 10px !important; }

.u-mr-xsmall {
  margin-right: 10px !important; }

.u-mb-xsmall {
  margin-bottom: 10px !important; }

.u-ml-xsmall {
  margin-left: 10px !important; }

.u-mv-xsmall {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.u-mh-xsmall {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.u-m-small {
  margin: 15px !important; }

.u-mt-small {
  margin-top: 15px !important; }

.u-mr-small {
  margin-right: 15px !important; }

.u-mb-small {
  margin-bottom: 15px !important; }

.u-ml-small {
  margin-left: 15px !important; }

.u-mv-small {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.u-mh-small {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.u-m-medium {
  margin: 30px !important; }

.u-mt-medium {
  margin-top: 30px !important; }

.u-mr-medium {
  margin-right: 30px !important; }

.u-mb-medium {
  margin-bottom: 30px !important; }

.u-ml-medium {
  margin-left: 30px !important; }

.u-mv-medium {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.u-mh-medium {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.u-m-large {
  margin: 50px !important; }

.u-mt-large {
  margin-top: 50px !important; }

.u-mr-large {
  margin-right: 50px !important; }

.u-mb-large {
  margin-bottom: 50px !important; }

.u-ml-large {
  margin-left: 50px !important; }

.u-mv-large {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.u-mh-large {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.u-m-xlarge {
  margin: 100px !important; }

.u-mt-xlarge {
  margin-top: 100px !important; }

.u-mr-xlarge {
  margin-right: 100px !important; }

.u-mb-xlarge {
  margin-bottom: 100px !important; }

.u-ml-xlarge {
  margin-left: 100px !important; }

.u-mv-xlarge {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.u-mh-xlarge {
  margin-right: 100px !important;
  margin-left: 100px !important; }

/**
 * Paddings
 *
 * p  -> all sides
 * pt -> padding-top
 * pr -> padding-right 
 * pb -> padding-bottom
 * pl -> padding-left
 * pv -> padding-top & padding-bottom (vertically)
 * ph -> padding-right & padding-left (horizontaly)
 *
 */
.u-p-zero {
  padding: 0 !important; }

.u-pt-zero {
  padding-top: 0 !important; }

.u-pr-zero {
  padding-right: 0 !important; }

.u-pb-zero {
  padding-bottom: 0 !important; }

.u-pl-zero {
  padding-left: 0 !important; }

.u-pv-zero {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-ph-zero {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.u-p-auto {
  padding: auto !important; }

.u-pt-auto {
  padding-top: auto !important; }

.u-pr-auto {
  padding-right: auto !important; }

.u-pb-auto {
  padding-bottom: auto !important; }

.u-pl-auto {
  padding-left: auto !important; }

.u-pv-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.u-ph-auto {
  padding-right: auto !important;
  padding-left: auto !important; }

.u-p-xsmall {
  padding: 10px !important; }

.u-pt-xsmall {
  padding-top: 10px !important; }

.u-pr-xsmall {
  padding-right: 10px !important; }

.u-pb-xsmall {
  padding-bottom: 10px !important; }

.u-pl-xsmall {
  padding-left: 10px !important; }

.u-pv-xsmall {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.u-ph-xsmall {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.u-p-small {
  padding: 15px !important; }

.u-pt-small {
  padding-top: 15px !important; }

.u-pr-small {
  padding-right: 15px !important; }

.u-pb-small {
  padding-bottom: 15px !important; }

.u-pl-small {
  padding-left: 15px !important; }

.u-pv-small {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.u-ph-small {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.u-p-medium {
  padding: 30px !important; }

.u-pt-medium {
  padding-top: 30px !important; }

.u-pr-medium {
  padding-right: 30px !important; }

.u-pb-medium {
  padding-bottom: 30px !important; }

.u-pl-medium {
  padding-left: 30px !important; }

.u-pv-medium {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.u-ph-medium {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.u-p-large {
  padding: 50px !important; }

.u-pt-large {
  padding-top: 50px !important; }

.u-pr-large {
  padding-right: 50px !important; }

.u-pb-large {
  padding-bottom: 50px !important; }

.u-pl-large {
  padding-left: 50px !important; }

.u-pv-large {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.u-ph-large {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.u-p-xlarge {
  padding: 100px !important; }

.u-pt-xlarge {
  padding-top: 100px !important; }

.u-pr-xlarge {
  padding-right: 100px !important; }

.u-pb-xlarge {
  padding-bottom: 100px !important; }

.u-pl-xlarge {
  padding-left: 100px !important; }

.u-pv-xlarge {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.u-ph-xlarge {
  padding-right: 100px !important;
  padding-left: 100px !important; }

/* ==========================================================================
   #TYPOGRAPHY UTILITIES
   ========================================================================== */
/**
 * Headings
 *
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */
.u-h1 {
  font-size: 2.25rem; }

.u-h2 {
  font-size: 1.75rem; }

.u-h3 {
  font-size: 1.5rem; }

.u-h4 {
  font-size: 1.25rem; }

.u-h5 {
  font-size: 1.125rem; }

.u-h6 {
  font-size: 1rem; }

/**
 * Text Utilitites
 */
/**
 * Text Colors
 */
.u-text-danger {
  color: #ED4D4D !important; }

.u-text-success {
  color: #2FCA74 !important; }

.u-text-dark {
  color: #252529 !important; }

.u-text-white {
  color: #fff !important; }

/**
  * Text Sizes
  */
.u-text-xsmall {
  font-size: 0.75rem !important; }

.u-text-small {
  font-size: 0.875rem !important; }

.u-text-large {
  font-size: 1rem !important; }

/**
  * Font Weights
  */
.u-text-bold {
  font-weight: 600 !important; }

/**
  * Aligning Text
  */
.u-text-right {
  text-align: right !important; }

.u-text-left {
  text-align: left !important; }

.u-text-center {
  text-align: center !important; }

/**
 * Transforming Text
 */
.u-text-uppercase {
  text-transform: uppercase !important; }

.u-text-lowercase {
  text-transform: lowercase !important; }

.u-text-capitalize {
  text-transform: capitalize !important; }

/* ==========================================================================
   #COLORS UTILITIES
   ========================================================================== */
/**
 * Set the text color of elements.
 */
.u-color-success {
  color: #2FCA74 !important; }

.u-color-info {
  color: #2083FE !important; }

.u-color-danger {
  color: #ED4D4D !important; }

.u-color-warning {
  color: #f5b848 !important; }

.u-color-primary {
  color: #252529 !important; }

.u-color-secondary {
  color: #768093 !important; }

.u-color-white {
  color: #fff !important; }

/**
 * Set the background color of elements.
 */
.u-bg-success {
  background: #2FCA74 !important;
  background-color: #2FCA74 !important; }

.u-bg-info {
  background: #2083FE !important;
  background-color: #2083FE !important; }

.u-bg-danger {
  background: #ED4D4D !important;
  background-color: #ED4D4D !important; }

.u-bg-fancy {
  background: #6F35F0 !important;
  background-color: #6F35F0 !important; }

.u-bg-warning {
  background: #f5b848 !important;
  background-color: #f5b848 !important; }

.u-bg-primary {
  background: #252529 !important;
  background-color: #252529 !important; }

.u-bg-pink {
  background: #F44C67 !important;
  background-color: #F44C67 !important; }

.u-bg-secondary {
  background: #768093 !important;
  background-color: #768093 !important; }

.u-bg-white {
  background: #fff !important;
  background-color: #fff !important; }

/**
  * Use brand-color utilities to apply text colors and background colors to 
  * brand-related components like social icons.
  */
/**
 * Brand text colors
 */
/**
 * Brand background colors
 *
 * 1. If a component has border, we change its border-color to match with
 *    the brand background-color.
 */
/* ==========================================================================
   #DISPLAY UTILITIES
   ========================================================================== */
.u-block {
  display: block !important; }

.u-inline-block {
  display: inline-block !important; }

.u-inline {
  display: inline !important; }

/* ==========================================================================
   #BORDER UTILITIES
   ========================================================================== */
/**
 * Use border utilities to add or remove borders from certain components 
 * to prevent border collapsing.
 */
/**
 * Add borders
 */
.u-border-top {
  border-top: 1px solid #ECEDF2 !important; }

.u-border-right {
  border-right: 1px solid #ECEDF2 !important; }

.u-border-bottom {
  border-bottom: 1px solid #ECEDF2 !important; }

.u-border-left {
  border-left: 1px solid #ECEDF2 !important; }

/**
 * Remove borders
 */
.u-border-zero {
  border: 0 !important; }

.u-border-top-zero {
  border-top: 0 !important; }

.u-border-right-zero {
  border-right: 0 !important; }

.u-border-bottom-zero {
  border-bottom: 0 !important; }

.u-border-left-zero {
  border-left: 0 !important; }

/**
 * Border radius
 */
.u-border-rounded {
  border-radius: 4px;
  overflow: hidden; }

.u-border-circle {
  border-radius: 100%;
  overflow: hidden; }

/* ==========================================================================
   #RESPONSIVE UTILITIES
   ========================================================================== */
/**
 * Hide content at all viewports.
 */
.u-hidden {
  display: none !important; }

/**
 * Hide visually but make it accessible to screenreaders.
 */
.u-hidden-visually {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important; }

/**
 * Use `u-hidden-down@{breakpoint}` to hide content from a specific breakpoint 
 * and smaller viewports.
 *
 * 1. Hide on mobile.
 * 2. Hide on mobile and tablet.
 * 3. Hide on mobile, tablet and desktop.
 * 4. Hide on mobile, tablet, desktop and wide. 
 *
 * NOTE: u-hidden@wide : still visible on viewports larger than wide breakpoint.
 */
@media (max-width: 576px) {
  .u-hidden-down\@mobile {
    /* [1] */
    display: none !important; } }

@media (max-width: 768px) {
  .u-hidden-down\@tablet {
    /* [2] */
    display: none !important; } }

@media (max-width: 992px) {
  .u-hidden-down\@desktop {
    /* [3] */
    display: none !important; } }

@media (max-width: 1200px) {
  .u-hidden-down\@wide {
    /* [4] */
    display: none !important; } }

/**
 * Use `u-hidden-up@{breakpoint}` to hide content from a specific breakpoint 
 * and larger viewports.
 *
 * 1. Hide on viewports larger than mobile.
 * 2. Hide on viewports larger than tablet.
 * 3. Hide on viewports larger than desktop.
 * 4. Hide on viewports larger than wide.
 *
 * NOTE: u-hidden@wide : still visible on viewports larger than wide breakpoint.
 */
@media (min-width: 576px) {
  .u-hidden-up\@mobile {
    /* [1] */
    display: none !important; } }

@media (min-width: 768px) {
  .u-hidden-up\@tablet {
    /* [2] */
    display: none !important; } }

@media (min-width: 992px) {
  .u-hidden-up\@desktop {
    /* [3] */
    display: none !important; } }

@media (min-width: 1200px) {
  .u-hidden-up\@wide {
    /* [4] */
    display: none !important; } }

/* ==========================================================================
   #OPACITY UTILITIES
   ========================================================================== */
/**
 * Use opacity utilities to specify the level of transparency of an element
 */
.u-opacity-heavy {
  opacity: 0.75 !important; }

.u-opacity-medium {
  opacity: 0.5 !important; }

.u-opacity-light {
  opacity: 0.25 !important; }

.u-opacity-zero {
  opacity: 0; }

/* ==========================================================================
   #SIZES UTILITIES
   ========================================================================== */
/**
 * Widths
 */
.u-width-25 {
  width: 25% !important; }

.u-width-50 {
  width: 50% !important; }

.u-width-75 {
  width: 75% !important; }

.u-width-100 {
  width: 100% !important; }

/**
 * Heights
 */
.u-height-25 {
  height: 25% !important; }

.u-height-50 {
  height: 50% !important; }

.u-height-75 {
  height: 75% !important; }

.u-height-100 {
  height: 100% !important; }
