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

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

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

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

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

th {
  text-align: left;
}

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .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-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-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-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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.333333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.666667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.333333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.333333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.333333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .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-1 {
    float: left;
    width: 8.333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .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-1 {
    float: left;
    width: 8.333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .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-1 {
    float: left;
    width: 8.333333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .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%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

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

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

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}

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

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

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

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

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

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem;
}

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

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

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

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

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

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

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

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

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

.form-check-input:only-child {
  position: static;
}

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

.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}

.form-check-inline.disabled {
  cursor: not-allowed;
}

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

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

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-feedback {
  color: #5cb85c;
}

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

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-feedback {
  color: #f0ad4e;
}

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

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-feedback {
  color: #d9534f;
}

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

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

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

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

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

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

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #43a7fd;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #43a7fd;
}

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

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

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

.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

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

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active, .btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

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

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active, .btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

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

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

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

.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

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

.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #eba5a3;
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-toggle:focus {
  outline: 0;
}

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

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

.open > a {
  outline: 0;
}

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

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

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

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

.btn-toolbar {
  margin-left: -0.5rem;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

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

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

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

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

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

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

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

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

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

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

.custom-control + .custom-control {
  margin-left: 1rem;
}

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

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
          box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
          background-size: 50% 50%;
}

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

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

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

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

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

.custom-controls-stacked .custom-control {
  display: inline;
}

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

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  -webkit-background-size: 8px 10px;
          background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}

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

.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

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

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

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

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

.nav-link {
  display: inline-block;
}

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

.nav-link.disabled {
  color: #818a91;
}

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

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

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

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

.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

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

.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}

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

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

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

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

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

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

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

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

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

@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-full {
  z-index: 1000;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 544px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

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

.navbar-brand > img {
  display: block;
}

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

.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

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

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

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

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

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}

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

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

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

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

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

.card-block {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

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

.card-footer::after {
  content: "";
  display: table;
  clear: both;
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

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

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

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

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

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

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

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

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

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

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

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

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

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

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

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

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

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

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

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

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

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

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

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

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

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

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

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

.breadcrumb-item {
  float: left;
}

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

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

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

.breadcrumb-item.active {
  color: #818a91;
}

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

.page-item {
  display: inline;
}

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

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

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

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

.page-link:focus, .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

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

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

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

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}

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

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

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

.tag:empty {
  display: none;
}

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

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

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

.tag-default {
  background-color: #818a91;
}

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

.tag-primary {
  background-color: #0275d8;
}

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

.tag-success {
  background-color: #5cb85c;
}

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

.tag-info {
  background-color: #5bc0de;
}

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

.tag-warning {
  background-color: #f0ad4e;
}

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

.tag-danger {
  background-color: #d9534f;
}

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

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

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

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

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

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

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

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

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

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

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

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

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}

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

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

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

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
            background-size: 1rem 1rem;
  }
}

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

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

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
         -o-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite;
  }
}

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}

.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

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

.media-body {
  width: 10000px;
}

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

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

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

.media-object {
  display: block;
}

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

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

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

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

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

.list-group-item-action .list-group-item-heading {
  color: #333;
}

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

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

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

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

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

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

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

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip.in {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

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

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

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

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

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: "\2039";
}

.carousel-control .icon-next::before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

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

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

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #687077;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5;
}

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

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

/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; }

.ball-scale-random {
  width: 37px;
  height: 40px; }
  .ball-scale-random > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
            animation: ball-scale 1s 0s ease-in-out infinite; }
    .ball-scale-random > div:nth-child(1) {
      margin-left: -7px;
      -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
              animation: ball-scale 1s 0.2s ease-in-out infinite; }
    .ball-scale-random > div:nth-child(3) {
      margin-left: -2px;
      margin-top: 9px;
      -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
              animation: ball-scale 1s 0.5s ease-in-out infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.ball-rotate {
  position: relative; }
  .ball-rotate > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: relative; }
    .ball-rotate > div:first-child {
      -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
              animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }
    .ball-rotate > div:before, .ball-rotate > div:after {
      background-color: #fff;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      margin: 2px;
      content: "";
      position: absolute;
      opacity: 0.8; }
    .ball-rotate > div:before {
      top: 0px;
      left: -28px; }
    .ball-rotate > div:after {
      top: 0px;
      left: 25px; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px); }
  .ball-clip-rotate-pulse > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%; }
    .ball-clip-rotate-pulse > div:first-child {
      background: #fff;
      height: 16px;
      width: 16px;
      top: 7px;
      left: -7px;
      -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
    .ball-clip-rotate-pulse > div:last-child {
      position: absolute;
      border: 2px solid #fff;
      width: 30px;
      height: 30px;
      left: -16px;
      top: -2px;
      background: transparent;
      border: 2px solid;
      border-color: #fff transparent #fff transparent;
      -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
      -webkit-animation-duration: 1s;
              animation-duration: 1s; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.ball-clip-rotate-multiple {
  position: relative; }
  .ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
            animation: rotate 1s 0s ease-in-out infinite; }
    .ball-clip-rotate-multiple > div:last-child {
      display: inline-block;
      top: -10px;
      left: -10px;
      width: 15px;
      height: 15px;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      border-color: #fff transparent #fff transparent;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px); }
  .ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
            animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
          animation: ball-beat 0.7s 0s infinite linear; }
  .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s !important;
            animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px); }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite; }

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
      -ms-transform: translate(-29.994px, -37.50938px);
          transform: translate(-29.994px, -37.50938px); }
  .ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
            animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
            animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
            animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff; }
    .ball-triangle-path > div:nth-of-type(1) {
      top: 50px; }
    .ball-triangle-path > div:nth-of-type(2) {
      left: 25px; }
    .ball-triangle-path > div:nth-of-type(3) {
      top: 50px;
      left: 50px; }

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
          animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  .ball-pulse-rise > div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
            animation-name: ball-pulse-rise-even; }
  .ball-pulse-rise > div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
            animation-name: ball-pulse-rise-odd; }

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

.ball-grid-beat {
  width: 57px; }
  .ball-grid-beat > div:nth-child(1) {
    -webkit-animation-delay: 0.44s;
            animation-delay: 0.44s;
    -webkit-animation-duration: 1.27s;
            animation-duration: 1.27s; }
  .ball-grid-beat > div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-duration: 1.52s;
            animation-duration: 1.52s; }
  .ball-grid-beat > div:nth-child(3) {
    -webkit-animation-delay: 0.14s;
            animation-delay: 0.14s;
    -webkit-animation-duration: 0.61s;
            animation-duration: 0.61s; }
  .ball-grid-beat > div:nth-child(4) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-duration: 0.82s;
            animation-duration: 0.82s; }
  .ball-grid-beat > div:nth-child(5) {
    -webkit-animation-delay: -0.01s;
            animation-delay: -0.01s;
    -webkit-animation-duration: 1.24s;
            animation-duration: 1.24s; }
  .ball-grid-beat > div:nth-child(6) {
    -webkit-animation-delay: -0.07s;
            animation-delay: -0.07s;
    -webkit-animation-duration: 1.35s;
            animation-duration: 1.35s; }
  .ball-grid-beat > div:nth-child(7) {
    -webkit-animation-delay: 0.29s;
            animation-delay: 0.29s;
    -webkit-animation-duration: 1.44s;
            animation-duration: 1.44s; }
  .ball-grid-beat > div:nth-child(8) {
    -webkit-animation-delay: 0.63s;
            animation-delay: 0.63s;
    -webkit-animation-duration: 1.19s;
            animation-duration: 1.19s; }
  .ball-grid-beat > div:nth-child(9) {
    -webkit-animation-delay: -0.18s;
            animation-delay: -0.18s;
    -webkit-animation-duration: 1.48s;
            animation-duration: 1.48s; }
  .ball-grid-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-beat;
            animation-name: ball-grid-beat;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.58s;
            animation-delay: 0.58s;
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s; }
  .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s;
    -webkit-animation-duration: 0.94s;
            animation-duration: 0.94s; }
  .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-duration: 1.43s;
            animation-duration: 1.43s; }
  .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: -0.03s;
            animation-delay: -0.03s;
    -webkit-animation-duration: 0.74s;
            animation-duration: 0.74s; }
  .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.21s;
            animation-delay: 0.21s;
    -webkit-animation-duration: 0.68s;
            animation-duration: 0.68s; }
  .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-duration: 1.17s;
            animation-duration: 1.17s; }
  .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: 0.46s;
            animation-delay: 0.46s;
    -webkit-animation-duration: 1.41s;
            animation-duration: 1.41s; }
  .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.02s;
            animation-delay: 0.02s;
    -webkit-animation-duration: 1.56s;
            animation-duration: 1.56s; }
  .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 0.78s;
            animation-duration: 0.78s; }
  .ball-grid-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
            animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px; }
  .ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
            animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
            animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
            animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
            animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
            animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
            animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
            animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
            animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
  .ball-spin-fade-loader > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute; }

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

.ball-spin-loader {
  position: relative; }
  .ball-spin-loader > span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
            animation: ball-spin-loader 2s 0.9s infinite linear; }
  .ball-spin-loader > span:nth-child(2) {
    top: 30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
            animation: ball-spin-loader 2s 1.8s infinite linear; }
  .ball-spin-loader > span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
            animation: ball-spin-loader 2s 2.7s infinite linear; }
  .ball-spin-loader > span:nth-child(4) {
    top: -30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
            animation: ball-spin-loader 2s 3.6s infinite linear; }
  .ball-spin-loader > span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
            animation: ball-spin-loader 2s 4.5s infinite linear; }
  .ball-spin-loader > span:nth-child(6) {
    top: -30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
            animation: ball-spin-loader 2s 5.4s infinite linear; }
  .ball-spin-loader > span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
            animation: ball-spin-loader 2s 6.3s infinite linear; }
  .ball-spin-loader > span:nth-child(8) {
    top: 30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
            animation: ball-spin-loader 2s 7.2s infinite linear; }
  .ball-spin-loader > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green; }

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
      -ms-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px); }
  .ball-zig-zag > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag > div:first-child {
      -webkit-animation: ball-zig 0.7s 0s infinite linear;
              animation: ball-zig 0.7s 0s infinite linear; }
    .ball-zig-zag > div:last-child {
      -webkit-animation: ball-zag 0.7s 0s infinite linear;
              animation: ball-zag 0.7s 0s infinite linear; }

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
      -ms-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px); }
  .ball-zig-zag-deflect > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag-deflect > div:first-child {
      -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
              animation: ball-zig-deflect 1.5s 0s infinite linear; }
    .ball-zig-zag-deflect > div:last-child {
      -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
              animation: ball-zag-deflect 1.5s 0s infinite linear; }

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: -0.09s;
          animation-delay: -0.09s;
  -webkit-animation-duration: 0.83s;
          animation-duration: 0.83s; }

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
  -webkit-animation-duration: 0.64s;
          animation-duration: 0.64s; }

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  -webkit-animation-duration: 0.39s;
          animation-duration: 0.39s; }

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.47s;
          animation-delay: 0.47s;
  -webkit-animation-duration: 0.52s;
          animation-duration: 0.52s; }

.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
          animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
  .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
            animation-delay: -0.25s !important; }
  .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; }

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }
  .line-spin-fade-loader > div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(2) {
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(4) {
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(6) {
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(8) {
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
  .line-spin-fade-loader > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px; }

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

.square-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid red;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -0.99s infinite linear;
            animation: pacman-balls 1s -0.99s infinite linear; }
  .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -0.66s infinite linear;
            animation: pacman-balls 1s -0.66s infinite linear; }
  .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -0.33s infinite linear;
            animation: pacman-balls 1s -0.33s infinite linear; }
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
            animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
            animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
            animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(3),
  .pacman > div:nth-child(4),
  .pacman > div:nth-child(5),
  .pacman > div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
        -ms-transform: translate(0, -6.25px);
            transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
      -ms-transform: translate(-25px, -25px);
          transform: translate(-25px, -25px); }
  .cube-transition > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
            animation: cube-transition 1.6s 0s infinite ease-in-out; }
    .cube-transition > div:last-child {
      -webkit-animation-delay: -0.8s;
              animation-delay: -0.8s; }

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden; }
  .semi-circle-spin > div {
    position: absolute;
    border-width: 0px;
    border-radius: 100%;
    -webkit-animation: spin-rotate 0.6s 0s infinite linear;
            animation: spin-rotate 0.6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    width: 100%;
    height: 100%; }

@-webkit-keyframes bar-progress {
  0% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
            transform: translateX(20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; } }

@keyframes bar-progress {
  0% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
            transform: translateX(20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
            transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
            transform: scaleY(20%);
    opacity: 1; } }

.bar-progress {
  width: 30%;
  height: 12px; }
  .bar-progress > div {
    position: relative;
    width: 20%;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-progress 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite;
            animation: bar-progress 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite;
    opacity: 1; }

@-webkit-keyframes bar-swing {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

@keyframes bar-swing {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

.bar-swing {
  width: 30%;
  height: 8px; }
  .bar-swing > div {
    position: relative;
    width: 30%;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-swing 1.5s infinite;
            animation: bar-swing 1.5s infinite; }

@-webkit-keyframes bar-swing-container {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes bar-swing-container {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.bar-swing-container {
  width: 20%;
  height: 8px;
  position: relative; }
  .bar-swing-container div:nth-child(1) {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 12px;
    border-radius: 10px; }
  .bar-swing-container div:nth-child(2) {
    position: absolute;
    width: 30%;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-swing-container 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite;
            animation: bar-swing-container 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite;
    margin: 2px 2px 0; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

.ats-switch {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  min-width: 100px;
}
.ats-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.ats-switch.disabled .switch-left,
.ats-switch.disabled .switch-right,
.ats-switch.disabled .knob {
  cursor: default !important;
}
.ats-switch span {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 20px;
  padding: 4px;
  text-align: center;
  width: 33%;
  white-space: nowrap;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ats-switch > div {
  position: relative;
  width: 150%;
}
.ats-switch .knob {
  background: red;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f5f5f5;
  width: 34%;
  z-index: 100;
}
.ats-switch .switch-on {
  left: 0%;
}
.ats-switch .switch-off {
  left: -50%;
}
.ats-switch .swtich-left,
.ats-switch .switch-right {
  z-index: 1;
}
.ats-switch .switch-left {
  color: #fff;
  background: #005fcc;
}
.ats-switch .switch-right {
  color: #333;
  background: #f0f0f0;
}
.ats-switch .switch-animate {
  transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
.ats-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ats-switch:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ats-switch.disabled:hover {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
}
.ats-switch .knob {
  border-right: none;
  border-left: none;
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  background: #fff;
}
.ats-switch .knob i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.ats-switch .switch-left,
.ats-switch .switch-right,
.ats-switch .knob {
  min-height: 28px;
}
.ats-switch.switch-mini {
  min-width: 72px;
}
.ats-switch.switch-mini .switch-left,
.ats-switch.switch-mini .switch-right,
.ats-switch.switch-mini .knob {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
  min-height: 18px;
}
.ats-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.ats-switch.switch-small {
  min-width: 80px;
}
.ats-switch.switch-small .switch-left,
.ats-switch.switch-small .switch-right,
.ats-switch.switch-small .knob {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
  min-height: 24px;
}
.ats-switch.switch-large {
  min-width: 120px;
}
.ats-switch.switch-large .switch-left,
.ats-switch.switch-large .switch-right,
.ats-switch.switch-large .knob {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
  min-height: 34px;
}
.ats-switch span.switch-left {
  color: #fff;
  background: #428bca;
}
.ats-switch span.switch-right {
  color: #000;
  background: #eeeeee;
}
.ats-switch.switch-primary span.switch-left {
  color: #fff;
  background: #428bca;
}
.ats-switch.switch-info span.switch-left {
  color: #fff;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #fff;
  background: #5cb85c;
}
.ats-switch.switch-warning span.switch-left {
  background: #f0ad4e;
  color: #fff;
}
.ats-switch.switch-danger span.switch-left {
  color: #fff;
  background: #d9534f;
}
.ats-switch.switch-default span.switch-left {
  color: #000;
  background: #eeeeee;
}

ui-cropper{width:100%;display:block}ui-cropper.fixed-height{height:100%;position:relative;overflow:hidden}ui-cropper.fixed-height canvas{display:block;position:absolute;top:50%;left:50%}ui-cropper.full-width{text-align:center}ui-cropper.full-width canvas{display:inline}ui-cropper canvas{outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0)}ui-cropper .loading{width:100%;font-size:16px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;color:#fff;background-color:rgba(0,0,0,.75)}ui-cropper .loading .fixed-height{height:100%;position:absolute}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.3 - 2016-08-17T06:16:42.140Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}
@charset "UTF-8";
/*
*   Template name: Milestone Bootstrap 4 Dashboard Template
*   Demo URL: htp://milestone.nyasha.me
*/
/* Table of Contents
    Use (CMD/CTRL + F $[SECTION]) to quickly find what you are looking for
    [SECTION]
	1.	scaffolding
	2.	typography
	3.	avatar
	4.	sidebar-panel
	5.	header
	6.	brand
	7.	main-panel
	8.	footer
	9.	chat-panel
	10.	offscreen-menu
	11.	widget
	12.	layout-options
	13.	modal-panel
	14.	alerts
	15.	breadcrumbs
	16.	buttons
	17.	cards
	18.	dropdown
	19.	forms
	20.	input-groups
	21.	labels
	22.	listgroup
	23.	modal
	24.	navbar
	25.	navs
	26.	pills
	27.	tabs
	28.	pagination
	29.	popover
	30.	progress-bar
	31.	tables
	32.	tooltip
	33.	colors
	34.	bootstrap.ui
	35.	session
	36.	lockscreen
	37.	error-pages
	38.	calendar
	39.	gallery
	40.	invoice
	41.	messages
	42.	social
	43.	timeline
	44.	charts
	45.	jquery.ui
	46.	bootstrap-tags
	47.	bootstap-timepicker
	48.	c3-charts
	49.	chartjs
	50.	clock-picker
	51.	color-picker
	52.	datepicker
	53.	daterangepicker
	54.	easypie
	55.	flot-chart
	56.	google-map
	57.	input-select
	58.	intl-tel-input
	59.	jvectormap
	60.	labelauty
	61.	multiselect
	62.	nestable
	63.	noty
	64.	nvd
	65.	jquery-validation
	66.	portlets
	67.	rickshaw
	68.	social-button
	69.	sortable
	70.	summernote
	71.	sweet-alert
	72.	touch-spin
	73.	utilities
*/
/* $scaffolding
 ------------------------------------------*/
@font-face {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/material/MaterialIcons-Regular.eot);
  src: url(../fonts/material/MaterialIcons-Regular.svg) format("svg"), url(../fonts/material/MaterialIcons-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/material/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/material/MaterialIcons-Regular.woff) format("woff"), url(../fonts/material/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-size: 24px;
  width: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  direction: ltr;
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  text-rendering: auto;
  /* Samsung hack */
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga'; }

.btn-sm:not(.btn-icon) > .material-icons {
  line-height: 21px !important; }

::-moz-selection {
  color: white;
  background: #4c7ff0;
  text-shadow: none; }

::selection {
  color: white;
  background: #4c7ff0;
  text-shadow: none; }

.pace {
  background-color: transparent; }
  .pace .pace-progress {
    background-color: #7fc35c; }
  .pace .pace-activity {
    background-image: none; }

body,
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, sans-serif;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.7);
  background-color: #D1D1D2;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.app {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background: #f7f0f0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.app:not(.layout-static) {
  max-height: 100%;
  height: 100%; }

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

.touch li:hover,
.touch li:focus,
.touch a:hover,
.touch a:focus {
  background-color: transparent !important; }

/* $typography
 ------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400; }

dt,
.bold {
  font-weight: 600; }

small,
.small {
  font-size: .6875rem; }

b,
strong {
  font-weight: 500; }

.pullquote {
  font-size: 1.6rem;
  font-style: italic;
  display: block;
  width: 55%;
  float: left ; }
  .pullquote::before {
    font-family: Georgia, serif;
    font-size: 2.5rem;
    font-style: normal;
    float: left;
    content: '“';
    color: #e2e4e9; }

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

ol.list-style-none,
ul.list-style-none {
  padding: 0;
  list-style: none; }

code {
  color: rgba(0, 0, 0, 0.7);
  background-color: #e8e8e8; }

/* $avatar
 ------------------------------------------*/
.avatar {
  position: relative;
  display: inline-block; }

.img-thumbnail {
  border-color: rgba(0, 0, 0, 0.1); }

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

/* sizes */
.avatar-xlg {
  width: 32rem; }

.avatar-xlg {
  width: 16rem; }

.avatar-lg {
  width: 8rem; }

.avatar-md {
  width: 4rem; }

.avatar-sm {
  width: 3rem; }

.avatar-xs {
  width: 2.125rem; }

.avatar-xxs {
  width: 1.375rem; }

/* $sidebar-panel
 ------------------------------------------*/
.sidebar-panel {
  position: static;
  z-index: 60;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.075);
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  transition: width 300ms cubic-bezier(0.7, 0, 0.3, 1); }
  .sidebar-panel .brand {
    z-index: 1; }
  .sidebar-panel .expanding-visible {
    display: none !important;
    visibility: hidden; }
  .sidebar-panel .nav-title {
    font-size: 11px;
    position: relative;
    display: table;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0.4rem 1.5rem;
    white-space: nowrap;
    letter-spacing: .01rem; }
  .sidebar-panel .nav-profile {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px; }
    .sidebar-panel .nav-profile .uib-dropdown-menu,
    .sidebar-panel .nav-profile .dropdown-menu {
      left: 50%;
      width: 90%;
      transform: translate(-50%, 0);
      background: #f7f0f0;
      box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.1); }
      .sidebar-panel .nav-profile .uib-dropdown-menu a,
      .sidebar-panel .nav-profile .dropdown-menu a {
        padding-top: 3px;
        padding-right: 1.25rem;
        padding-bottom: 3px;
        padding-left: 1.25rem; }
    .sidebar-panel .nav-profile > a:focus {
      background-color: transparent; }
    .sidebar-panel .nav-profile a.dropdown-toggle {
      position: relative;
      display: inline-block;
      width: 100%;
      padding: 0.4rem 1.5rem; }
      .sidebar-panel .nav-profile a.dropdown-toggle::after {
        font-family: 'Material Icons';
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        position: absolute;
        top: 50%;
        display: block;
        width: auto;
        height: auto;
        margin-top: -12px;
        margin-right: 0;
        margin-left: 0;
        content: 'arrow_drop_down';
        vertical-align: bottom;
        white-space: nowrap;
        letter-spacing: normal;
        text-transform: none;
        word-wrap: normal;
        border: 0;
        right: 1.5rem;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga'; }
      .sidebar-panel .nav-profile a.dropdown-toggle .user-info,
      .sidebar-panel .nav-profile a.dropdown-toggle .user-image {
        display: inline-block; }
      .sidebar-panel .nav-profile a.dropdown-toggle .user-info small {
        display: block; }
      .sidebar-panel .nav-profile a.dropdown-toggle .user-info {
        float: none !important;
        overflow: hidden;
        overflow: hidden;
        white-space: nowrap; }
      .sidebar-panel .nav-profile a.dropdown-toggle > * {
        display: table-cell;
        vertical-align: middle; }
  .sidebar-panel > nav {
    position: relative;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: overlay;
    box-sizing: border-box;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    margin-right: -35px;
    padding-right: 35px; }
    .sidebar-panel > nav ul {
      margin-bottom: 5px;
      padding: 0;
      list-style: none; }
    .sidebar-panel > nav ul > li > a,
    .sidebar-panel > nav .menu-link {
      display: block;
      clear: both;
      white-space: nowrap;
      transition: background 200ms, color 200ms; }
      .sidebar-panel > nav ul > li > a > span,
      .sidebar-panel > nav .menu-link > span {
        display: inline-block; }
      .sidebar-panel > nav ul > li > a > .material-icons,
      .sidebar-panel > nav .menu-link > .material-icons {
        line-height: 1;
        text-align: center;
        margin-right: 0.5em; }
    .sidebar-panel > nav .user-image,
    .sidebar-panel > nav .user-info,
    .sidebar-panel > nav .nav-profile .dropdown-toggle::after {
      display: inline-block;
      vertical-align: middle; }
    .sidebar-panel > nav .user-info {
      padding-left: 1rem; }
      .sidebar-panel > nav .user-info small {
        display: block; }
    .sidebar-panel > nav .badge {
      line-height: 1;
      font-size: 10px;
      padding: .3rem .4rem;
      color: inherit;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      margin-top: 2px;
      font-weight: 800; }
    .sidebar-panel > nav li {
      line-height: 24px; }
      .sidebar-panel > nav li ul.sub-menu li a {
        padding: 0.4rem 1.5rem 0.4rem 4.01rem; }
    .sidebar-panel > nav .menu-caret {
      display: inline-block;
      transition: transform 200ms cubic-bezier(0.7, 0, 0.3, 1);
      float: right ;
      margin-left: 0.3125rem; }
    .sidebar-panel > nav ul.nav > li {
      position: relative;
      display: block; }
      .sidebar-panel > nav ul.nav > li > a:focus {
        background-color: transparent; }
      .sidebar-panel > nav ul.nav > li a {
        position: relative;
        display: block;
        clear: both;
        padding: 0.4rem 1.5rem; }
        .sidebar-panel > nav ul.nav > li a > * {
          vertical-align: middle; }
      .sidebar-panel > nav ul.nav > li > ul {
        margin: 0;
        padding: 0; }
      .sidebar-panel > nav ul.nav > li ul {
        overflow: hidden;
        max-height: 0;
        transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
        transition-property: max-height; }
      .sidebar-panel > nav ul.nav > li.open > a > .menu-caret,
      .sidebar-panel > nav ul.nav > li li.open > a > .menu-caret {
        transform: rotate(-180deg); }
      .sidebar-panel > nav ul.nav > li.open > ul,
      .sidebar-panel > nav ul.nav > li li.open > ul {
        max-height: 1000px; }
      .sidebar-panel > nav ul.nav > li.open {
        background-color: rgba(0, 0, 0, 0.05); }
      .sidebar-panel > nav ul.nav > li .sub-menu {
        position: relative;
        z-index: 1;
        overflow: hidden; }
      .sidebar-panel > nav ul.nav > li > .sub-menu .sub-menu {
        padding-left: 1.5rem; }

@media (min-width: 992px) {
  .sidebar-panel {
    z-index: 1030;
    width: 18rem; }
    .sidebar-panel > .brand,
    .sidebar-panel > .nav-profile,
    .sidebar-panel > nav {
      min-width: 18rem; }
  /* Collapsed sidebar */
  .expanding .sidebar-panel {
    position: fixed; }
  .expanding .main-panel {
    margin-left: 4rem; }
  .expanding .sidebar-panel:not(:hover) {
    width: 4rem; }
    .expanding .sidebar-panel:not(:hover) > .brand,
    .expanding .sidebar-panel:not(:hover) > .nav-profile,
    .expanding .sidebar-panel:not(:hover) > nav {
      min-width: 4rem; }
    .expanding .sidebar-panel:not(:hover) > .brand {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
      .expanding .sidebar-panel:not(:hover) > .brand .brand-logo {
        padding-top: 8px;
        padding-bottom: 8px; }
        .expanding .sidebar-panel:not(:hover) > .brand .brand-logo img {
          max-height: 40px; }
    .expanding .sidebar-panel:not(:hover) .nav-profile > a {
      padding-right: 0;
      padding-left: 0; }
      .expanding .sidebar-panel:not(:hover) .nav-profile > a.dropdown-toggle::after {
        display: none;
        visibility: hidden; }
    .expanding .sidebar-panel:not(:hover) .nav-profile .user-image {
      display: block !important;
      padding-right: 0 !important;
      padding-left: 0;
      text-align: center; }
    .expanding .sidebar-panel:not(:hover) .nav-profile .dropdown-menu {
      display: none; }
    .expanding .sidebar-panel:not(:hover) .small-menu-hidden,
    .expanding .sidebar-panel:not(:hover) .nav-title {
      opacity: 0; }
    .expanding .sidebar-panel:not(:hover) .expanding-visible {
      display: block !important;
      visibility: visible; }
    .expanding .sidebar-panel:not(:hover) .expanding-hidden,
    .expanding .sidebar-panel:not(:hover) .sub-menu {
      display: none !important;
      visibility: hidden; }
    .expanding .sidebar-panel:not(:hover) > nav > ul > li > a {
      padding-right: 0;
      padding-left: 0; }
    .expanding .sidebar-panel:not(:hover) > nav > ul > li > a > span {
      display: none; }
    .expanding .sidebar-panel:not(:hover) > nav > ul > li .material-icons {
      width: 100%;
      padding: 0; } }

@media (max-width: 991px) {
  .sidebar-panel {
    position: absolute; } }

/* default sidebar skin */
.sidebar-panel {
  background-color: white; }
  .sidebar-panel > .brand {
    background-color: white; }
    .sidebar-panel > .brand > a {
      color: rgba(0, 0, 0, 0.7); }
      .sidebar-panel > .brand > a:focus, .sidebar-panel > .brand > a:hover {
        color: rgba(13, 13, 13, 0.7); }
  .sidebar-panel .nav-profile > .dropdown-toggle,
  .sidebar-panel .nav-title {
    color: rgba(0, 0, 0, 0.7); }
  .sidebar-panel > nav > ul > li > a:hover,
  .sidebar-panel > nav > ul > li.open > a:hover {
    background-color: #f7f7f7; }
  .sidebar-panel > nav li.open > a,
  .sidebar-panel > nav li.active > a {
    color: black; }
  .sidebar-panel > nav > ul > li.open:before {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 4px;
    height: 100%;
    content: '';
    background: #4c7ff0;
    left: 0; }
  .sidebar-panel > nav a {
    color: rgba(0, 0, 0, 0.7); }
    .sidebar-panel > nav a:focus, .sidebar-panel > nav a:hover {
      color: black !important; }

/* $header
 ------------------------------------------*/
.main-panel > .header-secondary,
.main-panel > .header {
  position: relative;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-right: 1.5rem;
  padding-bottom: 0;
  padding-left: 1.5rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  /* Element alignments */ }
  .main-panel > .header-secondary .header-inner,
  .main-panel > .header .header-inner {
    box-sizing: border-box;
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .main-panel > .header-secondary .navbar-item,
  .main-panel > .header .navbar-item {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .main-panel > .header-secondary .navbar-spacer-right,
  .main-panel > .header .navbar-spacer-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    transition: -ms-flex 200ms, width 200ms;
    transition: flex 200ms, width 200ms; }
  .main-panel > .header-secondary .navbar-nav .nav-link,
  .main-panel > .header .navbar-nav .nav-link {
    line-height: 3.438rem;
    position: relative;
    padding-top: 0;
    padding-bottom: 0; }
  .main-panel > .header-secondary .navbar-nav .nav-link.dropdown > a,
  .main-panel > .header .navbar-nav .nav-link.dropdown > a {
    line-height: 3.438rem;
    display: inline-block; }
  .main-panel > .header-secondary .navbar-brand,
  .main-panel > .header .navbar-brand {
    padding-top: 0.7815rem;
    padding-bottom: 0.7815rem; }
  .main-panel > .header-secondary .navbar-text,
  .main-panel > .header .navbar-text {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem; }
  .main-panel > .header-secondary .navbar-heading,
  .main-panel > .header .navbar-heading {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    margin-top: 0.9065rem;
    margin-bottom: 0.9065rem;
    margin-right: 1rem; }
  .main-panel > .header-secondary .navbar-btn,
  .main-panel > .header .navbar-btn {
    margin-top: 0.6565rem;
    margin-bottom: 0.6565rem; }
  .main-panel > .header-secondary .btn-lg.navbar-btn,
  .main-panel > .header .btn-lg.navbar-btn {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem; }
  .main-panel > .header-secondary .btn-sm.navbar-btn,
  .main-panel > .header .btn-sm.navbar-btn {
    margin-top: 0.7815rem;
    margin-bottom: 0.7815rem; }
  .main-panel > .header-secondary .btn-xs.navbar-btn,
  .main-panel > .header .btn-xs.navbar-btn {
    margin-top: 1.0315rem;
    margin-bottom: 1.0315rem; }
  .main-panel > .header-secondary .material-icons,
  .main-panel > .header .material-icons {
    line-height: 24px;
    vertical-align: middle; }
  .main-panel > .header-secondary .navbar-nav,
  .main-panel > .header .navbar-nav {
    margin: 0; }
    .main-panel > .header-secondary .navbar-nav > li > a,
    .main-panel > .header .navbar-nav > li > a {
      padding-top: 1.125rem;
      padding-bottom: 1.125rem; }
    .main-panel > .header-secondary .navbar-nav .dropdown-toggle,
    .main-panel > .header .navbar-nav .dropdown-toggle {
      position: relative; }
      .main-panel > .header-secondary .navbar-nav .dropdown-toggle > *,
      .main-panel > .header .navbar-nav .dropdown-toggle > * {
        vertical-align: middle; }
      .main-panel > .header-secondary .navbar-nav .dropdown-toggle > .tag,
      .main-panel > .header .navbar-nav .dropdown-toggle > .tag {
        position: absolute;
        top: 50%;
        font-weight: 800;
        margin-top: -10px;
        right: 0;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.1); }
    .main-panel > .header-secondary .navbar-nav .dropdown-menu,
    .main-panel > .header .navbar-nav .dropdown-menu {
      line-height: initial;
      min-width: auto;
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.1); }
      .main-panel > .header-secondary .navbar-nav .dropdown-menu.notifications,
      .main-panel > .header .navbar-nav .dropdown-menu.notifications {
        min-width: 360px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0; }
        .main-panel > .header-secondary .navbar-nav .dropdown-menu.notifications .notification-footer,
        .main-panel > .header .navbar-nav .dropdown-menu.notifications .notification-footer {
          background-color: #e8e8e8; }
        .main-panel > .header-secondary .navbar-nav .dropdown-menu.notifications .dropdown-item:hover,
        .main-panel > .header .navbar-nav .dropdown-menu.notifications .dropdown-item:hover {
          background-color: transparent; }
  .main-panel > .header-secondary .navbar-search,
  .main-panel > .header .navbar-search {
    transition: -ms-flex 200ms, width 200ms;
    transition: flex 200ms, width 200ms; }
    .main-panel > .header-secondary .navbar-search .search-form,
    .main-panel > .header .navbar-search .search-form {
      background: rgba(0, 0, 0, 0.1);
      position: relative;
      margin-top: 0.594rem;
      margin-bottom: 0.594rem;
      border-radius: 2px;
      margin-left: 1rem;
      margin-right: 1rem;
      display: block; }
      .main-panel > .header-secondary .navbar-search .search-form .form-control,
      .main-panel > .header .navbar-search .search-form .form-control {
        font-size: 0.8125rem;
        padding: .535rem .75rem;
        z-index: 2;
        cursor: text;
        color: #fff;
        text-indent: 30px;
        border: none;
        background: transparent; }
      .main-panel > .header-secondary .navbar-search .search-form .material-icons,
      .main-panel > .header .navbar-search .search-form .material-icons {
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px; }

.main-panel > .header .dropdown-toggle::after {
  display: none; }

.main-panel > .header-secondary .nav > li > a:hover,
.main-panel > .header-secondary .nav > li > a:focus {
  color: inherit;
  background-color: transparent; }

@media (min-width: 544px) {
  .main-panel > .header-secondary .search-focus .navbar-spacer-right, .main-panel > .header-secondary .search-focus-active .navbar-spacer-right,
  .main-panel > .header .search-focus .navbar-spacer-right,
  .main-panel > .header .search-focus-active .navbar-spacer-right {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .main-panel > .header-secondary .search-focus .navbar-search, .main-panel > .header-secondary .search-focus-active .navbar-search,
  .main-panel > .header .search-focus .navbar-search,
  .main-panel > .header .search-focus-active .navbar-search {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 1;
    flex-basis: 1; }
    .main-panel > .header-secondary .search-focus .navbar-search .search-form, .main-panel > .header-secondary .search-focus-active .navbar-search .search-form,
    .main-panel > .header .search-focus .navbar-search .search-form,
    .main-panel > .header .search-focus-active .navbar-search .search-form {
      background: white;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
    .main-panel > .header-secondary .search-focus .navbar-search .form-control, .main-panel > .header-secondary .search-focus-active .navbar-search .form-control,
    .main-panel > .header .search-focus .navbar-search .form-control,
    .main-panel > .header .search-focus-active .navbar-search .form-control {
      color: rgba(0, 0, 0, 0.7);
      background: transparent !important; }
      .main-panel > .header-secondary .search-focus .navbar-search .form-control:-moz-placeholder, .main-panel > .header-secondary .search-focus-active .navbar-search .form-control:-moz-placeholder,
      .main-panel > .header .search-focus .navbar-search .form-control:-moz-placeholder,
      .main-panel > .header .search-focus-active .navbar-search .form-control:-moz-placeholder {
        color: rgba(0, 0, 0, 0.7); }
      .main-panel > .header-secondary .search-focus .navbar-search .form-control::-moz-placeholder, .main-panel > .header-secondary .search-focus-active .navbar-search .form-control::-moz-placeholder,
      .main-panel > .header .search-focus .navbar-search .form-control::-moz-placeholder,
      .main-panel > .header .search-focus-active .navbar-search .form-control::-moz-placeholder {
        color: rgba(0, 0, 0, 0.7); }
      .main-panel > .header-secondary .search-focus .navbar-search .form-control:-ms-input-placeholder, .main-panel > .header-secondary .search-focus-active .navbar-search .form-control:-ms-input-placeholder,
      .main-panel > .header .search-focus .navbar-search .form-control:-ms-input-placeholder,
      .main-panel > .header .search-focus-active .navbar-search .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.7); }
      .main-panel > .header-secondary .search-focus .navbar-search .form-control::-webkit-input-placeholder, .main-panel > .header-secondary .search-focus-active .navbar-search .form-control::-webkit-input-placeholder,
      .main-panel > .header .search-focus .navbar-search .form-control::-webkit-input-placeholder,
      .main-panel > .header .search-focus-active .navbar-search .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.7); }
    .main-panel > .header-secondary .search-focus .navbar-search .material-icons, .main-panel > .header-secondary .search-focus-active .navbar-search .material-icons,
    .main-panel > .header .search-focus .navbar-search .material-icons,
    .main-panel > .header .search-focus-active .navbar-search .material-icons {
      color: rgba(0, 0, 0, 0.7); } }

@media (max-width: 543px) {
  .main-panel > .header-secondary .navbar-search,
  .main-panel > .header .navbar-search {
    display: none; } }

@media (max-width: 991px) {
  .navbar-collapse {
    overflow: hidden;
    max-height: 0;
    transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: max-height; }
    .navbar-collapse .navbar-nav {
      padding-top: 1rem;
      padding-bottom: 1rem; }
  .offscreen .navbar-collapse {
    max-height: 2000px; }
  .main-panel > .header-secondary .navbar-nav {
    display: block;
    float: none !important; }
  .main-panel > .header-secondary .navbar-nav .nav-item {
    display: block;
    float: none; }
    .main-panel > .header-secondary .navbar-nav .nav-item .nav-link,
    .main-panel > .header-secondary .navbar-nav .nav-item .nav-link.dropdown > a {
      line-height: 2rem !important; }
    .main-panel > .header-secondary .navbar-nav .nav-item + .nav-item {
      margin-left: 0; }
  .main-panel > .header-secondary .dropdown-menu {
    position: static;
    float: none;
    border: 0;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important; } }

@media (max-width: 543px) {
  .main-panel > .header .dropdown {
    position: static !important; }
    .main-panel > .header .dropdown .dropdown-menu {
      width: 100%;
      padding: 0 0 1rem; }
      .main-panel > .header .dropdown .dropdown-menu.notifications {
        min-width: auto; }
      .main-panel > .header .dropdown .dropdown-menu .dropdown-header {
        margin-top: 1rem;
        margin-bottom: 0; }
      .main-panel > .header .dropdown .dropdown-menu .dropdown-item {
        border-radius: 2px; } }

/* default header skin */
.main-panel > .header {
  color: rgba(255, 255, 255, 0.7);
  background-color: #4c7ff0; }
  .main-panel > .header .navbar-nav .nav-link.dropdown > a,
  .main-panel > .header .nav > li > a,
  .main-panel > .header .navbar-heading,
  .main-panel > .header .material-icons {
    color: rgba(255, 255, 255, 0.7); }
  .main-panel > .header .navbar-nav .dropdown-menu {
    border-color: #4c7ff0; }
  .main-panel > .header .search-form > input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .main-panel > .header .search-form > input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .main-panel > .header .search-form > input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .main-panel > .header .search-form > input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .main-panel > .header .search-form .form-control:focus {
    background: #4c7ff0; }
  .main-panel > .header .nav > li > a:hover,
  .main-panel > .header .nav > li > a:focus,
  .main-panel > .header .nav .open > a,
  .main-panel > .header .nav .open > a:hover,
  .main-panel > .header .nav .open > a:focus {
    color: white; }

/* $brand
 ------------------------------------------*/
.brand {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden; }
  .brand .toggle-offscreen {
    padding-top: 16px;
    padding-bottom: 16px;
    float: left ;
    margin-right: 1rem; }
    .brand .toggle-offscreen .material-icons {
      vertical-align: middle; }
  .brand .brand-logo {
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 13px; }
    .brand .brand-logo img {
      max-height: 30px; }

.sidebar-panel .brand {
  min-height: 56px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

/* $main-panel
 ------------------------------------------*/
.main-panel {
  background: #f7f0f0;
  min-height: 100%;
  box-sizing: border-box;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden; }
  .main-panel > .main-content {
    box-sizing: border-box;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .main-panel > .main-content > .content-view {
      position: relative;
      box-sizing: border-box;
      padding: 1.5rem;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.no-padding .content-view {
  padding: 0 !important; }

/*Margins*/
.row {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }

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

.loading .modal-content {
  background-color: transparent;
  border: none; }

.user-image {
  padding-right: 0.5rem; }
  .user-image .avatar {
    width: 2.8rem;
    margin: 0.1rem; }

/* $footer
 ------------------------------------------*/
.content-footer {
  position: relative;
  z-index: 1000;
  width: 100%;
  min-height: 3rem;
  padding: 0 1.5rem; }
  .content-footer::after {
    content: "";
    display: table;
    clear: both; }
  .content-footer .footer-text {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0.906rem;
    margin-bottom: 0.906rem;
    float: left ; }
    .content-footer .footer-text.small {
      margin-top: 1.03125rem;
      margin-bottom: 1.03125rem; }
  .content-footer .footer-right {
    float: right ;
    margin-right: 0; }
  .content-footer nav {
    margin-right: 1rem; }
  .content-footer nav ul {
    font-weight: normal;
    line-height: 1;
    margin: 0;
    list-style: none; }
    .content-footer nav ul li {
      display: inline-block;
      vertical-align: -webkit-baseline-middle; }
      .content-footer nav ul li a {
        line-height: 1.25rem;
        display: block;
        max-height: 3rem;
        padding-right: .625rem;
        padding-left: .625rem;
        color: rgba(0, 0, 0, 0.7);
        padding-top: 0.906rem;
        padding-bottom: 0.906rem; }
        .content-footer nav ul li a:hover, .content-footer nav ul li a:focus {
          color: rgba(0, 0, 0, 0.7);
          background-color: transparent; }
      .content-footer nav ul li:first-child {
        margin-left: 0; }
        .content-footer nav ul li:first-child a {
          padding-left: 0; }
  .content-footer li:hover,
  .content-footer li a:hover,
  .content-footer li a:active {
    background: transparent; }

.session-footer {
  padding: 0 4rem; }

.no-footer .content-footer,
.no-footer .session-footer {
  display: none;
  visibility: hidden; }

/* $chat-panel
 ------------------------------------------*/
.chat-panel .modal-dialog {
  width: 18rem !important;
  background: white !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.075); }

.chat-panel .modal-body {
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 56px); }

.chat-panel .modal-body,
.chat-message .modal-body {
  padding: 0.75rem 0; }

.chat-panel .chat-inner,
.chat-message .chat-inner {
  width: 100%;
  height: 100%; }

.chat-panel .chat-header,
.chat-message .chat-header {
  min-height: 56px;
  padding: 0 1.5rem;
  background-color: rgba(0, 0, 0, 0.05); }
  .chat-panel .chat-header::after,
  .chat-message .chat-header::after {
    content: "";
    display: table;
    clear: both; }
  .chat-panel .chat-header .chat-header-title,
  .chat-message .chat-header .chat-header-title {
    display: inline-block;
    margin: 0;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem; }
  .chat-panel .chat-header .chat-conversation-title,
  .chat-message .chat-header .chat-conversation-title {
    display: inline-block;
    margin: 0;
    padding-top: 0.5315rem;
    padding-bottom: 0.5315rem; }
    .chat-panel .chat-header .chat-conversation-title span,
    .chat-message .chat-header .chat-conversation-title span {
      display: block; }
  .chat-panel .chat-header > a,
  .chat-panel .chat-header > .dropdown,
  .chat-message .chat-header > a,
  .chat-message .chat-header > .dropdown {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem; }
  .chat-panel .chat-header > .dropdown > a::after,
  .chat-message .chat-header > .dropdown > a::after {
    display: none; }
  .chat-panel .chat-header .chat-right,
  .chat-panel .chat-header .chat-back,
  .chat-message .chat-header .chat-right,
  .chat-message .chat-header .chat-back {
    cursor: pointer;
    border: .0625rem solid transparent;
    background-color: transparent;
    background-image: none;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .chat-panel .chat-header .chat-right,
  .chat-message .chat-header .chat-right {
    position: absolute;
    top: 0;
    right: 0; }
  .chat-panel .chat-header .chat-back,
  .chat-message .chat-header .chat-back {
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    top: 0;
    color: black;
    text-shadow: 0 .0625rem 0 white;
    left: 0;
    opacity: 0.4; }
    .chat-panel .chat-header .chat-back:hover,
    .chat-message .chat-header .chat-back:hover {
      opacity: 0.5; }

.chat-message .modal-body {
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 200px);
  padding: 0.75rem; }

.chat-message .modal-content {
  display: inline-block; }

.chat-backdrop {
  background-color: transparent; }

.chat-message {
  background-color: rgba(0, 0, 0, 0.5); }

.chat-group {
  margin-bottom: 1rem; }
  .chat-group .chat-group-header {
    font-weight: 500;
    text-transform: uppercase; }
  .chat-group .chat-group-header,
  .chat-group a {
    position: relative;
    display: block;
    padding: 0.6125rem 1.5rem; }
    .chat-group .chat-group-header:hover,
    .chat-group a:hover {
      color: rgba(0, 0, 0, 0.7); }
  .chat-group .status-online,
  .chat-group .status-away,
  .chat-group .status-no-disturb,
  .chat-group .status-invisible,
  .chat-group .status-offline {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e8e8e8;
    margin-right: 0.3125rem;
    border-radius: 5px; }
  .chat-group .status-online {
    background-color: #7fc35c; }
  .chat-group .status-away {
    background-color: #f0c54c; }
  .chat-group .status-no-disturb {
    background-color: #d26d54; }
  .chat-group .status-invisible,
  .chat-group .status-offline {
    background-color: #e8e8e8; }

.chat-conversation-content {
  position: absolute;
  top: 3.438rem;
  right: 0;
  bottom: 3.438rem;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem; }

.chat-conversation-footer {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.chat-conversation-user {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0 4rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.me {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.me .chat-conversation-avatar {
  margin-left: 1rem;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.me .chat-conversation-message {
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.me .chat-conversation-message::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid #4cc3f0;
  border-top-color: transparent;
  border-right-color: transparent;
  right: -7px; }

.them .chat-conversation-avatar {
  margin-right: 1rem; }

.them .chat-conversation-message::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid #e8e8e8;
  border-bottom-color: transparent;
  left: -7px;
  border-left-color: transparent; }

.chat-conversation-avatar {
  position: relative;
  width: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  .chat-conversation-avatar img {
    max-width: 100%;
    border-radius: 50%; }

.chat-conversation-message {
  position: relative;
  padding: 0.625rem 1rem;
  background-color: #e8e8e8;
  border-radius: 4px; }
  .chat-conversation-message p {
    margin: 0; }

.chat-conversation-user.me .chat-conversation-message {
  position: relative;
  background-color: #4cc3f0;
  float: right ; }
  .chat-conversation-user.me .chat-conversation-message p {
    color: white; }

.chat-input {
  position: absolute;
  top: 0;
  right: 3rem;
  left: 3rem;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 3.438rem;
  resize: none;
  border: 0;
  outline: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
  box-shadow: none; }

.chat-input:empty::before {
  content: 'Send a message'; }

.chat-input:focus::before {
  content: ''; }

.chat-left {
  padding: 0.625rem 1rem;
  color: inherit;
  border: none;
  outline: none;
  background: transparent;
  margin-top: 0.2185rem;
  margin-bottom: 0.2185rem;
  float: left ; }

.chat-right {
  position: relative;
  overflow: hidden;
  padding: 0.625rem 1rem;
  border: none;
  outline: none;
  background: transparent;
  margin-top: 0.2185rem;
  margin-bottom: 0.2185rem;
  float: right ; }

.chat-send > i {
  position: relative; }

/* $offscreen-menu
 ------------------------------------------*/
.off-canvas-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5); }

.offcanvas .off-canvas-overlay {
  background-color: transparent; }

.offcanvas .sidebar-panel {
  position: absolute;
  z-index: 9999;
  width: 18rem;
  transform: translate3d(-100%, 0, 0); }
  .offcanvas .sidebar-panel.offscreen-right {
    transform: translate3d(100%, 0, 0); }

.offcanvas .main-panel {
  position: relative;
  width: 100%;
  min-height: 100%; }

.offcanvas .main-panel,
.offcanvas .sidebar-panel {
  transition: transform 200ms cubic-bezier(0.7, 0, 0.3, 1); }

.offcanvas .header .brand,
.offcanvas .toggle-offscreen {
  display: inline-block !important;
  visibility: visible !important; }

.offcanvas .navbar-heading {
  display: none;
  visibility: hidden; }

.offcanvas.offscreen .off-canvas-overlay {
  display: block;
  visibility: visible; }

.offcanvas.offscreen .sidebar-panel {
  transform: translate3d(0, 0, 0); }

.offcanvas.move-right .sidebar-panel > nav {
  transform: translate3d(0, 0, 0); }

.offcanvas.full-width .main-panel > .main-content > .content-view,
.full-width .header-secondary + .main-content > .content-view {
  width: 100% !important; }

@media (min-width: 992px) {
  .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .offcanvas .main-panel > .main-content > .content-view,
  .header-secondary + .main-content > .content-view {
    width: 90%;
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 991px) {
  .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important; } }

@media (max-width: 991px) {
  * {
    -webkit-overflow-scrolling: touch; }
  .sidebar-panel {
    z-index: 9999;
    width: 18rem;
    transform: translate3d(-100%, 0, 0);
    left: -18rem;
    /* stupid Samsung hack */ }
    .sidebar-panel.offscreen-right {
      transform: translate3d(100%, 0, 0); }
  .main-panel {
    position: relative;
    min-height: 100%; }
  .main-panel,
  .sidebar-panel .brand {
    width: 100%; }
  .sidebar-panel .brand {
    float: none;
    padding-right: 1rem;
    padding-left: 1rem; }
  .main-panel,
  .sidebar-panel {
    transition: transform 200ms cubic-bezier(0.7, 0, 0.3, 1); }
  .offscreen .off-canvas-overlay {
    display: block;
    visibility: visible; }
  .offscreen .sidebar-panel {
    left: 0;
    /* stupid Samsung hack */
    transform: translate3d(0, 0, 0); }
  .move-right .sidebar-panel > nav {
    transform: translate3d(0, 0, 0); } }

/* $Widget
 ------------------------------------------*/
/*Notifications*/
.notification-bar-icon,
.notification-bar-details {
  display: table-cell;
  float: none;
  vertical-align: middle; }

.notification-bar-icon {
  width: 3rem;
  height: 3rem; }
  .notification-bar-icon div {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-color: #fff; }
  .notification-bar-icon i {
    position: absolute;
    top: 50%;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background-color: #7fc35c;
    left: 50%;
    margin: -0.9375rem 0 0 -0.9375rem; }

.notification-bar-details {
  padding-left: 0.9rem; }
  .notification-bar-details .notification-bar-title {
    font-size: .85rem;
    display: block; }

.notification-bar-success .notification-bar-icon i {
  background-color: #7fc35c; }

.notification-bar-fail .notification-bar-icon i {
  background-color: #d26d54; }

.notification-bar-info .notification-bar-icon i {
  background-color: #4cc3f0; }

.dropdown-menu.notifications .dropdown-item {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.dropdown-menu.notifications .notification-icon {
  width: 2rem; }

.dropdown-menu.notifications .notification-message {
  padding-left: 0.625rem; }

.dropdown-menu.notifications .notifications-header {
  padding: 0 1rem; }

.dropdown-menu.notifications .notifications-header {
  padding-top: .625rem;
  padding-right: 1.25rem;
  padding-bottom: .625rem;
  padding-left: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .dropdown-menu.notifications .notifications-header p {
    margin: 0; }

.dropdown-menu.notifications li a {
  line-height: 1.563rem;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-spacing: 0; }

.dropdown-menu.notifications .notification-icon,
.dropdown-menu.notifications .notification-message {
  position: relative;
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle; }
  .dropdown-menu.notifications .notification-icon .title,
  .dropdown-menu.notifications .notification-message .title {
    display: block;
    font-weight: 600; }

.dropdown-menu.notifications .time {
  font-size: .75rem;
  line-height: 1;
  display: block;
  color: rgba(0, 0, 0, 0.5); }

.dropdown-menu.notifications .avatar {
  width: 100%; }

.dropdown-menu.notifications a:hover,
.dropdown-menu.notifications a:active {
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent; }

.dropdown-menu.notifications .read a {
  color: rgba(26, 26, 26, 0.7); }

.dropdown-menu.notifications .read .title {
  font-weight: normal; }

.dropdown-menu.notifications .notifications-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px; }

.dropdown-menu.notifications .notifications-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .dropdown-menu.notifications .notifications-list li.read {
    background-color: #eeeeee; }
  .dropdown-menu.notifications .notifications-list li a {
    margin: 0 1.5rem;
    position: relative;
    padding: 1rem 0;
    border-bottom: .0625rem solid #f1f1f1; }
  .dropdown-menu.notifications .notifications-list li:last-child a {
    border-bottom: 0; }

.dropdown-menu.notifications .notification-footer {
  padding: 1rem 1.5rem; }

.circle-icon {
  line-height: 2rem;
  position: relative;
  display: table;
  width: 2rem;
  height: 2rem;
  margin: 0;
  text-align: center;
  float: left ;
  border-radius: 50%; }
  .circle-icon > i {
    font-size: 1rem;
    display: table-cell;
    float: none;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

/* $layout-options
 ------------------------------------------*/
/*Flex Layout*/
.layout-xxs,
.layout-row-xxs {
  box-sizing: border-box;
  width: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.layout-column-xxs {
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.layout-row-xxs {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .layout-row-xxs > * {
    max-width: 100%; }

.flexbox-xxs {
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-xxs {
  box-sizing: border-box;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 384px) {
  .layout-xs,
  .layout-row-xs {
    box-sizing: border-box;
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-column-xs {
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-row-xs {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .layout-row-xs > * {
      max-width: 100%; }
  .flexbox-xs {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .flex-xs {
    box-sizing: border-box;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media (min-width: 544px) {
  .layout-sm,
  .layout-row-sm {
    box-sizing: border-box;
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-column-sm {
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-row-sm {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .layout-row-sm > * {
      max-width: 100%; }
  .flexbox-sm {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .flex-sm {
    box-sizing: border-box;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media (min-width: 768px) {
  .layout-md,
  .layout-row-md {
    box-sizing: border-box;
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-column-md {
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-row-md {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .layout-row-md > * {
      max-width: 100%; }
  .flexbox-md {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .flex-md {
    box-sizing: border-box;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media (min-width: 992px) {
  .layout-lg,
  .layout-row-lg {
    box-sizing: border-box;
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-column-lg {
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-row-lg {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .layout-row-lg > * {
      max-width: 100%; }
  .flexbox-lg {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .flex-lg {
    box-sizing: border-box;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media (min-width: 1200px) {
  .layout-xl,
  .layout-row-xl {
    box-sizing: border-box;
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .layout-column-xl {
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-row-xl {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .layout-row-xl > * {
      max-width: 100%; }
  .flexbox-xl {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .flex-xl {
    box-sizing: border-box;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

/*Heights*/
.full-height {
  height: 100%; }

.fill-container,
.page-height {
  height: calc(100vh - 6.438rem); }

.header-secondary + .main-content > .content-view .fill-container,
.header-secondary + .main-content > .content-view .page-height {
  height: calc(100vh - 9.876rem); }

/*Table equal columns*/
.column-equal {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .column-equal .col {
    display: table-cell;
    float: none;
    vertical-align: top; }

/*Scroll*/
.scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* Fixed header layout*/
.fixed-header .main-panel {
  overflow-x: initial;
  overflow-y: initial; }

.fixed-header .main-content {
  overflow-x: hidden;
  overflow-y: auto; }

/* Static sidebar layout*/
.app.layout-static {
  max-height: initial !important;
  max-height: auto !important;
  height: initial !important;
  height: auto !important; }

.app.static {
  max-height: initial;
  height: initial; }
  .app.static .main-panel {
    overflow-x: initial;
    overflow-y: initial; }
  .app.static .main-content {
    overflow-x: visible;
    overflow-y: visible; }
  .app.static .contacts-container {
    height: initial !important; }
  .app.static .full-height {
    height: initial; }
  .app.static .fill-container {
    width: 100%;
    height: initial; }
  .app.static #google-container {
    position: absolute !important; }

/* Boxed layout*/
.app.boxed {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto; }
  .app.boxed.expanding .sidebar-panel {
    position: absolute; }

@media (min-width: 48em) {
  .app.boxed {
    max-width: 46.88rem; } }

@media (min-width: 62rem) {
  .app.boxed {
    max-width: 60.63rem; } }

@media (min-width: 75rem) {
  .app.boxed {
    max-width: 73.13rem; } }

/* $modal-panel
 ------------------------------------------*/
.sidebar-modal.modal.fade .modal-dialog {
  transition: transform 200ms cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate3d(100%, 0, 0); }

.sidebar-modal.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0); }

.sidebar-modal .modal-dialog {
  position: absolute;
  z-index: 1100;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 20rem;
  margin: 0;
  border-radius: 0;
  background-color: #e8e8e8;
  right: 0; }
  .sidebar-modal .modal-dialog .modal-header {
    border-color: rgba(0, 0, 0, 0.1); }
  .sidebar-modal .modal-dialog .modal-content {
    border: 0;
    background: transparent; }

/* $alerts
 ------------------------------------------*/
.alert {
  border-radius: 2px; }

.alert-success {
  background-color: #d7eccc;
  border-color: #cee8c1;
  color: #4f8732; }
  .alert-success hr {
    border-top-color: #bfe1ae; }
  .alert-success .alert-link {
    color: #396224; }

.alert-info {
  background-color: #d9f2fc;
  border-color: #cbeefb;
  color: #1194c5; }
  .alert-info hr {
    border-top-color: #b4e6f9; }
  .alert-info .alert-link {
    color: #0d7196; }

.alert-warning {
  background-color: #faebc2;
  border-color: #f9e7b4;
  color: #dda813; }
  .alert-warning hr {
    border-top-color: #f7df9c; }
  .alert-warning .alert-link {
    color: #ae840f; }

.alert-danger {
  background-color: #f2d4cd;
  border-color: #efcac1;
  color: #983e28; }
  .alert-danger hr {
    border-top-color: #e9b9ad; }
  .alert-danger .alert-link {
    color: #702e1d; }

/* $breadcrumbs
 ------------------------------------------*/
.breadcrumb {
  border-radius: 2px; }
  .breadcrumb > li + li::before {
    font-family: FontAwesome;
    content: ""; }

/* $buttons
 ------------------------------------------*/
.btn {
  border-radius: 2px;
  transition: all 200ms linear; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 0; }

/* Rounded button styles */
.btn-round,
.btn-round a,
.btn-round .btn,
.input-round {
  border-radius: 2.5rem; }
  .btn-round::before,
  .btn-round a::before,
  .btn-round .btn::before,
  .input-round::before {
    border-radius: 2.5rem; }

.btn-default {
  color: rgba(0, 0, 0, 0.7);
  background-color: #e8e8e8;
  border-color: #e2e1e1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-default:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: #cfcfcf;
    border-color: #c4c2c2; }
  .btn-default:focus, .btn-default.focus {
    color: rgba(0, 0, 0, 0.7);
    background-color: #cfcfcf;
    border-color: #c4c2c2; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: rgba(0, 0, 0, 0.7);
    background-color: #cfcfcf;
    border-color: #c4c2c2;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: rgba(0, 0, 0, 0.7);
      background-color: #bdbdbd;
      border-color: #a3a0a0; }
  .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default:disabled:focus, .btn-default:disabled.focus {
    background-color: #e8e8e8;
    border-color: #e2e1e1; }
  .btn-default.disabled:hover, .btn-default:disabled:hover {
    background-color: #e8e8e8;
    border-color: #e2e1e1; }

.btn-primary {
  color: white;
  background-color: #4c7ff0;
  border-color: #4c7ff0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: white;
    background-color: #1d5dec;
    border-color: #1457eb; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #1d5dec;
    border-color: #1457eb; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #1d5dec;
    border-color: #1457eb;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      background-color: #124ed4;
      border-color: #0f40ae; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #4c7ff0;
    border-color: #4c7ff0; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #4c7ff0;
    border-color: #4c7ff0; }

.btn-secondary {
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1); }
  .btn-secondary:focus, .btn-secondary.focus {
    color: rgba(0, 0, 0, 0.7);
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1); }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: rgba(0, 0, 0, 0.7);
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: rgba(0, 0, 0, 0.7);
      background-color: #d4d4d4;
      border-color: rgba(0, 0, 0, 0.1); }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1); }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1); }

.btn-info {
  color: white;
  background-color: #4cc3f0;
  border-color: #4cc3f0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: white;
    background-color: #1db3ec;
    border-color: #14b0eb; }
  .btn-info:focus, .btn-info.focus {
    color: white;
    background-color: #1db3ec;
    border-color: #14b0eb; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #1db3ec;
    border-color: #14b0eb;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: white;
      background-color: #129ed4;
      border-color: #0f82ae; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #4cc3f0;
    border-color: #4cc3f0; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #4cc3f0;
    border-color: #4cc3f0; }

.btn-success {
  color: white;
  background-color: #7fc35c;
  border-color: #7fc35c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: white;
    background-color: #65ad3f;
    border-color: #60a53d; }
  .btn-success:focus, .btn-success.focus {
    color: white;
    background-color: #65ad3f;
    border-color: #60a53d; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #65ad3f;
    border-color: #60a53d;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: white;
      background-color: #559236;
      border-color: #44752b; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #7fc35c;
    border-color: #7fc35c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #7fc35c;
    border-color: #7fc35c; }

.btn-warning {
  color: white;
  background-color: #f0c54c;
  border-color: #f0c54c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: white;
    background-color: #ecb61d;
    border-color: #ebb314; }
  .btn-warning:focus, .btn-warning.focus {
    color: white;
    background-color: #ecb61d;
    border-color: #ebb314; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ecb61d;
    border-color: #ebb314;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: white;
      background-color: #d4a112;
      border-color: #ae840f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0c54c;
    border-color: #f0c54c; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0c54c;
    border-color: #f0c54c; }

.btn-danger {
  color: white;
  background-color: #d26d54;
  border-color: #d26d54;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: white;
    background-color: #c04f33;
    border-color: #b84b31; }
  .btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #c04f33;
    border-color: #b84b31; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #c04f33;
    border-color: #b84b31;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: white;
      background-color: #a4432b;
      border-color: #843623; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d26d54;
    border-color: #d26d54; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d26d54;
    border-color: #d26d54; }

.btn-outline-default {
  color: #e8e8e8;
  background-image: none;
  background-color: transparent;
  border-color: #e8e8e8; }
  .btn-outline-default:hover {
    color: #fff;
    background-color: #e8e8e8;
    border-color: #e8e8e8; }
  .btn-outline-default:focus, .btn-outline-default.focus {
    color: #fff;
    background-color: #e8e8e8;
    border-color: #e8e8e8; }
  .btn-outline-default:active, .btn-outline-default.active,
  .open > .btn-outline-default.dropdown-toggle {
    color: #fff;
    background-color: #e8e8e8;
    border-color: #e8e8e8; }
    .btn-outline-default:active:hover, .btn-outline-default:active:focus, .btn-outline-default:active.focus, .btn-outline-default.active:hover, .btn-outline-default.active:focus, .btn-outline-default.active.focus,
    .open > .btn-outline-default.dropdown-toggle:hover,
    .open > .btn-outline-default.dropdown-toggle:focus,
    .open > .btn-outline-default.dropdown-toggle.focus {
      color: #fff;
      background-color: #bdbdbd;
      border-color: #a8a8a8; }
  .btn-outline-default.disabled:focus, .btn-outline-default.disabled.focus, .btn-outline-default:disabled:focus, .btn-outline-default:disabled.focus {
    border-color: white; }
  .btn-outline-default.disabled:hover, .btn-outline-default:disabled:hover {
    border-color: white; }

.btn-outline-primary {
  color: #4c7ff0;
  background-image: none;
  background-color: transparent;
  border-color: #4c7ff0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #4c7ff0;
    border-color: #4c7ff0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #4c7ff0;
    border-color: #4c7ff0; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4c7ff0;
    border-color: #4c7ff0; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #124ed4;
      border-color: #0f40ae; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #aac2f8; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #aac2f8; }

.btn-outline-secondary {
  color: rgba(0, 0, 0, 0.1);
  background-image: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1); }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1); }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1); }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1); }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.1); }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: rgba(51, 51, 51, 0.1); }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0.1); }

.btn-outline-info {
  color: #4cc3f0;
  background-image: none;
  background-color: transparent;
  border-color: #4cc3f0; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #4cc3f0;
    border-color: #4cc3f0; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #4cc3f0;
    border-color: #4cc3f0; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #4cc3f0;
    border-color: #4cc3f0; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #129ed4;
      border-color: #0f82ae; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #aae3f8; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #aae3f8; }

.btn-outline-success {
  color: #7fc35c;
  background-image: none;
  background-color: transparent;
  border-color: #7fc35c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #7fc35c;
    border-color: #7fc35c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #7fc35c;
    border-color: #7fc35c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #7fc35c;
    border-color: #7fc35c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #559236;
      border-color: #44752b; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #badea7; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #badea7; }

.btn-outline-warning {
  color: #f0c54c;
  background-image: none;
  background-color: transparent;
  border-color: #f0c54c; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0c54c;
    border-color: #f0c54c; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0c54c;
    border-color: #f0c54c; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0c54c;
    border-color: #f0c54c; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d4a112;
      border-color: #ae840f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8e3aa; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8e3aa; }

.btn-outline-danger {
  color: #d26d54;
  background-image: none;
  background-color: transparent;
  border-color: #d26d54; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d26d54;
    border-color: #d26d54; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d26d54;
    border-color: #d26d54; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d26d54;
    border-color: #d26d54; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #a4432b;
      border-color: #843623; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #e7b2a5; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #e7b2a5; }

.btn-link {
  color: #4c7ff0; }

/* Floatin Button */
.btn-float {
  line-height: 50px;
  position: fixed;
  z-index: 2;
  bottom: 3rem;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  right: 1.5rem; }
  .btn-float > .material-icons {
    line-height: 50px;
    vertical-align: baseline; }

/* $cards
 ------------------------------------------*/
.card {
  margin-bottom: 1.5rem;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px; }

.card-block {
  padding: 0.75rem 1rem; }

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

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

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

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 2px 2px 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 2px 2px; }

.card .user-image, .card .user-info {
  display: table-cell; }
  .card .user-image .avatar, .card .user-info .avatar {
    width: 2.8rem; }

.card-header {
  font-size: .86rem;
  position: relative;
  padding: 0.75rem 1rem; }
  .card-header:first-child {
    border-radius: 2px 2px 0 0; }

.card-header.no-bg + .card-block {
  padding-top: 0; }

.card-footer {
  padding: 0.75rem 1rem; }
  .card-footer:last-child {
    border-radius: 0 0 2px 2px; }

.card-img-top {
  border-radius: 2px 2px 0 0; }

.card-img-bottom {
  border-radius: 0 0 2px 2px; }

/*Background variations*/
.card-primary {
  background-color: #4c7ff0;
  border-color: #4c7ff0; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

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

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

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

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

/*Remove all backgrounds*/
.card-primary-outline {
  background-color: transparent;
  border-color: #4c7ff0; }

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

.card-info-outline {
  background-color: transparent;
  border-color: #4cc3f0; }

.card-success-outline {
  background-color: transparent;
  border-color: #7fc35c; }

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

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

.card-inverse .card-header {
  background-color: transparent; }

/*Card controls*/
.card-controls {
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 1rem; }
  .card-controls a {
    position: relative;
    font-size: 1rem;
    display: inline-block;
    margin-left: 0.625rem;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px; }
  .card-controls .card-collapse::after, .card-controls .card-refresh::after, .card-controls .card-remove::after {
    font-family: 'Material Icons';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    display: block;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    vertical-align: bottom;
    white-space: nowrap;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    border: 0;
    right: 1.5rem;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
  .card-controls .card-collapse::after {
    content: 'arrow_drop_down'; }
  .card-controls .card-refresh::after {
    content: 'refresh'; }
  .card-controls .card-remove::after {
    content: 'close'; }

.card-collapsed > .card-block {
  display: none; }

.card-collapsed > .card-header .card-collapse::after {
  content: 'arrow_drop_up'; }

.card-refreshing::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.6); }

.card-refreshing::after {
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 20px;
  height: 20px;
  content: '';
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
  background-color: #4c7ff0;
  left: 50%;
  margin: -10px 0 0 -10px; }

div.card.col-sm-3:nth-child(4n+2) {
  clear: left; }

/* $dropdown
 ------------------------------------------*/
.dropdown-toggle::after {
  font-size: 14px; }

.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.07) 0 2px 5px 0, rgba(0, 0, 0, 0.08) 0 2px 10px 0;
  border-radius: 2px;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out; }

.dropdown-item {
  font-size: 0.8125rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: rgba(0, 0, 0, 0.7); }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(20, 20, 20, 0.1); }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(20, 20, 20, 0.1); }

.dropdown-header {
  padding-right: 1rem;
  padding-left: 1rem; }

.mega-dropdown {
  position: static !important; }
  .mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 0 0 1rem; }
    .mega-dropdown .dropdown-menu .dropdown-header {
      margin-top: 1rem;
      margin-bottom: 0; }
    .mega-dropdown .dropdown-menu .dropdown-item {
      border-radius: 2px; }

@media (max-width: 768px) {
  .mega-dropdown .dropdown-menu {
    margin-right: 0;
    margin-left: 0; } }

/* $c-forms
 ------------------------------------------*/
.c-input {
  color: rgba(0, 0, 0, 0.7); }
  .c-input > input:checked ~ .c-indicator {
    background-color: #4c7ff0;
    box-shadow: none; }
  .c-input > input:focus ~ .c-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.15rem #4c7ff0; }
  .c-input > input:active ~ .c-indicator {
    background-color: #4c7ff0;
    box-shadow: none; }

/*Indicator*/
.c-indicator {
  top: 1px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #e8e8e8;
  box-shadow: 0 0 0 0.05rem rgba(0, 0, 0, 0.25); }

/*Checkboxes*/
.c-checkbox .c-indicator {
  border-radius: 2px; }

/*Select*/
.c-select {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0.534rem 1.75rem 0.534rem 0.75rem;
  border-radius: 2px; }
  .c-select:focus {
    border-color: #4c7ff0;
    box-shadow: none; }

/*File*/
.file-custom {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: none; }

.file-custom::before {
  content: 'Browse';
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 2px 2px 0;
  background-color: #e8e8e8; }

.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.15rem #4c7ff0; }

.spinner .form-control {
  text-align: center; }

/* $forms
 ------------------------------------------*/
label {
  font-weight: 500; }

textarea {
  resize: vertical; }

.form-control {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: rgba(38, 38, 38, 0.7); }
  .form-control::-moz-placeholder {
    color: rgba(38, 38, 38, 0.7); }
  .form-control:-ms-input-placeholder {
    color: rgba(38, 38, 38, 0.7); }
  .form-control::placeholder {
    color: rgba(38, 38, 38, 0.7); }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e8e8e8; }
  .form-control:focus {
    border-color: #84a7f5;
    box-shadow: none; }

/*Form validation states*/
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .custom-control {
  color: #7fc35c; }

.has-success .form-control {
  border-color: #7fc35c; }

.has-success .input-group-addon {
  color: #7fc35c;
  border-color: #7fc35c;
  background-color: #f4faf1; }

.has-success .form-control-feedback {
  color: #7fc35c; }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .custom-control {
  color: #f0c54c; }

.has-warning .form-control {
  border-color: #f0c54c; }

.has-warning .input-group-addon {
  color: #f0c54c;
  border-color: #f0c54c;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #f0c54c; }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .custom-control {
  color: #d26d54; }

.has-danger .form-control {
  border-color: #d26d54; }

.has-danger .input-group-addon {
  color: #d26d54;
  border-color: #d26d54;
  background-color: #fdf7f6; }

.has-danger .form-control-feedback {
  color: #d26d54; }

.form-label {
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  text-align: center; }

/* $input-groups
 ------------------------------------------*/
.input-group-btn > .btn {
  z-index: 2; }

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

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

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -.125rem; }

.input-group-addon {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(3, 3, 3, 0.1);
  border-radius: 2px; }

.input-group-addon > i.material-icons,
.input-group-btn .material-icons {
  font-size: inherit;
  line-height: inherit; }

/* $labels
 ------------------------------------------*/
.tag {
  font-weight: 600;
  border-radius: 2px; }

.tag-default {
  color: rgba(0, 0, 0, 0.7);
  background-color: #e8e8e8; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #cfcfcf; }

.tag-primary {
  background-color: #4c7ff0; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #1d5dec; }

.tag-success {
  background-color: #7fc35c; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #65ad3f; }

.tag-info {
  background-color: #4cc3f0; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #1db3ec; }

.tag-warning {
  background-color: #f0c54c; }
  .tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ecb61d; }

.tag-danger {
  background-color: #d26d54; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #c04f33; }

/* $listgroup
 ------------------------------------------*/
.list-group-item {
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05); }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

a.list-group-item:hover,
a.list-group-item:focus {
  background-color: whitesmoke; }

.list-group-item-success {
  color: #4f8732;
  background-color: #d7eccc; }

a.list-group-item-success,
button.list-group-item-success {
  color: #4f8732; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #4f8732;
    background-color: #c8e5b9; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #4f8732;
    border-color: #4f8732; }

.list-group-item-info {
  color: #1194c5;
  background-color: #d9f2fc; }

a.list-group-item-info,
button.list-group-item-info {
  color: #1194c5; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #1194c5;
    background-color: #c2eafa; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #1194c5;
    border-color: #1194c5; }

.list-group-item-warning {
  color: #c59611;
  background-color: #fcf3d9; }

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

.list-group-item-danger {
  color: #983e28;
  background-color: #f2d4cd; }

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

/* $modal
 ------------------------------------------*/
.modal-content {
  box-shadow: none;
  border-radius: 4px; }

/* $navbar
 ------------------------------------------*/
/* $navs
 ------------------------------------------*/
/* Navs */
.nav > li > a:hover,
.nav > li > a:focus {
  color: #fff;
  background-color: #4c7ff0; }

/* Pills */
.nav-pills .nav-link {
  border-radius: 2px; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: white;
  background-color: #4c7ff0; }

/* Tabs */
.nav-tabs {
  margin-right: -1px;
  margin-left: -1px;
  border: 0; }
  .nav-tabs .nav-item {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    text-decoration: none; }
    .nav-tabs .nav-item .nav-link {
      font-weight: 500;
      padding: 0.75rem 1rem;
      border-color: transparent;
      border-bottom: 0;
      border-radius: 3px 3px 0 0; }
      .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
        color: white;
        background-color: #4c7ff0; }
      .nav-tabs .nav-item .nav-link.active {
        color: rgba(0, 0, 0, 0.7);
        border-color: rgba(0, 0, 0, 0.1);
        background-color: white; }

.tab-content {
  padding: 1rem;
  border-radius: 0 0 2px 2px;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05); }

/* $pagination
 ------------------------------------------*/
.pagination {
  border-radius: 2px; }

.page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

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

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  color: white;
  border-color: #4c7ff0;
  background-color: #4c7ff0; }

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: #e8e8e8; }

.page-link {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1); }
  .page-link:focus, .page-link:hover {
    color: white;
    background-color: #4c7ff0; }

.ng-table-pagination {
  margin: 0; }

body .popover {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  padding: 1px;
  font-size: 0.8125rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

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

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

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

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

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

.popover {
  min-width: 300px; }
  .popover .form-group {
    margin-bottom: 0.5rem; }
    .popover .form-group label {
      font-weight: 700;
      font-size: 85%;
      margin-bottom: 0; }
    .popover .form-group .form-control-static {
      min-height: initial; }
  .popover .popover-close {
    position: absolute;
    top: 5px;
    right: 7px; }
  .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -11px; }
    .popover.top > .arrow:after {
      content: " ";
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: #fff; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.2); }
    .popover.right > .arrow:after {
      content: " ";
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #fff; }
  .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -11px; }
    .popover.bottom > .arrow:after {
      content: " ";
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.2); }
    .popover.left > .arrow:after {
      content: " ";
      right: 1px;
      border-right-width: 0;
      border-left-color: #fff;
      bottom: -10px; }

/* $progress-bar
 ------------------------------------------*/
.progress {
  margin-bottom: 1.5rem; }

.progress-success[value]::-webkit-progress-value {
  background-color: #7fc35c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #7fc35c; }

.progress-success[value]::-ms-fill {
  background-color: #7fc35c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #7fc35c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #4cc3f0; }

.progress-info[value]::-moz-progress-bar {
  background-color: #4cc3f0; }

.progress-info[value]::-ms-fill {
  background-color: #4cc3f0; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #4cc3f0; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0c54c; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0c54c; }

.progress-warning[value]::-ms-fill {
  background-color: #f0c54c; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0c54c; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d26d54; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d26d54; }

.progress-danger[value]::-ms-fill {
  background-color: #d26d54; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d26d54; } }

/* $tables
 ------------------------------------------*/
.table {
  border-radius: 2px;
  border-collapse: separate; }
  .table th,
  .table td {
    padding-left: 1rem;
    padding-right: 1rem;
    border-color: rgba(0, 0, 0, 0.1); }
  .table thead th,
  .table tfoot th {
    border-bottom-width: 0;
    border-color: rgba(0, 0, 0, 0.1); }

.table-hover > tbody > tr:hover {
  background-color: rgba(15, 15, 15, 0.1); }

.table-striped > tbody > tr:nth-child(even) {
  background-color: rgba(15, 15, 15, 0.1); }

.table-bordered {
  border-color: rgba(0, 0, 0, 0.1); }
  .table-bordered th,
  .table-bordered td {
    border-color: rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-left: 0; }
    .table-bordered th:first-child,
    .table-bordered td:first-child {
      border-left: 0; }
    .table-bordered th:last-child,
    .table-bordered td:last-child {
      border-right: 0; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 1px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-responsive {
  overflow-x: visible; }

@media (max-width: 991px) {
  .table-responsive {
    overflow-x: auto;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 0; } }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #e8e8e8; }

.table-hover .table-active:hover {
  background-color: #dbdbdb; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #dbdbdb; }

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

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

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

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

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

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

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

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

/* No More tables */
@media (max-width: 991px) {
  /* Source:: http://elvery.net/demo/responsive-tables/#no-more-tables */
  /* Force table to not be like tables anymore */
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .no-more-tables tr {
    border: 0.0625rem solid rgba(0, 0, 0, 0.1); }
  .no-more-tables td {
    position: relative;
    padding-left: 50% !important;
    /* Behave  like a "row" */
    border-top: 0 !important;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
    text-align: left;
    white-space: normal; }
  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.375rem;
    left: 0.375rem;
    padding-right: 0.625rem;
    width: 45%;
    text-align: left;
    white-space: nowrap;
    font-weight: 600; }
  /* Label the data */
  .no-more-tables td:before {
    content: attr(data-title); } }

/* $tooltip
 ------------------------------------------*/
/* $colors
 ------------------------------------------*/
/* Color Variant: Dark */
.bg-dark {
  color: #fff !important;
  background-color: #535a6c !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #3d424f !important; }

.bg-dark-dark {
  color: #fff !important;
  background-color: #484e5e !important; }

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

.bg-dark-darker {
  color: #fff !important;
  background-color: #3d424f !important; }

a.bg-dark-darker:focus, a.bg-dark-darker:hover {
  background-color: #272a32 !important; }

.bg-dark-light {
  color: #fff !important;
  background-color: #5e667a !important; }

a.bg-dark-light:focus, a.bg-dark-light:hover {
  background-color: #484e5e !important; }

.bg-dark-lighter {
  color: #fff !important;
  background-color: #697289 !important; }

a.bg-dark-lighter:focus, a.bg-dark-lighter:hover {
  background-color: #535a6c !important; }

/* Color Variant: Primary */
.bg-primary {
  color: #fff !important;
  background-color: #4c7ff0 !important; }

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

.bg-primary-dark {
  color: #fff !important;
  background-color: #346eee !important; }

a.bg-primary-dark:focus, a.bg-primary-dark:hover {
  background-color: #1351dd !important; }

.bg-primary-darker {
  color: #fff !important;
  background-color: #1d5dec !important; }

a.bg-primary-darker:focus, a.bg-primary-darker:hover {
  background-color: #1149c5 !important; }

.bg-primary-light {
  color: #fff !important;
  background-color: #6490f2 !important; }

a.bg-primary-light:focus, a.bg-primary-light:hover {
  background-color: #346eee !important; }

.bg-primary-lighter {
  color: #fff !important;
  background-color: #7ba1f4 !important; }

a.bg-primary-lighter:focus, a.bg-primary-lighter:hover {
  background-color: #4c7ff0 !important; }

/* Color Variant: Default */
.bg-default {
  color: #fff !important;
  background-color: #e8e8e8 !important; }

a.bg-default:focus, a.bg-default:hover {
  background-color: #cfcfcf !important; }

.bg-default-dark {
  color: #fff !important;
  background-color: #dbdbdb !important; }

a.bg-default-dark:focus, a.bg-default-dark:hover {
  background-color: #c2c2c2 !important; }

.bg-default-darker {
  color: #fff !important;
  background-color: #cfcfcf !important; }

a.bg-default-darker:focus, a.bg-default-darker:hover {
  background-color: #b5b5b5 !important; }

.bg-default-light {
  color: #fff !important;
  background-color: whitesmoke !important; }

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

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

a.bg-default-lighter:focus, a.bg-default-lighter:hover {
  background-color: #e6e6e6 !important; }

/* Color Variant: Warning */
.bg-warning {
  color: #fff !important;
  background-color: #f0c54c !important; }

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

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

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

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

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

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

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

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

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

/* Color Variant: Success */
.bg-success {
  color: #fff !important;
  background-color: #7fc35c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #65ad3f !important; }

.bg-success-dark {
  color: #fff !important;
  background-color: #70bc49 !important; }

a.bg-success-dark:focus, a.bg-success-dark:hover {
  background-color: #5a9a39 !important; }

.bg-success-darker {
  color: #fff !important;
  background-color: #65ad3f !important; }

a.bg-success-darker:focus, a.bg-success-darker:hover {
  background-color: #4f8732 !important; }

.bg-success-light {
  color: #fff !important;
  background-color: #8eca6f !important; }

a.bg-success-light:focus, a.bg-success-light:hover {
  background-color: #70bc49 !important; }

.bg-success-lighter {
  color: #fff !important;
  background-color: #9cd181 !important; }

a.bg-success-lighter:focus, a.bg-success-lighter:hover {
  background-color: #7fc35c !important; }

/* Color Variant: Info */
.bg-info {
  color: #fff !important;
  background-color: #4cc3f0 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #1db3ec !important; }

.bg-info-dark {
  color: #fff !important;
  background-color: #34bbee !important; }

a.bg-info-dark:focus, a.bg-info-dark:hover {
  background-color: #13a5dd !important; }

.bg-info-darker {
  color: #fff !important;
  background-color: #1db3ec !important; }

a.bg-info-darker:focus, a.bg-info-darker:hover {
  background-color: #1194c5 !important; }

.bg-info-light {
  color: #fff !important;
  background-color: #64cbf2 !important; }

a.bg-info-light:focus, a.bg-info-light:hover {
  background-color: #34bbee !important; }

.bg-info-lighter {
  color: #fff !important;
  background-color: #7bd3f4 !important; }

a.bg-info-lighter:focus, a.bg-info-lighter:hover {
  background-color: #4cc3f0 !important; }

/* Color Variant: Danger */
.bg-danger {
  color: #fff !important;
  background-color: #d26d54 !important; }

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

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

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

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

a.bg-danger-darker:focus, a.bg-danger-darker:hover {
  background-color: #983e28 !important; }

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

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

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

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

/* Color Variant: White */
.bg-white {
  color: rgba(0, 0, 0, 0.7) !important;
  background-color: white !important; }

/* Extra palette colors */
.bg-red {
  color: #fff !important;
  background-color: #f44336 !important; }

a.bg-red:focus, a.bg-red:hover {
  background-color: #ea1c0d !important; }

.bg-red-dark {
  color: #fff !important;
  background-color: #f32c1e !important; }

a.bg-red-dark:focus, a.bg-red-dark:hover {
  background-color: #d2190b !important; }

.bg-red-darker {
  color: #fff !important;
  background-color: #ea1c0d !important; }

a.bg-red-darker:focus, a.bg-red-darker:hover {
  background-color: #ba160a !important; }

.bg-red-light {
  color: #fff !important;
  background-color: #f55a4e !important; }

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

.bg-red-lighter {
  color: #fff !important;
  background-color: #f77066 !important; }

a.bg-red-lighter:focus, a.bg-red-lighter:hover {
  background-color: #f44336 !important; }

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

a.bg-pink:focus, a.bg-pink:hover {
  background-color: #c1134e !important; }

.bg-pink-dark {
  color: #fff !important;
  background-color: #d81558 !important; }

a.bg-pink-dark:focus, a.bg-pink-dark:hover {
  background-color: #aa1145 !important; }

.bg-pink-darker {
  color: #fff !important;
  background-color: #c1134e !important; }

a.bg-pink-darker:focus, a.bg-pink-darker:hover {
  background-color: #930e3b !important; }

.bg-pink-light {
  color: #fff !important;
  background-color: #eb3573 !important; }

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

.bg-pink-lighter {
  color: #fff !important;
  background-color: #ee4c83 !important; }

a.bg-pink-lighter:focus, a.bg-pink-lighter:hover {
  background-color: #e91e63 !important; }

.bg-purple {
  color: #fff !important;
  background-color: #9c27b0 !important; }

a.bg-purple:focus, a.bg-purple:hover {
  background-color: #771e86 !important; }

.bg-purple-dark {
  color: #fff !important;
  background-color: #89229b !important; }

a.bg-purple-dark:focus, a.bg-purple-dark:hover {
  background-color: #641971 !important; }

.bg-purple-darker {
  color: #fff !important;
  background-color: #771e86 !important; }

a.bg-purple-darker:focus, a.bg-purple-darker:hover {
  background-color: #52145d !important; }

.bg-purple-light {
  color: #fff !important;
  background-color: #af2cc5 !important; }

a.bg-purple-light:focus, a.bg-purple-light:hover {
  background-color: #89229b !important; }

.bg-purple-lighter {
  color: #fff !important;
  background-color: #bc37d3 !important; }

a.bg-purple-lighter:focus, a.bg-purple-lighter:hover {
  background-color: #9c27b0 !important; }

.bg-deeppurple {
  color: #fff !important;
  background-color: #673ab7 !important; }

a.bg-deeppurple:focus, a.bg-deeppurple:hover {
  background-color: #512e90 !important; }

.bg-deeppurple-dark {
  color: #fff !important;
  background-color: #5c34a4 !important; }

a.bg-deeppurple-dark:focus, a.bg-deeppurple-dark:hover {
  background-color: #46287d !important; }

.bg-deeppurple-darker {
  color: #fff !important;
  background-color: #512e90 !important; }

a.bg-deeppurple-darker:focus, a.bg-deeppurple-darker:hover {
  background-color: #3b216a !important; }

.bg-deeppurple-light {
  color: #fff !important;
  background-color: #7446c4 !important; }

a.bg-deeppurple-light:focus, a.bg-deeppurple-light:hover {
  background-color: #5c34a4 !important; }

.bg-deeppurple-lighter {
  color: #fff !important;
  background-color: #8259cb !important; }

a.bg-deeppurple-lighter:focus, a.bg-deeppurple-lighter:hover {
  background-color: #673ab7 !important; }

.bg-indigo {
  color: #fff !important;
  background-color: #3f51b5 !important; }

a.bg-indigo:focus, a.bg-indigo:hover {
  background-color: #32408f !important; }

.bg-indigo-dark {
  color: #fff !important;
  background-color: #3849a2 !important; }

a.bg-indigo-dark:focus, a.bg-indigo-dark:hover {
  background-color: #2b387c !important; }

.bg-indigo-darker {
  color: #fff !important;
  background-color: #32408f !important; }

a.bg-indigo-darker:focus, a.bg-indigo-darker:hover {
  background-color: #252f69 !important; }

.bg-indigo-light {
  color: #fff !important;
  background-color: #4d5ec1 !important; }

a.bg-indigo-light:focus, a.bg-indigo-light:hover {
  background-color: #3849a2 !important; }

.bg-indigo-lighter {
  color: #fff !important;
  background-color: #606fc7 !important; }

a.bg-indigo-lighter:focus, a.bg-indigo-lighter:hover {
  background-color: #3f51b5 !important; }

.bg-blue {
  color: #fff !important;
  background-color: #2196f3 !important; }

a.bg-blue:focus, a.bg-blue:hover {
  background-color: #0c7cd5 !important; }

.bg-blue-dark {
  color: #fff !important;
  background-color: #0d8aee !important; }

a.bg-blue-dark:focus, a.bg-blue-dark:hover {
  background-color: #0a6ebd !important; }

.bg-blue-darker {
  color: #fff !important;
  background-color: #0c7cd5 !important; }

a.bg-blue-darker:focus, a.bg-blue-darker:hover {
  background-color: #0960a5 !important; }

.bg-blue-light {
  color: #fff !important;
  background-color: #39a1f4 !important; }

a.bg-blue-light:focus, a.bg-blue-light:hover {
  background-color: #0d8aee !important; }

.bg-blue-lighter {
  color: #fff !important;
  background-color: #51adf6 !important; }

a.bg-blue-lighter:focus, a.bg-blue-lighter:hover {
  background-color: #2196f3 !important; }

.bg-lightblue {
  color: #fff !important;
  background-color: #03a9f4 !important; }

a.bg-lightblue:focus, a.bg-lightblue:hover {
  background-color: #0286c2 !important; }

.bg-lightblue-dark {
  color: #fff !important;
  background-color: #0398db !important; }

a.bg-lightblue-dark:focus, a.bg-lightblue-dark:hover {
  background-color: #0275a8 !important; }

.bg-lightblue-darker {
  color: #fff !important;
  background-color: #0286c2 !important; }

a.bg-lightblue-darker:focus, a.bg-lightblue-darker:hover {
  background-color: #02638f !important; }

.bg-lightblue-light {
  color: #fff !important;
  background-color: #14b4fc !important; }

a.bg-lightblue-light:focus, a.bg-lightblue-light:hover {
  background-color: #0398db !important; }

.bg-lightblue-lighter {
  color: #fff !important;
  background-color: #2ebcfc !important; }

a.bg-lightblue-lighter:focus, a.bg-lightblue-lighter:hover {
  background-color: #03a9f4 !important; }

.bg-cyan {
  color: #fff !important;
  background-color: #00bcd4 !important; }

a.bg-cyan:focus, a.bg-cyan:hover {
  background-color: #008fa1 !important; }

.bg-cyan-dark {
  color: #fff !important;
  background-color: #00a5bb !important; }

a.bg-cyan-dark:focus, a.bg-cyan-dark:hover {
  background-color: #007888 !important; }

.bg-cyan-darker {
  color: #fff !important;
  background-color: #008fa1 !important; }

a.bg-cyan-darker:focus, a.bg-cyan-darker:hover {
  background-color: #00626e !important; }

.bg-cyan-light {
  color: #fff !important;
  background-color: #00d3ee !important; }

a.bg-cyan-light:focus, a.bg-cyan-light:hover {
  background-color: #00a5bb !important; }

.bg-cyan-lighter {
  color: #fff !important;
  background-color: #08e3ff !important; }

a.bg-cyan-lighter:focus, a.bg-cyan-lighter:hover {
  background-color: #00bcd4 !important; }

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

a.bg-teal:focus, a.bg-teal:hover {
  background-color: #00635a !important; }

.bg-teal-dark {
  color: #fff !important;
  background-color: #007d71 !important; }

a.bg-teal-dark:focus, a.bg-teal-dark:hover {
  background-color: #004a43 !important; }

.bg-teal-darker {
  color: #fff !important;
  background-color: #00635a !important; }

a.bg-teal-darker:focus, a.bg-teal-darker:hover {
  background-color: #00302c !important; }

.bg-teal-light {
  color: #fff !important;
  background-color: #00b09f !important; }

a.bg-teal-light:focus, a.bg-teal-light:hover {
  background-color: #007d71 !important; }

.bg-teal-lighter {
  color: #fff !important;
  background-color: #00c9b6 !important; }

a.bg-teal-lighter:focus, a.bg-teal-lighter:hover {
  background-color: #009688 !important; }

.bg-green {
  color: #fff !important;
  background-color: #4caf50 !important; }

a.bg-green:focus, a.bg-green:hover {
  background-color: #3d8b40 !important; }

.bg-green-dark {
  color: #fff !important;
  background-color: #449d48 !important; }

a.bg-green-dark:focus, a.bg-green-dark:hover {
  background-color: #357a38 !important; }

.bg-green-darker {
  color: #fff !important;
  background-color: #3d8b40 !important; }

a.bg-green-darker:focus, a.bg-green-darker:hover {
  background-color: #2d682f !important; }

.bg-green-light {
  color: #fff !important;
  background-color: #5cb860 !important; }

a.bg-green-light:focus, a.bg-green-light:hover {
  background-color: #449d48 !important; }

.bg-green-lighter {
  color: #fff !important;
  background-color: #6ec071 !important; }

a.bg-green-lighter:focus, a.bg-green-lighter:hover {
  background-color: #4caf50 !important; }

.bg-lightgreen {
  color: #fff !important;
  background-color: #74d108 !important; }

a.bg-lightgreen:focus, a.bg-lightgreen:hover {
  background-color: #59a006 !important; }

.bg-lightgreen-dark {
  color: #fff !important;
  background-color: #66b807 !important; }

a.bg-lightgreen-dark:focus, a.bg-lightgreen-dark:hover {
  background-color: #4b8705 !important; }

.bg-lightgreen-darker {
  color: #fff !important;
  background-color: #59a006 !important; }

a.bg-lightgreen-darker:focus, a.bg-lightgreen-darker:hover {
  background-color: #3d6f04 !important; }

.bg-lightgreen-light {
  color: #fff !important;
  background-color: #82ea09 !important; }

a.bg-lightgreen-light:focus, a.bg-lightgreen-light:hover {
  background-color: #66b807 !important; }

.bg-lightgreen-lighter {
  color: #fff !important;
  background-color: #8ef616 !important; }

a.bg-lightgreen-lighter:focus, a.bg-lightgreen-lighter:hover {
  background-color: #74d108 !important; }

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

a.bg-lime:focus, a.bg-lime:hover {
  background-color: #b2c022 !important; }

.bg-lime-dark {
  color: #fff !important;
  background-color: #c6d626 !important; }

a.bg-lime-dark:focus, a.bg-lime-dark:hover {
  background-color: #9daa1e !important; }

.bg-lime-darker {
  color: #fff !important;
  background-color: #b2c022 !important; }

a.bg-lime-darker:focus, a.bg-lime-darker:hover {
  background-color: #89951a !important; }

.bg-lime-light {
  color: #fff !important;
  background-color: #d2e04f !important; }

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

.bg-lime-lighter {
  color: #fff !important;
  background-color: #d8e464 !important; }

a.bg-lime-lighter:focus, a.bg-lime-lighter:hover {
  background-color: #cddc39 !important; }

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

a.bg-yellow:focus, a.bg-yellow:hover {
  background-color: #ffe608 !important; }

.bg-yellow-dark {
  color: #fff !important;
  background-color: #ffe822 !important; }

a.bg-yellow-dark:focus, a.bg-yellow-dark:hover {
  background-color: #eed500 !important; }

.bg-yellow-darker {
  color: #fff !important;
  background-color: #ffe608 !important; }

a.bg-yellow-darker:focus, a.bg-yellow-darker:hover {
  background-color: #d4be00 !important; }

.bg-yellow-light {
  color: #fff !important;
  background-color: #ffee55 !important; }

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

.bg-yellow-lighter {
  color: #fff !important;
  background-color: #fff06e !important; }

a.bg-yellow-lighter:focus, a.bg-yellow-lighter:hover {
  background-color: #ffeb3b !important; }

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

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

.bg-amber-dark {
  color: #fff !important;
  background-color: #edb100 !important; }

a.bg-amber-dark:focus, a.bg-amber-dark:hover {
  background-color: #ba8b00 !important; }

.bg-amber-darker {
  color: #fff !important;
  background-color: #d39e00 !important; }

a.bg-amber-darker:focus, a.bg-amber-darker:hover {
  background-color: #a07800 !important; }

.bg-amber-light {
  color: #fff !important;
  background-color: #ffc721 !important; }

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

.bg-amber-lighter {
  color: #fff !important;
  background-color: #ffce3a !important; }

a.bg-amber-lighter:focus, a.bg-amber-lighter:hover {
  background-color: #ffc107 !important; }

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

a.bg-orange:focus, a.bg-orange:hover {
  background-color: #cc7a00 !important; }

.bg-orange-dark {
  color: #fff !important;
  background-color: #e68900 !important; }

a.bg-orange-dark:focus, a.bg-orange-dark:hover {
  background-color: #b36a00 !important; }

.bg-orange-darker {
  color: #fff !important;
  background-color: #cc7a00 !important; }

a.bg-orange-darker:focus, a.bg-orange-darker:hover {
  background-color: #995b00 !important; }

.bg-orange-light {
  color: #fff !important;
  background-color: #ffa21a !important; }

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

.bg-orange-lighter {
  color: #fff !important;
  background-color: #ffad33 !important; }

a.bg-orange-lighter:focus, a.bg-orange-lighter:hover {
  background-color: #ff9800 !important; }

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

a.bg-deeporange:focus, a.bg-deeporange:hover {
  background-color: #ee3900 !important; }

.bg-deeporange-dark {
  color: #fff !important;
  background-color: #ff4409 !important; }

a.bg-deeporange-dark:focus, a.bg-deeporange-dark:hover {
  background-color: #d53300 !important; }

.bg-deeporange-darker {
  color: #fff !important;
  background-color: #ee3900 !important; }

a.bg-deeporange-darker:focus, a.bg-deeporange-darker:hover {
  background-color: #bb2d00 !important; }

.bg-deeporange-light {
  color: #fff !important;
  background-color: #ff6a3c !important; }

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

.bg-deeporange-lighter {
  color: #fff !important;
  background-color: #ff7e55 !important; }

a.bg-deeporange-lighter:focus, a.bg-deeporange-lighter:hover {
  background-color: #ff5722 !important; }

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

a.bg-brown:focus, a.bg-brown:hover {
  background-color: #593f35 !important; }

.bg-brown-dark {
  color: #fff !important;
  background-color: #694a3e !important; }

a.bg-brown-dark:focus, a.bg-brown-dark:hover {
  background-color: #49332b !important; }

.bg-brown-darker {
  color: #fff !important;
  background-color: #593f35 !important; }

a.bg-brown-darker:focus, a.bg-brown-darker:hover {
  background-color: #392822 !important; }

.bg-brown-light {
  color: #fff !important;
  background-color: #896052 !important; }

a.bg-brown-light:focus, a.bg-brown-light:hover {
  background-color: #694a3e !important; }

.bg-brown-lighter {
  color: #fff !important;
  background-color: #996b5b !important; }

a.bg-brown-lighter:focus, a.bg-brown-lighter:hover {
  background-color: #795548 !important; }

.bg-grey {
  color: #fff !important;
  background-color: #9e9e9e !important; }

a.bg-grey:focus, a.bg-grey:hover {
  background-color: #858585 !important; }

.bg-grey-dark {
  color: #fff !important;
  background-color: #919191 !important; }

a.bg-grey-dark:focus, a.bg-grey-dark:hover {
  background-color: #787878 !important; }

.bg-grey-darker {
  color: #fff !important;
  background-color: #858585 !important; }

a.bg-grey-darker:focus, a.bg-grey-darker:hover {
  background-color: #6b6b6b !important; }

.bg-grey-light {
  color: #fff !important;
  background-color: #ababab !important; }

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

.bg-grey-lighter {
  color: #fff !important;
  background-color: #b8b8b8 !important; }

a.bg-grey-lighter:focus, a.bg-grey-lighter:hover {
  background-color: #9e9e9e !important; }

.bg-bluegrey {
  color: #fff !important;
  background-color: #607d8b !important; }

a.bg-bluegrey:focus, a.bg-bluegrey:hover {
  background-color: #4b626d !important; }

.bg-bluegrey-dark {
  color: #fff !important;
  background-color: #566f7c !important; }

a.bg-bluegrey-dark:focus, a.bg-bluegrey-dark:hover {
  background-color: #41545e !important; }

.bg-bluegrey-darker {
  color: #fff !important;
  background-color: #4b626d !important; }

a.bg-bluegrey-darker:focus, a.bg-bluegrey-darker:hover {
  background-color: #36474f !important; }

.bg-bluegrey-light {
  color: #fff !important;
  background-color: #6b8a99 !important; }

a.bg-bluegrey-light:focus, a.bg-bluegrey-light:hover {
  background-color: #566f7c !important; }

.bg-bluegrey-lighter {
  color: #fff !important;
  background-color: #7b96a3 !important; }

a.bg-bluegrey-lighter:focus, a.bg-bluegrey-lighter:hover {
  background-color: #607d8b !important; }

/* $TextColor */
.text-primary {
  color: #4c7ff0 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #1d5dec; }

.text-default {
  color: #e8e8e8 !important; }

a.text-default:focus, a.text-default:hover {
  color: #cfcfcf; }

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

a.text-warning:focus, a.text-warning:hover {
  color: #ecb61d; }

.text-success {
  color: #7fc35c !important; }

a.text-success:focus, a.text-success:hover {
  color: #65ad3f; }

.text-info {
  color: #4cc3f0 !important; }

a.text-info:focus, a.text-info:hover {
  color: #1db3ec; }

.text-white {
  color: white !important; }

a.text-white:focus, a.text-white:hover {
  color: #e6e6e6; }

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

a.text-danger:focus, a.text-danger:hover {
  color: #c04f33; }

.text-muted {
  color: #b3b3b3 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #999999; }

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

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

/* Extra text colors */
.text-red {
  color: #f44336 !important; }

a.text-red:focus, a.text-red:hover {
  color: #ea1c0d; }

.text-pink {
  color: #e91e63 !important; }

a.text-pink:focus, a.text-pink:hover {
  color: #c1134e; }

.text-purple {
  color: #9c27b0 !important; }

a.text-purple:focus, a.text-purple:hover {
  color: #771e86; }

.text-deeppurple {
  color: #673ab7 !important; }

a.text-deeppurple:focus, a.text-deeppurple:hover {
  color: #512e90; }

.text-indigo {
  color: #3f51b5 !important; }

a.text-indigo:focus, a.text-indigo:hover {
  color: #32408f; }

.text-blue {
  color: #2196f3 !important; }

a.text-blue:focus, a.text-blue:hover {
  color: #0c7cd5; }

.text-lightblue {
  color: #03a9f4 !important; }

a.text-lightblue:focus, a.text-lightblue:hover {
  color: #0286c2; }

.text-cyan {
  color: #00bcd4 !important; }

a.text-cyan:focus, a.text-cyan:hover {
  color: #008fa1; }

.text-teal {
  color: #009688 !important; }

a.text-teal:focus, a.text-teal:hover {
  color: #00635a; }

.text-green {
  color: #4caf50 !important; }

a.text-green:focus, a.text-green:hover {
  color: #3d8b40; }

.text-lightgreen {
  color: #74d108 !important; }

a.text-lightgreen:focus, a.text-lightgreen:hover {
  color: #59a006; }

.text-lime {
  color: #cddc39 !important; }

a.text-lime:focus, a.text-lime:hover {
  color: #b2c022; }

.text-yellow {
  color: #ffeb3b !important; }

a.text-yellow:focus, a.text-yellow:hover {
  color: #ffe608; }

.text-amber {
  color: #ffc107 !important; }

a.text-amber:focus, a.text-amber:hover {
  color: #d39e00; }

.text-orange {
  color: #ff9800 !important; }

a.text-orange:focus, a.text-orange:hover {
  color: #cc7a00; }

.text-deeporange {
  color: #ff5722 !important; }

a.text-deeporange:focus, a.text-deeporange:hover {
  color: #ee3900; }

.text-brown {
  color: #795548 !important; }

a.text-brown:focus, a.text-brown:hover {
  color: #593f35; }

.text-grey {
  color: #9e9e9e !important; }

a.text-grey:focus, a.text-grey:hover {
  color: #858585; }

.text-bluegrey {
  color: #607d8b !important; }

a.text-bluegrey:focus, a.text-bluegrey:hover {
  color: #4b626d; }

/* $bootstrap.ui
 ------------------------------------------*/
/*Carousel*/
.carousel-inner {
  width: 100%;
  height: 100%; }

/*Datepicker*/
.ui-datepicker table {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  background-color: white; }
  .ui-datepicker table thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .ui-datepicker table .h6 {
    font-size: 0.8125rem; }
  .ui-datepicker table .btn {
    border-color: transparent;
    background-color: transparent; }
    .ui-datepicker table .btn:hover {
      border-color: #e8e8e8;
      background-color: #e8e8e8; }
    .ui-datepicker table .btn.active {
      border-color: #4c7ff0;
      background-color: #4c7ff0;
      box-shadow: none; }
      .ui-datepicker table .btn.active span {
        color: white !important; }

.ui-datepicker .dropdown-menu table {
  border: 0; }

/*Timepicker*/
.ui-timepicker td {
  padding: 0 5px; }

.glyphicon-star,
.glyphicon-star-empty {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  background-size: contain; }

.glyphicon-star-empty {
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=") no-repeat; }

.glyphicon-star {
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=") no-repeat; }

.glyphicon-chevron-left,
.glyphicon-chevron-right {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-chevron-left:before {
  content: '\f104'; }

.glyphicon-chevron-right:before {
  content: '\f105'; }

/* $session
 ------------------------------------------*/
.session-panel {
  width: 100%;
  min-height: 100vh; }

.session {
  min-height: 100vh;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.session-content {
  padding: 40px 1.5rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; }

.session-wrapper {
  min-height: 100%;
  margin: 0 auto-3rem; }
  .session-wrapper::after {
    content: "";
    display: table;
    clear: both; }
  .session-wrapper::after {
    height: 3rem; }

.app.error-page .card,
.app.lockscreen .card {
  display: block;
  width: 100%;
  margin: 100px auto; }

.app.lockscreen .card {
  max-width: 400px; }

.form-layout {
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 540px;
  width: 100%;
  margin: 0 auto; }
  .form-layout label {
    display: block;
    width: 100%; }
  .form-layout .divider {
    display: block;
    height: 1px;
    margin-top: 1.563rem;
    margin-right: -1rem;
    margin-bottom: 1.563rem;
    margin-left: -1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.1); }
  .form-layout .divider span {
    position: relative;
    top: -10px;
    display: inline-block;
    padding: 0 .75rem;
    background-color: white; }

/* $lockscreen
 ------------------------------------------*/
.lockcode {
  display: block;
  max-width: 280px;
  margin: 0 auto; }

.lockscreen-avatar {
  position: relative;
  display: block;
  margin: 0 auto; }
  .lockscreen-avatar img {
    border: 5px solid white; }

/* $error-pages
 ------------------------------------------*/
.error-number {
  font-size: 150px;
  line-height: 1; }
  .error-number strong {
    font-weight: 900; }

.error-icon {
  font-size: 100px;
  line-height: 160px;
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  color: #d26d54;
  border: 3px solid #d26d54;
  border-radius: 50%; }

/* $calendar
 ------------------------------------------*/
.fc-toolbar {
  margin: 0;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  color: #fff;
  border-radius: 2px 2px 0 0;
  background: #4cc3f0; }
  .fc-toolbar .fc-left {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem; }
    .fc-toolbar .fc-left h2 {
      float: none;
      text-align: center; }
  .fc-toolbar .fc .fc-toolbar > * > * {
    float: none; }
  .fc-toolbar .fc-left h2 {
    font-size: 1.2rem; }
  .fc-toolbar > .fc-center {
    display: table;
    float: left !important; }

.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.fc-t-events {
  outline: none; }

.fc td.fc-widget-header {
  padding: .5rem 0;
  color: white;
  border: 0;
  background-color: #34bbee; }

.fullcalendar {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05); }
  .fullcalendar th.fc-widget-header {
    font-size: 0.8125rem;
    font-weight: 400;
    border-width: 0; }
  .fullcalendar .fc td {
    font-weight: 600; }
  .fullcalendar .fc td,
  .fullcalendar .fc th {
    border-right: 0;
    border-left: 0; }
  .fullcalendar .fc-day-grid > .fc-widget-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .fullcalendar .fc-day-grid > .fc-widget-content:last-child {
    border-bottom: 0; }
  .fullcalendar tr > .fc-day {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .fullcalendar tr > .fc-day:last-child {
    border-right: 0; }
  .fullcalendar .fc-day-grid-event .fc-time {
    font-weight: inherit; }
    .fullcalendar .fc-day-grid-event .fc-time::after {
      display: inline-block;
      content: ':'; }
  .fullcalendar .fc-widget-content {
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.1); }
  .fullcalendar .fc-slats .fc-widget-content {
    border-width: 1px; }
  .fullcalendar .fc-unthemed th,
  .fullcalendar .fc-unthemed td,
  .fullcalendar .fc-unthemed hr,
  .fullcalendar .fc-unthemed thead,
  .fullcalendar .fc-unthemed tbody,
  .fullcalendar .fc-unthemed .fc-row,
  .fullcalendar .fc-unthemed .fc-popover {
    border-color: rgba(0, 0, 0, 0.1); }
  .fullcalendar .fc-unthemed hr,
  .fullcalendar .fc-unthemed .fc-popover .fc-header {
    background-color: rgba(0, 0, 0, 0.1); }
  .fullcalendar .fc-state-hover,
  .fullcalendar .fc-state-down,
  .fullcalendar .fc-state-active,
  .fullcalendar .fc-state-disabled {
    color: rgba(0, 0, 0, 0.7);
    outline: none;
    background-color: rgba(0, 0, 0, 0.1); }
  .fullcalendar .fc-state-hover {
    color: rgba(0, 0, 0, 0.7); }
  .fullcalendar .fc-button {
    position: relative;
    position: relative;
    z-index: 1;
    height: inherit;
    padding: 0.375rem 1rem;
    outline: 0;
    background-image: none;
    text-shadow: none;
    color: rgba(0, 0, 0, 0.7);
    background-color: #e8e8e8;
    border-color: #e2e1e1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 2px;
    transition: all 200ms linear;
    -webkit-backface-visibility: hidden; }
    .fullcalendar .fc-button:hover {
      color: rgba(0, 0, 0, 0.7);
      background-color: #cfcfcf;
      border-color: #c4c2c2; }
    .fullcalendar .fc-button:focus, .fullcalendar .fc-button.focus {
      color: rgba(0, 0, 0, 0.7);
      background-color: #cfcfcf;
      border-color: #c4c2c2; }
    .fullcalendar .fc-button:active, .fullcalendar .fc-button.active,
    .open > .fullcalendar .fc-button.dropdown-toggle {
      color: rgba(0, 0, 0, 0.7);
      background-color: #cfcfcf;
      border-color: #c4c2c2;
      background-image: none;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .fullcalendar .fc-button:active:hover, .fullcalendar .fc-button:active:focus, .fullcalendar .fc-button:active.focus, .fullcalendar .fc-button.active:hover, .fullcalendar .fc-button.active:focus, .fullcalendar .fc-button.active.focus,
      .open > .fullcalendar .fc-button.dropdown-toggle:hover,
      .open > .fullcalendar .fc-button.dropdown-toggle:focus,
      .open > .fullcalendar .fc-button.dropdown-toggle.focus {
        color: rgba(0, 0, 0, 0.7);
        background-color: #bdbdbd;
        border-color: #a3a0a0; }
    .fullcalendar .fc-button.disabled:focus, .fullcalendar .fc-button.disabled.focus, .fullcalendar .fc-button:disabled:focus, .fullcalendar .fc-button:disabled.focus {
      background-color: #e8e8e8;
      border-color: #e2e1e1; }
    .fullcalendar .fc-button.disabled:hover, .fullcalendar .fc-button:disabled:hover {
      background-color: #e8e8e8;
      border-color: #e2e1e1; }
    .fullcalendar .fc-button.fc-today-button {
      margin-right: 1.5rem; }
  .fullcalendar .fc-button.fc-state-down,
  .fullcalendar .fc-button.fc-state-active {
    border-color: #c4c2c2;
    background-color: #cfcfcf;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.fc-widget-content {
  border: 0; }

.fc .fc-toolbar > * > * {
  margin-left: 0; }

.fc-event {
  font-size: 12px;
  padding: 2px 5px;
  color: white;
  border-color: transparent;
  border-radius: 0; }

.calendar-switches {
  list-style: none;
  padding: 0; }
  .calendar-switches h6 {
    display: inline;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0; }
  .calendar-switches li {
    position: relative;
    display: block;
    margin: 0 5px 5px;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05); }
    .calendar-switches li .calendar-switch {
      padding: 5px; }
  .calendar-switches .ats-switch {
    float: right; }

.fc-title a:hover {
  color: inherit;
  text-decoration: underline; }

.calendar-item .btn {
  margin-right: 2px;
  min-width: 5rem; }

.calendar-item .uib-datepicker .btn {
  min-width: inherit; }

.calendar-item .form-control.date {
  width: 8rem; }

.calendar-item .form-control.time {
  width: 5rem; }

.calendar-item span {
  line-height: 1.25;
  margin: 5px; }

@media (max-width: 767px) {
  .fc-toolbar .fc-right {
    display: table;
    float: none; } }

.progress {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); }

.progress-bar {
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); }

.progress-bar-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); }

.progress-bar-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); }

.progress-bar-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); }

.progress-bar-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); }

.table-downloads td {
  vertical-align: middle; }
  .table-downloads td.icon {
    width: 3rem; }
  .table-downloads td.size {
    width: 7rem;
    text-align: right; }

a.background div.header {
  color: #ffffff;
  padding: 1rem;
  font-size: 0.8125rem; }

.people .btn {
  margin-right: 2px;
  min-width: 5rem; }

.crop-area {
  height: 500px;
  max-height: 60vh; }
  .crop-area canvas {
    max-height: 60vh; }

/* $gallery
 ------------------------------------------*/
.media-item {
  margin-bottom: 1.5rem; }

.media .card-block {
  margin-bottom: .2rem;
  padding: .3rem;
  border-radius: 0; }

.media p {
  margin-bottom: 0; }

/* $invoice
 ------------------------------------------*/
.invoice-logo {
  height: 50px; }

.invoice-totals {
  margin-bottom: 15px;
  text-align: right; }
  .invoice-totals::after {
    content: "";
    display: table;
    clear: both; }
  .invoice-totals .invoice-totals-row {
    margin-bottom: 5px; }
  .invoice-totals .invoice-totals-title {
    margin-right: 15px; }
  .invoice-totals .invoice-totals-value {
    display: inline-block;
    min-width: 140px;
    text-align: left; }

/* $messages
 ------------------------------------------*/
.contacts-container {
  height: calc(100vh - 3.438rem); }
  .contacts-container .contacts-list {
    background-color: #e8e8e8; }
    .contacts-container .contacts-list a {
      position: relative;
      display: table;
      padding: 1rem;
      clear: both; }
      .contacts-container .contacts-list a .contact-avatar {
        width: 34px; }
      .contacts-container .contacts-list a .contact-details > * {
        display: block; }
      .contacts-container .contacts-list a:focus, .contacts-container .contacts-list a:hover {
        background-color: #ebebeb;
        color: rgba(0, 0, 0, 0.7); }

.header-secondary + .main-content > .content-view .contacts-container {
  height: calc(100vh - 6.876rem); }

.messages-list {
  position: relative; }

.message-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .message-list .message-list-item a {
    display: block;
    padding: 0.75rem 1rem;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.7); }
    .message-list .message-list-item a::after {
      content: "";
      display: table;
      clear: both; }
    .message-list .message-list-item a:hover, .message-list .message-list-item a:focus, .message-list .message-list-item a:active {
      color: rgba(0, 0, 0, 0.7);
      background-color: rgba(0, 0, 0, 0.05); }
    .message-list .message-list-item a p {
      margin-bottom: 0; }
    .message-list .message-list-item a .message-list-item-header {
      display: block;
      margin-bottom: 2px; }
      .message-list .message-list-item a .message-list-item-header span {
        color: #333333; }
    .message-list .message-list-item a .time {
      font-size: 10px;
      font-weight: 600;
      margin-top: 3px;
      color: #b3b3b3;
      float: right ; }

.message-view {
  position: relative;
  width: 100%;
  background-color: white; }

.message-header,
.contact-header {
  z-index: 1;
  top: 0;
  width: 100%;
  height: 3.438rem;
  background: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }
  .message-header .lead,
  .contact-header .lead {
    margin-bottom: 5px; }
  .message-header .date,
  .contact-header .date {
    font-size: 11px;
    color: #b3b3b3;
    float: right ; }
  .message-header .message-toolbar,
  .message-header .contact-toolbar,
  .contact-header .message-toolbar,
  .contact-header .contact-toolbar {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 1rem; }
    .message-header .message-toolbar::after,
    .message-header .contact-toolbar::after,
    .contact-header .message-toolbar::after,
    .contact-header .contact-toolbar::after {
      content: "";
      display: table;
      clear: both; }
    .message-header .message-toolbar p,
    .message-header .contact-toolbar p,
    .contact-header .message-toolbar p,
    .contact-header .contact-toolbar p {
      padding: 8px 0; }
    .message-header .message-toolbar input,
    .message-header .contact-toolbar input,
    .contact-header .message-toolbar input,
    .contact-header .contact-toolbar input {
      font-size: 0.8125rem;
      width: 100%;
      margin-top: 0.694rem;
      margin-bottom: 0.694rem; }
    .message-header .message-toolbar a,
    .message-header .contact-toolbar a,
    .contact-header .message-toolbar a,
    .contact-header .contact-toolbar a {
      display: inline-block;
      color: rgba(26, 26, 26, 0.7);
      margin-top: 0.8125rem;
      margin-bottom: 0.8125rem; }
      .message-header .message-toolbar a:hover,
      .message-header .contact-toolbar a:hover,
      .contact-header .message-toolbar a:hover,
      .contact-header .contact-toolbar a:hover {
        color: rgba(0, 0, 0, 0.7); }

.no-messages,
.no-contacts {
  max-width: 100%;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.contacts-list {
  position: relative; }

@media (min-width: 992px) {
  .contacts-sidebar {
    width: 250px; }
  .contacts-list {
    min-width: 240px;
    max-width: 240px; } }

@media (max-width: 991px) {
  .message-view,
  .contact-view {
    position: fixed;
    z-index: 1100;
    top: 3.438rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: transform 200ms cubic-bezier(0.7, 0, 0.3, 1);
    background-color: rgba(255, 255, 255, 0.99);
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0); }
    .message-view .scroll,
    .contact-view .scroll {
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%; }
  .message-open .message-view,
  .contact-open .contact-view {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); }
  .contacts-list {
    min-height: calc(100vh - 6.438rem); }
    .contacts-list #list1 {
      position: absolute; } }

.table th .material-icons {
  margin-top: -8px;
  margin-bottom: -3px; }

.table td {
  vertical-align: middle; }

@media (max-width: 543px) {
  .table td, .table th {
    padding: 0.25rem; } }

@media (max-width: 383px) {
  .table td, .table th {
    display: table-row; } }

.select-with-button {
  width: 70%;
  /* fallback old browsers*/
  width: calc(100% - 70px);
  float: left; }

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

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

li[ui-sref] {
  cursor: pointer; }

/* $social
 ------------------------------------------*/
.profile-bio .background {
  display: block;
  width: 100%;
  min-height: 100px;
  border-radius: 2px 2px 0 0;
  background-color: #4c7ff0; }

.profile-bio .avatar {
  display: inline-block;
  max-width: 100%;
  margin: -30px 5px 0 10px;
  padding: 1px;
  vertical-align: bottom;
  background-color: #fff;
  border-radius: 2px;
  float: left ; }
  .profile-bio .avatar img {
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px; }

.profile-bio .user-details {
  margin: 5px 0 0; }
  .profile-bio .user-details .user-name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem; }

.profile-bio .user-stats {
  margin: 10px;
  padding: 10px 0; }
  .profile-bio .user-stats > ul {
    display: table;
    box-sizing: border-box;
    min-width: 100%;
    margin: 0;
    margin: 0;
    padding: 0;
    padding: 0;
    table-layout: auto;
    list-style: outside none none; }
  .profile-bio .user-stats > ul > li {
    display: table-cell;
    padding: 0;
    vertical-align: top; }
  .profile-bio .user-stats > ul > li > a:hover {
    text-decoration: none; }
  .profile-bio .user-stats .small {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .01rem; }

.post-header {
  display: table;
  width: 100%;
  margin-top: -146px;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse; }
  .post-header > * {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: bottom; }

.profile-header {
  display: table;
  width: 100%;
  margin-top: -23%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse; }
  .profile-header > * {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: bottom; }

.profile-avatar {
  z-index: 1;
  display: block;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(50, 70, 75, 0.2); }

.profile-stats {
  width: 40%;
  float: right ; }

.profile-user {
  width: 60%; }

.profile-sidebar-item {
  margin: 0 0 1.5rem 0; }
  .profile-sidebar-item::after {
    content: "";
    display: table;
    clear: both; }
  .profile-sidebar-item p {
    margin: 0; }

.profile-sidebar-item.profile-info {
  text-align: center; }

.profile-reccomendations .user-meta {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
  .profile-reccomendations .user-meta li {
    padding: 5px 0; }

.profile-numbers-count {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .profile-numbers-count li {
    font-size: 12px;
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.1); }
    .profile-numbers-count li:Last-child {
      border-right: 0; }
    .profile-numbers-count li span {
      font-size: 25px;
      display: block;
      color: #4d4d4d; }

.profile-timeline-header {
  margin-bottom: 5px; }
  .profile-timeline-header::after {
    content: "";
    display: table;
    clear: both; }
  .profile-timeline-header .profile-timeline-user {
    position: relative;
    display: block;
    float: left ;
    margin-right: 0.9rem; }
    .profile-timeline-header .profile-timeline-user img {
      max-width: 48px; }
  .profile-timeline-header .profile-timeline-user-details {
    margin-top: 5px;
    margin-left: 63px; }

.profile-timeline-content {
  margin-left: 63px; }

.profile-timeline-controls a {
  display: inline-block; }

.profile-timeline-images {
  margin-right: -2px;
  margin-bottom: 10px;
  margin-left: -2px; }
  .profile-timeline-images .image-link {
    display: block;
    width: 50%;
    padding-right: 2px;
    padding-left: 2px;
    float: left ; }
  .profile-timeline-images .image-link-smaller {
    display: block;
    width: 25%;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 2px;
    float: left ; }

.profile-timeline-audio {
  margin-bottom: 10px;
  padding: 0; }
  .profile-timeline-audio .audio {
    display: table;
    width: 100%; }
    .profile-timeline-audio .audio .play_pause,
    .profile-timeline-audio .audio .audio-timeline,
    .profile-timeline-audio .audio .time {
      display: table-cell;
      float: none;
      text-align: center;
      vertical-align: middle; }
    .profile-timeline-audio .audio .play_pause {
      width: 40px; }
    .profile-timeline-audio .audio .progress {
      width: 100%;
      height: 5px;
      margin: 0;
      float: left ;
      border-radius: 0; }
      .profile-timeline-audio .audio .progress .done {
        width: 34%;
        height: 5px;
        text-align: center;
        background-color: #4c7ff0;
        float: left ;
        transition: width 0.6s ease; }
    .profile-timeline-audio .audio .time {
      width: 80px; }

.post-comments {
  margin: 20px 0 0 0; }
  .post-comments .media {
    margin: 0; }

.post-comments .comment {
  overflow: hidden;
  padding-left: 0.9rem; }

.post-comments .comment-author a {
  color: #333333; }

.post-comments .comment-author .time {
  font-size: 11px;
  font-weight: 600;
  color: rgba(64, 64, 64, 0.7); }

.post-comments .avatar {
  max-width: 48px; }

.post-comments .comment {
  overflow: hidden; }

.post-comments .comment-meta {
  margin-bottom: 5px;
  float: right ; }

/* $timeline
 ------------------------------------------*/
.timeline {
  position: relative;
  margin-bottom: 3.25rem; }
  .timeline::before {
    position: absolute;
    top: 6px;
    width: 3px;
    height: 100%;
    content: '';
    background: #ffffff;
    left: 98px; }
  .timeline .timeline-icon {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 80px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff; }
    .timeline .timeline-icon > i {
      line-height: 40px; }
  .timeline .timeline-card {
    position: relative;
    margin: 40px 0; }
    .timeline .timeline-card::after {
      content: "";
      display: table;
      clear: both; }
  .timeline .timeline-card:first-child {
    margin-top: 0; }
  .timeline .timeline-heading {
    position: relative;
    margin-bottom: 1rem;
    border-color: transparent; }
    .timeline .timeline-heading::after {
      content: "";
      display: table;
      clear: both; }
    .timeline .timeline-heading.border:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      height: 1px;
      content: '';
      border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06); }
  .timeline .timeline-content {
    position: relative;
    margin-left: 150px; }
    .timeline .timeline-content::after {
      content: "";
      display: table;
      clear: both; }
    .timeline .timeline-content .timeline-body {
      display: inline-block;
      padding: 0.5rem;
      background: white;
      box-shadow: 0 0 0 1px rgba(64, 64, 69, 0.08);
      border-radius: 2px; }
  .timeline .timeline-content .timeline-date {
    display: inline-block;
    padding: 5px 0 10px; }
  .timeline .timeline-content .timeline-body::before {
    position: absolute;
    top: 13px;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border-width: 7px;
    border-style: solid;
    right: 100%;
    border-color: transparent rgba(150, 150, 150, 0.2) transparent transparent; }
  .timeline .timeline-content .timeline-body::after {
    position: absolute;
    top: 14px;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border-width: 6px;
    border-style: solid;
    right: 100%;
    border-color: transparent white transparent transparent; }

@media (min-width: 992px) {
  .timeline:not(.stacked)::before {
    left: 50%;
    margin-left: -2px; }
  .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content {
    float: right ; }
  .timeline:not(.stacked) .timeline-card:nth-child(odd) .timeline-content .timeline-body {
    float: right ; }
  .timeline:not(.stacked) .timeline-card:nth-child(odd) .timeline-content .timeline-body::before {
    position: absolute;
    right: auto;
    left: 100%;
    border-color: transparent transparent transparent rgba(150, 150, 150, 0.2); }
  .timeline:not(.stacked) .timeline-card:nth-child(odd) .timeline-content .timeline-body::after {
    position: absolute;
    right: auto;
    left: 100%;
    border-color: transparent transparent transparent white; }
  .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content .timeline-date {
    right: 122%;
    left: auto;
    text-align: right; }
  .timeline:not(.stacked) .timeline-card:first-child {
    margin-top: 0; }
  .timeline:not(.stacked) .timeline-icon {
    left: 50%;
    margin-left: -20px; }
  .timeline:not(.stacked) .timeline-content {
    width: 45%;
    margin-left: 0; }
  .timeline .timeline-date {
    position: absolute;
    top: 6px;
    width: 100%;
    left: 122%; }
  .timeline.stacked .timeline-date {
    left: -150px; } }

@media (max-width: 991px) {
  .timeline .timeline-date {
    position: absolute;
    top: 6px;
    width: 100%;
    left: -150px; } }

/* $charts
 ------------------------------------------*/
.flot-x-axis > :first-child {
  display: none; }

.chart_container {
  position: relative; }

.rickshaw-chart {
  position: relative; }

.y_axis {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px; }

.chart {
  width: 100%;
  border: 0; }

.chart-sm {
  width: 100%;
  height: 150px;
  border: 0; }

.chart-legend.first {
  padding-top: 80px; }

.c3chart {
  position: relative;
  display: block;
  width: 100%; }

.pricing {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .pricing .pricing-plan {
    position: relative;
    text-align: center; }
  .pricing .pricing-plan {
    overflow: hidden;
    margin-top: 1.5rem;
    padding: 1rem;
    cursor: default;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05); }
  .pricing .plan-price {
    font-size: 2.5rem;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .pricing .plan-price-symbol {
    font-size: 1rem;
    vertical-align: super; }
  .pricing .plan-price-period {
    font-size: 0.8125rem;
    display: inline-block;
    padding: 0;
    opacity: .7; }
  .pricing .plan-title {
    font-size: 0.8125rem;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 1.5rem;
    white-space: nowrap;
    letter-spacing: .01rem;
    text-transform: uppercase;
    text-overflow: ellipsis; }
  .pricing .plan-features {
    line-height: 2.5;
    margin: 0;
    padding: 1rem;
    list-style: none; }
    .pricing .plan-features li {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .pricing .btn {
    font-size: .9rem; }

/* $switch
 ------------------------------------------*/
.switch {
  position: relative;
  display: inline-block;
  height: 1.875rem;
  margin: 0 1rem;
  padding: .3125rem 0;
  /* sizes. */ }
  .switch span {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: 3.125rem;
    height: 2.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 200ms;
    vertical-align: middle;
    border-radius: 1.5rem;
    background-color: #e8e8e8;
    background-clip: content-box; }
  .switch input {
    display: none; }
  .switch span i {
    position: absolute;
    top: 0;
    display: inline-block;
    padding-right: 1.25rem;
    cursor: pointer;
    transition: all ease 200ms; }
  .switch span i::before {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    content: '';
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.075), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.25); }
  .switch :disabled + span i::before {
    background-color: #efefef; }
  .switch :checked + span {
    transition: background-color 200ms; }
    .switch :checked + span i {
      padding-right: 0;
      padding-left: 1.313rem; }
  .switch.switch-sm {
    border-radius: 1.25rem; }
    .switch.switch-sm span {
      width: 2.063rem;
      height: .625rem; }
    .switch.switch-sm span i::before {
      width: 1.25rem;
      height: 1.25rem; }
    .switch.switch-sm :checked + span i {
      padding-left: 0.875rem; }
  .switch.switch-lg {
    border-radius: 2.5rem; }
    .switch.switch-lg span {
      width: 4.125rem;
      height: 2.5rem; }
    .switch.switch-lg span i::before {
      width: 2.5rem;
      height: 2.5rem; }
    .switch.switch-lg :checked + span i {
      padding-left: 1.688rem; }

.center-table {
  display: table;
  margin: 0 auto; }

/* $jquery.ui
 ------------------------------------------*/
.ui-slider {
  position: relative;
  margin-bottom: 1rem;
  text-align: left;
  background: #efefef;
  border-radius: 2px; }

.ui-slider .ui-slider-range {
  border-radius: 2px; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  cursor: default;
  cursor: pointer;
  transition: transform 200ms cubic-bezier(0.7, 0, 0.3, 1);
  outline: none;
  background: white;
  border-radius: 1px;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: #a3a3a3 0 0 0 1px; }

.ui-slider .ui-slider-handle.ui-state-active {
  transform: scale(2, 2); }

.ui-slider .ui-slider-range {
  font-size: .7em;
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit; }

.ui-slider-horizontal {
  height: 4px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  display: inline-block;
  width: 4px;
  height: 9.375rem;
  margin: 0 8px; }

.ui-slider-vertical .ui-slider-handle {
  left: -5px;
  margin-bottom: -.6em;
  margin-left: 0; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-slider-range-min,
.ui-slider-range {
  background-color: #4c7ff0; }

.slider-info .ui-slider-range-min,
.slider-info .ui-slider-range {
  background-color: #4cc3f0; }

.slider-info .ui-slider-handle {
  background-color: #aae3f8;
  box-shadow: #4cc3f0 0 0 0 1px; }

.slider-info .slider-handle.triangle {
  border-bottom-color: #4cc3f0; }

.slider-primary .ui-slider-range-min,
.slider-primary .ui-slider-range {
  background-color: #4c7ff0; }

.slider-primary .ui-slider-handle {
  background-color: #aac2f8;
  box-shadow: #4c7ff0 0 0 0 1px; }

.slider-primary .slider-handle.triangle {
  border-bottom-color: #4c7ff0; }

.slider-success .ui-slider-range-min,
.slider-success .ui-slider-range {
  background-color: #7fc35c; }

.slider-success .ui-slider-handle {
  background-color: #badea7;
  box-shadow: #7fc35c 0 0 0 1px; }

.slider-success .slider-handle.triangle {
  border-bottom-color: #7fc35c; }

.slider-warning .ui-slider-range-min,
.slider-warning .ui-slider-range {
  background-color: #f0c54c; }

.slider-warning .ui-slider-handle {
  background-color: #f8e3aa;
  box-shadow: #f0c54c 0 0 0 1px; }

.slider-warning .slider-handle.triangle {
  border-bottom-color: #f0c54c; }

.slider-danger .ui-slider-range-min,
.slider-danger .ui-slider-range {
  background-color: #d26d54; }

.slider-danger .ui-slider-handle {
  background-color: #e7b2a5;
  box-shadow: #d26d54 0 0 0 1px; }

.slider-danger .slider-handle.triangle {
  border-bottom-color: #d26d54; }

.rounded-handler .ui-slider-handle {
  border-radius: 50%; }

/* $bootstrap-tags
 ------------------------------------------*/
div.tagsinput {
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  padding: .3125rem .3125rem 0;
  border-color: rgba(0, 0, 0, 0.1);
  background: white; }

div.tagsinput span.tag {
  font-family: inherit;
  padding: .125rem .3125rem;
  color: white;
  border-color: #4c7ff0;
  background: #4c7ff0;
  border-radius: 2px; }

div.tagsinput span.tag a {
  font-size: 0.8125rem;
  color: white; }

div.tagsinput input {
  font-family: inherit;
  color: white;
  padding: 0; }

.not_valid {
  color: #983e28 !important;
  background: #f2d4cd !important; }

/* $bootstrap-timepicker
 ------------------------------------------*/
.bootstrap-timepicker {
  position: relative; }
  .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    right: 0;
    left: auto; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
      right: 12px;
      left: auto; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
      right: 13px;
      left: auto; }
  .bootstrap-timepicker .input-group-addon {
    cursor: pointer; }
    .bootstrap-timepicker .input-group-addon i {
      display: inline-block;
      width: 16px;
      height: 16px; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }
  .bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block; }
  .bootstrap-timepicker-widget.dropdown-menu:before {
    position: absolute;
    display: inline-block;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent; }
  .bootstrap-timepicker-widget.dropdown-menu:after {
    position: absolute;
    display: inline-block;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-top: 7px solid #999;
  border-bottom: 0; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.bootstrap-timepicker-widget .glyphicon-chevron-up,
.bootstrap-timepicker-widget .glyphicon-chevron-down {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bootstrap-timepicker-widget .glyphicon-chevron-up::before {
  content: '\f106'; }

.bootstrap-timepicker-widget .glyphicon-chevron-down::before {
  content: '\f107'; }

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px; }

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0; }
  .bootstrap-timepicker-widget table td {
    height: 30px;
    margin: 0;
    padding: 2px;
    text-align: center; }
    .bootstrap-timepicker-widget table td:not(.separator) {
      min-width: 30px; }
    .bootstrap-timepicker-widget table td span {
      width: 100%; }
    .bootstrap-timepicker-widget table td a {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 8px 0;
      color: #333;
      border: 1px transparent solid;
      outline: 0; }
      .bootstrap-timepicker-widget table td a:hover {
        text-decoration: none;
        border-color: #ddd;
        border-radius: 4px;
        background-color: #eee; }
      .bootstrap-timepicker-widget table td a i {
        font-size: 18px;
        margin-top: 2px; }
    .bootstrap-timepicker-widget table td input {
      width: 25px;
      margin: 0;
      text-align: center; }

.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }

@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%; }
    .bootstrap-timepicker .dropdown-menu {
      width: 100%; } }

.bootstrap-timepicker {
  position: relative; }
  .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    right: 0;
    left: auto; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
      right: .75rem;
      left: auto; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
      right: .8125rem;
      left: auto; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 1px; }
  .bootstrap-timepicker-widget.dropdown-menu:before {
    position: absolute;
    display: inline-block;
    content: '';
    border-right: .4375rem solid transparent;
    border-bottom: 0.4375rem solid rgba(0, 0, 0, 0.2);
    border-left: .4375rem solid transparent; }
  .bootstrap-timepicker-widget.dropdown-menu:after {
    position: absolute;
    display: inline-block;
    content: '';
    border-right: .375rem solid transparent;
    border-bottom: .375rem solid #fff;
    border-left: .375rem solid transparent; }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: .375rem; }

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: .4375rem; }

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: .375rem; }

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: .4375rem; }

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -.4375rem; }

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -.375rem; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  top: auto;
  bottom: -.4375rem;
  border-top: .4375rem solid #999;
  border-bottom: 0; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  top: auto;
  bottom: -.375rem;
  border-top: .375rem solid #fff;
  border-bottom: 0; }

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 2px; }

.bootstrap-timepicker-widget table td.separator {
  width: .125rem;
  padding: 0; }

.bootstrap-timepicker-widget table td a {
  padding: 0;
  color: rgba(0, 0, 0, 0.7); }
  .bootstrap-timepicker-widget table td a:hover {
    color: rgba(0, 0, 0, 0.7);
    border-color: transparent;
    background-color: transparent;
    border-radius: 2px; }
  .bootstrap-timepicker-widget table td a i {
    font-size: 0.8125rem;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    transform: translate(0, 0);
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .bootstrap-timepicker-widget table td a i::after {
      display: inline-block;
      width: .875rem;
      height: .875rem;
      vertical-align: middle; }
  .bootstrap-timepicker-widget table td a .icon-chevron-down::after {
    line-height: .5625rem;
    content: '\f0dd'; }
  .bootstrap-timepicker-widget table td a .icon-chevron-up::after {
    line-height: 1.25rem;
    content: '\f0de'; }

.bootstrap-timepicker-widget table td input {
  border: 0; }

.bootstrap-timepicker-widget .modal-content {
  padding: .25rem; }

/* $c3-charts
 ------------------------------------------*/
.c3 svg text,
.c3 svg {
  font: 0.625rem -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: rgba(0, 0, 0, 0.7); }

.c3 path,
.c3 line {
  stroke: rgba(0, 0, 0, 0.1); }

.c3 .c3-tooltip {
  box-shadow: none; }
  .c3 .c3-tooltip tr {
    border-color: #4c7ff0; }
  .c3 .c3-tooltip th {
    font-size: .8125rem;
    background-color: #4c7ff0; }
  .c3 .c3-tooltip td {
    border-left-color: #4c7ff0; }

/* $chartjs
 ------------------------------------------*/
.canvas-holder {
  position: relative;
  margin: 0;
  padding: 0; }

.doughnut-legend {
  position: absolute;
  top: 0;
  right: .5rem;
  list-style: none; }
  .doughnut-legend li {
    position: relative;
    display: block;
    margin-bottom: .25rem;
    padding: .125rem .5rem .125rem 1.75rem;
    padding-left: 1.875rem;
    cursor: default;
    transition: background-color 200ms ease-in-out; }
  .doughnut-legend li:hover {
    background-color: #e8e8e8; }
  .doughnut-legend li span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.25rem;
    height: 100%; }

/* $clock-picker
 ------------------------------------------*/
.clockpicker-popover .popover-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7); }
  .clockpicker-popover .popover-title span {
    cursor: pointer; }

.clockpicker-popover .popover-content {
  background-color: white; }
  .clockpicker-popover .popover-content:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.clockpicker-popover .clockpicker-plate {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1); }

.clockpicker-popover .clockpicker-button {
  margin: 0;
  padding: .625rem 0;
  border-width: .0625rem 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* $color-picker
 ------------------------------------------*/
.colorpicker {
  display: none;
  visibility: visible;
  min-width: initial !important;
  padding: .3125rem;
  opacity: 1;
  box-shadow: 0 0.0625rem 1px transparent; }

/* $datepicker
 ------------------------------------------*/
.center-block > .datepicker {
  margin: 0 auto; }

.datepicker.dropdown-menu {
  font-size: 0.8125rem;
  display: none;
  visibility: visible;
  padding: 1rem;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 2px;
  box-shadow: 0 0.0625rem 1px transparent; }

.datepicker-inline {
  border: 0.0625rem solid rgba(0, 0, 0, 0.1); }

.datepicker {
  border-radius: 2px; }
  .datepicker-dropdown {
    font-size: 0.8125rem;
    display: none;
    visibility: visible;
    padding: 1rem;
    border-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 2px;
    box-shadow: 0 0.0625rem 1px transparent; }
    .datepicker-dropdown:before {
      border-bottom-color: rgba(0, 0, 0, 0.1);
      border-bottom-color: rgba(0, 0, 0, 0.2); }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      border-top-color: rgba(0, 0, 0, 0.1); }
  .datepicker table tr td,
  .datepicker table tr th {
    border-radius: 2px; }
  .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    position: relative;
    text-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, 0.25);
    color: white;
    background-color: #4c7ff0;
    border-color: #4c7ff0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover {
      color: white;
      background-color: #1d5dec;
      border-color: #1457eb; }
    .datepicker table tr td.active:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover.focus {
      color: white;
      background-color: #1d5dec;
      border-color: #1457eb; }
    .datepicker table tr td.active:active, .datepicker table tr td.active.active,
    .open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active,
    .open > .datepicker table tr td.active:hover.dropdown-toggle, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active,
    .open > .datepicker table tr td.active.disabled.dropdown-toggle, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active,
    .open > .datepicker table tr td.active.disabled:hover.dropdown-toggle {
      color: white;
      background-color: #1d5dec;
      border-color: #1457eb;
      background-image: none;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .datepicker table tr td.active:active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active.focus,
      .open > .datepicker table tr td.active.dropdown-toggle:hover,
      .open > .datepicker table tr td.active.dropdown-toggle:focus,
      .open > .datepicker table tr td.active.dropdown-toggle.focus, .datepicker table tr td.active:hover:active:hover, .datepicker table tr td.active:hover:active:focus, .datepicker table tr td.active:hover:active.focus, .datepicker table tr td.active:hover.active:hover, .datepicker table tr td.active:hover.active:focus, .datepicker table tr td.active:hover.active.focus,
      .open > .datepicker table tr td.active:hover.dropdown-toggle:hover,
      .open > .datepicker table tr td.active:hover.dropdown-toggle:focus,
      .open > .datepicker table tr td.active:hover.dropdown-toggle.focus, .datepicker table tr td.active.disabled:active:hover, .datepicker table tr td.active.disabled:active:focus, .datepicker table tr td.active.disabled:active.focus, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.active:focus, .datepicker table tr td.active.disabled.active.focus,
      .open > .datepicker table tr td.active.disabled.dropdown-toggle:hover,
      .open > .datepicker table tr td.active.disabled.dropdown-toggle:focus,
      .open > .datepicker table tr td.active.disabled.dropdown-toggle.focus, .datepicker table tr td.active.disabled:hover:active:hover, .datepicker table tr td.active.disabled:hover:active:focus, .datepicker table tr td.active.disabled:hover:active.focus, .datepicker table tr td.active.disabled:hover.active:hover, .datepicker table tr td.active.disabled:hover.active:focus, .datepicker table tr td.active.disabled:hover.active.focus,
      .open > .datepicker table tr td.active.disabled:hover.dropdown-toggle:hover,
      .open > .datepicker table tr td.active.disabled:hover.dropdown-toggle:focus,
      .open > .datepicker table tr td.active.disabled:hover.dropdown-toggle.focus {
        color: white;
        background-color: #124ed4;
        border-color: #0f40ae; }
    .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active:disabled:focus, .datepicker table tr td.active:disabled.focus, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active:hover.disabled.focus, .datepicker table tr td.active:hover:disabled:focus, .datepicker table tr td.active:hover:disabled.focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled.disabled.focus, .datepicker table tr td.active.disabled:disabled:focus, .datepicker table tr td.active.disabled:disabled.focus, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled.focus, .datepicker table tr td.active.disabled:hover:disabled:focus, .datepicker table tr td.active.disabled:hover:disabled.focus {
      background-color: #4c7ff0;
      border-color: #4c7ff0; }
    .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:disabled:hover, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active:hover:disabled:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active.disabled:hover:disabled:hover {
      background-color: #4c7ff0;
      border-color: #4c7ff0; }
  .datepicker table tr td span {
    border-radius: 2px; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      position: relative;
      text-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, 0.25);
      color: white;
      background-color: #4c7ff0;
      border-color: #4c7ff0;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
      .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
        color: white;
        background-color: #1d5dec;
        border-color: #1457eb; }
      .datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.focus {
        color: white;
        background-color: #1d5dec;
        border-color: #1457eb; }
      .datepicker table tr td span.active:active, .datepicker table tr td span.active.active,
      .open > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active,
      .open > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active,
      .open > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active,
      .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
        color: white;
        background-color: #1d5dec;
        border-color: #1457eb;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
        .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active.focus,
        .open > .datepicker table tr td span.active.dropdown-toggle:hover,
        .open > .datepicker table tr td span.active.dropdown-toggle:focus,
        .open > .datepicker table tr td span.active.dropdown-toggle.focus, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active.focus,
        .open > .datepicker table tr td span.active:hover.dropdown-toggle:hover,
        .open > .datepicker table tr td span.active:hover.dropdown-toggle:focus,
        .open > .datepicker table tr td span.active:hover.dropdown-toggle.focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active.focus,
        .open > .datepicker table tr td span.active.disabled.dropdown-toggle:hover,
        .open > .datepicker table tr td span.active.disabled.dropdown-toggle:focus,
        .open > .datepicker table tr td span.active.disabled.dropdown-toggle.focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active.focus,
        .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:hover,
        .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:focus,
        .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle.focus {
          color: white;
          background-color: #124ed4;
          border-color: #0f40ae; }
      .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active:disabled:focus, .datepicker table tr td span.active:disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover:disabled:focus, .datepicker table tr td span.active:hover:disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled:disabled:focus, .datepicker table tr td span.active.disabled:disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover:disabled:focus, .datepicker table tr td span.active.disabled:hover:disabled.focus {
        background-color: #4c7ff0;
        border-color: #4c7ff0; }
      .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover:disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover:disabled:hover {
        background-color: #4c7ff0;
        border-color: #4c7ff0; }

.input-daterange input:first-child {
  border-radius: 2px 0 0 2px; }

.input-daterange input:last-child {
  border-radius: 0 2px 2px 0; }

.input-daterange .input-group-addon {
  border: solid rgba(0, 0, 0, 0.1);
  background-color: rgba(3, 3, 3, 0.1); }

.table .uib-datepicker table thead th {
  text-align: center; }

.table .uib-datepicker table tr td, .table .uib-datepicker table tr th {
  padding: 1px; }

/* $daterangepicker
 ------------------------------------------*/
.daterangepicker {
  font-size: 0.8125rem;
  display: none;
  visibility: visible;
  margin-top: -.0625rem;
  opacity: 1;
  border-radius: 2px;
  box-shadow: 0 0.0625rem 1px transparent; }
  .daterangepicker .ranges .input-mini {
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-radius: 2px; }
  .daterangepicker .calendar-date {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
  .daterangepicker td.available + td.start-date {
    border-radius: 2px 0 0 2px; }
  .daterangepicker td.in-range + td.end-date {
    border-radius: 0 2px 2px 0; }
  .daterangepicker td.available:hover,
  .daterangepicker th.available:hover {
    background: #e8e8e8; }
  .daterangepicker td.active,
  .daterangepicker td.active:hover {
    color: #fff;
    border-color: #4c7ff0;
    background-color: #4c7ff0; }
  .daterangepicker td,
  .daterangepicker th {
    border-radius: 2px; }
  .daterangepicker .calendar th,
  .daterangepicker .calendar td {
    font-family: inherit; }
  .daterangepicker td.start-date.end-date {
    border-radius: 2px; }
  .daterangepicker .ranges li {
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
  .daterangepicker .ranges li.active,
  .daterangepicker .ranges li:hover {
    border-color: #4c7ff0;
    background: #4c7ff0; }

.drop-box {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.563rem 1rem;
  text-align: center;
  border: 0.0625rem dashed rgba(0, 0, 0, 0.1);
  background: white; }

.dragover {
  border-color: #4c7ff0; }

.dropzone {
  display: table;
  width: 100%;
  padding: 0;
  border-width: 1px;
  border-style: dashed;
  background: white;
  border-radius: 2px; }
  .dropzone .dz-message {
    display: table-cell;
    vertical-align: middle; }
  .dropzone .dz-preview.dz-file-preview .dz-image {
    background: #e8e8e8;
    border-radius: 2px; }
  .dropzone .dz-preview .dz-error-message {
    background: #d26d54;
    border-radius: 2px; }
  .dropzone .dz-preview .dz-error-message:after {
    border-bottom-color: #d26d54; }
  .dropzone .dz-preview .dz-progress {
    border-color: rgba(0, 0, 0, 0.1); }
  .dropzone .dz-preview .dz-progress .dz-upload {
    background: #4c7ff0; }
  .dropzone .dz-preview .dz-details .dz-filename:hover span {
    border-color: rgba(0, 0, 0, 0.1); }
  .dropzone .dz-preview .dz-details .dz-filename span,
  .dropzone .dz-preview .dz-details .dz-size span {
    border-radius: 2px; }

.my-drop-zone {
  min-height: 1.25rem;
  margin-bottom: 1rem;
  padding: 1.188rem;
  border: dashed 0.0625rem rgba(0, 0, 0, 0.7);
  background-color: white;
  border-radius: 2px; }

.nv-file-over {
  border-color: #d26d54; }

.another-file-over-class {
  border-color: #7fc35c; }

/* $easypie
 ------------------------------------------*/
.piechart {
  position: relative;
  margin: 0 auto;
  text-align: center; }
  .piechart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .piechart > div {
    display: table;
    width: 100%;
    height: 100%; }
  .piechart > div > div {
    display: table-cell;
    vertical-align: middle; }
  .piechart .percent {
    position: relative;
    display: block;
    margin: 0; }
    .piechart .percent:after {
      font-family: Helvetica, Georgia, serif;
      font-size: .5em;
      position: absolute;
      top: 0;
      content: '%'; }

/* $flot-chart
 ------------------------------------------*/
#tooltip {
  line-height: 1;
  position: absolute;
  display: none;
  padding: .3125rem .625rem;
  color: white;
  border: 0;
  background-color: #4c7ff0; }
  #tooltip:before {
    position: absolute;
    top: .25rem;
    right: 100%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: .375rem;
    border-style: solid;
    border-color: transparent #4c7ff0 transparent transparent; }

td.legendColorBox > div {
  padding: 0 !important;
  border: 0 !important; }

td.legendColorBox > div > div {
  border-radius: 0.25rem; }

td.legendLabel {
  padding-left: .3125rem; }

/* $google-map
 ------------------------------------------*/
#cd-google-map {
  position: relative; }

#google-container {
  position: relative;
  width: 100%;
  height: 100% !important;
  min-height: 25rem; }

.google-map {
  width: 100%;
  padding: 0 !important;
  background: transparent; }

.google-map img {
  max-width: none !important; }

.gm-style-cc {
  display: none !important; }

/* $intl-tel-input
 ------------------------------------------*/
.iti-flag {
  width: 1rem;
  height: .6875rem;
  box-shadow: none; }

.intl-tel-input {
  width: 100%; }
  .intl-tel-input .flag-dropdown:hover .selected-flag {
    background-color: rgba(232, 232, 232, 0.5); }
  .intl-tel-input .selected-flag .arrow {
    border-top-color: rgba(0, 0, 0, 0.1); }
  .intl-tel-input .selected-flag .arrow.up {
    border-bottom-color: rgba(0, 0, 0, 0.1); }
  .intl-tel-input .country-list {
    z-index: 1000;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none; }
  .intl-tel-input .country-list .divider {
    border-bottom-color: rgba(0, 0, 0, 0.1); }
  .intl-tel-input .country-list .country .dial-code {
    color: rgba(0, 0, 0, 0.7); }
  .intl-tel-input .country-list .country.highlight {
    background-color: rgba(232, 232, 232, 0.5); }

/* $jvectormap
 ------------------------------------------*/
.jvectormap-tip {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.7);
  border: solid 0.0625rem #4c7ff0;
  background: white;
  border-radius: 2px; }

.jvectormap-label {
  font-family: inherit;
  font-size: smaller;
  font-size: inherit;
  position: absolute;
  padding: .1875rem;
  color: white;
  border-color: #4c7ff0;
  background-color: #4c7ff0;
  border-radius: 2px; }

.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  cursor: pointer;
  text-indent: -9999px;
  background-color: white;
  background-repeat: no-repeat;
  border-radius: 0.125rem; }
  .jvectormap-zoomin::before,
  .jvectormap-zoomout::before {
    position: absolute;
    top: 50%;
    right: 50%;
    width: .125rem;
    height: .625rem;
    margin-top: -.25rem;
    margin-right: -.0625rem;
    content: '';
    background: rgba(0, 0, 0, 0.7); }
  .jvectormap-zoomin::after,
  .jvectormap-zoomout::after {
    position: absolute;
    top: 50%;
    right: 50%;
    width: .625rem;
    height: .125rem;
    margin-right: -.3125rem;
    content: '';
    background: rgba(0, 0, 0, 0.7); }

.jvectormap-zoomin {
  top: 1rem;
  margin-top: 0;
  margin-bottom: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.jvectormap-zoomout {
  top: 3.063rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .jvectormap-zoomout::before {
    display: none; }

/* $labelauty
 ------------------------------------------*/
input.labelauty + label {
  padding: .5625rem .625rem;
  color: rgba(0, 0, 0, 0.7);
  background-color: #e8e8e8;
  border-radius: 2px; }

input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #e3e3e3; }

input.labelauty:checked + label {
  color: white;
  background-color: #4c7ff0; }

input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #346eee; }

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

input.to-labelauty-icon + label {
  display: inline-block;
  margin-right: .3125rem; }

/* $multiselect
 ------------------------------------------*/
select.center-block + .ms-container {
  margin: 0 auto 1.5rem; }

.ms-container .ms-selectable,
.ms-container .ms-selection {
  color: rgba(0, 0, 0, 0.7); }

.ms-container .ms-list {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border-radius: 2px; }

.ms-container .ms-list.ms-focus {
  border-color: #4c7ff0;
  box-shadow: none; }

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.7);
  border-bottom-color: rgba(0, 0, 0, 0.1); }

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  color: white;
  background-color: #4c7ff0; }

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #e8e8e8; }

/* $nestable
 ------------------------------------------*/
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.dd-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.dd-list .dd-list {
  padding-left: 1.875rem; }

.dd-collapsed .dd-list {
  display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
  line-height: 1.25rem;
  position: relative;
  display: block;
  min-height: 1.25rem;
  margin: 0;
  padding: 0; }

.dd-handle {
  display: block;
  margin: .3125rem 0;
  padding: .625rem;
  text-decoration: none;
  background: white;
  border-radius: 2px; }

.dd-handle:hover {
  color: rgba(0, 0, 0, 0.7);
  background: #fff; }

.dd-item > .dd-handle {
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05); }

.dd-item > button {
  line-height: 2.625rem;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 2.188rem;
  padding: 0;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-indent: 100%;
  border: 0;
  background: transparent; }

.dd-item > button::before {
  position: absolute;
  top: 50%;
  right: 50%;
  width: .125rem;
  height: .625rem;
  margin-top: -.3125rem;
  margin-right: -.0625rem;
  content: '';
  background: rgba(0, 0, 0, 0.7); }

.dd-item > button::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: .625rem;
  height: .125rem;
  margin-top: -.0625rem;
  margin-right: -.3125rem;
  content: '';
  background: rgba(0, 0, 0, 0.7); }

.dd-item > button[data-action='collapse']:before {
  display: none; }

.dd-placeholder,
.dd-empty {
  min-height: 1.875rem;
  margin: .3125rem 0;
  padding: 0;
  border: .0625rem dashed #ddd;
  background: transparent; }

.dd-empty {
  min-height: 100px;
  border: .0625rem dashed #bbb;
  background-color: #e5e5e5;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px; }

.dd-dragel {
  position: absolute;
  pointer-events: none; }
  .dd-dragel > .dd-item .dd-handle {
    margin-top: 0; }
  .dd-dragel .dd-handle {
    box-shadow: 0.125rem 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.1); }

/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  margin: .3125rem 0;
  padding: .625rem .625rem .625rem 3.125rem;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px; }
  .dd3-content:hover {
    background: #fff; }

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0; }

.dd3-item > button {
  margin-left: 2.5rem; }

.dd3-handle {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 2.375rem;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 100%;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff; }
  .dd3-handle:before {
    font-size: .875rem;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    content: '\f0c9';
    text-align: center;
    text-indent: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    transform: translate(0, 0);
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .dd3-handle:hover {
    background: #e8e8e8; }

/* $noty
 ------------------------------------------*/
li.app-noty {
  position: relative;
  display: block;
  margin-bottom: 1.5rem; }

li.app-noty:last-child {
  margin-bottom: 0; }

.noty_message[style] {
  font-size: 0.8125rem !important; }

.app-noty .noty_bar {
  padding: 1rem 1rem;
  border: .0625rem solid transparent;
  border-radius: 1px; }

.app-noty-top-left .app-noty .noty_bar,
.app-noty-top-right .app-noty .noty_bar,
.app-noty-top .app-noty .noty_bar {
  animation: fadeIn 150ms; }

.app-noty-top-left .app-noty.i-am-closing-now .noty_bar,
.app-noty-top-right .app-noty.i-am-closing-now .noty_bar,
.app-noty-top .app-noty.i-am-closing-now .noty_bar {
  animation: fadeOut 150ms; }

.app-noty-bottom-left .app-noty .noty_bar,
.app-noty-bottom-right .app-noty .noty_bar,
.app-noty-bottom .app-noty .noty_bar {
  animation: fadeIn 150ms; }

.app-noty-bottom-left .app-noty.i-am-closing-now .noty_bar,
.app-noty-bottom-right .app-noty.i-am-closing-now .noty_bar,
.app-noty-bottom .app-noty.i-am-closing-now .noty_bar {
  animation: fadeOut 150ms; }

.app-noty-bottom,
.app-noty-bottom-right,
.app-noty-bottom-left,
.app-noty-top,
.app-noty-top-right,
.app-noty-top-left {
  position: fixed;
  z-index: 99999;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 200ms cubic-bezier(0.7, 0, 0.3, 1);
  width: 300px; }

/* Bottom notification */
.app-noty-bottom {
  right: 0;
  bottom: 0;
  width: 100%; }
  .app-noty-bottom li.app-noty {
    margin-top: -.0625rem;
    margin-bottom: 0; }
  .app-noty-bottom .noty_bar {
    border-radius: 0; }

@media (min-width: 992px) {
  .app-noty-bottom {
    padding-left: 18rem; }
  .expanding ~ .app-noty-bottom {
    padding-left: 4rem; }
  .horizontal ~ .app-noty-bottom,
  .offcanvas ~ .app-noty-bottom,
  .boxed ~ .app-noty-bottom {
    padding-right: 0;
    padding-left: 0; } }

/* Bottom right notification */
.app-noty-bottom-right {
  right: 1.5rem;
  bottom: 4.5rem; }

@media (min-width: 992px) {
  .boxed ~ .app-noty-bottom-right {
    right: 1.5rem; } }

/* Bottom left notification */
.app-noty-bottom-left {
  bottom: 4.5rem;
  left: 1.5rem; }

@media (min-width: 992px) {
  .app-noty-bottom-left {
    left: 19.5rem; }
  .expanding ~ .app-noty-bottom-left {
    left: 5.5rem; }
  .horizontal ~ .app-noty-bottom-left,
  .offcanvas ~ .app-noty-bottom-left,
  .boxed ~ .app-noty-bottom-left,
  .boxed.expanding ~ .app-noty-bottom-left {
    left: 1.5rem; } }

/* Top notification */
.app-noty-top {
  top: 4.938rem;
  right: 1.5rem; }

.app-noty-top {
  top: 3.438rem;
  right: 0;
  width: 100%; }
  .app-noty-top li.app-noty {
    margin-top: -.0625rem;
    margin-bottom: 0; }
  .app-noty-top .noty_bar {
    border-radius: 0; }

@media (min-width: 992px) {
  .app-noty-top {
    padding-left: 18rem; }
  .expanding ~ .app-noty-top {
    position: absolute;
    padding-left: 4rem; }
  .horizontal ~ .app-noty-top,
  .offcanvas ~ .app-noty-top,
  .boxed ~ .app-noty-top {
    padding-right: 0;
    padding-left: 0; } }

/* Top right notification */
.app-noty-top-right {
  top: 4.938rem;
  right: 1.5rem; }

@media (min-width: 992px) {
  .boxed ~ .app-noty-top-right,
  .boxed.expanding ~ .app-noty-top-right {
    right: 1.5rem; } }

/* Top left notification */
.app-noty-top-left {
  top: 4.938rem;
  left: 1.5rem; }

@media (min-width: 992px) {
  .app-noty-top-left {
    left: 19.5rem; }
  .expanding ~ .app-noty-top-left {
    left: 5.5rem; }
  .horizontal ~ .app-noty-top-left,
  .offcanvas ~ .app-noty-top-left,
  .boxed ~ .app-noty-top-left,
  .boxed.expanding ~ .app-noty-top-left {
    left: 1.5rem; } }

/* Notification colors */
.noty_container_type_success .noty_bar {
  color: #fff !important;
  background-color: #7fc35c !important; }

a.noty_container_type_success .noty_bar:focus, a.noty_container_type_success .noty_bar:hover {
  background-color: #65ad3f !important; }

.noty_container_type_information .noty_bar {
  color: #fff !important;
  background-color: #4cc3f0 !important; }

a.noty_container_type_information .noty_bar:focus, a.noty_container_type_information .noty_bar:hover {
  background-color: #1db3ec !important; }

.noty_container_type_warning .noty_bar {
  color: #fff !important;
  background-color: #f0c54c !important; }

a.noty_container_type_warning .noty_bar:focus, a.noty_container_type_warning .noty_bar:hover {
  background-color: #ecb61d !important; }

.noty_container_type_error .noty_bar {
  color: #fff !important;
  background-color: #d26d54 !important; }

a.noty_container_type_error .noty_bar:focus, a.noty_container_type_error .noty_bar:hover {
  background-color: #c04f33 !important; }

.noty_container_type_confirm .noty_bar {
  color: #fff !important;
  background-color: #4c7ff0 !important; }

a.noty_container_type_confirm .noty_bar:focus, a.noty_container_type_confirm .noty_bar:hover {
  background-color: #1d5dec !important; }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.1 - 2015-09-30T05:39:26.659Z
 * License: MIT
 */
.ui-select-choices-row:hover {
  background-color: #e8e8e8; }

/* Select2 theme */
.select2-container .select2-selection {
  line-height: 34px;
  display: block;
  height: 34px;
  padding: 0 0 0 8px;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  outline: 0;
  background-color: #fff;
  background-image: none;
  border-radius: 2px; }
  .select2-container .select2-selection::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: ' ';
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #808080 transparent transparent transparent; }

.select2-container--open .select2-selection::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.select2-container.select2-drop-above .select2-selection {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  background-image: none; }

.select2-dropdown {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  box-shadow: none; }

.select2-dropdown.select2-dropdown--above {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px 2px 0 0;
  box-shadow: none; }

.select2-container--open,
.select2-dropdown.select2-dropdown--above.select2-container--open {
  border-color: #4c7ff0; }

.select2-drop-auto-width {
  border-color: rgba(0, 0, 0, 0.1); }

.select2-container .select2-selection .select2-selection__arrow {
  display: none;
  visibility: hidden;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 2px 2px 0;
  background: white;
  background-image: none; }

.select2-container-active .select2-selection,
.select2-container-active .select2-choices {
  border-color: #4c7ff0;
  box-shadow: none; }

.select2-dropdown-open .select2-selection {
  background-color: white;
  background-image: none;
  box-shadow: none; }

.select2-dropdown-open.select2-drop-above .select2-selection,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: #4c7ff0;
  background-image: none; }

.select2-container-multi .select2-choices {
  border-color: rgba(0, 0, 0, 0.1);
  background-image: none; }

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #4c7ff0;
  box-shadow: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #e8e8e8;
  border-radius: 2px;
  background-image: none;
  box-shadow: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results .select2-highlighted {
  background: #4c7ff0; }

.select2-search-choice-close {
  top: 2px; }

.select2-search input {
  border-color: rgba(0, 0, 0, 0.1) !important;
  outline: 0; }

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-selection {
  border-color: #d26d54; }

/* Handle up direction Select2 */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0.6rem 0.3125rem;
  margin: 0; }

.ui-select-container[theme='select2'].direction-up .ui-select-match {
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme='select2'].direction-up .ui-select-dropdown {
  border-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none; }

.select2-container .select2-choice,
.ui-select-container[theme='select2'] .select2-choice {
  line-height: 38px;
  height: 38px;
  padding: 0 1rem;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #fff;
  background-image: none; }

.select2-drop-active,
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border-color: #4c7ff0;
  box-shadow: none; }

.select2-container .select2-choice .select2-arrow,
.ui-select-container[theme='select2'] .select2-choice .select2-arrow {
  width: 38px;
  margin-top: -1px;
  text-align: center;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  background: #fff;
  background-image: none; }

.select2-container .select2-choice .select2-arrow::after,
.ui-select-container[theme='select2'] .select2-choice .select2-arrow::after {
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #808080 transparent transparent transparent; }

.select2-container .select2-choice .select2-arrow b,
.ui-select-container[theme='select2'] .select2-choice .select2-arrow b {
  display: none;
  visibility: hidden;
  background-image: none; }

.ui-select-container[theme='select2'].select2-container-active .select2-choice,
.ui-select-container[theme='select2'].select2-container-active .select2-choices {
  border-color: #4c7ff0;
  box-shadow: none; }

.ui-select-container[theme='select2'].select2-dropdown-open .select2-choice {
  background-color: white; }

.ui-select-container[theme='select2'] .select2-drop-active {
  border-color: #4c7ff0; }

.ui-select-container[theme='select2'].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #4c7ff0; }

.ui-select-container[theme='select2'] .select2-search input {
  font-family: inherit;
  font-size: 0.8125rem;
  min-height: 38px;
  border-color: rgba(0, 0, 0, 0.1);
  background: white; }

.ui-select-container[theme='select2'] .select2-results .select2-highlighted {
  color: #fff;
  background: #4c7ff0; }

/* Selectize theme */
.selectize-control.multi .selectize-input.has-items {
  padding: 7px 8px 4px; }

.selectize-input {
  padding: 9px 8px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border-radius: 2px; }

.selectize-dropdown-header {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px 2px 0 0;
  background: #e8e8e8; }

.selectize-input.focus {
  box-shadow: none; }

.selectize-input.dropdown-active {
  border-radius: 2px 2px 0 0; }

.selectize-dropdown {
  border-radius: 0 0 2px 2px;
  box-shadow: none; }

.selectize-dropdown .create {
  color: white !important; }

/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #4c7ff0 !important; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #d26d54; }

/* Handle up direction Selectize */
.ui-select-container[theme='selectize'].direction-up .ui-select-dropdown {
  box-shadow: none; }

.ui-select-container[theme='selectize'] .selectize-input {
  line-height: 36px;
  padding: 0.4375rem 1rem;
  padding-top: 0;
  padding-bottom: 0;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border-radius: 2px; }

.ui-select-container[theme='selectize'] .selectize-dropdown {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  box-shadow: none; }

.selectize-dropdown .active {
  color: #fff;
  background-color: #4c7ff0; }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  border-color: #4c7ff0;
  outline: 0;
  box-shadow: none; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  border-color: #4c7ff0; }

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  border-color: #4c7ff0; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #4c7ff0; }

.ui-select-bootstrap .ui-select-choices {
  font-size: inherit; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #d26d54; }

/* Handle up direction Bootstrap */
.ui-select-container[theme='bootstrap'].direction-up .ui-select-dropdown {
  box-shadow: none; }

body .ui-select-match .btn {
  min-width: initial; }

body .ui-select-match .btn-xs {
  padding: 1px;
  font-size: .8rem; }

body .ui-select-match span {
  margin: 1px; }

/*
 *  Usage:
 *
     <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 24px;
  height: 24px;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
  background-color: #4c7ff0; }

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  position: relative;
  width: 24px;
  height: 24px; }

.sk-double-bounce .sk-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: sk-doubleBounce 2s infinite ease-in-out;
  opacity: .6;
  border-radius: 50%;
  background-color: #4c7ff0; }

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1.0s; }

@keyframes sk-doubleBounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  font-size: 10px;
  width: 50px;
  height: 24px;
  text-align: center; }

.sk-wave .sk-rect {
  display: inline-block;
  width: 6px;
  height: 100%;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  background-color: #4c7ff0; }

.sk-wave .sk-rect1 {
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  animation-delay: -.9s; }

.sk-wave .sk-rect5 {
  animation-delay: -.8s; }

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  position: relative;
  width: 24px;
  height: 24px; }

.sk-wandering-cubes .sk-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  background-color: #4c7ff0; }

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -.9s; }

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg); } }

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 24px;
  height: 24px;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
  border-radius: 100%;
  background-color: #4c7ff0; }

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  position: relative;
  width: 24px;
  height: 24px;
  animation: sk-chasingDotsRotate 2s infinite linear;
  text-align: center; }

.sk-chasing-dots .sk-child {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 60%;
  height: 60%;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  border-radius: 100%;
  background-color: #4c7ff0; }

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s; }

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsBounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  width: 80px;
  text-align: center; }

.sk-three-bounce .sk-child {
  display: inline-block;
  width: 20px;
  height: 20px;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  border-radius: 100%;
  background-color: #4c7ff0; }

.sk-three-bounce .sk-bounce1 {
  animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 {
  animation-delay: -.16s; }

@keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  position: relative;
  width: 24px;
  height: 24px; }

.sk-circle .sk-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sk-circle .sk-child:before {
  display: block;
  width: 15%;
  height: 15%;
  margin: 0 auto;
  content: '';
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  border-radius: 100%;
  background-color: #4c7ff0; }

.sk-circle .sk-circle2 {
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  animation-delay: -.9s; }

.sk-circle .sk-circle5:before {
  animation-delay: -.8s; }

.sk-circle .sk-circle6:before {
  animation-delay: -.7s; }

.sk-circle .sk-circle7:before {
  animation-delay: -.6s; }

.sk-circle .sk-circle8:before {
  animation-delay: -.5s; }

.sk-circle .sk-circle9:before {
  animation-delay: -.4s; }

.sk-circle .sk-circle10:before {
  animation-delay: -.3s; }

.sk-circle .sk-circle11:before {
  animation-delay: -.2s; }

.sk-circle .sk-circle12:before {
  animation-delay: -.1s; }

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 24px;
  height: 24px;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }

.sk-cube-grid .sk-cube {
  float: left;
  width: 33%;
  height: 33%;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  background-color: #4c7ff0; }

.sk-cube-grid .sk-cube1 {
  animation-delay: .2s; }

.sk-cube-grid .sk-cube2 {
  animation-delay: .3s; }

.sk-cube-grid .sk-cube3 {
  animation-delay: .4s; }

.sk-cube-grid .sk-cube4 {
  animation-delay: .1s; }

.sk-cube-grid .sk-cube5 {
  animation-delay: .2s; }

.sk-cube-grid .sk-cube6 {
  animation-delay: .3s; }

.sk-cube-grid .sk-cube7 {
  animation-delay: .0s; }

.sk-cube-grid .sk-cube8 {
  animation-delay: .1s; }

.sk-cube-grid .sk-cube9 {
  animation-delay: .2s; }

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  position: relative;
  width: 24px;
  height: 24px; }

.sk-fading-circle .sk-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sk-fading-circle .sk-circle:before {
  display: block;
  width: 15%;
  height: 15%;
  margin: 0 auto;
  content: '';
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  border-radius: 100%;
  background-color: #4c7ff0; }

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  animation-delay: -.9s; }

.sk-fading-circle .sk-circle5:before {
  animation-delay: -.8s; }

.sk-fading-circle .sk-circle6:before {
  animation-delay: -.7s; }

.sk-fading-circle .sk-circle7:before {
  animation-delay: -.6s; }

.sk-fading-circle .sk-circle8:before {
  animation-delay: -.5s; }

.sk-fading-circle .sk-circle9:before {
  animation-delay: -.4s; }

.sk-fading-circle .sk-circle10:before {
  animation-delay: -.3s; }

.sk-fading-circle .sk-circle11:before {
  animation-delay: -.2s; }

.sk-fading-circle .sk-circle12:before {
  animation-delay: -.1s; }

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.sk-folding-cube {
  position: relative;
  width: 24px;
  height: 24px;
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transform-origin: 100% 100%;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  background-color: #4c7ff0; }

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  animation-delay: .3s; }

.sk-folding-cube .sk-cube3:before {
  animation-delay: .6s; }

.sk-folding-cube .sk-cube4:before {
  animation-delay: .9s; }

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/* $jquery-validation
 ------------------------------------------*/
input.valid {
  border-color: #7fc35c;
  box-shadow: none; }
  input.valid:focus {
    border-color: #65ad3f;
    box-shadow: none; }

input.error {
  border-color: #d26d54;
  box-shadow: none; }
  input.error:focus {
    border-color: #c04f33;
    box-shadow: none; }

label.error {
  font-weight: 400;
  color: #d26d54; }

/* $portlets
 ------------------------------------------*/
.draggable-portlets-wrapper .draggable-portlets {
  min-height: 3.125rem; }
  .draggable-portlets-wrapper .draggable-portlets .portlet {
    transition: transition, transform 200ms linear;
    transform: scale(1, 1); }
    .draggable-portlets-wrapper .draggable-portlets .portlet .portlet-heading {
      cursor: pointer; }
  .draggable-portlets-wrapper .draggable-portlets .ui-sortable-placeholder {
    visibility: visible !important;
    border: 0.0625rem dashed rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.01); }

.draggable-portlets-wrapper.dragging .portlet.ui-sortable-helper {
  opacity: 0.8;
  transform: scale(1.1, 1.1); }

/* $rickshaw
 ------------------------------------------*/
.rickshaw_graph {
  display: block; }

.rickshaw_graph .detail .x_label {
  font-family: inherit;
  border-radius: 2px; }

.rickshaw_graph .detail .item {
  font-family: inherit;
  border-radius: 2px; }

.rickshaw_graph .x_tick {
  border-left: 0.0625rem dashed rgba(0, 0, 0, 0.2); }

.rickshaw_graph .x_tick .title {
  font-family: inherit;
  color: black; }

.rickshaw_annotation_timeline .annotation .content {
  border-radius: 2px; }

.rickshaw_legend {
  font-family: inherit; }

.rickshaw_legend li:hover {
  border-radius: 2px; }

.rickshaw_legend li:active {
  border-radius: 2px; }

/* $social-button
 ------------------------------------------*/
.btn-icon {
  position: relative;
  overflow: hidden;
  min-height: 2.375rem;
  padding-left: 3.375rem;
  text-overflow: ellipsis; }
  .btn-icon :first-child {
    line-height: 2.375rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.375rem;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    background: rgba(0, 0, 0, 0.05); }
  .btn-icon.btn-lg {
    min-height: 3.25rem; }
    .btn-icon.btn-lg :first-child {
      line-height: 3.25rem;
      width: 3.25rem; }
  .btn-icon.btn-sm {
    min-height: 1.688rem; }
    .btn-icon.btn-sm :first-child {
      line-height: 1.688rem;
      width: 1.688rem; }

.btn-lg.btn-icon,
.btn-group-lg > .btn.btn-icon {
  padding-left: 4.25rem; }

.btn-sm.btn-icon,
.btn-group-sm > .btn.btn-icon {
  padding-left: 2.313rem; }

.btn-icon-icon {
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  padding-left: 0;
  border-width: 1px;
  position: relative;
  overflow: hidden;
  min-height: 2.375rem;
  padding-left: 3.375rem;
  text-overflow: ellipsis; }
  .btn-icon-icon :first-child {
    line-height: 2.375rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.375rem;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    background: rgba(0, 0, 0, 0.05); }
  .btn-icon-icon.btn-lg {
    min-height: 3.25rem; }
    .btn-icon-icon.btn-lg :first-child {
      line-height: 3.25rem;
      width: 3.25rem; }
  .btn-icon-icon.btn-sm {
    min-height: 1.688rem; }
    .btn-icon-icon.btn-sm :first-child {
      line-height: 1.688rem;
      width: 1.688rem; }
  .btn-icon-icon :first-child {
    width: 100% !important;
    text-align: center;
    border: none;
    background-color: transparent; }
  .btn-icon-icon.btn-lg {
    width: 3.25rem;
    height: 3.25rem;
    padding-right: 0;
    padding-left: 0; }
  .btn-icon-icon.btn-sm {
    width: 1.688rem;
    height: 1.688rem;
    padding-right: 0;
    padding-left: 0; }

.btn-adn {
  color: rgba(255, 255, 255, 0.8);
  background-color: #d87a68;
  border-color: #d87a68;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-adn:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #ce563f;
    border-color: #cb4f37; }
  .btn-adn:focus, .btn-adn.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #ce563f;
    border-color: #cb4f37; }
  .btn-adn:active, .btn-adn.active,
  .open > .btn-adn.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #ce563f;
    border-color: #cb4f37;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-adn:active:hover, .btn-adn:active:focus, .btn-adn:active.focus, .btn-adn.active:hover, .btn-adn.active:focus, .btn-adn.active.focus,
    .open > .btn-adn.dropdown-toggle:hover,
    .open > .btn-adn.dropdown-toggle:focus,
    .open > .btn-adn.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #b94630;
      border-color: #993a28; }
  .btn-adn.disabled:focus, .btn-adn.disabled.focus, .btn-adn:disabled:focus, .btn-adn:disabled.focus {
    background-color: #d87a68;
    border-color: #d87a68; }
  .btn-adn.disabled:hover, .btn-adn:disabled:hover {
    background-color: #d87a68;
    border-color: #d87a68; }

.btn-bitbucket {
  color: rgba(255, 255, 255, 0.8);
  background-color: #205081;
  border-color: #205081;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-bitbucket:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #163758;
    border-color: #143250; }
  .btn-bitbucket:focus, .btn-bitbucket.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #163758;
    border-color: #143250; }
  .btn-bitbucket:active, .btn-bitbucket.active,
  .open > .btn-bitbucket.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #163758;
    border-color: #143250;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-bitbucket:active:hover, .btn-bitbucket:active:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active:hover, .btn-bitbucket.active:focus, .btn-bitbucket.active.focus,
    .open > .btn-bitbucket.dropdown-toggle:hover,
    .open > .btn-bitbucket.dropdown-toggle:focus,
    .open > .btn-bitbucket.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #0f253c;
      border-color: #07111b; }
  .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket:disabled:focus, .btn-bitbucket:disabled.focus {
    background-color: #205081;
    border-color: #205081; }
  .btn-bitbucket.disabled:hover, .btn-bitbucket:disabled:hover {
    background-color: #205081;
    border-color: #205081; }

.btn-dropbox {
  color: rgba(255, 255, 255, 0.8);
  background-color: #1087dd;
  border-color: #1087dd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dropbox:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #0d6aad;
    border-color: #0c64a4; }
  .btn-dropbox:focus, .btn-dropbox.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #0d6aad;
    border-color: #0c64a4; }
  .btn-dropbox:active, .btn-dropbox.active,
  .open > .btn-dropbox.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #0d6aad;
    border-color: #0c64a4;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-dropbox:active:hover, .btn-dropbox:active:focus, .btn-dropbox:active.focus, .btn-dropbox.active:hover, .btn-dropbox.active:focus, .btn-dropbox.active.focus,
    .open > .btn-dropbox.dropdown-toggle:hover,
    .open > .btn-dropbox.dropdown-toggle:focus,
    .open > .btn-dropbox.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #0a568c;
      border-color: #073e66; }
  .btn-dropbox.disabled:focus, .btn-dropbox.disabled.focus, .btn-dropbox:disabled:focus, .btn-dropbox:disabled.focus {
    background-color: #1087dd;
    border-color: #1087dd; }
  .btn-dropbox.disabled:hover, .btn-dropbox:disabled:hover {
    background-color: #1087dd;
    border-color: #1087dd; }

.btn-facebook {
  color: rgba(255, 255, 255, 0.8);
  background-color: #3b5998;
  border-color: #3b5998;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-facebook:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #2d4373;
    border-color: #2a3f6c; }
  .btn-facebook:focus, .btn-facebook.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #2d4373;
    border-color: #2a3f6c; }
  .btn-facebook:active, .btn-facebook.active,
  .open > .btn-facebook.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #2d4373;
    border-color: #2a3f6c;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus,
    .open > .btn-facebook.dropdown-toggle:hover,
    .open > .btn-facebook.dropdown-toggle:focus,
    .open > .btn-facebook.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #23345a;
      border-color: #17233c; }
  .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook:disabled:focus, .btn-facebook:disabled.focus {
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook.disabled:hover, .btn-facebook:disabled:hover {
    background-color: #3b5998;
    border-color: #3b5998; }

.btn-flickr {
  color: rgba(255, 255, 255, 0.8);
  background-color: #ff0084;
  border-color: #ff0084;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-flickr:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #cc006a;
    border-color: #c20064; }
  .btn-flickr:focus, .btn-flickr.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #cc006a;
    border-color: #c20064; }
  .btn-flickr:active, .btn-flickr.active,
  .open > .btn-flickr.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #cc006a;
    border-color: #c20064;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-flickr:active:hover, .btn-flickr:active:focus, .btn-flickr:active.focus, .btn-flickr.active:hover, .btn-flickr.active:focus, .btn-flickr.active.focus,
    .open > .btn-flickr.dropdown-toggle:hover,
    .open > .btn-flickr.dropdown-toggle:focus,
    .open > .btn-flickr.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #a80057;
      border-color: #800042; }
  .btn-flickr.disabled:focus, .btn-flickr.disabled.focus, .btn-flickr:disabled:focus, .btn-flickr:disabled.focus {
    background-color: #ff0084;
    border-color: #ff0084; }
  .btn-flickr.disabled:hover, .btn-flickr:disabled:hover {
    background-color: #ff0084;
    border-color: #ff0084; }

.btn-foursquare {
  color: rgba(255, 255, 255, 0.8);
  background-color: #f94877;
  border-color: #f94877;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-foursquare:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #f71752;
    border-color: #f70d4b; }
  .btn-foursquare:focus, .btn-foursquare.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #f71752;
    border-color: #f70d4b; }
  .btn-foursquare:active, .btn-foursquare.active,
  .open > .btn-foursquare.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #f71752;
    border-color: #f70d4b;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-foursquare:active:hover, .btn-foursquare:active:focus, .btn-foursquare:active.focus, .btn-foursquare.active:hover, .btn-foursquare.active:focus, .btn-foursquare.active.focus,
    .open > .btn-foursquare.dropdown-toggle:hover,
    .open > .btn-foursquare.dropdown-toggle:focus,
    .open > .btn-foursquare.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #e30742;
      border-color: #bb0636; }
  .btn-foursquare.disabled:focus, .btn-foursquare.disabled.focus, .btn-foursquare:disabled:focus, .btn-foursquare:disabled.focus {
    background-color: #f94877;
    border-color: #f94877; }
  .btn-foursquare.disabled:hover, .btn-foursquare:disabled:hover {
    background-color: #f94877;
    border-color: #f94877; }

.btn-github {
  color: rgba(255, 255, 255, 0.8);
  background-color: #444;
  border-color: #444;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-github:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #2b2b2b;
    border-color: #252525; }
  .btn-github:focus, .btn-github.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #2b2b2b;
    border-color: #252525; }
  .btn-github:active, .btn-github.active,
  .open > .btn-github.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #2b2b2b;
    border-color: #252525;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-github:active:hover, .btn-github:active:focus, .btn-github:active.focus, .btn-github.active:hover, .btn-github.active:focus, .btn-github.active.focus,
    .open > .btn-github.dropdown-toggle:hover,
    .open > .btn-github.dropdown-toggle:focus,
    .open > .btn-github.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #191919;
      border-color: #040404; }
  .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github:disabled:focus, .btn-github:disabled.focus {
    background-color: #444;
    border-color: #444; }
  .btn-github.disabled:hover, .btn-github:disabled:hover {
    background-color: #444;
    border-color: #444; }

.btn-google {
  color: rgba(255, 255, 255, 0.8);
  background-color: #dd4b39;
  border-color: #dd4b39;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-google:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #c23321;
    border-color: #b93120; }
  .btn-google:focus, .btn-google.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #c23321;
    border-color: #b93120; }
  .btn-google:active, .btn-google.active,
  .open > .btn-google.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #c23321;
    border-color: #b93120;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus,
    .open > .btn-google.dropdown-toggle:hover,
    .open > .btn-google.dropdown-toggle:focus,
    .open > .btn-google.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #a32b1c;
      border-color: #802216; }
  .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google:disabled:focus, .btn-google:disabled.focus {
    background-color: #dd4b39;
    border-color: #dd4b39; }
  .btn-google.disabled:hover, .btn-google:disabled:hover {
    background-color: #dd4b39;
    border-color: #dd4b39; }

.btn-instagram {
  color: rgba(255, 255, 255, 0.8);
  background-color: #3f729b;
  border-color: #3f729b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-instagram:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #305777;
    border-color: #2d526f; }
  .btn-instagram:focus, .btn-instagram.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #305777;
    border-color: #2d526f; }
  .btn-instagram:active, .btn-instagram.active,
  .open > .btn-instagram.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #305777;
    border-color: #2d526f;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus,
    .open > .btn-instagram.dropdown-toggle:hover,
    .open > .btn-instagram.dropdown-toggle:focus,
    .open > .btn-instagram.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #26455d;
      border-color: #1a2f40; }
  .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram:disabled:focus, .btn-instagram:disabled.focus {
    background-color: #3f729b;
    border-color: #3f729b; }
  .btn-instagram.disabled:hover, .btn-instagram:disabled:hover {
    background-color: #3f729b;
    border-color: #3f729b; }

.btn-linkedin {
  color: rgba(255, 255, 255, 0.8);
  background-color: #007bb6;
  border-color: #007bb6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-linkedin:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #005983;
    border-color: #005279; }
  .btn-linkedin:focus, .btn-linkedin.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #005983;
    border-color: #005279; }
  .btn-linkedin:active, .btn-linkedin.active,
  .open > .btn-linkedin.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #005983;
    border-color: #005279;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus,
    .open > .btn-linkedin.dropdown-toggle:hover,
    .open > .btn-linkedin.dropdown-toggle:focus,
    .open > .btn-linkedin.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #00405f;
      border-color: #002537; }
  .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin:disabled:focus, .btn-linkedin:disabled.focus {
    background-color: #007bb6;
    border-color: #007bb6; }
  .btn-linkedin.disabled:hover, .btn-linkedin:disabled:hover {
    background-color: #007bb6;
    border-color: #007bb6; }

.btn-microsoft {
  color: rgba(255, 255, 255, 0.8);
  background-color: #2672ec;
  border-color: #2672ec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-microsoft:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #125acd;
    border-color: #1156c4; }
  .btn-microsoft:focus, .btn-microsoft.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #125acd;
    border-color: #1156c4; }
  .btn-microsoft:active, .btn-microsoft.active,
  .open > .btn-microsoft.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #125acd;
    border-color: #1156c4;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-microsoft:active:hover, .btn-microsoft:active:focus, .btn-microsoft:active.focus, .btn-microsoft.active:hover, .btn-microsoft.active:focus, .btn-microsoft.active.focus,
    .open > .btn-microsoft.dropdown-toggle:hover,
    .open > .btn-microsoft.dropdown-toggle:focus,
    .open > .btn-microsoft.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #0f4bac;
      border-color: #0c3b87; }
  .btn-microsoft.disabled:focus, .btn-microsoft.disabled.focus, .btn-microsoft:disabled:focus, .btn-microsoft:disabled.focus {
    background-color: #2672ec;
    border-color: #2672ec; }
  .btn-microsoft.disabled:hover, .btn-microsoft:disabled:hover {
    background-color: #2672ec;
    border-color: #2672ec; }

.btn-odnoklassniki {
  color: rgba(255, 255, 255, 0.8);
  background-color: #f4731c;
  border-color: #f4731c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-odnoklassniki:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #d35b0a;
    border-color: #c9570a; }
  .btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #d35b0a;
    border-color: #c9570a; }
  .btn-odnoklassniki:active, .btn-odnoklassniki.active,
  .open > .btn-odnoklassniki.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #d35b0a;
    border-color: #c9570a;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-odnoklassniki:active:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active.focus,
    .open > .btn-odnoklassniki.dropdown-toggle:hover,
    .open > .btn-odnoklassniki.dropdown-toggle:focus,
    .open > .btn-odnoklassniki.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #b14c09;
      border-color: #8a3c07; }
  .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki:disabled:focus, .btn-odnoklassniki:disabled.focus {
    background-color: #f4731c;
    border-color: #f4731c; }
  .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki:disabled:hover {
    background-color: #f4731c;
    border-color: #f4731c; }

.btn-openid {
  color: rgba(255, 255, 255, 0.8);
  background-color: #f7931e;
  border-color: #f7931e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-openid:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #da7908;
    border-color: #d07407; }
  .btn-openid:focus, .btn-openid.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #da7908;
    border-color: #d07407; }
  .btn-openid:active, .btn-openid.active,
  .open > .btn-openid.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #da7908;
    border-color: #d07407;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-openid:active:hover, .btn-openid:active:focus, .btn-openid:active.focus, .btn-openid.active:hover, .btn-openid.active:focus, .btn-openid.active.focus,
    .open > .btn-openid.dropdown-toggle:hover,
    .open > .btn-openid.dropdown-toggle:focus,
    .open > .btn-openid.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #b86607;
      border-color: #905005; }
  .btn-openid.disabled:focus, .btn-openid.disabled.focus, .btn-openid:disabled:focus, .btn-openid:disabled.focus {
    background-color: #f7931e;
    border-color: #f7931e; }
  .btn-openid.disabled:hover, .btn-openid:disabled:hover {
    background-color: #f7931e;
    border-color: #f7931e; }

.btn-pinterest {
  color: rgba(255, 255, 255, 0.8);
  background-color: #cb2027;
  border-color: #cb2027;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pinterest:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #9f191f;
    border-color: #96181d; }
  .btn-pinterest:focus, .btn-pinterest.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #9f191f;
    border-color: #96181d; }
  .btn-pinterest:active, .btn-pinterest.active,
  .open > .btn-pinterest.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #9f191f;
    border-color: #96181d;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-pinterest:active:hover, .btn-pinterest:active:focus, .btn-pinterest:active.focus, .btn-pinterest.active:hover, .btn-pinterest.active:focus, .btn-pinterest.active.focus,
    .open > .btn-pinterest.dropdown-toggle:hover,
    .open > .btn-pinterest.dropdown-toggle:focus,
    .open > .btn-pinterest.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #801419;
      border-color: #5d0f12; }
  .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest:disabled:focus, .btn-pinterest:disabled.focus {
    background-color: #cb2027;
    border-color: #cb2027; }
  .btn-pinterest.disabled:hover, .btn-pinterest:disabled:hover {
    background-color: #cb2027;
    border-color: #cb2027; }

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: #eff7ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-reddit:hover {
    color: #000;
    background-color: #bcdeff;
    border-color: #b2d8ff; }
  .btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcdeff;
    border-color: #b2d8ff; }
  .btn-reddit:active, .btn-reddit.active,
  .open > .btn-reddit.dropdown-toggle {
    color: #000;
    background-color: #bcdeff;
    border-color: #b2d8ff;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-reddit:active:hover, .btn-reddit:active:focus, .btn-reddit:active.focus, .btn-reddit.active:hover, .btn-reddit.active:focus, .btn-reddit.active.focus,
    .open > .btn-reddit.dropdown-toggle:hover,
    .open > .btn-reddit.dropdown-toggle:focus,
    .open > .btn-reddit.dropdown-toggle.focus {
      color: #000;
      background-color: #98ccff;
      border-color: #70b7ff; }
  .btn-reddit.disabled:focus, .btn-reddit.disabled.focus, .btn-reddit:disabled:focus, .btn-reddit:disabled.focus {
    background-color: #eff7ff;
    border-color: #eff7ff; }
  .btn-reddit.disabled:hover, .btn-reddit:disabled:hover {
    background-color: #eff7ff;
    border-color: #eff7ff; }

.btn-soundcloud {
  color: rgba(255, 255, 255, 0.8);
  background-color: #f50;
  border-color: #f50;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-soundcloud:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #cc4400;
    border-color: #c24100; }
  .btn-soundcloud:focus, .btn-soundcloud.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #cc4400;
    border-color: #c24100; }
  .btn-soundcloud:active, .btn-soundcloud.active,
  .open > .btn-soundcloud.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #cc4400;
    border-color: #c24100;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-soundcloud:active:hover, .btn-soundcloud:active:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active:hover, .btn-soundcloud.active:focus, .btn-soundcloud.active.focus,
    .open > .btn-soundcloud.dropdown-toggle:hover,
    .open > .btn-soundcloud.dropdown-toggle:focus,
    .open > .btn-soundcloud.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #a83800;
      border-color: #802b00; }
  .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud:disabled:focus, .btn-soundcloud:disabled.focus {
    background-color: #f50;
    border-color: #f50; }
  .btn-soundcloud.disabled:hover, .btn-soundcloud:disabled:hover {
    background-color: #f50;
    border-color: #f50; }

.btn-tumblr {
  color: rgba(255, 255, 255, 0.8);
  background-color: #2c4762;
  border-color: #2c4762;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-tumblr:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #1c2e3f;
    border-color: #192838; }
  .btn-tumblr:focus, .btn-tumblr.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #1c2e3f;
    border-color: #192838; }
  .btn-tumblr:active, .btn-tumblr.active,
  .open > .btn-tumblr.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #1c2e3f;
    border-color: #192838;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-tumblr:active:hover, .btn-tumblr:active:focus, .btn-tumblr:active.focus, .btn-tumblr.active:hover, .btn-tumblr.active:focus, .btn-tumblr.active.focus,
    .open > .btn-tumblr.dropdown-toggle:hover,
    .open > .btn-tumblr.dropdown-toggle:focus,
    .open > .btn-tumblr.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #111c26;
      border-color: #04070a; }
  .btn-tumblr.disabled:focus, .btn-tumblr.disabled.focus, .btn-tumblr:disabled:focus, .btn-tumblr:disabled.focus {
    background-color: #2c4762;
    border-color: #2c4762; }
  .btn-tumblr.disabled:hover, .btn-tumblr:disabled:hover {
    background-color: #2c4762;
    border-color: #2c4762; }

.btn-twitter {
  color: rgba(255, 255, 255, 0.8);
  background-color: #55acee;
  border-color: #55acee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-twitter:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #2795e9;
    border-color: #1d91e8; }
  .btn-twitter:focus, .btn-twitter.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #2795e9;
    border-color: #1d91e8; }
  .btn-twitter:active, .btn-twitter.active,
  .open > .btn-twitter.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #2795e9;
    border-color: #1d91e8;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus,
    .open > .btn-twitter.dropdown-toggle:hover,
    .open > .btn-twitter.dropdown-toggle:focus,
    .open > .btn-twitter.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #1583d7;
      border-color: #126db2; }
  .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter:disabled:focus, .btn-twitter:disabled.focus {
    background-color: #55acee;
    border-color: #55acee; }
  .btn-twitter.disabled:hover, .btn-twitter:disabled:hover {
    background-color: #55acee;
    border-color: #55acee; }

.btn-vimeo {
  color: rgba(255, 255, 255, 0.8);
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-vimeo:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #1295bf;
    border-color: #118eb6; }
  .btn-vimeo:focus, .btn-vimeo.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #1295bf;
    border-color: #118eb6; }
  .btn-vimeo:active, .btn-vimeo.active,
  .open > .btn-vimeo.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #1295bf;
    border-color: #118eb6;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-vimeo:active:hover, .btn-vimeo:active:focus, .btn-vimeo:active.focus, .btn-vimeo.active:hover, .btn-vimeo.active:focus, .btn-vimeo.active.focus,
    .open > .btn-vimeo.dropdown-toggle:hover,
    .open > .btn-vimeo.dropdown-toggle:focus,
    .open > .btn-vimeo.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #0f7b9f;
      border-color: #0b5e79; }
  .btn-vimeo.disabled:focus, .btn-vimeo.disabled.focus, .btn-vimeo:disabled:focus, .btn-vimeo:disabled.focus {
    background-color: #1ab7ea;
    border-color: #1ab7ea; }
  .btn-vimeo.disabled:hover, .btn-vimeo:disabled:hover {
    background-color: #1ab7ea;
    border-color: #1ab7ea; }

.btn-vk {
  color: rgba(255, 255, 255, 0.8);
  background-color: #587ea3;
  border-color: #587ea3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-vk:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #466482;
    border-color: #435f7b; }
  .btn-vk:focus, .btn-vk.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #466482;
    border-color: #435f7b; }
  .btn-vk:active, .btn-vk.active,
  .open > .btn-vk.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #466482;
    border-color: #435f7b;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-vk:active:hover, .btn-vk:active:focus, .btn-vk:active.focus, .btn-vk.active:hover, .btn-vk.active:focus, .btn-vk.active.focus,
    .open > .btn-vk.dropdown-toggle:hover,
    .open > .btn-vk.dropdown-toggle:focus,
    .open > .btn-vk.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #3a526b;
      border-color: #2b3e50; }
  .btn-vk.disabled:focus, .btn-vk.disabled.focus, .btn-vk:disabled:focus, .btn-vk:disabled.focus {
    background-color: #587ea3;
    border-color: #587ea3; }
  .btn-vk.disabled:hover, .btn-vk:disabled:hover {
    background-color: #587ea3;
    border-color: #587ea3; }

.btn-yahoo {
  color: rgba(255, 255, 255, 0.8);
  background-color: #720e9e;
  border-color: #720e9e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yahoo:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #500a6f;
    border-color: #490966; }
  .btn-yahoo:focus, .btn-yahoo.focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: #500a6f;
    border-color: #490966; }
  .btn-yahoo:active, .btn-yahoo.active,
  .open > .btn-yahoo.dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
    background-color: #500a6f;
    border-color: #490966;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-yahoo:active:hover, .btn-yahoo:active:focus, .btn-yahoo:active.focus, .btn-yahoo.active:hover, .btn-yahoo.active:focus, .btn-yahoo.active.focus,
    .open > .btn-yahoo.dropdown-toggle:hover,
    .open > .btn-yahoo.dropdown-toggle:focus,
    .open > .btn-yahoo.dropdown-toggle.focus {
      color: rgba(255, 255, 255, 0.8);
      background-color: #39074e;
      border-color: #1d0429; }
  .btn-yahoo.disabled:focus, .btn-yahoo.disabled.focus, .btn-yahoo:disabled:focus, .btn-yahoo:disabled.focus {
    background-color: #720e9e;
    border-color: #720e9e; }
  .btn-yahoo.disabled:hover, .btn-yahoo:disabled:hover {
    background-color: #720e9e;
    border-color: #720e9e; }

.btn,
.fullcalendar .fc-button {
  box-shadow: none; }

/* $sortable
 ------------------------------------------*/
.sortable-list {
  padding: 0; }
  .sortable-list li {
    position: relative;
    display: block;
    margin-bottom: -.0625rem;
    padding: .9375rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05); }
    .sortable-list li.ui-sortable-handle {
      cursor: move; }
    .sortable-list li:first-child {
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
    .sortable-list li:last-child {
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
    .sortable-list li .pull-right .material-icons {
      margin: -3px -3px 0 3px; }
  .sortable-list li.ui-state-highlight {
    width: 100%;
    min-height: 3.125rem;
    list-style: none;
    background: rgba(0, 0, 0, 0.01); }

/* $summernote
 ------------------------------------------*/
.note-air-editor {
  min-height: 9.375rem;
  padding: 0.75rem;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px; }

.note-editor.note-frame {
  border: 0; }

.note-editor {
  overflow: visible;
  border: 0;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px; }
  .note-editor .btn-group .btn {
    box-shadow: none; }
  .note-editor .note-toolbar {
    padding: 0 0.75rem 0.75rem;
    border-color: rgba(0, 0, 0, 0.1); }
  .note-editor .dropdown-menu {
    font-size: inherit;
    overflow: auto;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .note-editor .dropdown-menu li > a {
      font-weight: normal;
      line-height: 1.5;
      display: block;
      clear: both;
      width: 100%;
      padding: 3px 20px;
      text-align: inherit;
      white-space: nowrap;
      color: #373a3c;
      border: 0;
      background: none; }
  .note-editor .note-editable {
    min-height: 9.375rem;
    padding: 0.75rem;
    background-color: transparent !important; }

.note-popover .popover-content > .btn-group,
.panel-heading.note-toolbar > .btn-group {
  margin-top: 0.75rem; }

.note-icon-caret {
  display: none; }

.note-popover .popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 257px; }

[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
  line-height: 1; }

/* $sweet-alert
 ------------------------------------------*/
.sweet-alert {
  font-family: inherit;
  visibility: visible !important;
  border-radius: 2px; }
  .sweet-alert h2 {
    color: rgba(0, 0, 0, 0.7); }
  .sweet-alert p {
    font-size: 0.8125rem;
    font-weight: inherit;
    color: rgba(0, 0, 0, 0.7); }
  .sweet-alert button {
    font-size: inherit;
    border-radius: 2px; }
  .sweet-alert .icon.error {
    border-color: #d26d54; }
  .sweet-alert .sa-input-error::before,
  .sweet-alert .sa-input-error::after,
  .sweet-alert .sa-error-container .icon,
  .sweet-alert .icon.error .line {
    background-color: #d26d54; }
  .sweet-alert .icon.warning {
    border-color: #f0c54c; }
  .sweet-alert .icon.warning .body {
    background-color: #f0c54c; }
  .sweet-alert .icon.warning .dot {
    background-color: #f0c54c; }
  .sweet-alert .icon.info {
    border-color: #4cc3f0; }
  .sweet-alert .icon.info::before {
    background-color: #4cc3f0; }
  .sweet-alert .icon.info::after {
    background-color: #4cc3f0; }
  .sweet-alert .icon.success {
    border-color: #7fc35c; }
  .sweet-alert .icon.success .placeholder {
    border-color: rgba(127, 195, 92, 0.2); }
  .sweet-alert .icon.success .line {
    background-color: #7fc35c; }
  .sweet-alert .sa-input-error {
    top: 1.438rem; }

/* $touch-spin
 ------------------------------------------*/
.bootstrap-touchspin input {
  text-align: center; }

.btn.bootstrap-touchspin-down,
.btn.bootstrap-touchspin-up {
  font-size: initial !important; }

/*
 * twitter typeahead
 *
 */
.twitter-typeahead {
  display: block;
  width: 100%; }

.tt-query {
  box-shadow: inset 0 0.0625rem 1px rgba(0, 0, 0, 0.075); }

.tt-menu {
  width: 100%;
  margin: -0.0625rem 0 1.5rem;
  padding: 1rem 0;
  border: 0.0625rem solid #4c7ff0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 2px; }

.tt-suggestion {
  line-height: 1.5rem;
  padding: 0.1875rem 1rem; }

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #4c7ff0; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #4c7ff0; }

.tt-suggestion p {
  margin: 0; }

/* $Utilities Classes */
.inline {
  display: inline-block; }

.block {
  display: block; }

.l-h {
  line-height: 24px; }

/* Margins */
.m-x-n {
  margin-right: -1rem !important;
  margin-left: -1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.no-shadow {
  box-shadow: none; }

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

/* Position */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.lt {
  left: 0; }

.rt {
  right: 0; }

.bt {
  bottom: 0; }

.tp {
  top: 0; }

/* Radius */
.no-radius {
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.round {
  border-radius: 2px; }

.circle {
  border-radius: 50%; }

.brtl {
  border-top-left-radius: 2px; }

.brtr {
  border-top-right-radius: 2px; }

.brbl {
  border-bottom-left-radius: 2px; }

.brbr {
  border-bottom-right-radius: 2px; }

.brlg {
  border-radius: 4px !important; }

/* Overflow */
.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-auto {
  overflow: auto; }

/* Borders */
.no-border,
.b-a-0 {
  border: 0; }

.b-a {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.b-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.b-t {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.b-l {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.b-r {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.b-t-0 {
  border-top: 0; }

.b-r-0 {
  border-right: 0; }

.b-b-0 {
  border-bottom: 0; }

.b-l-0 {
  border-left: 0; }

/* border colors */
.border-primary {
  border-color: #4c7ff0 !important; }

.border-default {
  border-color: #e8e8e8 !important; }

.border-warning {
  border-color: #f0c54c !important; }

.border-success {
  border-color: #7fc35c !important; }

.border-info {
  border-color: #4cc3f0 !important; }

.border-white {
  border-color: white !important; }

.border-danger {
  border-color: #d26d54 !important; }

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

/*
 *  Demo specific styles.
 *  These can be removed
 */
.wdemo-layout-column {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.color-brands {
  display: block; }
  .color-brands::after {
    content: "";
    display: table;
    clear: both; }
  .color-brands.header-brands > div {
    width: 100% !important;
    cursor: pointer; }
  .color-brands > div {
    position: relative;
    display: block;
    float: left;
    width: 10%;
    margin-bottom: 1.5rem; }
  .color-brands .color-brand {
    line-height: 150px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: center; }
    .color-brands .color-brand.header-brand {
      width: 100%;
      height: 30px; }
    .color-brands .color-brand div {
      line-height: 50px;
      width: 100%;
      height: 50px; }
  .color-brands > .color-brand {
    width: 10%;
    height: 100px; }

@media (max-width: 991px) {
  .color-brands > div {
    width: 25%; }
  .color-brands > .color-brand {
    width: 25%; } }

#focusedInput {
  border-color: #84a7f5;
  box-shadow: none; }

.demo-button .btn {
  min-width: 115px;
  margin-right: 5px;
  margin-bottom: 5px; }

.demo-button2 button {
  margin: 0 5px 10px 0; }

.demo-button3 .btn {
  margin-bottom: 10px; }

.demo-links a {
  display: inline-block;
  min-width: 110px; }

.fontawesome-list .fa-hover {
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.fontawesome-list .fa,
.fontawesome-list .material-icons {
  min-width: 30px;
  vertical-align: middle; }

.fontawesome-list .fa-hover:hover {
  cursor: pointer;
  color: #4c7ff0; }

.fontawesome-icon-list {
  margin-bottom: 35px; }

.option {
  display: table;
  width: 100%;
  padding: 0.5rem 0; }
  .option > div {
    display: table-cell;
    vertical-align: middle; }
  .option > div:first-child {
    width: 200px; }

.demo-skin {
  display: table;
  width: 100%;
  margin-bottom: 30px; }
  .demo-skin span {
    display: table-cell;
    height: 25px;
    border-top: 0.0625rem solid fade(black, 7%);
    border-bottom: 0.0625rem solid fade(black, 7%); }
  .demo-skin span:first-child {
    border-left: 0.0625rem solid fade(black, 7%); }
  .demo-skin span:last-child {
    border-right: 0.0625rem solid fade(black, 7%); }

.sidebar-skins > div .fa,
.header-skins > div .fa {
  display: none;
  visibility: hidden; }

.sidebar-skins > div:hover,
.header-skins > div:hover {
  cursor: pointer; }

.sidebar-skins > div:hover .fa,
.header-skins > div:hover .fa {
  display: inline-block;
  visibility: visible; }

.sidebar-skins > div.active .fa,
.header-skins > div.active .fa {
  display: inline-block;
  visibility: visible;
  color: #7fc35c; }

.configuration {
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  right: 0;
  width: 400px;
  margin-left: 0;
  transition: transform 200ms cubic-bezier(0.7, 0, 0.3, 1);
  background: #fff;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .configuration .configuration-options {
    padding: 3rem; }

.configuration.active {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.configuration-cog {
  line-height: 32px;
  position: absolute;
  z-index: 8;
  top: 150px;
  left: -55px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  text-align: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
  box-shadow: -6px 0 10px rgba(0, 0, 0, 0.15);
  line-height: 55px; }
  .configuration-cog img {
    transform: rotate(90deg);
    height: 30px; }

.configuration-options {
  position: relative;
  z-index: 9; }

.configuration .title {
  padding: 10px 0;
  font-weight: 500;
  text-transform: uppercase; }

.configuration .option.styles label {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  padding: 0; }

.configuration .option.styles input {
  position: absolute;
  top: -100%;
  visibility: hidden;
  opacity: 0; }

.configuration .option.styles div {
  display: block; }

.configuration .option.styles div:nth-child(3) {
  height: 9px; }

.configuration .option.styles div:nth-child(4) {
  height: 1px; }

.configuration .option.styles div:last-child {
  height: 20px; }

.configuration .option.styles .fa {
  line-height: 32px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: fade(white, 30%);
  opacity: 0; }

.configuration .option.styles input[type=radio]:checked + .fa {
  opacity: 1; }

.swatches {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 2px; }

.swatches > div {
  display: table;
  width: 100%;
  min-height: 40px;
  padding: 0 15px;
  table-layout: fixed; }

.swatches > div:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.swatches > div:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.swatches > div > span {
  display: table-cell;
  vertical-align: middle; }

.demo-spinners .loader {
  display: table;
  min-height: 70px;
  margin: 1rem auto; }

.demo-spinkit .card-block > [class^='sk-'] {
  display: block;
  margin: 1rem auto; }

.theme-options {
  display: inline-block;
  width: 62px;
  height: 62px;
  border: 1px solid #535a6c;
  overflow: hidden;
  position: relative; }

.theme-options label {
  display: block;
  width: 100%;
  height: 100%; }
  .theme-options label, .theme-options label:focus, .theme-options label:hover {
    cursor: pointer; }
  .theme-options label input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .theme-options label .material-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    text-align: center;
    line-height: 60px;
    left: 0;
    top: 0; }
  .theme-options label input[type=radio]:checked + .material-icons {
    opacity: 1; }
  .theme-options label > div {
    display: block;
    width: 100%;
    height: 100%; }
    .theme-options label > div > span {
      float: left; }
    .theme-options label > div > span:first-child {
      width: 30px;
      height: 60px; }
      .theme-options label > div > span:first-child > span {
        display: block; }
      .theme-options label > div > span:first-child > span:first-child {
        width: 100%;
        height: 10px; }
      .theme-options label > div > span:first-child > span:nth-child(2) {
        width: 100%;
        height: 60px; }
    .theme-options label > div > span:nth-child(2) {
      width: 30px;
      height: 60px; }

.options label, .options a {
  position: relative;
  margin-bottom: 0;
  display: block;
  opacity: .3; }
  .options label + div, .options a + div {
    opacity: .3; }
  .options label.active, .options label.active + div, .options a.active, .options a.active + div {
    opacity: 1; }
  .options label, .options label:focus, .options label:hover, .options a, .options a:focus, .options a:hover {
    cursor: pointer; }
  .options label input, .options a input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .options label .material-icons, .options a .material-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    line-height: 92px;
    left: 0;
    top: 0;
    font-size: 50px; }
  .options label input:checked + .material-icons, .options a input:checked + .material-icons {
    opacity: 1; }

.btn-buy {
  position: relative;
  padding: 1rem;
  border-radius: 60px;
  background-color: #262626;
  color: #999;
  text-align: center; }
  .btn-buy:focus, .btn-buy:hover {
    color: #fff; }

@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,300,700,400italic);

@media (max-width:61.999em) {
}

@media (min-width: 48em) { /* 768 px, md-up */
    .nav-container nav ul {line-height:2.3rem;}
    .navbar-brand {
        float: left;
    }
    .navbar-nav .nav-item {
        float: left;
    }
    .navbar-divider,
    .navbar-nav .nav-item + .nav-item,
    .navbar-nav .nav-link + .nav-link {
        margin-left: 1rem;
    }
    header {
        padding-top: 9rem;
        padding-bottom: 9rem;
        height: 25rem;
    }
    #login-layout header {
        max-height: 200px;
    }
}

@media (min-width: 48em) and (max-width:61.999em) { /* 768-991px, md */

}

@media (max-width:47.999em) { /* 767 px, sm-down */
    .nav-container nav ul li {
        display: block;
        clear: both;
        padding-left: 0;
    }
    /*.nav-container .container {*/
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
    /*}*/
    /*.container {*/
        /*padding-top: 2em;*/
        /*padding-bottom: 2em;*/
    /*}*/
}
@media (max-width:31.999em) {
    #loginModal .btn, .login .btn {
        display: inline-block;
        width: 100%;
        margin: 0.25rem;
    }
}
a.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
}
.navbar h1 {
    margin-top: 0.4rem;
}
.navbar .btn {
    padding: 0.5rem 1rem;
}
.navbar .btn-outline-inverse {
    border: 1px solid #eeeeee;
}
.container-fade {
    padding-bottom: 10em;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(209,209,210,1) 100%);
}
.container-gradient {
    background: linear-gradient(91deg, #577db0, #6f3ead, #a8508e);
    background-size: 600% 600%;

    -webkit-animation: gradientBackground 30s ease infinite;
    -moz-animation: gradientBackground 30s ease infinite;
    animation: gradientBackground 30s ease infinite;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body p, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Alegreya Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
}
body p.light, body h1.light, body h2.light, body h3.light, body h4.light, body h5.light, body h6.light {
    font-weight: 400!important;
}

body .light {
    font-weight: 300!important;
}

@-webkit-keyframes gradientBackground {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradientBackground {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradientBackground {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

#home-layout, #login-layout {
    text-align: center;
}
#login-layout.ngkhoorn header h1 {
    background: rgba(255,255,255,0.5);
    padding: 4px;
    color: #111;
}
#home-layout, #login-layout nav, #login-layout h1, #login-layout h2 {
    color: #ddd;
}
#loginModal.ngkhoorn, .login {
    color: #111;
}
#loginModal label, #loginModal .checkbox, .login label, .login .checkbox {
    margin-top: 0.5rem;
    text-align: right;
}
#home-layout .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#home-layout .container.nav-container {
    padding-top: 0;
    padding-bottom: 0;
}
.text-medium {
    font-size: 1.3rem;
    font-weight: 400;
}
.text-dark, #home-layout .text-dark {
    color: #4409ad;
}
.header-container {
    width: 100%;
    background: url('../../images/background.jpg') no-repeat center top scroll;
    background-size: cover;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome!important;
}
.fc-toolbar > .fc-center {
    display: table!important;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.vertical-align-content {
    display: table;
    table-layout: fixed;
}
.vertical-align-content .row {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.navbar button {
    background-color: transparent;
    color: #eeeeee;
    font-weight: 300;
}
.social-buttons {
    text-align: center;
}
.social-buttons a {
    width: 16rem;
    margin: 0.25rem;
    display: inline-block;
}
.social-buttons .fa {
    font-size: 27px!important;
    margin-top: 5px;
}
.container-fluid.login {
    background-color: #ffffff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.fa-lg {
    font-size: 1.33333333em!important;
    line-height: 0.75em!important;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em!important;
}
.fa-3x {
    font-size: 3em!important;
}
.fa-4x {
    font-size: 4em!important;
}
.fa-5x {
    font-size: 5em!important;
}
.fa-fw {
    width: 1.28571429em!important;
    text-align: center;
}

.comparison {
    padding: 8px 5px;
    border-bottom: 1px solid #ddd;
    line-height: 1.8rem;
}
.comparison .fa-2x {
    vertical-align: middle;
    padding-bottom: 1px;
}


.btn-social{position:relative;padding-left:54px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:40px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
/*.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}*/
/*.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}*/
/*.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}*/
/*.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}*/
/*.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}*/
/*.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}*/
/*.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}*/
/*.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}*/
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
/* Sample header skins */
.skin-1 .main-panel > .header {
  color: rgba(255, 255, 255, 0.7);
  background-color: #7fc35c; }
  .skin-1 .main-panel > .header .navbar-nav .nav-link.dropdown > a,
  .skin-1 .main-panel > .header .nav > li > a,
  .skin-1 .main-panel > .header .navbar-heading,
  .skin-1 .main-panel > .header .material-icons {
    color: rgba(255, 255, 255, 0.7); }
  .skin-1 .main-panel > .header .navbar-nav .dropdown-menu {
    border-color: #7fc35c; }
  .skin-1 .main-panel > .header .search-form > input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-1 .main-panel > .header .search-form > input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-1 .main-panel > .header .search-form > input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-1 .main-panel > .header .search-form > input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-1 .main-panel > .header .search-form .form-control:focus {
    background: #7fc35c; }
  .skin-1 .main-panel > .header .nav > li > a:hover,
  .skin-1 .main-panel > .header .nav > li > a:focus,
  .skin-1 .main-panel > .header .nav .open > a,
  .skin-1 .main-panel > .header .nav .open > a:hover,
  .skin-1 .main-panel > .header .nav .open > a:focus {
    color: white; }

.skin-2 .main-panel > .header {
  color: rgba(255, 255, 255, 0.7);
  background-color: #4cc3f0; }
  .skin-2 .main-panel > .header .navbar-nav .nav-link.dropdown > a,
  .skin-2 .main-panel > .header .nav > li > a,
  .skin-2 .main-panel > .header .navbar-heading,
  .skin-2 .main-panel > .header .material-icons {
    color: rgba(255, 255, 255, 0.7); }
  .skin-2 .main-panel > .header .navbar-nav .dropdown-menu {
    border-color: #4cc3f0; }
  .skin-2 .main-panel > .header .search-form > input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-2 .main-panel > .header .search-form > input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-2 .main-panel > .header .search-form > input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-2 .main-panel > .header .search-form > input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-2 .main-panel > .header .search-form .form-control:focus {
    background: #4cc3f0; }
  .skin-2 .main-panel > .header .nav > li > a:hover,
  .skin-2 .main-panel > .header .nav > li > a:focus,
  .skin-2 .main-panel > .header .nav .open > a,
  .skin-2 .main-panel > .header .nav .open > a:hover,
  .skin-2 .main-panel > .header .nav .open > a:focus {
    color: white; }

.skin-3 .main-panel > .header {
  color: rgba(255, 255, 255, 0.7);
  background-color: #f0c54c; }
  .skin-3 .main-panel > .header .navbar-nav .nav-link.dropdown > a,
  .skin-3 .main-panel > .header .nav > li > a,
  .skin-3 .main-panel > .header .navbar-heading,
  .skin-3 .main-panel > .header .material-icons {
    color: rgba(255, 255, 255, 0.7); }
  .skin-3 .main-panel > .header .navbar-nav .dropdown-menu {
    border-color: #f0c54c; }
  .skin-3 .main-panel > .header .search-form > input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-3 .main-panel > .header .search-form > input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-3 .main-panel > .header .search-form > input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-3 .main-panel > .header .search-form > input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .skin-3 .main-panel > .header .search-form .form-control:focus {
    background: #f0c54c; }
  .skin-3 .main-panel > .header .nav > li > a:hover,
  .skin-3 .main-panel > .header .nav > li > a:focus,
  .skin-3 .main-panel > .header .nav .open > a,
  .skin-3 .main-panel > .header .nav .open > a:hover,
  .skin-3 .main-panel > .header .nav .open > a:focus {
    color: white; }

.skin-4 .main-panel > .header {
  color: rgba(0, 0, 0, 0.7);
  background-color: white; }
  .skin-4 .main-panel > .header .navbar-nav .nav-link.dropdown > a,
  .skin-4 .main-panel > .header .nav > li > a,
  .skin-4 .main-panel > .header .navbar-heading,
  .skin-4 .main-panel > .header .material-icons {
    color: rgba(0, 0, 0, 0.7); }
  .skin-4 .main-panel > .header .navbar-nav .dropdown-menu {
    border-color: white; }
  .skin-4 .main-panel > .header .search-form > input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .skin-4 .main-panel > .header .search-form > input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .skin-4 .main-panel > .header .search-form > input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .skin-4 .main-panel > .header .search-form > input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .skin-4 .main-panel > .header .search-form .form-control:focus {
    background: white; }
  .skin-4 .main-panel > .header .nav > li > a:hover,
  .skin-4 .main-panel > .header .nav > li > a:focus,
  .skin-4 .main-panel > .header .nav .open > a,
  .skin-4 .main-panel > .header .nav .open > a:hover,
  .skin-4 .main-panel > .header .nav .open > a:focus {
    color: #000; }

.skin-4 .sidebar-panel {
  background-color: #535a6c; }
  .skin-4 .sidebar-panel > .brand {
    background-color: #535a6c; }
    .skin-4 .sidebar-panel > .brand > a {
      color: rgba(255, 255, 255, 0.7); }
      .skin-4 .sidebar-panel > .brand > a:focus, .skin-4 .sidebar-panel > .brand > a:hover {
        color: rgba(255, 255, 255, 0.7); }
  .skin-4 .sidebar-panel .nav-profile > .dropdown-toggle,
  .skin-4 .sidebar-panel .nav-title {
    color: rgba(255, 255, 255, 0.8); }
  .skin-4 .sidebar-panel > nav > ul > li > a:hover,
  .skin-4 .sidebar-panel > nav > ul > li.open > a:hover {
    background-color: #4c5363; }
  .skin-4 .sidebar-panel > nav li.open > a,
  .skin-4 .sidebar-panel > nav li.active > a {
    color: #fff; }
  .skin-4 .sidebar-panel > nav > ul > li.open:before {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 4px;
    height: 100%;
    content: '';
    background: #4c7ff0;
    left: 0; }
  .skin-4 .sidebar-panel > nav a {
    color: rgba(255, 255, 255, 0.8); }
    .skin-4 .sidebar-panel > nav a:focus, .skin-4 .sidebar-panel > nav a:hover {
      color: #fff !important; }

.skin-4 .sidebar-panel {
  box-shadow: none; }
