@charset "UTF-8";

:root {
  --blue: #03a9f4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ed5564;
  --orange: #fd7e14;
  --yellow: #fcce54;
  --green: #7dc855;
  --teal: #20c997;
  --cyan: #78bcee;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #03a9f4;
  --secondary: #6c757d;
  --success: #7dc855;
  --info: #78bcee;
  --warning: #fcce54;
  --danger: #ed5564;
  --light: #f8f9fa;
  --dark: #272c33;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #0275a8;
  text-decoration: underline;
}

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: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mark,mark {
  padding: .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: .5rem;
}

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a>code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media(min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media(min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media(min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f8fa;
}

.table-hover tbody tr:hover {
  background-color: #f5f8fa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,.table-active>td,.table-active>th {
  background-color: #f5f8fa;
}

.table-hover .table-active:hover {
  background-color: #e4ecf2;
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
  background-color: #e4ecf2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #79d4fd;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(3,169,244,.25);
}

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

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

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

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

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

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

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

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

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

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

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #7dc855;
}

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

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

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
  border-color: #7dc855;
  box-shadow: 0 0 0 .2rem rgba(125,200,85,.25);
}

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

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

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

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

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

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

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

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

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #ecf0f5,0 0 0 .2rem rgba(125,200,85,.25);
}

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

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

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

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(125,200,85,.25);
}

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

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

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

.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
  border-color: #ed5564;
  box-shadow: 0 0 0 .2rem rgba(237,85,100,.25);
}

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

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

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

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #ecf0f5,0 0 0 .2rem rgba(237,85,100,.25);
}

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

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(237,85,100,.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media(min-width:576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,.form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

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

.btn.focus,.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(3,169,244,.25);
}

.btn.disabled,.btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-primary:hover {
  color: #fff;
  background-color: #038fce;
  border-color: #0286c2;
}

.btn-primary.focus,.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(3,169,244,.5);
}

.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0286c2;
  border-color: #027db5;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(3,169,244,.5);
}

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

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

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

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

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-success {
  color: #212529;
  background-color: #7dc855;
  border-color: #7dc855;
}

.btn-success:hover {
  color: #fff;
  background-color: #68ba3c;
  border-color: #63b139;
}

.btn-success.focus,.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(125,200,85,.5);
}

.btn-success.disabled,.btn-success:disabled {
  color: #212529;
  background-color: #7dc855;
  border-color: #7dc855;
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #63b139;
  border-color: #5da736;
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(125,200,85,.5);
}

.btn-info {
  color: #212529;
  background-color: #78bcee;
  border-color: #78bcee;
}

.btn-info:hover {
  color: #212529;
  background-color: #56abea;
  border-color: #4ba6e8;
}

.btn-info.focus,.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(120,188,238,.5);
}

.btn-info.disabled,.btn-info:disabled {
  color: #212529;
  background-color: #78bcee;
  border-color: #78bcee;
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #4ba6e8;
  border-color: #3fa0e7;
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(120,188,238,.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #fbc32e;
  border-color: #fbc022;
}

.btn-warning.focus,.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(252,206,84,.5);
}

.btn-warning.disabled,.btn-warning:disabled {
  color: #212529;
  background-color: #fcce54;
  border-color: #fcce54;
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #fbc022;
  border-color: #fbbc15;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(252,206,84,.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #e93244;
  border-color: #e8273a;
}

.btn-danger.focus,.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(237,85,100,.5);
}

.btn-danger.disabled,.btn-danger:disabled {
  color: #fff;
  background-color: #ed5564;
  border-color: #ed5564;
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e8273a;
  border-color: #e71b2f;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(237,85,100,.5);
}

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

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

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

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

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-dark {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}

.btn-dark:hover {
  color: #fff;
  background-color: #16191d;
  border-color: #111316;
}

.btn-dark.focus,.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(39,44,51,.5);
}

.btn-dark.disabled,.btn-dark:disabled {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #111316;
  border-color: #0b0d0f;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(39,44,51,.5);
}

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

.btn-outline-primary:hover {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(3,169,244,.5);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #03a9f4;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(3,169,244,.5);
}

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

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

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

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

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

.btn-outline-success:hover {
  color: #212529;
  background-color: #7dc855;
  border-color: #7dc855;
}

.btn-outline-success.focus,.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(125,200,85,.5);
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #7dc855;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #7dc855;
  border-color: #7dc855;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(125,200,85,.5);
}

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

.btn-outline-info:hover {
  color: #212529;
  background-color: #78bcee;
  border-color: #78bcee;
}

.btn-outline-info.focus,.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(120,188,238,.5);
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #78bcee;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #78bcee;
  border-color: #78bcee;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(120,188,238,.5);
}

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

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

.btn-outline-warning.focus,.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(252,206,84,.5);
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #fcce54;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fcce54;
  border-color: #fcce54;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(252,206,84,.5);
}

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

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

.btn-outline-danger.focus,.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(237,85,100,.5);
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
  color: #ed5564;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed5564;
  border-color: #ed5564;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(237,85,100,.5);
}

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

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

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

.btn-outline-light.disabled,.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

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

.btn-outline-dark:hover {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(39,44,51,.5);
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
  color: #272c33;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(39,44,51,.5);
}

.btn-link {
  font-weight: 400;
  color: #03a9f4;
  background-color: transparent;
}

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

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

.btn-link.disabled,.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg>.btn,.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm>.btn,.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

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

.fade {
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown,.dropleft,.dropright,.dropup {
  position: relative;
}

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

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

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

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

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

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

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

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

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

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

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

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

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

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

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

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

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

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

.btn-group-vertical>.btn+.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-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-append,.input-group-prepend {
  display: flex;
}

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

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

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

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

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

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #ecf0f5,0 0 0 .2rem rgba(3,169,244,.25);
}

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0088'%3E%3Cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.262.9747.2582.193z'/%3E%3C/svg%3E");
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0044'%3E%3Cpathstroke='%23fff'd='M02h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(3,169,244,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(3,169,244,.5);
}

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

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

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(3,169,244,.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem+2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0045'%3E%3Cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #79d4fd;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(121,212,253,.5);
}

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

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

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

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

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

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

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

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

.custom-file-input:focus~.custom-file-label {
  border-color: #79d4fd;
  box-shadow: 0 0 0 .2rem rgba(3,169,244,.25);
}

.custom-file-input:focus~.custom-file-label::after {
  border-color: #79d4fd;
}

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

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

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #03a9f4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #ecf0f5,0 0 0 .2rem rgba(3,169,244,.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ace4fe;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #03a9f4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #ecf0f5,0 0 0 .2rem rgba(3,169,244,.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #ace4fe;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #03a9f4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #ecf0f5,0 0 0 .2rem rgba(3,169,244,.25);
}

.custom-range::-ms-thumb:active {
  background-color: #ace4fe;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

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

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

.nav-link.disabled {
  color: #6c757d;
}

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

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

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

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

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

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

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

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
}

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

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

@media(min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

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

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

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

  .navbar-expand-sm .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }

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

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

@media(min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

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

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

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

  .navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }

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

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

@media(min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

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

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

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

  .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }

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

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

@media(min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

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

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

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

  .navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  flex-direction: row;
}

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

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

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

.navbar-expand .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(0,0,0,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(255,255,255,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E");
}

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e1e8ee;
  border-radius: .25rem;
}

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

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

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

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

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

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

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

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

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

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid #e1e8ee;
}

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

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

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

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

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

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

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

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

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}

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

@media(min-width:576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

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

@media(min-width:576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group>.card:only-child {
    border-radius: .25rem;
  }

  .card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

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

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

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

@media(min-width:576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

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

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

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #03a9f4;
  background-color: #fff;
  border: 1px solid #e1e8ee;
}

.page-link:hover {
  z-index: 2;
  color: #0275a8;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(3,169,244,.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #03a9f4;
}

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

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

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

.badge-success {
  color: #212529;
  background-color: #7dc855;
}

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

.badge-info {
  color: #212529;
  background-color: #78bcee;
}

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

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

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

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

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

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

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

.badge-dark {
  color: #fff;
  background-color: #272c33;
}

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #02587f;
  background-color: #cdeefd;
  border-color: #b8e7fc;
}

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

.alert-primary .alert-link {
  color: #01354d;
}

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

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

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

.alert-success {
  color: #41682c;
  background-color: #e5f4dd;
  border-color: #dbf0cf;
}

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

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

.alert-info {
  color: #3e627c;
  background-color: #e4f2fc;
  border-color: #d9ecfa;
}

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

.alert-info .alert-link {
  color: #2d475a;
}

.alert-warning {
  color: #836b2c;
  background-color: #fef5dd;
  border-color: #fef1cf;
}

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

.alert-warning .alert-link {
  color: #5d4c1f;
}

.alert-danger {
  color: #7b2c34;
  background-color: #fbdde0;
  border-color: #facfd4;
}

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

.alert-danger .alert-link {
  color: #551f24;
}

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

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

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

.alert-dark {
  color: #14171b;
  background-color: #d4d5d6;
  border-color: #c3c4c6;
}

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

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

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

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #03a9f4;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.list-group-item.disabled,.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

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

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

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

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

.list-group-item-primary {
  color: #02587f;
  background-color: #b8e7fc;
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
  color: #02587f;
  background-color: #a0dffb;
}

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

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

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

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

.list-group-item-success {
  color: #41682c;
  background-color: #dbf0cf;
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
  color: #41682c;
  background-color: #cceabc;
}

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

.list-group-item-info {
  color: #3e627c;
  background-color: #d9ecfa;
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
  color: #3e627c;
  background-color: #c2e1f7;
}

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

.list-group-item-warning {
  color: #836b2c;
  background-color: #fef1cf;
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
  color: #836b2c;
  background-color: #fdeab6;
}

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

.list-group-item-danger {
  color: #7b2c34;
  background-color: #facfd4;
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
  color: #7b2c34;
  background-color: #f8b8bf;
}

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

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

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

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

.list-group-item-dark {
  color: #14171b;
  background-color: #c3c4c6;
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
  color: #14171b;
  background-color: #b6b7ba;
}

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

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

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

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

@media screen and (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% -(1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #606676;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

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

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

@media screen and (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

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

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

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M5.250l-44441.5-1.5-2.5-2.52.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M2.750l-1.51.52.52.5-2.52.51.51.54-4-4-4z'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #03a9f4!important;
}

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

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

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

.bg-success {
  background-color: #7dc855!important;
}

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

.bg-info {
  background-color: #78bcee!important;
}

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

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

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

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

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

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

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

.bg-dark {
  background-color: #272c33!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #03a9f4!important;
}

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

.border-success {
  border-color: #7dc855!important;
}

.border-info {
  border-color: #78bcee!important;
}

.border-warning {
  border-color: #fcce54!important;
}

.border-danger {
  border-color: #ed5564!important;
}

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

.border-dark {
  border-color: #272c33!important;
}

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

.rounded {
  border-radius: .25rem!important;
}

.rounded-top {
  border-top-left-radius: .25rem!important;
  border-top-right-radius: .25rem!important;
}

.rounded-right {
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important;
}

.rounded-bottom {
  border-bottom-right-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important;
}

.rounded-left {
  border-top-left-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important;
}

.rounded-circle {
  border-radius: 50%!important;
}

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

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

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

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

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

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

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

.d-table-row {
  display: table-row!important;
}

.d-table-cell {
  display: table-cell!important;
}

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

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

@media(min-width:576px) {
  .d-sm-none {
    display: none!important;
  }

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

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

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

  .d-sm-table {
    display: table!important;
  }

  .d-sm-table-row {
    display: table-row!important;
  }

  .d-sm-table-cell {
    display: table-cell!important;
  }

  .d-sm-flex {
    display: flex!important;
  }

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

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

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

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

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

  .d-md-table {
    display: table!important;
  }

  .d-md-table-row {
    display: table-row!important;
  }

  .d-md-table-cell {
    display: table-cell!important;
  }

  .d-md-flex {
    display: flex!important;
  }

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

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

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

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

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

  .d-lg-table {
    display: table!important;
  }

  .d-lg-table-row {
    display: table-row!important;
  }

  .d-lg-table-cell {
    display: table-cell!important;
  }

  .d-lg-flex {
    display: flex!important;
  }

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

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

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

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

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

  .d-xl-table {
    display: table!important;
  }

  .d-xl-table-row {
    display: table-row!important;
  }

  .d-xl-table-cell {
    display: table-cell!important;
  }

  .d-xl-flex {
    display: flex!important;
  }

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

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

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

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

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

  .d-print-table {
    display: table!important;
  }

  .d-print-table-row {
    display: table-row!important;
  }

  .d-print-table-cell {
    display: table-cell!important;
  }

  .d-print-flex {
    display: flex!important;
  }

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

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

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

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

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

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

.flex-row {
  flex-direction: row!important;
}

.flex-column {
  flex-direction: column!important;
}

.flex-row-reverse {
  flex-direction: row-reverse!important;
}

.flex-column-reverse {
  flex-direction: column-reverse!important;
}

.flex-wrap {
  flex-wrap: wrap!important;
}

.flex-nowrap {
  flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse!important;
}

.flex-fill {
  flex: 1 1 auto!important;
}

.flex-grow-0 {
  flex-grow: 0!important;
}

.flex-grow-1 {
  flex-grow: 1!important;
}

.flex-shrink-0 {
  flex-shrink: 0!important;
}

.flex-shrink-1 {
  flex-shrink: 1!important;
}

.justify-content-start {
  justify-content: flex-start!important;
}

.justify-content-end {
  justify-content: flex-end!important;
}

.justify-content-center {
  justify-content: center!important;
}

.justify-content-between {
  justify-content: space-between!important;
}

.justify-content-around {
  justify-content: space-around!important;
}

.align-items-start {
  align-items: flex-start!important;
}

.align-items-end {
  align-items: flex-end!important;
}

.align-items-center {
  align-items: center!important;
}

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

.align-items-stretch {
  align-items: stretch!important;
}

.align-content-start {
  align-content: flex-start!important;
}

.align-content-end {
  align-content: flex-end!important;
}

.align-content-center {
  align-content: center!important;
}

.align-content-between {
  align-content: space-between!important;
}

.align-content-around {
  align-content: space-around!important;
}

.align-content-stretch {
  align-content: stretch!important;
}

.align-self-auto {
  align-self: auto!important;
}

.align-self-start {
  align-self: flex-start!important;
}

.align-self-end {
  align-self: flex-end!important;
}

.align-self-center {
  align-self: center!important;
}

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

.align-self-stretch {
  align-self: stretch!important;
}

@media(min-width:576px) {
  .flex-sm-row {
    flex-direction: row!important;
  }

  .flex-sm-column {
    flex-direction: column!important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse!important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse!important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap!important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap!important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse!important;
  }

  .flex-sm-fill {
    flex: 1 1 auto!important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0!important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1!important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0!important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1!important;
  }

  .justify-content-sm-start {
    justify-content: flex-start!important;
  }

  .justify-content-sm-end {
    justify-content: flex-end!important;
  }

  .justify-content-sm-center {
    justify-content: center!important;
  }

  .justify-content-sm-between {
    justify-content: space-between!important;
  }

  .justify-content-sm-around {
    justify-content: space-around!important;
  }

  .align-items-sm-start {
    align-items: flex-start!important;
  }

  .align-items-sm-end {
    align-items: flex-end!important;
  }

  .align-items-sm-center {
    align-items: center!important;
  }

  .align-items-sm-baseline {
    align-items: baseline!important;
  }

  .align-items-sm-stretch {
    align-items: stretch!important;
  }

  .align-content-sm-start {
    align-content: flex-start!important;
  }

  .align-content-sm-end {
    align-content: flex-end!important;
  }

  .align-content-sm-center {
    align-content: center!important;
  }

  .align-content-sm-between {
    align-content: space-between!important;
  }

  .align-content-sm-around {
    align-content: space-around!important;
  }

  .align-content-sm-stretch {
    align-content: stretch!important;
  }

  .align-self-sm-auto {
    align-self: auto!important;
  }

  .align-self-sm-start {
    align-self: flex-start!important;
  }

  .align-self-sm-end {
    align-self: flex-end!important;
  }

  .align-self-sm-center {
    align-self: center!important;
  }

  .align-self-sm-baseline {
    align-self: baseline!important;
  }

  .align-self-sm-stretch {
    align-self: stretch!important;
  }
}

@media(min-width:768px) {
  .flex-md-row {
    flex-direction: row!important;
  }

  .flex-md-column {
    flex-direction: column!important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse!important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse!important;
  }

  .flex-md-wrap {
    flex-wrap: wrap!important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap!important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse!important;
  }

  .flex-md-fill {
    flex: 1 1 auto!important;
  }

  .flex-md-grow-0 {
    flex-grow: 0!important;
  }

  .flex-md-grow-1 {
    flex-grow: 1!important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0!important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1!important;
  }

  .justify-content-md-start {
    justify-content: flex-start!important;
  }

  .justify-content-md-end {
    justify-content: flex-end!important;
  }

  .justify-content-md-center {
    justify-content: center!important;
  }

  .justify-content-md-between {
    justify-content: space-between!important;
  }

  .justify-content-md-around {
    justify-content: space-around!important;
  }

  .align-items-md-start {
    align-items: flex-start!important;
  }

  .align-items-md-end {
    align-items: flex-end!important;
  }

  .align-items-md-center {
    align-items: center!important;
  }

  .align-items-md-baseline {
    align-items: baseline!important;
  }

  .align-items-md-stretch {
    align-items: stretch!important;
  }

  .align-content-md-start {
    align-content: flex-start!important;
  }

  .align-content-md-end {
    align-content: flex-end!important;
  }

  .align-content-md-center {
    align-content: center!important;
  }

  .align-content-md-between {
    align-content: space-between!important;
  }

  .align-content-md-around {
    align-content: space-around!important;
  }

  .align-content-md-stretch {
    align-content: stretch!important;
  }

  .align-self-md-auto {
    align-self: auto!important;
  }

  .align-self-md-start {
    align-self: flex-start!important;
  }

  .align-self-md-end {
    align-self: flex-end!important;
  }

  .align-self-md-center {
    align-self: center!important;
  }

  .align-self-md-baseline {
    align-self: baseline!important;
  }

  .align-self-md-stretch {
    align-self: stretch!important;
  }
}

@media(min-width:992px) {
  .flex-lg-row {
    flex-direction: row!important;
  }

  .flex-lg-column {
    flex-direction: column!important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse!important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse!important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap!important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap!important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse!important;
  }

  .flex-lg-fill {
    flex: 1 1 auto!important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0!important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1!important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0!important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1!important;
  }

  .justify-content-lg-start {
    justify-content: flex-start!important;
  }

  .justify-content-lg-end {
    justify-content: flex-end!important;
  }

  .justify-content-lg-center {
    justify-content: center!important;
  }

  .justify-content-lg-between {
    justify-content: space-between!important;
  }

  .justify-content-lg-around {
    justify-content: space-around!important;
  }

  .align-items-lg-start {
    align-items: flex-start!important;
  }

  .align-items-lg-end {
    align-items: flex-end!important;
  }

  .align-items-lg-center {
    align-items: center!important;
  }

  .align-items-lg-baseline {
    align-items: baseline!important;
  }

  .align-items-lg-stretch {
    align-items: stretch!important;
  }

  .align-content-lg-start {
    align-content: flex-start!important;
  }

  .align-content-lg-end {
    align-content: flex-end!important;
  }

  .align-content-lg-center {
    align-content: center!important;
  }

  .align-content-lg-between {
    align-content: space-between!important;
  }

  .align-content-lg-around {
    align-content: space-around!important;
  }

  .align-content-lg-stretch {
    align-content: stretch!important;
  }

  .align-self-lg-auto {
    align-self: auto!important;
  }

  .align-self-lg-start {
    align-self: flex-start!important;
  }

  .align-self-lg-end {
    align-self: flex-end!important;
  }

  .align-self-lg-center {
    align-self: center!important;
  }

  .align-self-lg-baseline {
    align-self: baseline!important;
  }

  .align-self-lg-stretch {
    align-self: stretch!important;
  }
}

@media(min-width:1200px) {
  .flex-xl-row {
    flex-direction: row!important;
  }

  .flex-xl-column {
    flex-direction: column!important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse!important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse!important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap!important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap!important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse!important;
  }

  .flex-xl-fill {
    flex: 1 1 auto!important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0!important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1!important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0!important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1!important;
  }

  .justify-content-xl-start {
    justify-content: flex-start!important;
  }

  .justify-content-xl-end {
    justify-content: flex-end!important;
  }

  .justify-content-xl-center {
    justify-content: center!important;
  }

  .justify-content-xl-between {
    justify-content: space-between!important;
  }

  .justify-content-xl-around {
    justify-content: space-around!important;
  }

  .align-items-xl-start {
    align-items: flex-start!important;
  }

  .align-items-xl-end {
    align-items: flex-end!important;
  }

  .align-items-xl-center {
    align-items: center!important;
  }

  .align-items-xl-baseline {
    align-items: baseline!important;
  }

  .align-items-xl-stretch {
    align-items: stretch!important;
  }

  .align-content-xl-start {
    align-content: flex-start!important;
  }

  .align-content-xl-end {
    align-content: flex-end!important;
  }

  .align-content-xl-center {
    align-content: center!important;
  }

  .align-content-xl-between {
    align-content: space-between!important;
  }

  .align-content-xl-around {
    align-content: space-around!important;
  }

  .align-content-xl-stretch {
    align-content: stretch!important;
  }

  .align-self-xl-auto {
    align-self: auto!important;
  }

  .align-self-xl-start {
    align-self: flex-start!important;
  }

  .align-self-xl-end {
    align-self: flex-end!important;
  }

  .align-self-xl-center {
    align-self: center!important;
  }

  .align-self-xl-baseline {
    align-self: baseline!important;
  }

  .align-self-xl-stretch {
    align-self: stretch!important;
  }
}

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

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

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

@media(min-width:576px) {
  .float-sm-left {
    float: left!important;
  }

  .float-sm-right {
    float: right!important;
  }

  .float-sm-none {
    float: none!important;
  }
}

@media(min-width:768px) {
  .float-md-left {
    float: left!important;
  }

  .float-md-right {
    float: right!important;
  }

  .float-md-none {
    float: none!important;
  }
}

@media(min-width:992px) {
  .float-lg-left {
    float: left!important;
  }

  .float-lg-right {
    float: right!important;
  }

  .float-lg-none {
    float: none!important;
  }
}

@media(min-width:1200px) {
  .float-xl-left {
    float: left!important;
  }

  .float-xl-right {
    float: right!important;
  }

  .float-xl-none {
    float: none!important;
  }
}

.position-static {
  position: static!important;
}

.position-relative {
  position: relative!important;
}

.position-absolute {
  position: absolute!important;
}

.position-fixed {
  position: fixed!important;
}

.position-sticky {
  position: sticky!important;
}

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

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

@supports(position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.shadow-none {
  box-shadow: none!important;
}

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

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

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

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

.w-auto {
  width: auto!important;
}

.h-25 {
  height: 25%!important;
}

.h-50 {
  height: 50%!important;
}

.h-75 {
  height: 75%!important;
}

.h-100 {
  height: 100%!important;
}

.h-auto {
  height: auto!important;
}

.mw-100 {
  max-width: 100%!important;
}

.mh-100 {
  max-height: 100%!important;
}

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

.mt-0,.my-0 {
  margin-top: 0!important;
}

.mr-0,.mx-0 {
  margin-right: 0!important;
}

.mb-0,.my-0 {
  margin-bottom: 0!important;
}

.ml-0,.mx-0 {
  margin-left: 0!important;
}

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

.mt-1,.my-1 {
  margin-top: .25rem!important;
}

.mr-1,.mx-1 {
  margin-right: .25rem!important;
}

.mb-1,.my-1 {
  margin-bottom: .25rem!important;
}

.ml-1,.mx-1 {
  margin-left: .25rem!important;
}

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

.mt-2,.my-2 {
  margin-top: .5rem!important;
}

.mr-2,.mx-2 {
  margin-right: .5rem!important;
}

.mb-2,.my-2 {
  margin-bottom: .5rem!important;
}

.ml-2,.mx-2 {
  margin-left: .5rem!important;
}

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

.mt-3,.my-3 {
  margin-top: 1rem!important;
}

.mr-3,.mx-3 {
  margin-right: 1rem!important;
}

.mb-3,.my-3 {
  margin-bottom: 1rem!important;
}

.ml-3,.mx-3 {
  margin-left: 1rem!important;
}

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

.mt-4,.my-4 {
  margin-top: 1.5rem!important;
}

.mr-4,.mx-4 {
  margin-right: 1.5rem!important;
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem!important;
}

.ml-4,.mx-4 {
  margin-left: 1.5rem!important;
}

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

.mt-5,.my-5 {
  margin-top: 3rem!important;
}

.mr-5,.mx-5 {
  margin-right: 3rem!important;
}

.mb-5,.my-5 {
  margin-bottom: 3rem!important;
}

.ml-5,.mx-5 {
  margin-left: 3rem!important;
}

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

.pt-0,.py-0 {
  padding-top: 0!important;
}

.pr-0,.px-0 {
  padding-right: 0!important;
}

.pb-0,.py-0 {
  padding-bottom: 0!important;
}

.pl-0,.px-0 {
  padding-left: 0!important;
}

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

.pt-1,.py-1 {
  padding-top: .25rem!important;
}

.pr-1,.px-1 {
  padding-right: .25rem!important;
}

.pb-1,.py-1 {
  padding-bottom: .25rem!important;
}

.pl-1,.px-1 {
  padding-left: .25rem!important;
}

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

.pt-2,.py-2 {
  padding-top: .5rem!important;
}

.pr-2,.px-2 {
  padding-right: .5rem!important;
}

.pb-2,.py-2 {
  padding-bottom: .5rem!important;
}

.pl-2,.px-2 {
  padding-left: .5rem!important;
}

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

.pt-3,.py-3 {
  padding-top: 1rem!important;
}

.pr-3,.px-3 {
  padding-right: 1rem!important;
}

.pb-3,.py-3 {
  padding-bottom: 1rem!important;
}

.pl-3,.px-3 {
  padding-left: 1rem!important;
}

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

.pt-4,.py-4 {
  padding-top: 1.5rem!important;
}

.pr-4,.px-4 {
  padding-right: 1.5rem!important;
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem!important;
}

.pl-4,.px-4 {
  padding-left: 1.5rem!important;
}

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

.pt-5,.py-5 {
  padding-top: 3rem!important;
}

.pr-5,.px-5 {
  padding-right: 3rem!important;
}

.pb-5,.py-5 {
  padding-bottom: 3rem!important;
}

.pl-5,.px-5 {
  padding-left: 3rem!important;
}

.m-auto {
  margin: auto!important;
}

.mt-auto,.my-auto {
  margin-top: auto!important;
}

.mr-auto,.mx-auto {
  margin-right: auto!important;
}

.mb-auto,.my-auto {
  margin-bottom: auto!important;
}

.ml-auto,.mx-auto {
  margin-left: auto!important;
}

@media(min-width:576px) {
  .m-sm-0 {
    margin: 0!important;
  }

  .mt-sm-0,.my-sm-0 {
    margin-top: 0!important;
  }

  .mr-sm-0,.mx-sm-0 {
    margin-right: 0!important;
  }

  .mb-sm-0,.my-sm-0 {
    margin-bottom: 0!important;
  }

  .ml-sm-0,.mx-sm-0 {
    margin-left: 0!important;
  }

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

  .mt-sm-1,.my-sm-1 {
    margin-top: .25rem!important;
  }

  .mr-sm-1,.mx-sm-1 {
    margin-right: .25rem!important;
  }

  .mb-sm-1,.my-sm-1 {
    margin-bottom: .25rem!important;
  }

  .ml-sm-1,.mx-sm-1 {
    margin-left: .25rem!important;
  }

  .m-sm-2 {
    margin: .5rem!important;
  }

  .mt-sm-2,.my-sm-2 {
    margin-top: .5rem!important;
  }

  .mr-sm-2,.mx-sm-2 {
    margin-right: .5rem!important;
  }

  .mb-sm-2,.my-sm-2 {
    margin-bottom: .5rem!important;
  }

  .ml-sm-2,.mx-sm-2 {
    margin-left: .5rem!important;
  }

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

  .mt-sm-3,.my-sm-3 {
    margin-top: 1rem!important;
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: 1rem!important;
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1rem!important;
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: 1rem!important;
  }

  .m-sm-4 {
    margin: 1.5rem!important;
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 1.5rem!important;
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 1.5rem!important;
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 1.5rem!important;
  }

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

  .mt-sm-5,.my-sm-5 {
    margin-top: 3rem!important;
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 3rem!important;
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 3rem!important;
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 3rem!important;
  }

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

  .pt-sm-0,.py-sm-0 {
    padding-top: 0!important;
  }

  .pr-sm-0,.px-sm-0 {
    padding-right: 0!important;
  }

  .pb-sm-0,.py-sm-0 {
    padding-bottom: 0!important;
  }

  .pl-sm-0,.px-sm-0 {
    padding-left: 0!important;
  }

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

  .pt-sm-1,.py-sm-1 {
    padding-top: .25rem!important;
  }

  .pr-sm-1,.px-sm-1 {
    padding-right: .25rem!important;
  }

  .pb-sm-1,.py-sm-1 {
    padding-bottom: .25rem!important;
  }

  .pl-sm-1,.px-sm-1 {
    padding-left: .25rem!important;
  }

  .p-sm-2 {
    padding: .5rem!important;
  }

  .pt-sm-2,.py-sm-2 {
    padding-top: .5rem!important;
  }

  .pr-sm-2,.px-sm-2 {
    padding-right: .5rem!important;
  }

  .pb-sm-2,.py-sm-2 {
    padding-bottom: .5rem!important;
  }

  .pl-sm-2,.px-sm-2 {
    padding-left: .5rem!important;
  }

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

  .pt-sm-3,.py-sm-3 {
    padding-top: 1rem!important;
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: 1rem!important;
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1rem!important;
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: 1rem!important;
  }

  .p-sm-4 {
    padding: 1.5rem!important;
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 1.5rem!important;
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 1.5rem!important;
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 1.5rem!important;
  }

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

  .pt-sm-5,.py-sm-5 {
    padding-top: 3rem!important;
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 3rem!important;
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 3rem!important;
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 3rem!important;
  }

  .m-sm-auto {
    margin: auto!important;
  }

  .mt-sm-auto,.my-sm-auto {
    margin-top: auto!important;
  }

  .mr-sm-auto,.mx-sm-auto {
    margin-right: auto!important;
  }

  .mb-sm-auto,.my-sm-auto {
    margin-bottom: auto!important;
  }

  .ml-sm-auto,.mx-sm-auto {
    margin-left: auto!important;
  }
}

@media(min-width:768px) {
  .m-md-0 {
    margin: 0!important;
  }

  .mt-md-0,.my-md-0 {
    margin-top: 0!important;
  }

  .mr-md-0,.mx-md-0 {
    margin-right: 0!important;
  }

  .mb-md-0,.my-md-0 {
    margin-bottom: 0!important;
  }

  .ml-md-0,.mx-md-0 {
    margin-left: 0!important;
  }

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

  .mt-md-1,.my-md-1 {
    margin-top: .25rem!important;
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .25rem!important;
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .25rem!important;
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .25rem!important;
  }

  .m-md-2 {
    margin: .5rem!important;
  }

  .mt-md-2,.my-md-2 {
    margin-top: .5rem!important;
  }

  .mr-md-2,.mx-md-2 {
    margin-right: .5rem!important;
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: .5rem!important;
  }

  .ml-md-2,.mx-md-2 {
    margin-left: .5rem!important;
  }

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

  .mt-md-3,.my-md-3 {
    margin-top: 1rem!important;
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1rem!important;
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1rem!important;
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1rem!important;
  }

  .m-md-4 {
    margin: 1.5rem!important;
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1.5rem!important;
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1.5rem!important;
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1.5rem!important;
  }

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

  .mt-md-5,.my-md-5 {
    margin-top: 3rem!important;
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 3rem!important;
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 3rem!important;
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 3rem!important;
  }

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

  .pt-md-0,.py-md-0 {
    padding-top: 0!important;
  }

  .pr-md-0,.px-md-0 {
    padding-right: 0!important;
  }

  .pb-md-0,.py-md-0 {
    padding-bottom: 0!important;
  }

  .pl-md-0,.px-md-0 {
    padding-left: 0!important;
  }

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

  .pt-md-1,.py-md-1 {
    padding-top: .25rem!important;
  }

  .pr-md-1,.px-md-1 {
    padding-right: .25rem!important;
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .25rem!important;
  }

  .pl-md-1,.px-md-1 {
    padding-left: .25rem!important;
  }

  .p-md-2 {
    padding: .5rem!important;
  }

  .pt-md-2,.py-md-2 {
    padding-top: .5rem!important;
  }

  .pr-md-2,.px-md-2 {
    padding-right: .5rem!important;
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: .5rem!important;
  }

  .pl-md-2,.px-md-2 {
    padding-left: .5rem!important;
  }

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

  .pt-md-3,.py-md-3 {
    padding-top: 1rem!important;
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1rem!important;
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1rem!important;
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1rem!important;
  }

  .p-md-4 {
    padding: 1.5rem!important;
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1.5rem!important;
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1.5rem!important;
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1.5rem!important;
  }

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

  .pt-md-5,.py-md-5 {
    padding-top: 3rem!important;
  }

  .pr-md-5,.px-md-5 {
    padding-right: 3rem!important;
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 3rem!important;
  }

  .pl-md-5,.px-md-5 {
    padding-left: 3rem!important;
  }

  .m-md-auto {
    margin: auto!important;
  }

  .mt-md-auto,.my-md-auto {
    margin-top: auto!important;
  }

  .mr-md-auto,.mx-md-auto {
    margin-right: auto!important;
  }

  .mb-md-auto,.my-md-auto {
    margin-bottom: auto!important;
  }

  .ml-md-auto,.mx-md-auto {
    margin-left: auto!important;
  }
}

@media(min-width:992px) {
  .m-lg-0 {
    margin: 0!important;
  }

  .mt-lg-0,.my-lg-0 {
    margin-top: 0!important;
  }

  .mr-lg-0,.mx-lg-0 {
    margin-right: 0!important;
  }

  .mb-lg-0,.my-lg-0 {
    margin-bottom: 0!important;
  }

  .ml-lg-0,.mx-lg-0 {
    margin-left: 0!important;
  }

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

  .mt-lg-1,.my-lg-1 {
    margin-top: .25rem!important;
  }

  .mr-lg-1,.mx-lg-1 {
    margin-right: .25rem!important;
  }

  .mb-lg-1,.my-lg-1 {
    margin-bottom: .25rem!important;
  }

  .ml-lg-1,.mx-lg-1 {
    margin-left: .25rem!important;
  }

  .m-lg-2 {
    margin: .5rem!important;
  }

  .mt-lg-2,.my-lg-2 {
    margin-top: .5rem!important;
  }

  .mr-lg-2,.mx-lg-2 {
    margin-right: .5rem!important;
  }

  .mb-lg-2,.my-lg-2 {
    margin-bottom: .5rem!important;
  }

  .ml-lg-2,.mx-lg-2 {
    margin-left: .5rem!important;
  }

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

  .mt-lg-3,.my-lg-3 {
    margin-top: 1rem!important;
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: 1rem!important;
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1rem!important;
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: 1rem!important;
  }

  .m-lg-4 {
    margin: 1.5rem!important;
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 1.5rem!important;
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 1.5rem!important;
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 1.5rem!important;
  }

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

  .mt-lg-5,.my-lg-5 {
    margin-top: 3rem!important;
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 3rem!important;
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 3rem!important;
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 3rem!important;
  }

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

  .pt-lg-0,.py-lg-0 {
    padding-top: 0!important;
  }

  .pr-lg-0,.px-lg-0 {
    padding-right: 0!important;
  }

  .pb-lg-0,.py-lg-0 {
    padding-bottom: 0!important;
  }

  .pl-lg-0,.px-lg-0 {
    padding-left: 0!important;
  }

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

  .pt-lg-1,.py-lg-1 {
    padding-top: .25rem!important;
  }

  .pr-lg-1,.px-lg-1 {
    padding-right: .25rem!important;
  }

  .pb-lg-1,.py-lg-1 {
    padding-bottom: .25rem!important;
  }

  .pl-lg-1,.px-lg-1 {
    padding-left: .25rem!important;
  }

  .p-lg-2 {
    padding: .5rem!important;
  }

  .pt-lg-2,.py-lg-2 {
    padding-top: .5rem!important;
  }

  .pr-lg-2,.px-lg-2 {
    padding-right: .5rem!important;
  }

  .pb-lg-2,.py-lg-2 {
    padding-bottom: .5rem!important;
  }

  .pl-lg-2,.px-lg-2 {
    padding-left: .5rem!important;
  }

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

  .pt-lg-3,.py-lg-3 {
    padding-top: 1rem!important;
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: 1rem!important;
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1rem!important;
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: 1rem!important;
  }

  .p-lg-4 {
    padding: 1.5rem!important;
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 1.5rem!important;
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 1.5rem!important;
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 1.5rem!important;
  }

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

  .pt-lg-5,.py-lg-5 {
    padding-top: 3rem!important;
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 3rem!important;
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 3rem!important;
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 3rem!important;
  }

  .m-lg-auto {
    margin: auto!important;
  }

  .mt-lg-auto,.my-lg-auto {
    margin-top: auto!important;
  }

  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto!important;
  }

  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto!important;
  }

  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto!important;
  }
}

@media(min-width:1200px) {
  .m-xl-0 {
    margin: 0!important;
  }

  .mt-xl-0,.my-xl-0 {
    margin-top: 0!important;
  }

  .mr-xl-0,.mx-xl-0 {
    margin-right: 0!important;
  }

  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0!important;
  }

  .ml-xl-0,.mx-xl-0 {
    margin-left: 0!important;
  }

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

  .mt-xl-1,.my-xl-1 {
    margin-top: .25rem!important;
  }

  .mr-xl-1,.mx-xl-1 {
    margin-right: .25rem!important;
  }

  .mb-xl-1,.my-xl-1 {
    margin-bottom: .25rem!important;
  }

  .ml-xl-1,.mx-xl-1 {
    margin-left: .25rem!important;
  }

  .m-xl-2 {
    margin: .5rem!important;
  }

  .mt-xl-2,.my-xl-2 {
    margin-top: .5rem!important;
  }

  .mr-xl-2,.mx-xl-2 {
    margin-right: .5rem!important;
  }

  .mb-xl-2,.my-xl-2 {
    margin-bottom: .5rem!important;
  }

  .ml-xl-2,.mx-xl-2 {
    margin-left: .5rem!important;
  }

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

  .mt-xl-3,.my-xl-3 {
    margin-top: 1rem!important;
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: 1rem!important;
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1rem!important;
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: 1rem!important;
  }

  .m-xl-4 {
    margin: 1.5rem!important;
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 1.5rem!important;
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 1.5rem!important;
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 1.5rem!important;
  }

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

  .mt-xl-5,.my-xl-5 {
    margin-top: 3rem!important;
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 3rem!important;
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 3rem!important;
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 3rem!important;
  }

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

  .pt-xl-0,.py-xl-0 {
    padding-top: 0!important;
  }

  .pr-xl-0,.px-xl-0 {
    padding-right: 0!important;
  }

  .pb-xl-0,.py-xl-0 {
    padding-bottom: 0!important;
  }

  .pl-xl-0,.px-xl-0 {
    padding-left: 0!important;
  }

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

  .pt-xl-1,.py-xl-1 {
    padding-top: .25rem!important;
  }

  .pr-xl-1,.px-xl-1 {
    padding-right: .25rem!important;
  }

  .pb-xl-1,.py-xl-1 {
    padding-bottom: .25rem!important;
  }

  .pl-xl-1,.px-xl-1 {
    padding-left: .25rem!important;
  }

  .p-xl-2 {
    padding: .5rem!important;
  }

  .pt-xl-2,.py-xl-2 {
    padding-top: .5rem!important;
  }

  .pr-xl-2,.px-xl-2 {
    padding-right: .5rem!important;
  }

  .pb-xl-2,.py-xl-2 {
    padding-bottom: .5rem!important;
  }

  .pl-xl-2,.px-xl-2 {
    padding-left: .5rem!important;
  }

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

  .pt-xl-3,.py-xl-3 {
    padding-top: 1rem!important;
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: 1rem!important;
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1rem!important;
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: 1rem!important;
  }

  .p-xl-4 {
    padding: 1.5rem!important;
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 1.5rem!important;
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 1.5rem!important;
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 1.5rem!important;
  }

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

  .pt-xl-5,.py-xl-5 {
    padding-top: 3rem!important;
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 3rem!important;
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 3rem!important;
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 3rem!important;
  }

  .m-xl-auto {
    margin: auto!important;
  }

  .mt-xl-auto,.my-xl-auto {
    margin-top: auto!important;
  }

  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto!important;
  }

  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto!important;
  }

  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto!important;
  }
}

.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

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

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

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

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

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

@media(min-width:576px) {
  .text-sm-left {
    text-align: left!important;
  }

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

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

@media(min-width:768px) {
  .text-md-left {
    text-align: left!important;
  }

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

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

@media(min-width:992px) {
  .text-lg-left {
    text-align: left!important;
  }

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

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

@media(min-width:1200px) {
  .text-xl-left {
    text-align: left!important;
  }

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

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

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

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

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

.font-weight-light {
  font-weight: 300!important;
}

.font-weight-normal {
  font-weight: 400!important;
}

.font-weight-bold {
  font-weight: 700!important;
}

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

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

.text-primary {
  color: #03a9f4!important;
}

a.text-primary:focus,a.text-primary:hover {
  color: #0286c2!important;
}

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

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

.text-success {
  color: #7dc855!important;
}

a.text-success:focus,a.text-success:hover {
  color: #63b139!important;
}

.text-info {
  color: #78bcee!important;
}

a.text-info:focus,a.text-info:hover {
  color: #4ba6e8!important;
}

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

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

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

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

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

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

.text-dark {
  color: #272c33!important;
}

a.text-dark:focus,a.text-dark:hover {
  color: #111316!important;
}

.text-body {
  color: #212529!important;
}

.text-muted {
  color: #6c757d!important;
}

.text-black-50 {
  color: rgba(0,0,0,.5)!important;
}

.text-white-50 {
  color: rgba(255,255,255,.5)!important;
}

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

.visible {
  visibility: visible!important;
}

.invisible {
  visibility: hidden!important;
}

@media print {
  *,::after,::before {
    text-shadow: none!important;
    box-shadow: none!important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap!important;
  }

  blockquote,pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,tr {
    page-break-inside: avoid;
  }

  h2,h3,p {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }@  page {
    size: a3;
  }

  body {
    min-width: 992px!important;
  }

  .container {
    min-width: 992px!important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse!important;
  }

  .table td,.table th {
    background-color: #fff!important;
  }

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

  .table-dark {
    color: inherit;
  }

  .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #e1e8ee;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #e1e8ee;
  }
}

@font-face {
  font-family:paperIcons;src:url(../czcionki/paperIcons.eot?8quail);src:url(../czcionki/paperIcons.eot?8quail#iefix) format("embedded-opentype"),url(../czcionki/paperIcons.ttf?8quail) format("truetype"),url(../czcionki/paperIcons.woff?8quail) format("woff"),url(../czcionki/paperIcons.svg?8quail#paperIcons) format("svg");font-weight:400;font-style:normal;
}

[class*=" icon-"],[class^=icon-] {
  font-family: paperIcons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3d_rotation:before {
  content: "\e84d";
}

.icon-ac_unit:before {
  content: "\ed94";
}

.icon-alarm:before {
  content: "\e855";
}

.icon-access_alarms:before {
  content: "\e191";
}

.icon-schedule:before {
  content: "\e8b5";
}

.icon-accessibility:before {
  content: "\e84e";
}

.icon-accessible:before {
  content: "\ed95";
}

.icon-account_balance:before {
  content: "\e84f";
}

.icon-account_balance_wallet:before {
  content: "\e850";
}

.icon-account_box:before {
  content: "\e851";
}

.icon-account_circle:before {
  content: "\e853";
}

.icon-adb:before {
  content: "\e60e";
}

.icon-add:before {
  content: "\e145";
}

.icon-add_a_photo:before {
  content: "\e439";
}

.icon-alarm_add:before {
  content: "\e856";
}

.icon-add_alert:before {
  content: "\e003";
}

.icon-add_box:before {
  content: "\e146";
}

.icon-add_circle:before {
  content: "\e147";
}

.icon-control_point:before {
  content: "\e3ba";
}

.icon-add_location:before {
  content: "\e567";
}

.icon-add_shopping_cart:before {
  content: "\e854";
}

.icon-queue:before {
  content: "\e03c";
}

.icon-add_to_queue:before {
  content: "\e05c";
}

.icon-adjust2:before {
  content: "\e39e";
}

.icon-airline_seat_flat:before {
  content: "\e630";
}

.icon-airline_seat_flat_angled:before {
  content: "\e631";
}

.icon-airline_seat_individual_suite:before {
  content: "\e632";
}

.icon-airline_seat_legroom_extra:before {
  content: "\e633";
}

.icon-airline_seat_legroom_normal:before {
  content: "\e634";
}

.icon-airline_seat_legroom_reduced:before {
  content: "\e635";
}

.icon-airline_seat_recline_extra:before {
  content: "\e636";
}

.icon-airline_seat_recline_normal:before {
  content: "\e637";
}

.icon-flight:before {
  content: "\e539";
}

.icon-airplanemode_inactive:before {
  content: "\e194";
}

.icon-airplay:before {
  content: "\e055";
}

.icon-airport_shuttle:before {
  content: "\ed96";
}

.icon-alarm_off:before {
  content: "\e857";
}

.icon-alarm_on:before {
  content: "\e858";
}

.icon-album:before {
  content: "\e019";
}

.icon-all_inclusive:before {
  content: "\ed97";
}

.icon-all_out:before {
  content: "\ed98";
}

.icon-android2:before {
  content: "\e859";
}

.icon-announcement:before {
  content: "\e85a";
}

.icon-apps:before {
  content: "\e5c3";
}

.icon-archive2:before {
  content: "\e149";
}

.icon-arrow_back:before {
  content: "\e5c4";
}

.icon-arrow_downward:before {
  content: "\e5db";
}

.icon-arrow_drop_down:before {
  content: "\e5c5";
}

.icon-arrow_drop_down_circle:before {
  content: "\e5c6";
}

.icon-arrow_drop_up:before {
  content: "\e5c7";
}

.icon-arrow_forward:before {
  content: "\e5c8";
}

.icon-arrow_upward:before {
  content: "\e5d8";
}

.icon-art_track:before {
  content: "\e060";
}

.icon-aspect_ratio:before {
  content: "\e85b";
}

.icon-poll:before {
  content: "\e801";
}

.icon-assignment:before {
  content: "\e85d";
}

.icon-assignment_ind:before {
  content: "\e85e";
}

.icon-assignment_late:before {
  content: "\e85f";
}

.icon-assignment_return:before {
  content: "\e860";
}

.icon-assignment_returned:before {
  content: "\e861";
}

.icon-assignment_turned_in:before {
  content: "\e862";
}

.icon-assistant:before {
  content: "\e39f";
}

.icon-flag10:before {
  content: "\e153";
}

.icon-attach_file:before {
  content: "\e226";
}

.icon-attach_money:before {
  content: "\e227";
}

.icon-attachment:before {
  content: "\e2bc";
}

.icon-audiotrack:before {
  content: "\e3a1";
}

.icon-autorenew:before {
  content: "\e863";
}

.icon-av_timer:before {
  content: "\e01b";
}

.icon-backspace:before {
  content: "\e14a";
}

.icon-cloud_upload:before {
  content: "\e2c3";
}

.icon-battery_alert:before {
  content: "\e19c";
}

.icon-battery_charging_full:before {
  content: "\e1a3";
}

.icon-battery_std:before {
  content: "\e1a5";
}

.icon-battery_unknown:before {
  content: "\e1a6";
}

.icon-beach_access:before {
  content: "\ed99";
}

.icon-beenhere:before {
  content: "\e52d";
}

.icon-block:before {
  content: "\e14b";
}

.icon-bluetooth2:before {
  content: "\e1a7";
}

.icon-bluetooth_searching:before {
  content: "\e1aa";
}

.icon-bluetooth_connected:before {
  content: "\e1a8";
}

.icon-bluetooth_disabled:before {
  content: "\e1a9";
}

.icon-blur_circular:before {
  content: "\e3a2";
}

.icon-blur_linear:before {
  content: "\e3a3";
}

.icon-blur_off:before {
  content: "\e3a4";
}

.icon-blur_on:before {
  content: "\e3a5";
}

.icon-class:before {
  content: "\e86e";
}

.icon-turned_in:before {
  content: "\e8e6";
}

.icon-turned_in_not:before {
  content: "\e8e7";
}

.icon-border_all:before {
  content: "\e228";
}

.icon-border_bottom:before {
  content: "\e229";
}

.icon-border_clear:before {
  content: "\e22a";
}

.icon-border_color:before {
  content: "\e22b";
}

.icon-border_horizontal:before {
  content: "\e22c";
}

.icon-border_inner:before {
  content: "\e22d";
}

.icon-border_left:before {
  content: "\e22e";
}

.icon-border_outer:before {
  content: "\e22f";
}

.icon-border_right:before {
  content: "\e230";
}

.icon-border_style:before {
  content: "\e231";
}

.icon-border_top:before {
  content: "\e232";
}

.icon-border_vertical:before {
  content: "\e233";
}

.icon-branding_watermark:before {
  content: "\e06b";
}

.icon-brightness_1:before {
  content: "\e3a6";
}

.icon-brightness_2:before {
  content: "\e3a7";
}

.icon-brightness_3:before {
  content: "\e3a8";
}

.icon-brightness_4:before {
  content: "\e3a9";
}

.icon-brightness_low:before {
  content: "\e1ad";
}

.icon-brightness_medium:before {
  content: "\e1ae";
}

.icon-brightness_high:before {
  content: "\e1ac";
}

.icon-brightness_auto:before {
  content: "\e1ab";
}

.icon-broken_image:before {
  content: "\e3ad";
}

.icon-brush:before {
  content: "\e3ae";
}

.icon-bubble_chart:before {
  content: "\e6dd";
}

.icon-bug_report:before {
  content: "\e868";
}

.icon-build:before {
  content: "\e869";
}

.icon-burst_mode:before {
  content: "\e43c";
}

.icon-domain:before {
  content: "\e7ee";
}

.icon-business_center:before {
  content: "\ed9a";
}

.icon-cached:before {
  content: "\e86a";
}

.icon-cake:before {
  content: "\e7e9";
}

.icon-phone2:before {
  content: "\e0cd";
}

.icon-call_end:before {
  content: "\e0b1";
}

.icon-call_made:before {
  content: "\e0b2";
}

.icon-merge_type:before {
  content: "\e252";
}

.icon-call_missed:before {
  content: "\e0b4";
}

.icon-call_missed_outgoing:before {
  content: "\e0e4";
}

.icon-call_received:before {
  content: "\e0b5";
}

.icon-call_split:before {
  content: "\e0b6";
}

.icon-call_to_action:before {
  content: "\e06c";
}

.icon-camera2:before {
  content: "\e3af";
}

.icon-photo_camera:before {
  content: "\e412";
}

.icon-camera_enhance:before {
  content: "\e8fc";
}

.icon-camera_front:before {
  content: "\e3b1";
}

.icon-camera_rear:before {
  content: "\e3b2";
}

.icon-camera_roll:before {
  content: "\e3b3";
}

.icon-cancel:before {
  content: "\e5c9";
}

.icon-redeem:before {
  content: "\e8b1";
}

.icon-card_membership:before {
  content: "\e8f7";
}

.icon-card_travel:before {
  content: "\e8f8";
}

.icon-casino:before {
  content: "\ed9b";
}

.icon-cast:before {
  content: "\e307";
}

.icon-cast_connected:before {
  content: "\e308";
}

.icon-center_focus_strong:before {
  content: "\e3b4";
}

.icon-center_focus_weak:before {
  content: "\e3b5";
}

.icon-change_history:before {
  content: "\e86b";
}

.icon-chat2:before {
  content: "\e0b7";
}

.icon-chat_bubble:before {
  content: "\e0ca";
}

.icon-chat_bubble_outline:before {
  content: "\e0cb";
}

.icon-check3:before {
  content: "\e5ca";
}

.icon-check_box:before {
  content: "\e834";
}

.icon-check_box_outline_blank:before {
  content: "\e835";
}

.icon-check_circle:before {
  content: "\e86c";
}

.icon-navigate_before:before {
  content: "\e408";
}

.icon-navigate_next:before {
  content: "\e409";
}

.icon-child_care:before {
  content: "\ed9c";
}

.icon-child_friendly:before {
  content: "\ed9d";
}

.icon-chrome_reader_mode:before {
  content: "\e86d";
}

.icon-close2:before {
  content: "\e5cd";
}

.icon-clear_all:before {
  content: "\e0b8";
}

.icon-closed_caption:before {
  content: "\e01c";
}

.icon-wb_cloudy:before {
  content: "\e42d";
}

.icon-cloud_circle:before {
  content: "\e2be";
}

.icon-cloud_done:before {
  content: "\e2bf";
}

.icon-cloud_download:before {
  content: "\e2c0";
}

.icon-cloud_off:before {
  content: "\e2c1";
}

.icon-cloud_queue:before {
  content: "\e2c2";
}

.icon-code2:before {
  content: "\e86f";
}

.icon-photo_library:before {
  content: "\e413";
}

.icon-collections_bookmark:before {
  content: "\e431";
}

.icon-palette:before {
  content: "\e40a";
}

.icon-colorize:before {
  content: "\e3b8";
}

.icon-comment2:before {
  content: "\e0b9";
}

.icon-compare:before {
  content: "\e3b9";
}

.icon-compare_arrows:before {
  content: "\ed9e";
}

.icon-laptop3:before {
  content: "\e31e";
}

.icon-confirmation_number:before {
  content: "\e638";
}

.icon-contact_mail:before {
  content: "\e0d0";
}

.icon-contact_phone:before {
  content: "\e0cf";
}

.icon-contacts:before {
  content: "\e0ba";
}

.icon-content_copy:before {
  content: "\e14d";
}

.icon-content_cut:before {
  content: "\e14e";
}

.icon-content_paste:before {
  content: "\e14f";
}

.icon-control_point_duplicate:before {
  content: "\e3bb";
}

.icon-copyright2:before {
  content: "\ed9f";
}

.icon-mode_edit:before {
  content: "\e254";
}

.icon-create_new_folder:before {
  content: "\e2cc";
}

.icon-payment:before {
  content: "\e8a1";
}

.icon-crop2:before {
  content: "\e3be";
}

.icon-crop_16_9:before {
  content: "\e3bc";
}

.icon-crop_3_2:before {
  content: "\e3bd";
}

.icon-crop_landscape:before {
  content: "\e3c3";
}

.icon-crop_7_5:before {
  content: "\e3c0";
}

.icon-crop_din:before {
  content: "\e3c1";
}

.icon-crop_free:before {
  content: "\e3c2";
}

.icon-crop_original:before {
  content: "\e3c4";
}

.icon-crop_portrait:before {
  content: "\e3c5";
}

.icon-crop_rotate:before {
  content: "\e437";
}

.icon-crop_square:before {
  content: "\e3c6";
}

.icon-dashboard2:before {
  content: "\e871";
}

.icon-data_usage:before {
  content: "\e1af";
}

.icon-date_range:before {
  content: "\eda0";
}

.icon-dehaze:before {
  content: "\e3c7";
}

.icon-delete:before {
  content: "\e872";
}

.icon-delete_forever:before {
  content: "\eda1";
}

.icon-delete_sweep:before {
  content: "\e16c";
}

.icon-description:before {
  content: "\e873";
}

.icon-desktop_mac:before {
  content: "\e30b";
}

.icon-desktop_windows:before {
  content: "\e30c";
}

.icon-details:before {
  content: "\e3c8";
}

.icon-developer_board:before {
  content: "\e30d";
}

.icon-developer_mode:before {
  content: "\e1b0";
}

.icon-device_hub:before {
  content: "\e335";
}

.icon-phonelink:before {
  content: "\e326";
}

.icon-devices_other:before {
  content: "\e337";
}

.icon-dialer_sip:before {
  content: "\e0bb";
}

.icon-dialpad:before {
  content: "\e0bc";
}

.icon-directions:before {
  content: "\e52e";
}

.icon-directions_bike:before {
  content: "\e52f";
}

.icon-directions_boat:before {
  content: "\e532";
}

.icon-directions_bus:before {
  content: "\e530";
}

.icon-directions_car:before {
  content: "\e531";
}

.icon-directions_railway:before {
  content: "\e534";
}

.icon-directions_run:before {
  content: "\e566";
}

.icon-directions_transit:before {
  content: "\e535";
}

.icon-directions_walk:before {
  content: "\e536";
}

.icon-disc_full:before {
  content: "\e610";
}

.icon-dns:before {
  content: "\e875";
}

.icon-not_interested:before {
  content: "\e033";
}

.icon-do_not_disturb_alt:before {
  content: "\e611";
}

.icon-do_not_disturb_off:before {
  content: "\e643";
}

.icon-remove_circle:before {
  content: "\e15c";
}

.icon-dock:before {
  content: "\e30e";
}

.icon-done:before {
  content: "\e876";
}

.icon-done_all:before {
  content: "\e877";
}

.icon-donut_large:before {
  content: "\eda2";
}

.icon-donut_small:before {
  content: "\eda3";
}

.icon-drafts:before {
  content: "\e151";
}

.icon-drag_handle:before {
  content: "\e25d";
}

.icon-time_to_leave:before {
  content: "\e62c";
}

.icon-dvr:before {
  content: "\e1b2";
}

.icon-edit_location:before {
  content: "\e568";
}

.icon-eject2:before {
  content: "\e8fb";
}

.icon-markunread:before {
  content: "\e159";
}

.icon-enhanced_encryption:before {
  content: "\e63f";
}

.icon-equalizer:before {
  content: "\e01d";
}

.icon-error:before {
  content: "\e000";
}

.icon-error_outline:before {
  content: "\e001";
}

.icon-euro_symbol:before {
  content: "\eda4";
}

.icon-ev_station:before {
  content: "\e56d";
}

.icon-insert_invitation:before {
  content: "\e24f";
}

.icon-event_available:before {
  content: "\e614";
}

.icon-event_busy:before {
  content: "\e615";
}

.icon-event_note:before {
  content: "\e616";
}

.icon-event_seat:before {
  content: "\eda5";
}

.icon-exit_to_app:before {
  content: "\e879";
}

.icon-expand_less:before {
  content: "\e5ce";
}

.icon-expand_more:before {
  content: "\e5cf";
}

.icon-explicit:before {
  content: "\e01e";
}

.icon-explore:before {
  content: "\e87a";
}

.icon-exposure:before {
  content: "\e3ca";
}

.icon-exposure_neg_1:before {
  content: "\e3cb";
}

.icon-exposure_neg_2:before {
  content: "\e3cc";
}

.icon-exposure_plus_1:before {
  content: "\e3cd";
}

.icon-exposure_plus_2:before {
  content: "\e3ce";
}

.icon-exposure_zero:before {
  content: "\e3cf";
}

.icon-extension:before {
  content: "\e87b";
}

.icon-face:before {
  content: "\e87c";
}

.icon-fast_forward:before {
  content: "\e01f";
}

.icon-fast_rewind:before {
  content: "\e020";
}

.icon-favorite:before {
  content: "\e87d";
}

.icon-favorite_border:before {
  content: "\e87e";
}

.icon-featured_play_list:before {
  content: "\e06d";
}

.icon-featured_video:before {
  content: "\e06e";
}

.icon-sms_failed:before {
  content: "\e626";
}

.icon-fiber_dvr:before {
  content: "\e05d";
}

.icon-fiber_manual_record:before {
  content: "\e061";
}

.icon-fiber_new:before {
  content: "\e05e";
}

.icon-fiber_pin:before {
  content: "\e06a";
}

.icon-fiber_smart_record:before {
  content: "\e062";
}

.icon-get_app:before {
  content: "\e884";
}

.icon-file_upload:before {
  content: "\e2c6";
}

.icon-filter2:before {
  content: "\e3d3";
}

.icon-filter_1:before {
  content: "\e3d0";
}

.icon-filter_2:before {
  content: "\e3d1";
}

.icon-filter_3:before {
  content: "\e3d2";
}

.icon-filter_4:before {
  content: "\e3d4";
}

.icon-filter_5:before {
  content: "\e3d5";
}

.icon-filter_6:before {
  content: "\e3d6";
}

.icon-filter_7:before {
  content: "\e3d7";
}

.icon-filter_8:before {
  content: "\e3d8";
}

.icon-filter_9:before {
  content: "\e3d9";
}

.icon-filter_9_plus:before {
  content: "\e3da";
}

.icon-filter_b_and_w:before {
  content: "\e3db";
}

.icon-filter_center_focus:before {
  content: "\e3dc";
}

.icon-filter_drama:before {
  content: "\e3dd";
}

.icon-filter_frames:before {
  content: "\e3de";
}

.icon-terrain:before {
  content: "\e564";
}

.icon-filter_list:before {
  content: "\e152";
}

.icon-filter_none:before {
  content: "\e3e0";
}

.icon-filter_tilt_shift:before {
  content: "\e3e2";
}

.icon-filter_vintage:before {
  content: "\e3e3";
}

.icon-find_in_page:before {
  content: "\e880";
}

.icon-find_replace:before {
  content: "\e881";
}

.icon-fingerprint:before {
  content: "\eda6";
}

.icon-first_page:before {
  content: "\e5dc";
}

.icon-fitness_center:before {
  content: "\eda7";
}

.icon-flare:before {
  content: "\e3e4";
}

.icon-flash_auto:before {
  content: "\e3e5";
}

.icon-flash_off:before {
  content: "\e3e6";
}

.icon-flash_on:before {
  content: "\e3e7";
}

.icon-flight_land:before {
  content: "\eda8";
}

.icon-flight_takeoff:before {
  content: "\eda9";
}

.icon-flip:before {
  content: "\e3e8";
}

.icon-flip_to_back:before {
  content: "\e882";
}

.icon-flip_to_front:before {
  content: "\e883";
}

.icon-folder7:before {
  content: "\e2c7";
}

.icon-folder_open:before {
  content: "\e2c8";
}

.icon-folder_shared:before {
  content: "\e2c9";
}

.icon-folder_special:before {
  content: "\e617";
}

.icon-font_download:before {
  content: "\e167";
}

.icon-format_align_center:before {
  content: "\e234";
}

.icon-format_align_justify:before {
  content: "\e235";
}

.icon-format_align_left:before {
  content: "\e236";
}

.icon-format_align_right:before {
  content: "\e237";
}

.icon-format_bold:before {
  content: "\e238";
}

.icon-format_clear:before {
  content: "\e239";
}

.icon-format_color_fill:before {
  content: "\e23a";
}

.icon-format_color_reset:before {
  content: "\e23b";
}

.icon-format_color_text:before {
  content: "\e23c";
}

.icon-format_indent_decrease:before {
  content: "\e23d";
}

.icon-format_indent_increase:before {
  content: "\e23e";
}

.icon-format_italic:before {
  content: "\e23f";
}

.icon-format_line_spacing:before {
  content: "\e240";
}

.icon-format_list_bulleted:before {
  content: "\e241";
}

.icon-format_list_numbered:before {
  content: "\e242";
}

.icon-format_paint:before {
  content: "\e243";
}

.icon-format_quote:before {
  content: "\e244";
}

.icon-format_shapes:before {
  content: "\e25e";
}

.icon-format_size:before {
  content: "\e245";
}

.icon-format_strikethrough:before {
  content: "\e246";
}

.icon-format_textdirection_l_to_r:before {
  content: "\e247";
}

.icon-format_textdirection_r_to_l:before {
  content: "\e248";
}

.icon-format_underlined:before {
  content: "\e249";
}

.icon-question_answer:before {
  content: "\e8af";
}

.icon-forward2:before {
  content: "\e154";
}

.icon-forward_10:before {
  content: "\e056";
}

.icon-forward_30:before {
  content: "\e057";
}

.icon-forward_5:before {
  content: "\e058";
}

.icon-free_breakfast:before {
  content: "\edaa";
}

.icon-fullscreen:before {
  content: "\e5d0";
}

.icon-fullscreen_exit:before {
  content: "\e5d1";
}

.icon-functions:before {
  content: "\e24a";
}

.icon-g_translate:before {
  content: "\edab";
}

.icon-games:before {
  content: "\e021";
}

.icon-gavel2:before {
  content: "\edac";
}

.icon-gesture:before {
  content: "\e155";
}

.icon-gif:before {
  content: "\edad";
}

.icon-goat:before {
  content: "\edae";
}

.icon-golf_course:before {
  content: "\edaf";
}

.icon-my_location:before {
  content: "\e55c";
}

.icon-location_searching:before {
  content: "\e1b7";
}

.icon-location_disabled:before {
  content: "\e1b6";
}

.icon-star4:before {
  content: "\e838";
}

.icon-gradient:before {
  content: "\e3e9";
}

.icon-grain:before {
  content: "\e3ea";
}

.icon-graphic_eq:before {
  content: "\e1b8";
}

.icon-grid_off:before {
  content: "\e3eb";
}

.icon-grid_on:before {
  content: "\e3ec";
}

.icon-people:before {
  content: "\e7fb";
}

.icon-group_add:before {
  content: "\e7f0";
}

.icon-group_work:before {
  content: "\e886";
}

.icon-hd:before {
  content: "\e052";
}

.icon-hdr_off:before {
  content: "\e3ed";
}

.icon-hdr_on:before {
  content: "\e3ee";
}

.icon-hdr_strong:before {
  content: "\e3f1";
}

.icon-hdr_weak:before {
  content: "\e3f2";
}

.icon-headset2:before {
  content: "\e310";
}

.icon-headset_mic:before {
  content: "\e311";
}

.icon-healing:before {
  content: "\e3f3";
}

.icon-hearing:before {
  content: "\e023";
}

.icon-help:before {
  content: "\e887";
}

.icon-help_outline:before {
  content: "\e8fd";
}

.icon-high_quality:before {
  content: "\e024";
}

.icon-highlight:before {
  content: "\e25f";
}

.icon-highlight_off:before {
  content: "\e888";
}

.icon-restore:before {
  content: "\e8b3";
}

.icon-home2:before {
  content: "\e88a";
}

.icon-hot_tub:before {
  content: "\edb0";
}

.icon-local_hotel:before {
  content: "\e549";
}

.icon-hourglass_empty:before {
  content: "\e88b";
}

.icon-hourglass_full:before {
  content: "\e88c";
}

.icon-http:before {
  content: "\edb1";
}

.icon-lock4:before {
  content: "\e897";
}

.icon-photo2:before {
  content: "\e410";
}

.icon-image_aspect_ratio:before {
  content: "\e3f5";
}

.icon-import_contacts:before {
  content: "\e0e0";
}

.icon-import_export:before {
  content: "\e0c3";
}

.icon-important_devices:before {
  content: "\edb2";
}

.icon-inbox4:before {
  content: "\e156";
}

.icon-indeterminate_check_box:before {
  content: "\edb3";
}

.icon-info2:before {
  content: "\e88e";
}

.icon-info_outline:before {
  content: "\e88f";
}

.icon-input:before {
  content: "\e890";
}

.icon-insert_comment:before {
  content: "\e24c";
}

.icon-insert_drive_file:before {
  content: "\e24d";
}

.icon-tag_faces:before {
  content: "\e420";
}

.icon-link2:before {
  content: "\e157";
}

.icon-invert_colors:before {
  content: "\e891";
}

.icon-invert_colors_off:before {
  content: "\e0c4";
}

.icon-iso:before {
  content: "\e3f6";
}

.icon-keyboard:before {
  content: "\e312";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-keyboard_backspace:before {
  content: "\e317";
}

.icon-keyboard_capslock:before {
  content: "\e318";
}

.icon-keyboard_hide:before {
  content: "\e31a";
}

.icon-keyboard_return:before {
  content: "\e31b";
}

.icon-keyboard_tab:before {
  content: "\e31c";
}

.icon-keyboard_voice:before {
  content: "\e31d";
}

.icon-kitchen:before {
  content: "\edb4";
}

.icon-label:before {
  content: "\e892";
}

.icon-label_outline:before {
  content: "\e893";
}

.icon-language2:before {
  content: "\e894";
}

.icon-laptop_chromebook:before {
  content: "\e31f";
}

.icon-laptop_mac:before {
  content: "\e320";
}

.icon-laptop_windows:before {
  content: "\e321";
}

.icon-last_page:before {
  content: "\e5dd";
}

.icon-open_in_new:before {
  content: "\e89e";
}

.icon-layers:before {
  content: "\e53b";
}

.icon-layers_clear:before {
  content: "\e53c";
}

.icon-leak_add:before {
  content: "\e3f8";
}

.icon-leak_remove:before {
  content: "\e3f9";
}

.icon-lens:before {
  content: "\e3fa";
}

.icon-library_books:before {
  content: "\e02f";
}

.icon-library_music:before {
  content: "\e030";
}

.icon-lightbulb_outline:before {
  content: "\edb5";
}

.icon-line_style:before {
  content: "\edb6";
}

.icon-line_weight:before {
  content: "\edb7";
}

.icon-linear_scale:before {
  content: "\e260";
}

.icon-linked_camera:before {
  content: "\e438";
}

.icon-list4:before {
  content: "\e896";
}

.icon-live_help:before {
  content: "\e0c6";
}

.icon-live_tv:before {
  content: "\e639";
}

.icon-local_play:before {
  content: "\e553";
}

.icon-local_airport:before {
  content: "\e53d";
}

.icon-local_atm:before {
  content: "\e53e";
}

.icon-local_bar:before {
  content: "\e540";
}

.icon-local_cafe:before {
  content: "\e541";
}

.icon-local_car_wash:before {
  content: "\e542";
}

.icon-local_convenience_store:before {
  content: "\e543";
}

.icon-restaurant_menu:before {
  content: "\e561";
}

.icon-local_drink:before {
  content: "\e544";
}

.icon-local_florist:before {
  content: "\e545";
}

.icon-local_gas_station:before {
  content: "\e546";
}

.icon-shopping_cart:before {
  content: "\e8cc";
}

.icon-local_hospital:before {
  content: "\e548";
}

.icon-local_laundry_service:before {
  content: "\e54a";
}

.icon-local_library:before {
  content: "\e54b";
}

.icon-local_mall:before {
  content: "\e54c";
}

.icon-theaters:before {
  content: "\e8da";
}

.icon-local_offer:before {
  content: "\e54e";
}

.icon-local_parking:before {
  content: "\e54f";
}

.icon-local_pharmacy:before {
  content: "\e550";
}

.icon-local_pizza:before {
  content: "\e552";
}

.icon-print2:before {
  content: "\e8ad";
}

.icon-local_shipping:before {
  content: "\e558";
}

.icon-local_taxi:before {
  content: "\e559";
}

.icon-location_city:before {
  content: "\e7f1";
}

.icon-location_off:before {
  content: "\e0c7";
}

.icon-room:before {
  content: "\e8b4";
}

.icon-lock_open:before {
  content: "\e898";
}

.icon-lock_outline:before {
  content: "\e899";
}

.icon-looks:before {
  content: "\e3fc";
}

.icon-looks_3:before {
  content: "\e3fb";
}

.icon-looks_4:before {
  content: "\e3fd";
}

.icon-looks_5:before {
  content: "\e3fe";
}

.icon-looks_6:before {
  content: "\e3ff";
}

.icon-looks_one:before {
  content: "\e400";
}

.icon-looks_two:before {
  content: "\e401";
}

.icon-sync:before {
  content: "\e627";
}

.icon-loupe:before {
  content: "\e402";
}

.icon-low_priority:before {
  content: "\e16d";
}

.icon-loyalty:before {
  content: "\e89a";
}

.icon-mail_outline:before {
  content: "\e0e1";
}

.icon-map2:before {
  content: "\e55b";
}

.icon-markunread_mailbox:before {
  content: "\e89b";
}

.icon-memory:before {
  content: "\e322";
}

.icon-menu:before {
  content: "\e5d2";
}

.icon-message:before {
  content: "\e0c9";
}

.icon-mic:before {
  content: "\e029";
}

.icon-mic_none:before {
  content: "\e02a";
}

.icon-mic_off:before {
  content: "\e02b";
}

.icon-mms:before {
  content: "\e618";
}

.icon-mode_comment:before {
  content: "\e253";
}

.icon-monetization_on:before {
  content: "\e263";
}

.icon-money_off:before {
  content: "\e25c";
}

.icon-monochrome_photos:before {
  content: "\e403";
}

.icon-mood_bad:before {
  content: "\e7f3";
}

.icon-more:before {
  content: "\e619";
}

.icon-more_horiz:before {
  content: "\e5d3";
}

.icon-more_vert:before {
  content: "\e5d4";
}

.icon-motorcycle2:before {
  content: "\edb8";
}

.icon-mouse:before {
  content: "\e323";
}

.icon-move_to_inbox:before {
  content: "\e168";
}

.icon-movie_creation:before {
  content: "\e404";
}

.icon-movie_filter:before {
  content: "\e43a";
}

.icon-multiline_chart:before {
  content: "\e6df";
}

.icon-music_note:before {
  content: "\e405";
}

.icon-music_video:before {
  content: "\e063";
}

.icon-nature:before {
  content: "\e406";
}

.icon-nature_people:before {
  content: "\e407";
}

.icon-navigation:before {
  content: "\e55d";
}

.icon-near_me:before {
  content: "\e569";
}

.icon-network_cell:before {
  content: "\e1b9";
}

.icon-network_check:before {
  content: "\e640";
}

.icon-network_locked:before {
  content: "\e61a";
}

.icon-network_wifi:before {
  content: "\e1ba";
}

.icon-new_releases:before {
  content: "\e031";
}

.icon-next_week:before {
  content: "\e16a";
}

.icon-nfc:before {
  content: "\e1bb";
}

.icon-no_encryption:before {
  content: "\e641";
}

.icon-signal_cellular_no_sim:before {
  content: "\e1ce";
}

.icon-note3:before {
  content: "\e06f";
}

.icon-note_add:before {
  content: "\e89c";
}

.icon-notifications:before {
  content: "\e7f4";
}

.icon-notifications_active:before {
  content: "\e7f7";
}

.icon-notifications_none:before {
  content: "\e7f5";
}

.icon-notifications_off:before {
  content: "\e7f6";
}

.icon-notifications_paused:before {
  content: "\e7f8";
}

.icon-offline_pin:before {
  content: "\edb9";
}

.icon-ondemand_video:before {
  content: "\e63a";
}

.icon-opacity:before {
  content: "\edba";
}

.icon-open_in_browser:before {
  content: "\e89d";
}

.icon-open_with:before {
  content: "\e89f";
}

.icon-pages:before {
  content: "\e7f9";
}

.icon-pageview:before {
  content: "\e8a0";
}

.icon-pan_tool:before {
  content: "\edbb";
}

.icon-panorama:before {
  content: "\e40b";
}

.icon-radio_button_unchecked:before {
  content: "\e836";
}

.icon-panorama_horizontal:before {
  content: "\e40d";
}

.icon-panorama_vertical:before {
  content: "\e40e";
}

.icon-panorama_wide_angle:before {
  content: "\e40f";
}

.icon-party_mode:before {
  content: "\e7fa";
}

.icon-pause2:before {
  content: "\e034";
}

.icon-pause_circle_filled:before {
  content: "\e035";
}

.icon-pause_circle_outline:before {
  content: "\e036";
}

.icon-people_outline:before {
  content: "\e7fc";
}

.icon-perm_camera_mic:before {
  content: "\e8a2";
}

.icon-perm_contact_calendar:before {
  content: "\e8a3";
}

.icon-perm_data_setting:before {
  content: "\e8a4";
}

.icon-perm_device_information:before {
  content: "\e8a5";
}

.icon-person_outline:before {
  content: "\e7ff";
}

.icon-perm_media:before {
  content: "\e8a7";
}

.icon-perm_phone_msg:before {
  content: "\e8a8";
}

.icon-perm_scan_wifi:before {
  content: "\e8a9";
}

.icon-person:before {
  content: "\e7fd";
}

.icon-person_add:before {
  content: "\e7fe";
}

.icon-person_pin:before {
  content: "\e55a";
}

.icon-person_pin_circle:before {
  content: "\e56a";
}

.icon-personal_video:before {
  content: "\e63b";
}

.icon-pets:before {
  content: "\edbc";
}

.icon-phone_android:before {
  content: "\e324";
}

.icon-phone_bluetooth_speaker:before {
  content: "\e61b";
}

.icon-phone_forwarded:before {
  content: "\e61c";
}

.icon-phone_in_talk:before {
  content: "\e61d";
}

.icon-phone_iphone:before {
  content: "\e325";
}

.icon-phone_locked:before {
  content: "\e61e";
}

.icon-phone_missed:before {
  content: "\e61f";
}

.icon-phone_paused:before {
  content: "\e620";
}

.icon-phonelink_erase:before {
  content: "\e0db";
}

.icon-phonelink_lock:before {
  content: "\e0dc";
}

.icon-phonelink_off:before {
  content: "\e327";
}

.icon-phonelink_ring:before {
  content: "\e0dd";
}

.icon-phonelink_setup:before {
  content: "\e0de";
}

.icon-photo_album:before {
  content: "\e411";
}

.icon-photo_filter:before {
  content: "\e43b";
}

.icon-photo_size_select_actual:before {
  content: "\e432";
}

.icon-photo_size_select_large:before {
  content: "\e433";
}

.icon-photo_size_select_small:before {
  content: "\e434";
}

.icon-picture_as_pdf:before {
  content: "\e415";
}

.icon-picture_in_picture:before {
  content: "\e8aa";
}

.icon-picture_in_picture_alt:before {
  content: "\edbd";
}

.icon-pie_chart:before {
  content: "\e6c4";
}

.icon-pie_chart_outlined:before {
  content: "\e6c5";
}

.icon-pin_drop:before {
  content: "\e55e";
}

.icon-play_arrow:before {
  content: "\e037";
}

.icon-play_circle_filled:before {
  content: "\e038";
}

.icon-play_circle_outline:before {
  content: "\e039";
}

.icon-play_for_work:before {
  content: "\edbe";
}

.icon-playlist_add:before {
  content: "\e03b";
}

.icon-playlist_add_check:before {
  content: "\e065";
}

.icon-playlist_play:before {
  content: "\e05f";
}

.icon-plus_one:before {
  content: "\e800";
}

.icon-polymer:before {
  content: "\e8ab";
}

.icon-pool:before {
  content: "\edbf";
}

.icon-portable_wifi_off:before {
  content: "\e0ce";
}

.icon-portrait:before {
  content: "\e416";
}

.icon-power:before {
  content: "\e63c";
}

.icon-power_input:before {
  content: "\e336";
}

.icon-power_settings_new:before {
  content: "\e8ac";
}

.icon-pregnant_woman:before {
  content: "\edc0";
}

.icon-present_to_all:before {
  content: "\e0df";
}

.icon-priority_high:before {
  content: "\e645";
}

.icon-public:before {
  content: "\e80b";
}

.icon-publish:before {
  content: "\e255";
}

.icon-queue_music:before {
  content: "\e03d";
}

.icon-queue_play_next:before {
  content: "\e066";
}

.icon-radio:before {
  content: "\e03e";
}

.icon-radio_button_checked:before {
  content: "\e837";
}

.icon-rate_review:before {
  content: "\e560";
}

.icon-receipt:before {
  content: "\e8b0";
}

.icon-recent_actors:before {
  content: "\e03f";
}

.icon-record_voice_over:before {
  content: "\edc1";
}

.icon-redo:before {
  content: "\e15a";
}

.icon-refresh2:before {
  content: "\e5d5";
}

.icon-remove2:before {
  content: "\e15b";
}

.icon-remove_circle_outline:before {
  content: "\e15d";
}

.icon-remove_from_queue:before {
  content: "\e067";
}

.icon-visibility:before {
  content: "\e8f4";
}

.icon-remove_shopping_cart:before {
  content: "\edc2";
}

.icon-reorder2:before {
  content: "\e8fe";
}

.icon-repeat2:before {
  content: "\e040";
}

.icon-repeat_one:before {
  content: "\e041";
}

.icon-replay:before {
  content: "\e042";
}

.icon-replay_10:before {
  content: "\e059";
}

.icon-replay_30:before {
  content: "\e05a";
}

.icon-replay_5:before {
  content: "\e05b";
}

.icon-reply2:before {
  content: "\e15e";
}

.icon-reply_all:before {
  content: "\e15f";
}

.icon-report2:before {
  content: "\e160";
}

.icon-warning4:before {
  content: "\e002";
}

.icon-restaurant:before {
  content: "\e56c";
}

.icon-restore_page:before {
  content: "\edc3";
}

.icon-ring_volume:before {
  content: "\e0d1";
}

.icon-room_service:before {
  content: "\edc4";
}

.icon-rotate_90_degrees_ccw:before {
  content: "\e418";
}

.icon-rotate_left:before {
  content: "\e419";
}

.icon-rotate_right:before {
  content: "\e41a";
}

.icon-rounded_corner:before {
  content: "\edc5";
}

.icon-router:before {
  content: "\e328";
}

.icon-rowing:before {
  content: "\edc6";
}

.icon-rss_feed:before {
  content: "\e0e5";
}

.icon-rv_hookup:before {
  content: "\e642";
}

.icon-satellite:before {
  content: "\e562";
}

.icon-save2:before {
  content: "\e161";
}

.icon-scanner:before {
  content: "\e329";
}

.icon-school:before {
  content: "\e80c";
}

.icon-screen_lock_landscape:before {
  content: "\e1be";
}

.icon-screen_lock_portrait:before {
  content: "\e1bf";
}

.icon-screen_lock_rotation:before {
  content: "\e1c0";
}

.icon-screen_rotation:before {
  content: "\e1c1";
}

.icon-screen_share:before {
  content: "\e0e2";
}

.icon-sd_storage:before {
  content: "\e1c2";
}

.icon-search4:before {
  content: "\e8b6";
}

.icon-security2:before {
  content: "\e32a";
}

.icon-select_all:before {
  content: "\e162";
}

.icon-send2:before {
  content: "\e163";
}

.icon-sentiment_dissatisfied:before {
  content: "\e811";
}

.icon-sentiment_neutral:before {
  content: "\e812";
}

.icon-sentiment_satisfied:before {
  content: "\e813";
}

.icon-sentiment_very_dissatisfied:before {
  content: "\e814";
}

.icon-sentiment_very_satisfied:before {
  content: "\e815";
}

.icon-settings2:before {
  content: "\e8b8";
}

.icon-settings_applications:before {
  content: "\e8b9";
}

.icon-settings_backup_restore:before {
  content: "\e8ba";
}

.icon-settings_bluetooth:before {
  content: "\e8bb";
}

.icon-settings_brightness:before {
  content: "\e8bd";
}

.icon-settings_cell:before {
  content: "\e8bc";
}

.icon-settings_ethernet:before {
  content: "\e8be";
}

.icon-settings_input_antenna:before {
  content: "\e8bf";
}

.icon-settings_input_composite:before {
  content: "\e8c1";
}

.icon-settings_input_hdmi:before {
  content: "\e8c2";
}

.icon-settings_input_svideo:before {
  content: "\e8c3";
}

.icon-settings_overscan:before {
  content: "\e8c4";
}

.icon-settings_phone:before {
  content: "\e8c5";
}

.icon-settings_power:before {
  content: "\e8c6";
}

.icon-settings_remote:before {
  content: "\e8c7";
}

.icon-settings_system_daydream:before {
  content: "\e1c3";
}

.icon-settings_voice:before {
  content: "\e8c8";
}

.icon-share2:before {
  content: "\e80d";
}

.icon-shop2:before {
  content: "\e8c9";
}

.icon-shop_two:before {
  content: "\e8ca";
}

.icon-shopping_basket:before {
  content: "\e8cb";
}

.icon-short_text:before {
  content: "\e261";
}

.icon-show_chart:before {
  content: "\e6e1";
}

.icon-shuffle:before {
  content: "\e043";
}

.icon-signal_cellular_4_bar:before {
  content: "\e1c8";
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}

.icon-signal_cellular_null:before {
  content: "\e1cf";
}

.icon-signal_cellular_off:before {
  content: "\e1d0";
}

.icon-signal_wifi_4_bar:before {
  content: "\e1d8";
}

.icon-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}

.icon-signal_wifi_off:before {
  content: "\e1da";
}

.icon-sim_card:before {
  content: "\e32b";
}

.icon-sim_card_alert:before {
  content: "\e624";
}

.icon-skip_next:before {
  content: "\e044";
}

.icon-skip_previous:before {
  content: "\e045";
}

.icon-slideshow:before {
  content: "\e41b";
}

.icon-slow_motion_video:before {
  content: "\e068";
}

.icon-stay_primary_portrait:before {
  content: "\e0d6";
}

.icon-smoke_free:before {
  content: "\edc7";
}

.icon-smoking_rooms:before {
  content: "\edc8";
}

.icon-textsms:before {
  content: "\e0d8";
}

.icon-snooze:before {
  content: "\e046";
}

.icon-sort2:before {
  content: "\e164";
}

.icon-sort_by_alpha:before {
  content: "\e053";
}

.icon-spa:before {
  content: "\edc9";
}

.icon-space_bar:before {
  content: "\e256";
}

.icon-speaker:before {
  content: "\e32d";
}

.icon-speaker_group:before {
  content: "\e32e";
}

.icon-speaker_notes:before {
  content: "\e8cd";
}

.icon-speaker_notes_off:before {
  content: "\edca";
}

.icon-speaker_phone:before {
  content: "\e0d2";
}

.icon-spellcheck:before {
  content: "\e8ce";
}

.icon-star_border:before {
  content: "\e83a";
}

.icon-star_half:before {
  content: "\e839";
}

.icon-stars3:before {
  content: "\e8d0";
}

.icon-stay_primary_landscape:before {
  content: "\e0d5";
}

.icon-stop2:before {
  content: "\e047";
}

.icon-stop_screen_share:before {
  content: "\e0e3";
}

.icon-storage:before {
  content: "\e1db";
}

.icon-store_mall_directory:before {
  content: "\e563";
}

.icon-straighten:before {
  content: "\e41c";
}

.icon-streetview:before {
  content: "\e56e";
}

.icon-strikethrough_s:before {
  content: "\e257";
}

.icon-style:before {
  content: "\e41d";
}

.icon-subdirectory_arrow_left:before {
  content: "\e5d9";
}

.icon-subdirectory_arrow_right:before {
  content: "\e5da";
}

.icon-subject:before {
  content: "\e8d2";
}

.icon-subscriptions:before {
  content: "\e064";
}

.icon-subtitles:before {
  content: "\e048";
}

.icon-subway2:before {
  content: "\e56f";
}

.icon-supervisor_account:before {
  content: "\e8d3";
}

.icon-surround_sound:before {
  content: "\e049";
}

.icon-swap_calls:before {
  content: "\e0d7";
}

.icon-swap_horiz:before {
  content: "\e8d4";
}

.icon-swap_vert:before {
  content: "\e8d5";
}

.icon-swap_vertical_circle:before {
  content: "\e8d6";
}

.icon-switch_camera:before {
  content: "\e41e";
}

.icon-switch_video:before {
  content: "\e41f";
}

.icon-sync_disabled:before {
  content: "\e628";
}

.icon-sync_problem:before {
  content: "\e629";
}

.icon-system_update:before {
  content: "\e62a";
}

.icon-system_update_alt:before {
  content: "\e8d7";
}

.icon-tab:before {
  content: "\e8d8";
}

.icon-tab_unselected:before {
  content: "\e8d9";
}

.icon-tablet3:before {
  content: "\e32f";
}

.icon-tablet_android:before {
  content: "\e330";
}

.icon-tablet_mac:before {
  content: "\e331";
}

.icon-tap_and_play:before {
  content: "\e62b";
}

.icon-text_fields:before {
  content: "\e262";
}

.icon-text_format:before {
  content: "\e165";
}

.icon-texture:before {
  content: "\e421";
}

.icon-thumb_down:before {
  content: "\e8db";
}

.icon-thumb_up:before {
  content: "\e8dc";
}

.icon-thumbs_up_down:before {
  content: "\e8dd";
}

.icon-timelapse:before {
  content: "\e422";
}

.icon-timeline:before {
  content: "\edcb";
}

.icon-timer:before {
  content: "\e425";
}

.icon-timer_10:before {
  content: "\e423";
}

.icon-timer_3:before {
  content: "\e424";
}

.icon-timer_off:before {
  content: "\e426";
}

.icon-title:before {
  content: "\e264";
}

.icon-toc:before {
  content: "\e8de";
}

.icon-today:before {
  content: "\e8df";
}

.icon-toll:before {
  content: "\e8e0";
}

.icon-tonality:before {
  content: "\e427";
}

.icon-touch_app:before {
  content: "\edcc";
}

.icon-toys:before {
  content: "\e332";
}

.icon-track_changes:before {
  content: "\e8e1";
}

.icon-traffic:before {
  content: "\e565";
}

.icon-train2:before {
  content: "\e570";
}

.icon-tram:before {
  content: "\e571";
}

.icon-transfer_within_a_station:before {
  content: "\e572";
}

.icon-transform:before {
  content: "\e428";
}

.icon-translate:before {
  content: "\e8e2";
}

.icon-trending_down:before {
  content: "\e8e3";
}

.icon-trending_flat:before {
  content: "\e8e4";
}

.icon-trending_up:before {
  content: "\e8e5";
}

.icon-tune:before {
  content: "\e429";
}

.icon-tv2:before {
  content: "\e333";
}

.icon-unarchive:before {
  content: "\e169";
}

.icon-undo2:before {
  content: "\e166";
}

.icon-unfold_less:before {
  content: "\e5d6";
}

.icon-unfold_more:before {
  content: "\e5d7";
}

.icon-update:before {
  content: "\edcd";
}

.icon-usb2:before {
  content: "\e1e0";
}

.icon-verified_user:before {
  content: "\e8e8";
}

.icon-vertical_align_bottom:before {
  content: "\e258";
}

.icon-vertical_align_center:before {
  content: "\e259";
}

.icon-vertical_align_top:before {
  content: "\e25a";
}

.icon-vibration:before {
  content: "\e62d";
}

.icon-video_call:before {
  content: "\e070";
}

.icon-video_label:before {
  content: "\e071";
}

.icon-video_library:before {
  content: "\e04a";
}

.icon-videocam:before {
  content: "\e04b";
}

.icon-videocam_off:before {
  content: "\e04c";
}

.icon-videogame_asset:before {
  content: "\e338";
}

.icon-view_agenda:before {
  content: "\e8e9";
}

.icon-view_array:before {
  content: "\e8ea";
}

.icon-view_carousel:before {
  content: "\e8eb";
}

.icon-view_column:before {
  content: "\e8ec";
}

.icon-view_comfy:before {
  content: "\e42a";
}

.icon-view_compact:before {
  content: "\e42b";
}

.icon-view_day:before {
  content: "\e8ed";
}

.icon-view_headline:before {
  content: "\e8ee";
}

.icon-view_list:before {
  content: "\e8ef";
}

.icon-view_module:before {
  content: "\e8f0";
}

.icon-view_quilt:before {
  content: "\e8f1";
}

.icon-view_stream:before {
  content: "\e8f2";
}

.icon-view_week:before {
  content: "\e8f3";
}

.icon-vignette:before {
  content: "\e435";
}

.icon-visibility_off:before {
  content: "\e8f5";
}

.icon-voice_chat:before {
  content: "\e62e";
}

.icon-voicemail:before {
  content: "\e0d9";
}

.icon-volume_down:before {
  content: "\e04d";
}

.icon-volume_mute:before {
  content: "\e04e";
}

.icon-volume_off:before {
  content: "\e04f";
}

.icon-volume_up:before {
  content: "\e050";
}

.icon-vpn_key:before {
  content: "\e0da";
}

.icon-vpn_lock:before {
  content: "\e62f";
}

.icon-wallpaper:before {
  content: "\e1bc";
}

.icon-watch:before {
  content: "\e334";
}

.icon-watch_later:before {
  content: "\edce";
}

.icon-wb_auto:before {
  content: "\e42c";
}

.icon-wb_incandescent:before {
  content: "\e42e";
}

.icon-wb_iridescent:before {
  content: "\e436";
}

.icon-wb_sunny:before {
  content: "\e430";
}

.icon-wc:before {
  content: "\e63d";
}

.icon-web:before {
  content: "\e051";
}

.icon-web_asset:before {
  content: "\e069";
}

.icon-weekend:before {
  content: "\e16b";
}

.icon-whatshot:before {
  content: "\e80e";
}

.icon-widgets:before {
  content: "\e1bd";
}

.icon-wifi2:before {
  content: "\e63e";
}

.icon-wifi_lock:before {
  content: "\e1e1";
}

.icon-wifi_tethering:before {
  content: "\e1e2";
}

.icon-work:before {
  content: "\e8f9";
}

.icon-wrap_text:before {
  content: "\e25b";
}

.icon-youtube_searched_for:before {
  content: "\e8fa";
}

.icon-zoom_in:before {
  content: "\e8ff";
}

.icon-zoom_out:before {
  content: "\edcf";
}

.icon-zoom_out_map:before {
  content: "\e56b";
}

.icon-agenda:before {
  content: "\ed30";
}

.icon-analytics-1:before {
  content: "\ed31";
}

.icon-analytics-2:before {
  content: "\ed32";
}

.icon-analytics-3:before {
  content: "\ed33";
}

.icon-analytics:before {
  content: "\ed34";
}

.icon-axis:before {
  content: "\ed35";
}

.icon-bar-chart-1:before {
  content: "\ed36";
}

.icon-bar-chart2:before {
  content: "\ed37";
}

.icon-binoculars2:before {
  content: "\ed38";
}

.icon-budget:before {
  content: "\ed39";
}

.icon-calculator2:before {
  content: "\ed3a";
}

.icon-calendar2:before {
  content: "\ed3b";
}

.icon-cash-register:before {
  content: "\ed3c";
}

.icon-chat:before {
  content: "\ed3d";
}

.icon-check2:before {
  content: "\ed3e";
}

.icon-chess:before {
  content: "\ed3f";
}

.icon-coffee2:before {
  content: "\ed40";
}

.icon-credit-card-1:before {
  content: "\ed41";
}

.icon-credit-card-2:before {
  content: "\ed42";
}

.icon-credit-card2:before {
  content: "\ed43";
}

.icon-desktop2:before {
  content: "\ed44";
}

.icon-diamond2:before {
  content: "\ed45";
}

.icon-email2:before {
  content: "\ed46";
}

.icon-exchange2:before {
  content: "\ed47";
}

.icon-factory:before {
  content: "\ed48";
}

.icon-flask2:before {
  content: "\ed49";
}

.icon-focus:before {
  content: "\ed4a";
}

.icon-globalization:before {
  content: "\ed4b";
}

.icon-goal:before {
  content: "\ed4c";
}

.icon-goals-1:before {
  content: "\ed4d";
}

.icon-goals-2:before {
  content: "\ed4e";
}

.icon-goals:before {
  content: "\ed4f";
}

.icon-gold:before {
  content: "\ed50";
}

.icon-growth2:before {
  content: "\ed51";
}

.icon-handshake2:before {
  content: "\ed52";
}

.icon-headset:before {
  content: "\ed53";
}

.icon-id-card2:before {
  content: "\ed54";
}

.icon-investigation:before {
  content: "\ed55";
}

.icon-investment-1:before {
  content: "\ed56";
}

.icon-investment-2:before {
  content: "\ed57";
}

.icon-investment-3:before {
  content: "\ed58";
}

.icon-investment:before {
  content: "\ed59";
}

.icon-invoice-1:before {
  content: "\ed5a";
}

.icon-invoice:before {
  content: "\ed5b";
}

.icon-laptop2:before {
  content: "\ed5c";
}

.icon-light-bulb:before {
  content: "\ed5d";
}

.icon-line-chart-1:before {
  content: "\ed5e";
}

.icon-line-chart-2:before {
  content: "\ed5f";
}

.icon-line-chart2:before {
  content: "\ed60";
}

.icon-list3:before {
  content: "\ed61";
}

.icon-meeting:before {
  content: "\ed62";
}

.icon-megaphone:before {
  content: "\ed63";
}

.icon-money-1:before {
  content: "\ed64";
}

.icon-money-2:before {
  content: "\ed65";
}

.icon-money-3:before {
  content: "\ed66";
}

.icon-money-bag:before {
  content: "\ed67";
}

.icon-money2:before {
  content: "\ed68";
}

.icon-orders:before {
  content: "\ed69";
}

.icon-organization-1:before {
  content: "\ed6a";
}

.icon-organization-2:before {
  content: "\ed6b";
}

.icon-organization-3:before {
  content: "\ed6c";
}

.icon-organization-4:before {
  content: "\ed6d";
}

.icon-organization:before {
  content: "\ed6e";
}

.icon-pay-point:before {
  content: "\ed6f";
}

.icon-pie-chart-1:before {
  content: "\ed70";
}

.icon-pie-chart2:before {
  content: "\ed71";
}

.icon-piggy-bank:before {
  content: "\ed72";
}

.icon-placeholder2:before {
  content: "\ed73";
}

.icon-presentation-12:before {
  content: "\ed74";
}

.icon-presentation2:before {
  content: "\ed75";
}

.icon-profile-1:before {
  content: "\ed76";
}

.icon-profile-2:before {
  content: "\ed77";
}

.icon-profile-3:before {
  content: "\ed78";
}

.icon-profile-4:before {
  content: "\ed79";
}

.icon-profile:before {
  content: "\ed7a";
}

.icon-protection:before {
  content: "\ed7b";
}

.icon-report:before {
  content: "\ed7c";
}

.icon-safebox:before {
  content: "\ed7d";
}

.icon-security:before {
  content: "\ed7e";
}

.icon-settings:before {
  content: "\ed7f";
}

.icon-shop:before {
  content: "\ed80";
}

.icon-shopping-bag2:before {
  content: "\ed81";
}

.icon-shopping-basket2:before {
  content: "\ed82";
}

.icon-shopping-cart2:before {
  content: "\ed83";
}

.icon-skyscraper:before {
  content: "\ed84";
}

.icon-smartphone2:before {
  content: "\ed85";
}

.icon-startup:before {
  content: "\ed86";
}

.icon-suitcase2:before {
  content: "\ed87";
}

.icon-tablet2:before {
  content: "\ed88";
}

.icon-tags4:before {
  content: "\ed89";
}

.icon-target-12:before {
  content: "\ed8a";
}

.icon-target4:before {
  content: "\ed8b";
}

.icon-taxes:before {
  content: "\ed8c";
}

.icon-telephone:before {
  content: "\ed8d";
}

.icon-tie:before {
  content: "\ed8e";
}

.icon-time-is-money-1:before {
  content: "\ed8f";
}

.icon-time-is-money:before {
  content: "\ed90";
}

.icon-trophy7:before {
  content: "\ed91";
}

.icon-video-player:before {
  content: "\ed92";
}

.icon-wallet:before {
  content: "\ed93";
}

.icon-avatar:before {
  content: "\e900";
}

.icon-briefcase:before {
  content: "\e901";
}

.icon-building:before {
  content: "\e902";
}

.icon-coding:before {
  content: "\e903";
}

.icon-creativity:before {
  content: "\e904";
}

.icon-desk-chair:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-folder:before {
  content: "\e907";
}

.icon-graduation:before {
  content: "\e908";
}

.icon-growth:before {
  content: "\e909";
}

.icon-handshake:before {
  content: "\e90a";
}

.icon-house:before {
  content: "\e90b";
}

.icon-idea:before {
  content: "\e90c";
}

.icon-key:before {
  content: "\e90d";
}

.icon-list:before {
  content: "\e90e";
}

.icon-mail:before {
  content: "\e90f";
}

.icon-mask:before {
  content: "\e910";
}

.icon-medal:before {
  content: "\e911";
}

.icon-mortarboard:before {
  content: "\e912";
}

.icon-newspaper:before {
  content: "\e913";
}

.icon-padlock:before {
  content: "\e914";
}

.icon-path:before {
  content: "\e915";
}

.icon-placeholder:before {
  content: "\e916";
}

.icon-presentation-1:before {
  content: "\e917";
}

.icon-presentation:before {
  content: "\e918";
}

.icon-responsive:before {
  content: "\e919";
}

.icon-resume:before {
  content: "\e91a";
}

.icon-sir:before {
  content: "\e91b";
}

.icon-smartphone:before {
  content: "\e91c";
}

.icon-strength:before {
  content: "\e91d";
}

.icon-target-1:before {
  content: "\e91e";
}

.icon-target:before {
  content: "\e91f";
}

.icon-telescope:before {
  content: "\e920";
}

.icon-translator:before {
  content: "\e921";
}

.icon-trophy:before {
  content: "\e922";
}

.icon-ukelele:before {
  content: "\e923";
}

.icon-mail-envelope2:before {
  content: "\e924";
}

.icon-mail-envelope:before {
  content: "\e925";
}

.icon-mail-envelope-open:before {
  content: "\e926";
}

.icon-mail-envelope-open2:before {
  content: "\e927";
}

.icon-mail-envelope-closed:before {
  content: "\e928";
}

.icon-mail-envelope-closed2:before {
  content: "\e929";
}

.icon-mail-envelope-open3:before {
  content: "\e92a";
}

.icon-mail-envelope-open4:before {
  content: "\e92b";
}

.icon-mail-envelope-open5:before {
  content: "\e92c";
}

.icon-mail-envelope-open6:before {
  content: "\e92d";
}

.icon-mail-envelope-closed3:before {
  content: "\e92e";
}

.icon-mail-envelope-closed4:before {
  content: "\e92f";
}

.icon-mail-envelope-open7:before {
  content: "\e930";
}

.icon-mail-envelope-open8:before {
  content: "\e931";
}

.icon-mail-error:before {
  content: "\e932";
}

.icon-mail-error2:before {
  content: "\e933";
}

.icon-mail-checked:before {
  content: "\e934";
}

.icon-mail-checked2:before {
  content: "\e935";
}

.icon-mail-cancel:before {
  content: "\e936";
}

.icon-mail-cancel2:before {
  content: "\e937";
}

.icon-mail--forbidden:before {
  content: "\e938";
}

.icon-mail--forbidden2:before {
  content: "\e939";
}

.icon-mail-add:before {
  content: "\e93a";
}

.icon-mail-add2:before {
  content: "\e93b";
}

.icon-mail-remove:before {
  content: "\e93c";
}

.icon-mail-remove2:before {
  content: "\e93d";
}

.icon-flag2:before {
  content: "\e93e";
}

.icon-flag3:before {
  content: "\e93f";
}

.icon-flag4:before {
  content: "\e940";
}

.icon-flag5:before {
  content: "\e941";
}

.icon-flag6:before {
  content: "\e942";
}

.icon-flag7:before {
  content: "\e943";
}

.icon-flag8:before {
  content: "\e944";
}

.icon-flag9:before {
  content: "\e945";
}

.icon-bookmark2:before {
  content: "\e946";
}

.icon-bookmark3:before {
  content: "\e947";
}

.icon-bookmark-add:before {
  content: "\e948";
}

.icon-bookmark-add2:before {
  content: "\e949";
}

.icon-bookmark-remove:before {
  content: "\e94a";
}

.icon-bookmark-remove2:before {
  content: "\e94b";
}

.icon-eye-hidden:before {
  content: "\e94c";
}

.icon-eye-hidden2:before {
  content: "\e94d";
}

.icon-eye2:before {
  content: "\e94e";
}

.icon-eye3:before {
  content: "\e94f";
}

.icon-star2:before {
  content: "\e950";
}

.icon-star-3:before {
  content: "\e951";
}

.icon-key3:before {
  content: "\e952";
}

.icon-key4:before {
  content: "\e953";
}

.icon-key5:before {
  content: "\e954";
}

.icon-key6:before {
  content: "\e955";
}

.icon-trash-can:before {
  content: "\e956";
}

.icon-trash-can2:before {
  content: "\e957";
}

.icon-trash-can3:before {
  content: "\e958";
}

.icon-trash-can4:before {
  content: "\e959";
}

.icon-information:before {
  content: "\e95a";
}

.icon-information2:before {
  content: "\e95b";
}

.icon-information3:before {
  content: "\e95c";
}

.icon-information4:before {
  content: "\e95d";
}

.icon-book2:before {
  content: "\e95e";
}

.icon-book3:before {
  content: "\e95f";
}

.icon-book-bookmark:before {
  content: "\e960";
}

.icon-book-bookmark2:before {
  content: "\e961";
}

.icon-clipboard-edit:before {
  content: "\e962";
}

.icon-clipboard-edit2:before {
  content: "\e963";
}

.icon-clipboard-add:before {
  content: "\e964";
}

.icon-clipboard-add2:before {
  content: "\e965";
}

.icon-clipboard-remove:before {
  content: "\e966";
}

.icon-clipboard-remove2:before {
  content: "\e967";
}

.icon-clipboard2:before {
  content: "\e968";
}

.icon-clipboard3:before {
  content: "\e969";
}

.icon-clipboard-download:before {
  content: "\e96a";
}

.icon-clipboard-download2:before {
  content: "\e96b";
}

.icon-clipboard-upload:before {
  content: "\e96c";
}

.icon-clipboard-upload2:before {
  content: "\e96d";
}

.icon-clipboard-checked:before {
  content: "\e96e";
}

.icon-clipboard-checked2:before {
  content: "\e96f";
}

.icon-clipboard-text:before {
  content: "\e970";
}

.icon-clipboard-text2:before {
  content: "\e971";
}

.icon-clipboard-list:before {
  content: "\e972";
}

.icon-clipboard-list2:before {
  content: "\e973";
}

.icon-note:before {
  content: "\e974";
}

.icon-note2:before {
  content: "\e975";
}

.icon-note-add:before {
  content: "\e976";
}

.icon-note-add2:before {
  content: "\e977";
}

.icon-note-remove:before {
  content: "\e978";
}

.icon-note-remove2:before {
  content: "\e979";
}

.icon-note-text:before {
  content: "\e97a";
}

.icon-note-text2:before {
  content: "\e97b";
}

.icon-note-list:before {
  content: "\e97c";
}

.icon-note-list2:before {
  content: "\e97d";
}

.icon-note-checked:before {
  content: "\e97e";
}

.icon-note-checked2:before {
  content: "\e97f";
}

.icon-note-important:before {
  content: "\e980";
}

.icon-note-important2:before {
  content: "\e981";
}

.icon-notebook:before {
  content: "\e982";
}

.icon-notebook2:before {
  content: "\e983";
}

.icon-notebook3:before {
  content: "\e984";
}

.icon-notebook4:before {
  content: "\e985";
}

.icon-notebook5:before {
  content: "\e986";
}

.icon-notebook6:before {
  content: "\e987";
}

.icon-notebook7:before {
  content: "\e988";
}

.icon-notebook8:before {
  content: "\e989";
}

.icon-notebook-text:before {
  content: "\e98a";
}

.icon-notebook-text2:before {
  content: "\e98b";
}

.icon-notebook-list:before {
  content: "\e98c";
}

.icon-notebook-list2:before {
  content: "\e98d";
}

.icon-document:before {
  content: "\e98e";
}

.icon-document2:before {
  content: "\e98f";
}

.icon-document-text:before {
  content: "\e990";
}

.icon-document-text2:before {
  content: "\e991";
}

.icon-document-text3:before {
  content: "\e992";
}

.icon-document-text4:before {
  content: "\e993";
}

.icon-document-download:before {
  content: "\e994";
}

.icon-document-download2:before {
  content: "\e995";
}

.icon-document-upload:before {
  content: "\e996";
}

.icon-document-upload2:before {
  content: "\e997";
}

.icon-document-bookmark:before {
  content: "\e998";
}

.icon-document-bookmark2:before {
  content: "\e999";
}

.icon-document-diagrams:before {
  content: "\e99a";
}

.icon-document-diagrams2:before {
  content: "\e99b";
}

.icon-document-recording:before {
  content: "\e99c";
}

.icon-document-recording2:before {
  content: "\e99d";
}

.icon-document-table:before {
  content: "\e99e";
}

.icon-document-table2:before {
  content: "\e99f";
}

.icon-document-music:before {
  content: "\e9a0";
}

.icon-document-music2:before {
  content: "\e9a1";
}

.icon-document-movie:before {
  content: "\e9a2";
}

.icon-document-movie2:before {
  content: "\e9a3";
}

.icon-document-play:before {
  content: "\e9a4";
}

.icon-document-play2:before {
  content: "\e9a5";
}

.icon-document-graph:before {
  content: "\e9a6";
}

.icon-document-graph2:before {
  content: "\e9a7";
}

.icon-document-time:before {
  content: "\e9a8";
}

.icon-document-time2:before {
  content: "\e9a9";
}

.icon-document-text5:before {
  content: "\e9aa";
}

.icon-document-text6:before {
  content: "\e9ab";
}

.icon-document-code:before {
  content: "\e9ac";
}

.icon-document-code2:before {
  content: "\e9ad";
}

.icon-document-cloud:before {
  content: "\e9ae";
}

.icon-document-cloud2:before {
  content: "\e9af";
}

.icon-documents:before {
  content: "\e9b0";
}

.icon-documents2:before {
  content: "\e9b1";
}

.icon-documents3:before {
  content: "\e9b2";
}

.icon-documents4:before {
  content: "\e9b3";
}

.icon-document-search:before {
  content: "\e9b4";
}

.icon-document-search2:before {
  content: "\e9b5";
}

.icon-document-star:before {
  content: "\e9b6";
}

.icon-document-star2:before {
  content: "\e9b7";
}

.icon-document-unlocked:before {
  content: "\e9b8";
}

.icon-document-unlocked2:before {
  content: "\e9b9";
}

.icon-document-locked:before {
  content: "\e9ba";
}

.icon-document-locked2:before {
  content: "\e9bb";
}

.icon-document-error:before {
  content: "\e9bc";
}

.icon-document-error2:before {
  content: "\e9bd";
}

.icon-document-cancel:before {
  content: "\e9be";
}

.icon-document-cancel2:before {
  content: "\e9bf";
}

.icon-document-checked:before {
  content: "\e9c0";
}

.icon-document-checked2:before {
  content: "\e9c1";
}

.icon-document-add:before {
  content: "\e9c2";
}

.icon-document-add2:before {
  content: "\e9c3";
}

.icon-document-remove:before {
  content: "\e9c4";
}

.icon-document-remove2:before {
  content: "\e9c5";
}

.icon-document-forbidden:before {
  content: "\e9c6";
}

.icon-document-forbidden2:before {
  content: "\e9c7";
}

.icon-document-information:before {
  content: "\e9c8";
}

.icon-document-information2:before {
  content: "\e9c9";
}

.icon-folder-information:before {
  content: "\e9ca";
}

.icon-folder-information2:before {
  content: "\e9cb";
}

.icon-document-list:before {
  content: "\e9cc";
}

.icon-document-list2:before {
  content: "\e9cd";
}

.icon-document-font:before {
  content: "\e9ce";
}

.icon-document-font2:before {
  content: "\e9cf";
}

.icon-inbox2:before {
  content: "\e9d0";
}

.icon-inbox3:before {
  content: "\e9d1";
}

.icon-inboxes:before {
  content: "\e9d2";
}

.icon-inboxes2:before {
  content: "\e9d3";
}

.icon-inbox-document:before {
  content: "\e9d4";
}

.icon-inbox-document2:before {
  content: "\e9d5";
}

.icon-inbox-document-text:before {
  content: "\e9d6";
}

.icon-inbox-document-text2:before {
  content: "\e9d7";
}

.icon-inbox-download:before {
  content: "\e9d8";
}

.icon-inbox-download2:before {
  content: "\e9d9";
}

.icon-inbox-upload:before {
  content: "\e9da";
}

.icon-inbox-upload2:before {
  content: "\e9db";
}

.icon-folder-3:before {
  content: "\e9dc";
}

.icon-folder4:before {
  content: "\e9dd";
}

.icon-folder5:before {
  content: "\e9de";
}

.icon-folder6:before {
  content: "\e9df";
}

.icon-folders:before {
  content: "\e9e0";
}

.icon-folders2:before {
  content: "\e9e1";
}

.icon-folder-download:before {
  content: "\e9e2";
}

.icon-folder-download2:before {
  content: "\e9e3";
}

.icon-folder-upload:before {
  content: "\e9e4";
}

.icon-folder-upload2:before {
  content: "\e9e5";
}

.icon-folder-unlocked:before {
  content: "\e9e6";
}

.icon-folder-unlocked2:before {
  content: "\e9e7";
}

.icon-folder-locked:before {
  content: "\e9e8";
}

.icon-folder-locked2:before {
  content: "\e9e9";
}

.icon-folder-search:before {
  content: "\e9ea";
}

.icon-folder-search2:before {
  content: "\e9eb";
}

.icon-folder-error:before {
  content: "\e9ec";
}

.icon-folder-error2:before {
  content: "\e9ed";
}

.icon-folder-cancel:before {
  content: "\e9ee";
}

.icon-folder-cancel2:before {
  content: "\e9ef";
}

.icon-folder-checked:before {
  content: "\e9f0";
}

.icon-folder-checked2:before {
  content: "\e9f1";
}

.icon-folder-add:before {
  content: "\e9f2";
}

.icon-folder-add2:before {
  content: "\e9f3";
}

.icon-folder-remove:before {
  content: "\e9f4";
}

.icon-folder-remove2:before {
  content: "\e9f5";
}

.icon-folder-forbidden:before {
  content: "\e9f6";
}

.icon-folder-forbidden2:before {
  content: "\e9f7";
}

.icon-folder-bookmark:before {
  content: "\e9f8";
}

.icon-folder-bookmark2:before {
  content: "\e9f9";
}

.icon-document-zip:before {
  content: "\e9fa";
}

.icon-document-zip2:before {
  content: "\e9fb";
}

.icon-zip:before {
  content: "\e9fc";
}

.icon-zip2:before {
  content: "\e9fd";
}

.icon-search2:before {
  content: "\e9fe";
}

.icon-search3:before {
  content: "\e9ff";
}

.icon-search-plus2:before {
  content: "\ea00";
}

.icon-search-plus3:before {
  content: "\ea01";
}

.icon-search-minus2:before {
  content: "\ea02";
}

.icon-search-minus3:before {
  content: "\ea03";
}

.icon-lock2:before {
  content: "\ea04";
}

.icon-lock3:before {
  content: "\ea05";
}

.icon-lock-open:before {
  content: "\ea06";
}

.icon-lock-open2:before {
  content: "\ea07";
}

.icon-lock-open3:before {
  content: "\ea08";
}

.icon-lock-open4:before {
  content: "\ea09";
}

.icon-lock-stripes:before {
  content: "\ea0a";
}

.icon-lock-stripes2:before {
  content: "\ea0b";
}

.icon-lock-rounded:before {
  content: "\ea0c";
}

.icon-lock-rounded2:before {
  content: "\ea0d";
}

.icon-lock-rounded-open:before {
  content: "\ea0e";
}

.icon-lock-rounded-open2:before {
  content: "\ea0f";
}

.icon-lock-rounded-open3:before {
  content: "\ea10";
}

.icon-lock-rounded-open4:before {
  content: "\ea11";
}

.icon-combination-lock:before {
  content: "\ea12";
}

.icon-combination-lock2:before {
  content: "\ea13";
}

.icon-printer:before {
  content: "\ea14";
}

.icon-printer2:before {
  content: "\ea15";
}

.icon-printer-3:before {
  content: "\ea16";
}

.icon-printer4:before {
  content: "\ea17";
}

.icon-printer-text:before {
  content: "\ea18";
}

.icon-printer-text2:before {
  content: "\ea19";
}

.icon-printer-text3:before {
  content: "\ea1a";
}

.icon-printer-text4:before {
  content: "\ea1b";
}

.icon-document-shred:before {
  content: "\ea1c";
}

.icon-document-shred2:before {
  content: "\ea1d";
}

.icon-shredder:before {
  content: "\ea1e";
}

.icon-shredder2:before {
  content: "\ea1f";
}

.icon-document-scan:before {
  content: "\ea20";
}

.icon-document-scan2:before {
  content: "\ea21";
}

.icon-cloud-download2:before {
  content: "\ea22";
}

.icon-cloud-download3:before {
  content: "\ea23";
}

.icon-cloud-upload2:before {
  content: "\ea24";
}

.icon-cloud-upload3:before {
  content: "\ea25";
}

.icon-cloud-error:before {
  content: "\ea26";
}

.icon-cloud-error2:before {
  content: "\ea27";
}

.icon-cloud2:before {
  content: "\ea28";
}

.icon-cloud3:before {
  content: "\ea29";
}

.icon-inbox-filled:before {
  content: "\ea2a";
}

.icon-inbox-filled2:before {
  content: "\ea2b";
}

.icon-pen:before {
  content: "\ea2c";
}

.icon-pen2:before {
  content: "\ea2d";
}

.icon-pen-angled:before {
  content: "\ea2e";
}

.icon-pen-angled2:before {
  content: "\ea2f";
}

.icon-document-edit:before {
  content: "\ea30";
}

.icon-document-edit2:before {
  content: "\ea31";
}

.icon-document-certificate:before {
  content: "\ea32";
}

.icon-document-certificate2:before {
  content: "\ea33";
}

.icon-certificate2:before {
  content: "\ea34";
}

.icon-certificate3:before {
  content: "\ea35";
}

.icon-package:before {
  content: "\ea36";
}

.icon-package2:before {
  content: "\ea37";
}

.icon-box:before {
  content: "\ea38";
}

.icon-box2:before {
  content: "\ea39";
}

.icon-box-filled:before {
  content: "\ea3a";
}

.icon-box-filled2:before {
  content: "\ea3b";
}

.icon-box3:before {
  content: "\ea3c";
}

.icon-box4:before {
  content: "\ea3d";
}

.icon-box5:before {
  content: "\ea3e";
}

.icon-box6:before {
  content: "\ea3f";
}

.icon-box-bookmark:before {
  content: "\ea40";
}

.icon-box-bookmark2:before {
  content: "\ea41";
}

.icon-tag-cord:before {
  content: "\ea42";
}

.icon-tag-cord2:before {
  content: "\ea43";
}

.icon-tag2:before {
  content: "\ea44";
}

.icon-tag3:before {
  content: "\ea45";
}

.icon-tags2:before {
  content: "\ea46";
}

.icon-tags3:before {
  content: "\ea47";
}

.icon-tag-add:before {
  content: "\ea48";
}

.icon-tag-add2:before {
  content: "\ea49";
}

.icon-tag-remove:before {
  content: "\ea4a";
}

.icon-tag-remove2:before {
  content: "\ea4b";
}

.icon-tag-checked:before {
  content: "\ea4c";
}

.icon-tag-checked2:before {
  content: "\ea4d";
}

.icon-tag-cancel:before {
  content: "\ea4e";
}

.icon-tag-cancel2:before {
  content: "\ea4f";
}

.icon-paperclip2:before {
  content: "\ea50";
}

.icon-paperclip3:before {
  content: "\ea51";
}

.icon-basketball:before {
  content: "\ea52";
}

.icon-basketball2:before {
  content: "\ea53";
}

.icon-baseball:before {
  content: "\ea54";
}

.icon-baseball2:before {
  content: "\ea55";
}

.icon-tennis-ball:before {
  content: "\ea56";
}

.icon-tennis-ball2:before {
  content: "\ea57";
}

.icon-bowling-ball:before {
  content: "\ea58";
}

.icon-bowling-ball2:before {
  content: "\ea59";
}

.icon-billiard-ball:before {
  content: "\ea5a";
}

.icon-billiard-ball2:before {
  content: "\ea5b";
}

.icon-soccer-ball:before {
  content: "\ea5c";
}

.icon-soccer-ball2:before {
  content: "\ea5d";
}

.icon-soccer-court:before {
  content: "\ea5e";
}

.icon-soccer-court2:before {
  content: "\ea5f";
}

.icon-football:before {
  content: "\ea60";
}

.icon-football2:before {
  content: "\ea61";
}

.icon-football3:before {
  content: "\ea62";
}

.icon-football4:before {
  content: "\ea63";
}

.icon-basketball3:before {
  content: "\ea64";
}

.icon-basketball4:before {
  content: "\ea65";
}

.icon-baseball-set:before {
  content: "\ea66";
}

.icon-baseball-set2:before {
  content: "\ea67";
}

.icon-tennis-ball3:before {
  content: "\ea68";
}

.icon-tennis-ball4:before {
  content: "\ea69";
}

.icon-trophy3:before {
  content: "\ea6a";
}

.icon-trophy4:before {
  content: "\ea6b";
}

.icon-trophy-one:before {
  content: "\ea6c";
}

.icon-trophy-one2:before {
  content: "\ea6d";
}

.icon-trophy5:before {
  content: "\ea6e";
}

.icon-trophy6:before {
  content: "\ea6f";
}

.icon-medal2:before {
  content: "\ea70";
}

.icon-medal3:before {
  content: "\ea71";
}

.icon-medal4:before {
  content: "\ea72";
}

.icon-medal5:before {
  content: "\ea73";
}

.icon-weights:before {
  content: "\ea74";
}

.icon-weights2:before {
  content: "\ea75";
}

.icon-tennis-racket:before {
  content: "\ea76";
}

.icon-tennis-racket2:before {
  content: "\ea77";
}

.icon-basketball-hoop:before {
  content: "\ea78";
}

.icon-basketball-hoop2:before {
  content: "\ea79";
}

.icon-table-tennis:before {
  content: "\ea7a";
}

.icon-table-tennis2:before {
  content: "\ea7b";
}

.icon-volleyball:before {
  content: "\ea7c";
}

.icon-volleyball2:before {
  content: "\ea7d";
}

.icon-stop-watch:before {
  content: "\ea7e";
}

.icon-stop-watch2:before {
  content: "\ea7f";
}

.icon-stop-watch3:before {
  content: "\ea80";
}

.icon-stop-watch4:before {
  content: "\ea81";
}

.icon-hockey-stick:before {
  content: "\ea82";
}

.icon-hockey-stick2:before {
  content: "\ea83";
}

.icon-hockey-sticks:before {
  content: "\ea84";
}

.icon-hockey-sticks2:before {
  content: "\ea85";
}

.icon-shuttlecock:before {
  content: "\ea86";
}

.icon-shuttlecock2:before {
  content: "\ea87";
}

.icon-golf:before {
  content: "\ea88";
}

.icon-golf2:before {
  content: "\ea89";
}

.icon-move:before {
  content: "\ea8a";
}

.icon-move2:before {
  content: "\ea8b";
}

.icon-clipboard-move:before {
  content: "\ea8c";
}

.icon-clipboard-move2:before {
  content: "\ea8d";
}

.icon-award:before {
  content: "\ea8e";
}

.icon-award2:before {
  content: "\ea8f";
}

.icon-award3:before {
  content: "\ea90";
}

.icon-award4:before {
  content: "\ea91";
}

.icon-award5:before {
  content: "\ea92";
}

.icon-award6:before {
  content: "\ea93";
}

.icon-award7:before {
  content: "\ea94";
}

.icon-award8:before {
  content: "\ea95";
}

.icon-medal6:before {
  content: "\ea96";
}

.icon-medal7:before {
  content: "\ea97";
}

.icon-medal8:before {
  content: "\ea98";
}

.icon-medal9:before {
  content: "\ea99";
}

.icon-boxing-glove:before {
  content: "\ea9a";
}

.icon-boxing-glove2:before {
  content: "\ea9b";
}

.icon-whistle:before {
  content: "\ea9c";
}

.icon-whistle2:before {
  content: "\ea9d";
}

.icon-volleyball-water:before {
  content: "\ea9e";
}

.icon-volleyball-water2:before {
  content: "\ea9f";
}

.icon-checkered-flag:before {
  content: "\eaa0";
}

.icon-checkered-flag2:before {
  content: "\eaa1";
}

.icon-target-arrow:before {
  content: "\eaa2";
}

.icon-target-arrow2:before {
  content: "\eaa3";
}

.icon-target2:before {
  content: "\eaa4";
}

.icon-target3:before {
  content: "\eaa5";
}

.icon-sailing-boat:before {
  content: "\eaa6";
}

.icon-sailing-boat2:before {
  content: "\eaa7";
}

.icon-sailing-boat-water:before {
  content: "\eaa8";
}

.icon-sailing-boat-water2:before {
  content: "\eaa9";
}

.icon-bowling-pins:before {
  content: "\eaaa";
}

.icon-bowling-pins2:before {
  content: "\eaab";
}

.icon-bowling-pin-ball:before {
  content: "\eaac";
}

.icon-bowling-pin-ball2:before {
  content: "\eaad";
}

.icon-diving-goggles:before {
  content: "\eaae";
}

.icon-diving-goggles2:before {
  content: "\eaaf";
}

.icon-sports-shoe:before {
  content: "\eab0";
}

.icon-sports-shoe2:before {
  content: "\eab1";
}

.icon-soccer-shoe:before {
  content: "\eab2";
}

.icon-soccer-shoe2:before {
  content: "\eab3";
}

.icon-ice-skate:before {
  content: "\eab4";
}

.icon-ice-skate2:before {
  content: "\eab5";
}

.icon-cloud4:before {
  content: "\eab6";
}

.icon-cloud5:before {
  content: "\eab7";
}

.icon-cloud-sun:before {
  content: "\eab8";
}

.icon-cloud-sun2:before {
  content: "\eab9";
}

.icon-cloud-moon:before {
  content: "\eaba";
}

.icon-cloud-moon2:before {
  content: "\eabb";
}

.icon-cloud-rain:before {
  content: "\eabc";
}

.icon-cloud-rain2:before {
  content: "\eabd";
}

.icon-cloud-sun-rain:before {
  content: "\eabe";
}

.icon-cloud-sun-rain2:before {
  content: "\eabf";
}

.icon-cloud-moon-rain:before {
  content: "\eac0";
}

.icon-cloud-moon-rain2:before {
  content: "\eac1";
}

.icon-cloud-snow:before {
  content: "\eac2";
}

.icon-cloud-snow2:before {
  content: "\eac3";
}

.icon-cloud-sun-snow:before {
  content: "\eac4";
}

.icon-cloud-sun-snow2:before {
  content: "\eac5";
}

.icon-cloud-moon-snow:before {
  content: "\eac6";
}

.icon-cloud-moon-snow2:before {
  content: "\eac7";
}

.icon-cloud-lightning:before {
  content: "\eac8";
}

.icon-cloud-lightning2:before {
  content: "\eac9";
}

.icon-cloud-sun-lightning:before {
  content: "\eaca";
}

.icon-cloud-sun-lightning2:before {
  content: "\eacb";
}

.icon-cloud-moon-lightning:before {
  content: "\eacc";
}

.icon-cloud-moon-lightning2:before {
  content: "\eacd";
}

.icon-cloud-wind:before {
  content: "\eace";
}

.icon-cloud-wind2:before {
  content: "\eacf";
}

.icon-cloud-raindrops:before {
  content: "\ead0";
}

.icon-cloud-raindrops2:before {
  content: "\ead1";
}

.icon-cloud-sun-raindrops:before {
  content: "\ead2";
}

.icon-cloud-sun-raindrops2:before {
  content: "\ead3";
}

.icon-cloud-moon-raindrops:before {
  content: "\ead4";
}

.icon-cloud-moon-raindrops2:before {
  content: "\ead5";
}

.icon-cloud-snowflakes:before {
  content: "\ead6";
}

.icon-cloud-snowflakes2:before {
  content: "\ead7";
}

.icon-cloud-sun-snowflakes:before {
  content: "\ead8";
}

.icon-cloud-sun-snowflakes2:before {
  content: "\ead9";
}

.icon-cloud-moon-snowflakes:before {
  content: "\eada";
}

.icon-cloud-moon-snowflakes2:before {
  content: "\eadb";
}

.icon-clouds:before {
  content: "\eadc";
}

.icon-clouds2:before {
  content: "\eadd";
}

.icon-cloud-add:before {
  content: "\eade";
}

.icon-cloud-add2:before {
  content: "\eadf";
}

.icon-cloud-remove:before {
  content: "\eae0";
}

.icon-cloud-remove2:before {
  content: "\eae1";
}

.icon-cloud-error-3:before {
  content: "\eae2";
}

.icon-cloud-error4:before {
  content: "\eae3";
}

.icon-cloud-fog:before {
  content: "\eae4";
}

.icon-cloud-fog2:before {
  content: "\eae5";
}

.icon--cloud-sun-fog:before {
  content: "\eae6";
}

.icon--cloud-sun-fog2:before {
  content: "\eae7";
}

.icon-cloud-moon-fog:before {
  content: "\eae8";
}

.icon-cloud-moon-fog2:before {
  content: "\eae9";
}

.icon-moon-stars:before {
  content: "\eaea";
}

.icon-moon-stars2:before {
  content: "\eaeb";
}

.icon-moon:before {
  content: "\eaec";
}

.icon-moon2:before {
  content: "\eaed";
}

.icon-sun:before {
  content: "\eaee";
}

.icon-sun2:before {
  content: "\eaef";
}

.icon-sunrise:before {
  content: "\eaf0";
}

.icon-sunrise2:before {
  content: "\eaf1";
}

.icon-sunset:before {
  content: "\eaf2";
}

.icon-sunset2:before {
  content: "\eaf3";
}

.icon-sunset3:before {
  content: "\eaf4";
}

.icon-sunset4:before {
  content: "\eaf5";
}

.icon-sunset5:before {
  content: "\eaf6";
}

.icon-sunset6:before {
  content: "\eaf7";
}

.icon-rainbow:before {
  content: "\eaf8";
}

.icon-rainbow2:before {
  content: "\eaf9";
}

.icon-umbrella2:before {
  content: "\eafa";
}

.icon-umbrella3:before {
  content: "\eafb";
}

.icon-raindrops:before {
  content: "\eafc";
}

.icon-raindrops2:before {
  content: "\eafd";
}

.icon-raindrop:before {
  content: "\eafe";
}

.icon-raindrop2:before {
  content: "\eaff";
}

.icon-sunglasses:before {
  content: "\eb00";
}

.icon-sunglasses2:before {
  content: "\eb01";
}

.icon-stars:before {
  content: "\eb02";
}

.icon-stars2:before {
  content: "\eb03";
}

.icon-clouds3:before {
  content: "\eb04";
}

.icon-clouds4:before {
  content: "\eb05";
}

.icon-moonrise:before {
  content: "\eb06";
}

.icon-moonrise2:before {
  content: "\eb07";
}

.icon-moonset:before {
  content: "\eb08";
}

.icon-moonset2:before {
  content: "\eb09";
}

.icon-wind:before {
  content: "\eb0a";
}

.icon-wind2:before {
  content: "\eb0b";
}

.icon-full-moon:before {
  content: "\eb0c";
}

.icon-full-moon2:before {
  content: "\eb0d";
}

.icon-crescent:before {
  content: "\eb0e";
}

.icon-crescent2:before {
  content: "\eb0f";
}

.icon-half-moon:before {
  content: "\eb10";
}

.icon-half-moon2:before {
  content: "\eb11";
}

.icon-gibbous-moon:before {
  content: "\eb12";
}

.icon-gibbous-moon2:before {
  content: "\eb13";
}

.icon-moon3:before {
  content: "\eb14";
}

.icon-moon4:before {
  content: "\eb15";
}

.icon-gibbous-moon3:before {
  content: "\eb16";
}

.icon-gibbous-moon4:before {
  content: "\eb17";
}

.icon-half-moon3:before {
  content: "\eb18";
}

.icon-half-moon4:before {
  content: "\eb19";
}

.icon-crescent3:before {
  content: "\eb1a";
}

.icon-crescent4:before {
  content: "\eb1b";
}

.icon-barometer:before {
  content: "\eb1c";
}

.icon-barometer2:before {
  content: "\eb1d";
}

.icon-compass-north:before {
  content: "\eb1e";
}

.icon-compass-north2:before {
  content: "\eb1f";
}

.icon-compass-west:before {
  content: "\eb20";
}

.icon-compass-west2:before {
  content: "\eb21";
}

.icon-compass-east:before {
  content: "\eb22";
}

.icon-compass-east2:before {
  content: "\eb23";
}

.icon-compass-south:before {
  content: "\eb24";
}

.icon-compass-south2:before {
  content: "\eb25";
}

.icon-air-sock:before {
  content: "\eb26";
}

.icon-air-sock2:before {
  content: "\eb27";
}

.icon-tornado:before {
  content: "\eb28";
}

.icon-tornado2:before {
  content: "\eb29";
}

.icon-degree-fahrenheit:before {
  content: "\eb2a";
}

.icon-degree-fahrenheit2:before {
  content: "\eb2b";
}

.icon-degree-celsius:before {
  content: "\eb2c";
}

.icon-degree-celsius2:before {
  content: "\eb2d";
}

.icon-warning2:before {
  content: "\eb2e";
}

.icon-warning3:before {
  content: "\eb2f";
}

.icon-compass2:before {
  content: "\eb30";
}

.icon-compass3:before {
  content: "\eb31";
}

.icon-compass4:before {
  content: "\eb32";
}

.icon-compass5:before {
  content: "\eb33";
}

.icon-compass6:before {
  content: "\eb34";
}

.icon-compass7:before {
  content: "\eb35";
}

.icon-compass8:before {
  content: "\eb36";
}

.icon-compass9:before {
  content: "\eb37";
}

.icon-thermometer2:before {
  content: "\eb38";
}

.icon-thermometer-3:before {
  content: "\eb39";
}

.icon-thermometer-low:before {
  content: "\eb3a";
}

.icon-thermometer-low2:before {
  content: "\eb3b";
}

.icon-thermometer-quarter2:before {
  content: "\eb3c";
}

.icon-thermometer-quarter-3:before {
  content: "\eb3d";
}

.icon-thermometer-half2:before {
  content: "\eb3e";
}

.icon-thermometer-half3:before {
  content: "\eb3f";
}

.icon-thermometer-three-quarters2:before {
  content: "\eb40";
}

.icon-thermometer-three-quarters3:before {
  content: "\eb41";
}

.icon-thermometer-full2:before {
  content: "\eb42";
}

.icon-thermometer-full3:before {
  content: "\eb43";
}

.icon-lightning:before {
  content: "\eb44";
}

.icon-lightning2:before {
  content: "\eb45";
}

.icon-wind-turbine:before {
  content: "\eb46";
}

.icon-wind-turbine2:before {
  content: "\eb47";
}

.icon-snowflake:before {
  content: "\eb48";
}

.icon-snowflake2:before {
  content: "\eb49";
}

.icon-flashed-face:before {
  content: "\eb4a";
}

.icon-flashed-face2:before {
  content: "\eb4b";
}

.icon-flashed-face3:before {
  content: "\eb4c";
}

.icon-flashed-face4:before {
  content: "\eb4d";
}

.icon-flashed-face-glasses:before {
  content: "\eb4e";
}

.icon-flashed-face-glasses2:before {
  content: "\eb4f";
}

.icon-face-missing-moth:before {
  content: "\eb50";
}

.icon-face-missing-moth2:before {
  content: "\eb51";
}

.icon-neutral-face:before {
  content: "\eb52";
}

.icon-neutral-face2:before {
  content: "\eb53";
}

.icon-smiling-face:before {
  content: "\eb54";
}

.icon-smiling-face2:before {
  content: "\eb55";
}

.icon-sad-face:before {
  content: "\eb56";
}

.icon-sad-face2:before {
  content: "\eb57";
}

.icon-face-open-mouth:before {
  content: "\eb58";
}

.icon-face-open-mouth2:before {
  content: "\eb59";
}

.icon-face-open-mouth3:before {
  content: "\eb5a";
}

.icon-face-open-mouth4:before {
  content: "\eb5b";
}

.icon-winking-face:before {
  content: "\eb5c";
}

.icon-winking-face2:before {
  content: "\eb5d";
}

.icon-laughing-face:before {
  content: "\eb5e";
}

.icon-laughing-face2:before {
  content: "\eb5f";
}

.icon-laughing-face3:before {
  content: "\eb60";
}

.icon-laughing-face4:before {
  content: "\eb61";
}

.icon-smirking-face:before {
  content: "\eb62";
}

.icon-smirking-face2:before {
  content: "\eb63";
}

.icon-stubborn-face:before {
  content: "\eb64";
}

.icon-stubborn-face2:before {
  content: "\eb65";
}

.icon-neutral-face3:before {
  content: "\eb66";
}

.icon-neutral-face4:before {
  content: "\eb67";
}

.icon-sad-face3:before {
  content: "\eb68";
}

.icon-sad-face4:before {
  content: "\eb69";
}

.icon-smiling-face3:before {
  content: "\eb6a";
}

.icon-smiling-face4:before {
  content: "\eb6b";
}

.icon-smiling-face-eyebrows:before {
  content: "\eb6c";
}

.icon-smiling-face-eyebrows2:before {
  content: "\eb6d";
}

.icon-grinning-face-eyebrows:before {
  content: "\eb6e";
}

.icon-grinning-face-eyebrows2:before {
  content: "\eb6f";
}

.icon-sad-face-eyebrows:before {
  content: "\eb70";
}

.icon-sad-face-eyebrows2:before {
  content: "\eb71";
}

.icon-neutral-face-eyebrows:before {
  content: "\eb72";
}

.icon-neutral-face-eyebrows2:before {
  content: "\eb73";
}

.icon-angry-face:before {
  content: "\eb74";
}

.icon-angry-face2:before {
  content: "\eb75";
}

.icon-worried-face:before {
  content: "\eb76";
}

.icon-worried-face2:before {
  content: "\eb77";
}

.icon-winking-face3:before {
  content: "\eb78";
}

.icon-winking-face4:before {
  content: "\eb79";
}

.icon-angry-face-eyebrows:before {
  content: "\eb7a";
}

.icon-angry-face-eyebrows2:before {
  content: "\eb7b";
}

.icon-grinning-face:before {
  content: "\eb7c";
}

.icon-grinning-face2:before {
  content: "\eb7d";
}

.icon-sad-face5:before {
  content: "\eb7e";
}

.icon-sad-face6:before {
  content: "\eb7f";
}

.icon-grinning-face-eyebrows3:before {
  content: "\eb80";
}

.icon-grinning-face-eyebrows4:before {
  content: "\eb81";
}

.icon-fake-grinning-face-eyebrows:before {
  content: "\eb82";
}

.icon-fake-grinning-face-eyebrows2:before {
  content: "\eb83";
}

.icon-worried-face-eyebrows:before {
  content: "\eb84";
}

.icon-worried-face-eyebrows2:before {
  content: "\eb85";
}

.icon-face-stuck-out-tongue:before {
  content: "\eb86";
}

.icon-face-stuck-out-tongue2:before {
  content: "\eb87";
}

.icon-face-stuck-out-tongue3:before {
  content: "\eb88";
}

.icon-face-stuck-out-tongue4:before {
  content: "\eb89";
}

.icon-kissing-face:before {
  content: "\eb8a";
}

.icon-kissing-face2:before {
  content: "\eb8b";
}

.icon-grinning-face-teeth:before {
  content: "\eb8c";
}

.icon-grinning-face-teeth2:before {
  content: "\eb8d";
}

.icon-angry-face-teeth:before {
  content: "\eb8e";
}

.icon-angry-face-teeth2:before {
  content: "\eb8f";
}

.icon-worried-face-teeth:before {
  content: "\eb90";
}

.icon-worried-face-teeth2:before {
  content: "\eb91";
}

.icon-grinning-face-teeth3:before {
  content: "\eb92";
}

.icon-grinning-face-teeth4:before {
  content: "\eb93";
}

.icon-face-open-mouth-eyebrows:before {
  content: "\eb94";
}

.icon-face-open-mouth-eyebrows2:before {
  content: "\eb95";
}

.icon-face-open-mouth-eyebrows3:before {
  content: "\eb96";
}

.icon-face-open-mouth-eyebrows4:before {
  content: "\eb97";
}

.icon-angry-face-open-mouth-eyebrows:before {
  content: "\eb98";
}

.icon-angry-face-open-mouth-eyebrows2:before {
  content: "\eb99";
}

.icon-unamused-face-tightly-closed-eyes:before {
  content: "\eb9a";
}

.icon-unamused-face-tightly-closed-eyes2:before {
  content: "\eb9b";
}

.icon-sad-face--tightly-closed-eyes:before {
  content: "\eb9c";
}

.icon-sad-face--tightly-closed-eyes2:before {
  content: "\eb9d";
}

.icon-kissing-face3:before {
  content: "\eb9e";
}

.icon-kissing-face4:before {
  content: "\eb9f";
}

.icon-face-closed-meyes:before {
  content: "\eba0";
}

.icon-face-closed-meyes2:before {
  content: "\eba1";
}

.icon-amused-face:before {
  content: "\eba2";
}

.icon-amused-face2:before {
  content: "\eba3";
}

.icon-amused-face-closed-eyes:before {
  content: "\eba4";
}

.icon-amused-face-closed-eyes2:before {
  content: "\eba5";
}

.icon-amused-face-closed-eyes3:before {
  content: "\eba6";
}

.icon-amused-face-closed-eyes4:before {
  content: "\eba7";
}

.icon-face-closed-eyes-open-mouth:before {
  content: "\eba8";
}

.icon-face-closed-eyes-open-mouth2:before {
  content: "\eba9";
}

.icon-face-closed-eyes-open-mouth3:before {
  content: "\ebaa";
}

.icon-face-closed-eyes-open-mouth4:before {
  content: "\ebab";
}

.icon-face-closed-eyes-open-mouth5:before {
  content: "\ebac";
}

.icon-face-closed-eyes-open-mouth6:before {
  content: "\ebad";
}

.icon-laughing-face5:before {
  content: "\ebae";
}

.icon-laughing-face6:before {
  content: "\ebaf";
}

.icon-smiling-face5:before {
  content: "\ebb0";
}

.icon-smiling-face6:before {
  content: "\ebb1";
}

.icon-grinning-face3:before {
  content: "\ebb2";
}

.icon-grinning-face4:before {
  content: "\ebb3";
}

.icon-sad-face7:before {
  content: "\ebb4";
}

.icon-sad-face8:before {
  content: "\ebb5";
}

.icon-sad-face9:before {
  content: "\ebb6";
}

.icon-sad-face10:before {
  content: "\ebb7";
}

.icon-sad-face-closed-eyes:before {
  content: "\ebb8";
}

.icon-sad-face-closed-eyes2:before {
  content: "\ebb9";
}

.icon-sad-face11:before {
  content: "\ebba";
}

.icon-sad-face12:before {
  content: "\ebbb";
}

.icon-smiling-face7:before {
  content: "\ebbc";
}

.icon-smiling-face8:before {
  content: "\ebbd";
}

.icon-astonished-face:before {
  content: "\ebbe";
}

.icon-astonished-face2:before {
  content: "\ebbf";
}

.icon-astonished-face3:before {
  content: "\ebc0";
}

.icon-astonished-face4:before {
  content: "\ebc1";
}

.icon-face-moustache:before {
  content: "\ebc2";
}

.icon-face-moustache2:before {
  content: "\ebc3";
}

.icon-face-moustache3:before {
  content: "\ebc4";
}

.icon-face-moustache4:before {
  content: "\ebc5";
}

.icon-face-glasses:before {
  content: "\ebc6";
}

.icon-face-glasses2:before {
  content: "\ebc7";
}

.icon-face-sunglasses:before {
  content: "\ebc8";
}

.icon-face-sunglasses2:before {
  content: "\ebc9";
}

.icon-smirking-face-sunglasses:before {
  content: "\ebca";
}

.icon-smirking-face-sunglasses2:before {
  content: "\ebcb";
}

.icon-middle-finger:before {
  content: "\ebcc";
}

.icon-middle-finger2:before {
  content: "\ebcd";
}

.icon-rock-n-roll:before {
  content: "\ebce";
}

.icon-rock-n-roll2:before {
  content: "\ebcf";
}

.icon-high-five:before {
  content: "\ebd0";
}

.icon-high-five2:before {
  content: "\ebd1";
}

.icon-thumb-up:before {
  content: "\ebd2";
}

.icon-thumb-up2:before {
  content: "\ebd3";
}

.icon-thumb-down:before {
  content: "\ebd4";
}

.icon-thumb-down2:before {
  content: "\ebd5";
}

.icon-thumb-up3:before {
  content: "\ebd6";
}

.icon-thumb-up4:before {
  content: "\ebd7";
}

.icon-thumb-down3:before {
  content: "\ebd8";
}

.icon-thumb-down4:before {
  content: "\ebd9";
}

.icon-two-fingers-swipe-left:before {
  content: "\ebda";
}

.icon-two-fingers-swipe-left2:before {
  content: "\ebdb";
}

.icon-two-fingers-swipe-right:before {
  content: "\ebdc";
}

.icon-two-fingers-swipe-right2:before {
  content: "\ebdd";
}

.icon-two-fingers-swipe-up:before {
  content: "\ebde";
}

.icon-two-fingers-swipe-up2:before {
  content: "\ebdf";
}

.icon-two-fingers-swipe-down:before {
  content: "\ebe0";
}

.icon-two-fingers-swipe-down2:before {
  content: "\ebe1";
}

.icon-two-fingers:before {
  content: "\ebe2";
}

.icon-two-fingers2:before {
  content: "\ebe3";
}

.icon-three-fingers-double-tap:before {
  content: "\ebe4";
}

.icon-three-fingers-double-tap2:before {
  content: "\ebe5";
}

.icon-two-fingers-res-out:before {
  content: "\ebe6";
}

.icon-two-fingers-res-out2:before {
  content: "\ebe7";
}

.icon-two-fingers-res-in:before {
  content: "\ebe8";
}

.icon-two-fingers-res-in2:before {
  content: "\ebe9";
}

.icon-two-fingers-rotate:before {
  content: "\ebea";
}

.icon-two-fingers-rotate2:before {
  content: "\ebeb";
}

.icon-one-finger-swipe-left:before {
  content: "\ebec";
}

.icon-one-finger-swipe-left2:before {
  content: "\ebed";
}

.icon-one-finger-swipe-right:before {
  content: "\ebee";
}

.icon-one-finger-swipe-right2:before {
  content: "\ebef";
}

.icon-one-finger-swipe-up:before {
  content: "\ebf0";
}

.icon-one-finger-swipe-up2:before {
  content: "\ebf1";
}

.icon-one-finger-swipe-down:before {
  content: "\ebf2";
}

.icon-one-finger-swipe-down2:before {
  content: "\ebf3";
}

.icon-one-finger:before {
  content: "\ebf4";
}

.icon-one-finger2:before {
  content: "\ebf5";
}

.icon-one-finger-double-tap:before {
  content: "\ebf6";
}

.icon-one-finger-double-tap2:before {
  content: "\ebf7";
}

.icon-one-finger-tap:before {
  content: "\ebf8";
}

.icon-one-finger-tap2:before {
  content: "\ebf9";
}

.icon-one-finger-tap-hold:before {
  content: "\ebfa";
}

.icon-one-finger-tap-hold2:before {
  content: "\ebfb";
}

.icon-thumb-finger-tap:before {
  content: "\ebfc";
}

.icon-thumb-finger-tap2:before {
  content: "\ebfd";
}

.icon-one-finger-click:before {
  content: "\ebfe";
}

.icon-one-finger-click2:before {
  content: "\ebff";
}

.icon-three-fingers-swipe-left:before {
  content: "\ec00";
}

.icon-three-fingers-swipe-left2:before {
  content: "\ec01";
}

.icon-three-fingers-swipe-right:before {
  content: "\ec02";
}

.icon-three-fingers-swipe-right2:before {
  content: "\ec03";
}

.icon-three-fingers-swipe-up:before {
  content: "\ec04";
}

.icon-three-fingers-swipe-up2:before {
  content: "\ec05";
}

.icon-three-fingers-swipe-down:before {
  content: "\ec06";
}

.icon-three-fingers-swipe-down2:before {
  content: "\ec07";
}

.icon-three-fingers:before {
  content: "\ec08";
}

.icon-three-fingers2:before {
  content: "\ec09";
}

.icon-three-fingers-double-tap3:before {
  content: "\ec0a";
}

.icon-three-fingers-double-tap4:before {
  content: "\ec0b";
}

.icon-two-fingers-swipe-up3:before {
  content: "\ec0c";
}

.icon-two-fingers-swipe-up4:before {
  content: "\ec0d";
}

.icon-one-finger-double-tap3:before {
  content: "\ec0e";
}

.icon-one-finger-double-tap4:before {
  content: "\ec0f";
}

.icon-two-fingers-swipe-down3:before {
  content: "\ec10";
}

.icon-two-fingers-swipe-down4:before {
  content: "\ec11";
}

.icon-two-fingers-swipe-right3:before {
  content: "\ec12";
}

.icon-two-fingers-swipe-right4:before {
  content: "\ec13";
}

.icon-two-fingers-swipe-left3:before {
  content: "\ec14";
}

.icon-two-fingers-swipe-left4:before {
  content: "\ec15";
}

.icon-one-finger-tap3:before {
  content: "\ec16";
}

.icon-one-finger-tap4:before {
  content: "\ec17";
}

.icon-one-finger-tap-hold3:before {
  content: "\ec18";
}

.icon-one-finger-tap-hold4:before {
  content: "\ec19";
}

.icon-one-finger-click3:before {
  content: "\ec1a";
}

.icon-one-finger-click4:before {
  content: "\ec1b";
}

.icon-one-finger-swipe-horizontally:before {
  content: "\ec1c";
}

.icon-one-finger-swipe-horizontally2:before {
  content: "\ec1d";
}

.icon-one-finger-swipe:before {
  content: "\ec1e";
}

.icon-one-finger-swipe2:before {
  content: "\ec1f";
}

.icon-two-fingers-double-tap:before {
  content: "\ec20";
}

.icon-two-fingers-double-tap2:before {
  content: "\ec21";
}

.icon-two-fingers-tap:before {
  content: "\ec22";
}

.icon-two-fingers-tap2:before {
  content: "\ec23";
}

.icon-one-finger-swipe-left3:before {
  content: "\ec24";
}

.icon-one-finger-swipe-left4:before {
  content: "\ec25";
}

.icon-one-finger-swipe-right3:before {
  content: "\ec26";
}

.icon-one-finger-swipe-right4:before {
  content: "\ec27";
}

.icon-one-finger-swipe-up3:before {
  content: "\ec28";
}

.icon-one-finger-swipe-up4:before {
  content: "\ec29";
}

.icon-one-finger-swipe-down3:before {
  content: "\ec2a";
}

.icon-one-finger-swipe-down4:before {
  content: "\ec2b";
}

.icon-file-numbers:before {
  content: "\ec2c";
}

.icon-file-numbers2:before {
  content: "\ec2d";
}

.icon-file-pages:before {
  content: "\ec2e";
}

.icon-file-pages2:before {
  content: "\ec2f";
}

.icon-file-app:before {
  content: "\ec30";
}

.icon-file-app2:before {
  content: "\ec31";
}

.icon-file-png:before {
  content: "\ec32";
}

.icon-file-png2:before {
  content: "\ec33";
}

.icon-file-pdf:before {
  content: "\ec34";
}

.icon-file-pdf2:before {
  content: "\ec35";
}

.icon-file-mp3:before {
  content: "\ec36";
}

.icon-file-mp32:before {
  content: "\ec37";
}

.icon-file-mp4:before {
  content: "\ec38";
}

.icon-file-mp42:before {
  content: "\ec39";
}

.icon-file-mov:before {
  content: "\ec3a";
}

.icon-file-mov2:before {
  content: "\ec3b";
}

.icon-file-jpg:before {
  content: "\ec3c";
}

.icon-file-jpg2:before {
  content: "\ec3d";
}

.icon-file-key:before {
  content: "\ec3e";
}

.icon-file-key2:before {
  content: "\ec3f";
}

.icon-file-html:before {
  content: "\ec40";
}

.icon-file-html2:before {
  content: "\ec41";
}

.icon-file-css:before {
  content: "\ec42";
}

.icon-file-css2:before {
  content: "\ec43";
}

.icon-file-java:before {
  content: "\ec44";
}

.icon-file-java2:before {
  content: "\ec45";
}

.icon-file-psd:before {
  content: "\ec46";
}

.icon-file-psd2:before {
  content: "\ec47";
}

.icon-file-ai:before {
  content: "\ec48";
}

.icon-file-ai2:before {
  content: "\ec49";
}

.icon-file-bmp:before {
  content: "\ec4a";
}

.icon-file-bmp2:before {
  content: "\ec4b";
}

.icon-file-dwg:before {
  content: "\ec4c";
}

.icon-file-dwg2:before {
  content: "\ec4d";
}

.icon-file-eps:before {
  content: "\ec4e";
}

.icon-file-eps2:before {
  content: "\ec4f";
}

.icon-file-tiff:before {
  content: "\ec50";
}

.icon-file-tiff2:before {
  content: "\ec51";
}

.icon-file-ots:before {
  content: "\ec52";
}

.icon-file-ots2:before {
  content: "\ec53";
}

.icon-file-php:before {
  content: "\ec54";
}

.icon-file-php2:before {
  content: "\ec55";
}

.icon-file-py:before {
  content: "\ec56";
}

.icon-file-py2:before {
  content: "\ec57";
}

.icon-file-c:before {
  content: "\ec58";
}

.icon-file-c2:before {
  content: "\ec59";
}

.icon-file-sql:before {
  content: "\ec5a";
}

.icon-file-sql2:before {
  content: "\ec5b";
}

.icon-file-rb:before {
  content: "\ec5c";
}

.icon-file-rb2:before {
  content: "\ec5d";
}

.icon-file-cpp:before {
  content: "\ec5e";
}

.icon-file-cpp2:before {
  content: "\ec5f";
}

.icon-file-tga:before {
  content: "\ec60";
}

.icon-file-tga2:before {
  content: "\ec61";
}

.icon-file-dxf:before {
  content: "\ec62";
}

.icon-file-dxf2:before {
  content: "\ec63";
}

.icon-file-doc:before {
  content: "\ec64";
}

.icon-file-doc2:before {
  content: "\ec65";
}

.icon-file-odt:before {
  content: "\ec66";
}

.icon-file-odt2:before {
  content: "\ec67";
}

.icon-file-xls:before {
  content: "\ec68";
}

.icon-file-xls2:before {
  content: "\ec69";
}

.icon-file-docx:before {
  content: "\ec6a";
}

.icon-file-docx2:before {
  content: "\ec6b";
}

.icon-file-ppt:before {
  content: "\ec6c";
}

.icon-file-ppt2:before {
  content: "\ec6d";
}

.icon-file-asp:before {
  content: "\ec6e";
}

.icon-file-asp2:before {
  content: "\ec6f";
}

.icon-file-ics:before {
  content: "\ec70";
}

.icon-file-ics2:before {
  content: "\ec71";
}

.icon-file-dat:before {
  content: "\ec72";
}

.icon-file-dat2:before {
  content: "\ec73";
}

.icon-file-xml:before {
  content: "\ec74";
}

.icon-file-xml2:before {
  content: "\ec75";
}

.icon-file-yml:before {
  content: "\ec76";
}

.icon-file-yml2:before {
  content: "\ec77";
}

.icon-file-h:before {
  content: "\ec78";
}

.icon-file-h2:before {
  content: "\ec79";
}

.icon-file-exe:before {
  content: "\ec7a";
}

.icon-file-exe2:before {
  content: "\ec7b";
}

.icon-file-avi:before {
  content: "\ec7c";
}

.icon-file-avi2:before {
  content: "\ec7d";
}

.icon-file-odp:before {
  content: "\ec7e";
}

.icon-file-odp2:before {
  content: "\ec7f";
}

.icon-file-dotx:before {
  content: "\ec80";
}

.icon-file-dotx2:before {
  content: "\ec81";
}

.icon-file-xlsx:before {
  content: "\ec82";
}

.icon-file-xlsx2:before {
  content: "\ec83";
}

.icon-file-ods:before {
  content: "\ec84";
}

.icon-file-ods2:before {
  content: "\ec85";
}

.icon-file-pps:before {
  content: "\ec86";
}

.icon-file-pps2:before {
  content: "\ec87";
}

.icon-file-dot:before {
  content: "\ec88";
}

.icon-file-dot2:before {
  content: "\ec89";
}

.icon-file-txt:before {
  content: "\ec8a";
}

.icon-file-txt2:before {
  content: "\ec8b";
}

.icon-file-rtf:before {
  content: "\ec8c";
}

.icon-file-rtf2:before {
  content: "\ec8d";
}

.icon-file-m4v:before {
  content: "\ec8e";
}

.icon-file-m4v2:before {
  content: "\ec8f";
}

.icon-file-flv:before {
  content: "\ec90";
}

.icon-file-flv2:before {
  content: "\ec91";
}

.icon-file-mpg:before {
  content: "\ec92";
}

.icon-file-mpg2:before {
  content: "\ec93";
}

.icon-file-quicktime:before {
  content: "\ec94";
}

.icon-file-quicktime2:before {
  content: "\ec95";
}

.icon-file-mid:before {
  content: "\ec96";
}

.icon-file-mid2:before {
  content: "\ec97";
}

.icon-file-3gp:before {
  content: "\ec98";
}

.icon-file-3gp2:before {
  content: "\ec99";
}

.icon-file-aiff:before {
  content: "\ec9a";
}

.icon-file-aiff2:before {
  content: "\ec9b";
}

.icon-file-aac:before {
  content: "\ec9c";
}

.icon-file-aac2:before {
  content: "\ec9d";
}

.icon-file-wav:before {
  content: "\ec9e";
}

.icon-file-wav2:before {
  content: "\ec9f";
}

.icon-file-zip:before {
  content: "\eca0";
}

.icon-file-zip2:before {
  content: "\eca1";
}

.icon-file-ott:before {
  content: "\eca2";
}

.icon-file-ott2:before {
  content: "\eca3";
}

.icon-file-tgz:before {
  content: "\eca4";
}

.icon-file-tgz2:before {
  content: "\eca5";
}

.icon-file-dmg:before {
  content: "\eca6";
}

.icon-file-dmg2:before {
  content: "\eca7";
}

.icon-file-iso:before {
  content: "\eca8";
}

.icon-file-iso2:before {
  content: "\eca9";
}

.icon-file-rar:before {
  content: "\ecaa";
}

.icon-file-rar2:before {
  content: "\ecab";
}

.icon-file-gif:before {
  content: "\ecac";
}

.icon-file-gif2:before {
  content: "\ecad";
}

.icon-document-file-numbers:before {
  content: "\ecae";
}

.icon-document-file-numbers2:before {
  content: "\ecaf";
}

.icon-document-file-pages:before {
  content: "\ecb0";
}

.icon-document-file-pages2:before {
  content: "\ecb1";
}

.icon-document-file-app:before {
  content: "\ecb2";
}

.icon-document-file-app2:before {
  content: "\ecb3";
}

.icon-document-file-png:before {
  content: "\ecb4";
}

.icon-document-file-png2:before {
  content: "\ecb5";
}

.icon-document-file-pdf:before {
  content: "\ecb6";
}

.icon-document-file-pdf2:before {
  content: "\ecb7";
}

.icon-document-file-mp3:before {
  content: "\ecb8";
}

.icon-document-file-mp32:before {
  content: "\ecb9";
}

.icon-document-file-mp4:before {
  content: "\ecba";
}

.icon-document-file-mp42:before {
  content: "\ecbb";
}

.icon-document-file-mov:before {
  content: "\ecbc";
}

.icon-document-file-mov2:before {
  content: "\ecbd";
}

.icon-document-file-jpg:before {
  content: "\ecbe";
}

.icon-document-file-jpg2:before {
  content: "\ecbf";
}

.icon-document-file-key:before {
  content: "\ecc0";
}

.icon-document-file-key2:before {
  content: "\ecc1";
}

.icon-document-file-html:before {
  content: "\ecc2";
}

.icon-document-file-html2:before {
  content: "\ecc3";
}

.icon-document-file-css:before {
  content: "\ecc4";
}

.icon-document-file-css2:before {
  content: "\ecc5";
}

.icon-document-file-java:before {
  content: "\ecc6";
}

.icon-document-file-java2:before {
  content: "\ecc7";
}

.icon-document-file-psd:before {
  content: "\ecc8";
}

.icon-document-file-psd2:before {
  content: "\ecc9";
}

.icon-document-file-ai:before {
  content: "\ecca";
}

.icon-document-file-ai2:before {
  content: "\eccb";
}

.icon-document-file-bmp:before {
  content: "\eccc";
}

.icon-document-file-bmp2:before {
  content: "\eccd";
}

.icon-document-file-dwg:before {
  content: "\ecce";
}

.icon-document-file-dwg2:before {
  content: "\eccf";
}

.icon-document-file-eps:before {
  content: "\ecd0";
}

.icon-document-file-eps2:before {
  content: "\ecd1";
}

.icon-document-file-tiff:before {
  content: "\ecd2";
}

.icon-document-file-tiff2:before {
  content: "\ecd3";
}

.icon-document-file-ots:before {
  content: "\ecd4";
}

.icon-document-file-ots2:before {
  content: "\ecd5";
}

.icon-document-file-php:before {
  content: "\ecd6";
}

.icon-document-file-php2:before {
  content: "\ecd7";
}

.icon-document-file-py:before {
  content: "\ecd8";
}

.icon-document-file-py2:before {
  content: "\ecd9";
}

.icon-document-file-c:before {
  content: "\ecda";
}

.icon-document-file-c2:before {
  content: "\ecdb";
}

.icon-document-file-sql:before {
  content: "\ecdc";
}

.icon-document-file-sql2:before {
  content: "\ecdd";
}

.icon-document-file-rb:before {
  content: "\ecde";
}

.icon-document-file-rb2:before {
  content: "\ecdf";
}

.icon-document-file-cpp:before {
  content: "\ece0";
}

.icon-document-file-cpp2:before {
  content: "\ece1";
}

.icon-document-file-tga:before {
  content: "\ece2";
}

.icon-document-file-tga2:before {
  content: "\ece3";
}

.icon-document-file-dxf:before {
  content: "\ece4";
}

.icon-document-file-dxf2:before {
  content: "\ece5";
}

.icon-document-file-doc:before {
  content: "\ece6";
}

.icon-document-file-doc2:before {
  content: "\ece7";
}

.icon-document-file-odt:before {
  content: "\ece8";
}

.icon-document-file-odt2:before {
  content: "\ece9";
}

.icon-document-file-xls:before {
  content: "\ecea";
}

.icon-document-file-xls2:before {
  content: "\eceb";
}

.icon-document-file-docx:before {
  content: "\ecec";
}

.icon-document-file-docx2:before {
  content: "\eced";
}

.icon-document-file-ppt:before {
  content: "\ecee";
}

.icon-document-file-ppt2:before {
  content: "\ecef";
}

.icon-document-file-asp:before {
  content: "\ecf0";
}

.icon-document-file-asp2:before {
  content: "\ecf1";
}

.icon-document-file-ics:before {
  content: "\ecf2";
}

.icon-document-file-ics2:before {
  content: "\ecf3";
}

.icon-document-file-dat:before {
  content: "\ecf4";
}

.icon-document-file-dat2:before {
  content: "\ecf5";
}

.icon-document-file-xml:before {
  content: "\ecf6";
}

.icon-document-file-xml2:before {
  content: "\ecf7";
}

.icon-document-file-yml:before {
  content: "\ecf8";
}

.icon-document-file-yml2:before {
  content: "\ecf9";
}

.icon-document-file-h:before {
  content: "\ecfa";
}

.icon-document-file-h2:before {
  content: "\ecfb";
}

.icon-document-file-exe:before {
  content: "\ecfc";
}

.icon-document-file-exe2:before {
  content: "\ecfd";
}

.icon-document-file-avi:before {
  content: "\ecfe";
}

.icon-document-file-avi2:before {
  content: "\ecff";
}

.icon-document-file-odp:before {
  content: "\ed00";
}

.icon-document-file-odp2:before {
  content: "\ed01";
}

.icon-document-file-dotx:before {
  content: "\ed02";
}

.icon-document-file-dotx2:before {
  content: "\ed03";
}

.icon-document-file-xlsx:before {
  content: "\ed04";
}

.icon-document-file-xlsx2:before {
  content: "\ed05";
}

.icon-document-file-ods:before {
  content: "\ed06";
}

.icon-document-file-ods2:before {
  content: "\ed07";
}

.icon-document-file-pps:before {
  content: "\ed08";
}

.icon-document-file-pps2:before {
  content: "\ed09";
}

.icon-document-file-dot:before {
  content: "\ed0a";
}

.icon-document-file-dot2:before {
  content: "\ed0b";
}

.icon-document-file-txt:before {
  content: "\ed0c";
}

.icon-document-file-txt2:before {
  content: "\ed0d";
}

.icon-document-file-rtf:before {
  content: "\ed0e";
}

.icon-document-file-rtf2:before {
  content: "\ed0f";
}

.icon-document-file-m4v:before {
  content: "\ed10";
}

.icon-document-file-m4v2:before {
  content: "\ed11";
}

.icon-document-file-flv:before {
  content: "\ed12";
}

.icon-document-file-flv2:before {
  content: "\ed13";
}

.icon-document-file-mpg:before {
  content: "\ed14";
}

.icon-document-file-mpg2:before {
  content: "\ed15";
}

.icon-document-file-qt:before {
  content: "\ed16";
}

.icon-document-file-qt2:before {
  content: "\ed17";
}

.icon-document-file-mid:before {
  content: "\ed18";
}

.icon-document-file-mid2:before {
  content: "\ed19";
}

.icon-document-file-3gp:before {
  content: "\ed1a";
}

.icon-document-file-3gp2:before {
  content: "\ed1b";
}

.icon-document-file-aiff:before {
  content: "\ed1c";
}

.icon-document-file-aiff2:before {
  content: "\ed1d";
}

.icon-document-file-aac:before {
  content: "\ed1e";
}

.icon-document-file-aac2:before {
  content: "\ed1f";
}

.icon-document-file-wav:before {
  content: "\ed20";
}

.icon-document-file-wav2:before {
  content: "\ed21";
}

.icon-document-file-zip:before {
  content: "\ed22";
}

.icon-document-file-zip2:before {
  content: "\ed23";
}

.icon-document-file-ott:before {
  content: "\ed24";
}

.icon-document-file-ott2:before {
  content: "\ed25";
}

.icon-document-file-tgz:before {
  content: "\ed26";
}

.icon-document-file-tgz2:before {
  content: "\ed27";
}

.icon-document-file-dmg:before {
  content: "\ed28";
}

.icon-document-file-dmg2:before {
  content: "\ed29";
}

.icon-document-file-iso:before {
  content: "\ed2a";
}

.icon-document-file-iso2:before {
  content: "\ed2b";
}

.icon-document-file-rar:before {
  content: "\ed2c";
}

.icon-document-file-rar2:before {
  content: "\ed2d";
}

.icon-document-file-gif:before {
  content: "\ed2e";
}

.icon-document-file-gif2:before {
  content: "\ed2f";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-plus:before {
  content: "\f067";
}

.icon-question:before {
  content: "\f128";
}

.icon-minus:before {
  content: "\f068";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-gear:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list2:before {
  content: "\f03a";
}

.icon-dedent:before {
  content: "\f03b";
}

.icon-outdent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-share:before {
  content: "\f064";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder2:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key2:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-gears:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy2:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase2:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-scissors:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-files-o:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-tachometer:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-star-half-o:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-chain-broken:before {
  content: "\f127";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-eur:before {
  content: "\f153";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-usd:before {
  content: "\f155";
}

.icon-inr:before {
  content: "\f156";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-cny:before {
  content: "\f157";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-rmb:before {
  content: "\f157";
}

.icon-yen:before {
  content: "\f157";
}

.icon-rouble:before {
  content: "\f158";
}

.icon-rub:before {
  content: "\f158";
}

.icon-ruble:before {
  content: "\f158";
}

.icon-krw:before {
  content: "\f159";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-gratipay:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-try:before {
  content: "\f195";
}

.icon-turkish-lira:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-bank:before {
  content: "\f19c";
}

.icon-institution:before {
  content: "\f19c";
}

.icon-university:before {
  content: "\f19c";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-mortar-board:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper-pp:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building2:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-taxi:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-life-buoy:before {
  content: "\f1cd";
}

.icon-life-ring:before {
  content: "\f1cd";
}

.icon-life-saver:before {
  content: "\f1cd";
}

.icon-support:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before {
  content: "\f1d0";
}

.icon-rebel:before {
  content: "\f1d0";
}

.icon-resistance:before {
  content: "\f1d0";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-ge:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-y-combinator-square:before {
  content: "\f1d4";
}

.icon-yc-square:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-soccer-ball-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-ils:before {
  content: "\f20b";
}

.icon-shekel:before {
  content: "\f20b";
}

.icon-sheqel:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-intersex:before {
  content: "\f224";
}

.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-genderless:before {
  content: "\f22d";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-bed:before {
  content: "\f236";
}

.icon-hotel:before {
  content: "\f236";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-yc:before {
  content: "\f23b";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-battery:before {
  content: "\f240";
}

.icon-battery-4:before {
  content: "\f240";
}

.icon-battery-full:before {
  content: "\f240";
}

.icon-battery-3:before {
  content: "\f241";
}

.icon-battery-three-quarters:before {
  content: "\f241";
}

.icon-battery-2:before {
  content: "\f242";
}

.icon-battery-half:before {
  content: "\f242";
}

.icon-battery-1:before {
  content: "\f243";
}

.icon-battery-quarter:before {
  content: "\f243";
}

.icon-battery-0:before {
  content: "\f244";
}

.icon-battery-empty:before {
  content: "\f244";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.icon-hourglass-o:before {
  content: "\f250";
}

.icon-hourglass-1:before {
  content: "\f251";
}

.icon-hourglass-start:before {
  content: "\f251";
}

.icon-hourglass-2:before {
  content: "\f252";
}

.icon-hourglass-half:before {
  content: "\f252";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-stop-o:before {
  content: "\f256";
}

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-safari:before {
  content: "\f267";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-television:before {
  content: "\f26c";
}

.icon-tv:before {
  content: "\f26c";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-500px:before {
  content: "\f26e";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-industry:before {
  content: "\f275";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-map:before {
  content: "\f279";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-edge:before {
  content: "\f282";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-codiepie:before {
  content: "\f284";
}

.icon-modx:before {
  content: "\f285";
}

.icon-fort-awesome:before {
  content: "\f286";
}

.icon-usb:before {
  content: "\f287";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-mixcloud:before {
  content: "\f289";
}

.icon-scribd:before {
  content: "\f28a";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-hashtag:before {
  content: "\f292";
}

.icon-bluetooth:before {
  content: "\f293";
}

.icon-bluetooth-b:before {
  content: "\f294";
}

.icon-percent:before {
  content: "\f295";
}

.icon-gitlab:before {
  content: "\f296";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-envira:before {
  content: "\f299";
}

.icon-universal-access:before {
  content: "\f29a";
}

.icon-wheelchair-alt:before {
  content: "\f29b";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-blind:before {
  content: "\f29d";
}

.icon-audio-description:before {
  content: "\f29e";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-braille:before {
  content: "\f2a1";
}

.icon-assistive-listening-systems:before {
  content: "\f2a2";
}

.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.icon-asl-interpreting:before {
  content: "\f2a3";
}

.icon-deaf:before {
  content: "\f2a4";
}

.icon-deafness:before {
  content: "\f2a4";
}

.icon-hard-of-hearing:before {
  content: "\f2a4";
}

.icon-glide:before {
  content: "\f2a5";
}

.icon-glide-g:before {
  content: "\f2a6";
}

.icon-sign-language:before {
  content: "\f2a7";
}

.icon-signing:before {
  content: "\f2a7";
}

.icon-low-vision:before {
  content: "\f2a8";
}

.icon-viadeo:before {
  content: "\f2a9";
}

.icon-viadeo-square:before {
  content: "\f2aa";
}

.icon-snapchat:before {
  content: "\f2ab";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-snapchat-square:before {
  content: "\f2ad";
}

.icon-pied-piper:before {
  content: "\f2ae";
}

.icon-first-order:before {
  content: "\f2b0";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-google-plus-circle:before {
  content: "\f2b3";
}

.icon-google-plus-official:before {
  content: "\f2b3";
}

.icon-fa:before {
  content: "\f2b4";
}

.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-linode:before {
  content: "\f2b8";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard:before {
  content: "\f2bb";
}

.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-vcard-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before {
  content: "\f2c2";
}

.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before {
  content: "\f2c3";
}

.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-thermometer:before {
  content: "\f2c7";
}

.icon-thermometer-4:before {
  content: "\f2c7";
}

.icon-thermometer-full:before {
  content: "\f2c7";
}

.icon-thermometer-3:before {
  content: "\f2c8";
}

.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}

.icon-thermometer-2:before {
  content: "\f2c9";
}

.icon-thermometer-half:before {
  content: "\f2c9";
}

.icon-thermometer-1:before {
  content: "\f2ca";
}

.icon-thermometer-quarter:before {
  content: "\f2ca";
}

.icon-thermometer-0:before {
  content: "\f2cb";
}

.icon-thermometer-empty:before {
  content: "\f2cb";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-bathtub:before {
  content: "\f2cd";
}

.icon-s15:before {
  content: "\f2cd";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-times-rectangle:before {
  content: "\f2d3";
}

.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before {
  content: "\f2d4";
}

.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-eercast:before {
  content: "\f2da";
}

.icon-microchip:before {
  content: "\f2db";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-meetup:before {
  content: "\f2e0";
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:100;src:url(../czcionki/roboto/roboto-v16-latin-100.eot);src:local("Roboto Thin"),local("Roboto-Thin"),url(../czcionki/roboto/roboto-v16-latin-100.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-100.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-100.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-100.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-100.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:italic;font-weight:100;src:url(../czcionki/roboto/roboto-v16-latin-100italic.eot);src:local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(../czcionki/roboto/roboto-v16-latin-100italic.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-100italic.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-100italic.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-100italic.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-100italic.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:300;src:url(../czcionki/roboto/roboto-v16-latin-300.eot);src:local("Roboto Light"),local("Roboto-Light"),url(../czcionki/roboto/roboto-v16-latin-300.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-300.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-300.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-300.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-300.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:italic;font-weight:300;src:url(../czcionki/roboto/roboto-v16-latin-300italic.eot);src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url(../czcionki/roboto/roboto-v16-latin-300italic.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-300italic.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-300italic.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-300italic.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-300italic.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:400;src:url(../czcionki/roboto/roboto-v16-latin-regular.eot);src:local("Roboto"),local("Roboto-Regular"),url(../czcionki/roboto/roboto-v16-latin-regular.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-regular.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-regular.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-regular.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-regular.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:italic;font-weight:400;src:url(../czcionki/roboto/roboto-v16-latin-italic.eot);src:local("Roboto Italic"),local("Roboto-Italic"),url(../czcionki/roboto/roboto-v16-latin-italic.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-italic.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-italic.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-italic.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-italic.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:500;src:url(../czcionki/roboto/roboto-v16-latin-500.eot);src:local("Roboto Medium"),local("Roboto-Medium"),url(../czcionki/roboto/roboto-v16-latin-500.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-500.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-500.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-500.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-500.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:italic;font-weight:500;src:url(../czcionki/roboto/roboto-v16-latin-500italic.eot);src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(../czcionki/roboto/roboto-v16-latin-500italic.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-500italic.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-500italic.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-500italic.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-500italic.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:700;src:url(../czcionki/roboto/roboto-v16-latin-700.eot);src:local("Roboto Bold"),local("Roboto-Bold"),url(../czcionki/roboto/roboto-v16-latin-700.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-700.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-700.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-700.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-700.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:italic;font-weight:700;src:url(../czcionki/roboto/roboto-v16-latin-700italic.eot);src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(../czcionki/roboto/roboto-v16-latin-700italic.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-700italic.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-700italic.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-700italic.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-700italic.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:900;src:url(../czcionki/roboto/roboto-v16-latin-900.eot);src:local("Roboto Black"),local("Roboto-Black"),url(../czcionki/roboto/roboto-v16-latin-900.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-900.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-900.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-900.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-900.svg#Roboto) format("svg");
}

@font-face {
  font-family:Roboto;font-style:italic;font-weight:900;src:url(../czcionki/roboto/roboto-v16-latin-900italic.eot);src:local("Roboto #000 Italic"),local("Roboto-BlackItalic"),url(../czcionki/roboto/roboto-v16-latin-900italic.eot?#iefix) format("embedded-opentype"),url(../czcionki/roboto/roboto-v16-latin-900italic.woff2) format("woff2"),url(../czcionki/roboto/roboto-v16-latin-900italic.woff) format("woff"),url(../czcionki/roboto/roboto-v16-latin-900italic.ttf) format("truetype"),url(../czcionki/roboto/roboto-v16-latin-900italic.svg#Roboto) format("svg");
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-250 {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.delay-500 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.delay-750 {
  -webkit-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.bounceInDown,.bounceInLeft,.bounceInRight,.bounceInUp {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInUp {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX,.flipInY,.rollIn,.rotateDownUpRight,.rotateIn,.rotateInDownLeft,.rotateInUpLeft,.rotateInUpRight {
  opacity: 0;
}

.lightSpeedInLeft,.lightSpeedInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }

  60% {
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }

  60% {
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }

  60% {
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }

  60% {
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }

  60% {
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  60% {
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }

  60% {
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }

  60% {
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(.2);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    transform: scale(.2);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.growIn {
  -webkit-transform: scale(.2);
  transform: scale(.2);
  opacity: 0;
}

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
  }

  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes shake {
  0%,100% {
    transform: translateX(0);
  }

  10%,30%,50%,70%,90% {
    transform: translateX(-10px);
  }

  20%,40%,60%,80% {
    transform: translateX(10px);
  }
}

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes shakeUp {
  0%,100% {
    -webkit-transform: translateX(0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateY(-10px);
  }

  20%,40%,60%,80% {
    -webkit-transform: translateY(10px);
  }
}

@keyframes shakeUp {
  0%,100% {
    transform: translateY(0);
  }

  10%,30%,50%,70%,90% {
    transform: translateY(-10px);
  }

  20%,40%,60%,80% {
    transform: translateY(10px);
  }
}

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0);
  }

  100% {
    -webkit-transform: skewX(0);
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }

  10% {
    transform: skewX(-8deg);
  }

  20% {
    transform: skewX(7deg);
  }

  30% {
    transform: skewX(-6deg);
  }

  40% {
    transform: skewX(5deg);
  }

  50% {
    transform: skewX(-4deg);
  }

  60% {
    transform: skewX(3deg);
  }

  70% {
    transform: skewX(-2deg);
  }

  80% {
    transform: skewX(1deg);
  }

  90% {
    transform: skewX(0);
  }

  100% {
    transform: skewX(0);
  }
}

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes swing {
  100%,20%,40%,60%,80% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%,20% {
    -webkit-transform: scale(.9) rotate(-3deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,20% {
    transform: scale(.9) rotate(-3deg);
  }

  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0);
  }
}

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0) skewX(15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0) skewX(15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.flip.go {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flip;
  backface-visibility: visible!important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

.flipInX.go {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible!important;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

.flipInY.go {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible!important;
  animation-name: flipInY;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  animation-name: flipOutX;
  backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible!important;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:after,.lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade>* {
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important;
}

.lSSlideWrapper .lSFade>.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: .8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

.lSAction>a:hover {
  opacity: 1;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction>a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0!important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute!important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100%!important;
  max-width: none!important;
}

.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>* {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>* {
  float: right!important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

@media(max-width:1031px) {
  .responsive {
    text-align: center!important;
  }

  .responsive .text-left,.responsive .text-right,.responsive a,.responsive h1,.responsive h2,.responsive h3,.responsive img,.responsive p {
    text-align: center!important;
  }
}

@media(max-width:420px) {
  .responsive-phone {
    text-align: center;
  }
}

.navbar {
  margin-bottom: 0;
}

.navbar .brand img {
  padding-top: 25px;
}

.navbar .nav-title,.navbar h1 {
  font-size: 18px;
  margin-top: 12px;
}

.navbar li a {
  color: #86939e;
}

.navbar li a:focus,.navbar li a:hover {
  opacity: .8;
  text-decoration: none;
  outline: medium none;
  color: #03a9f4;
}

.navbar .nav-btn {
  border-radius: 3px;
  padding: 8px 20px!important;
}

.navbar .dropdown .dropdown-item {
  padding: .25rem 1rem;
  font-size: 12px;
  font-weight: 300;
}

.navbar .icon {
  padding-right: 5px;
}

.responsive-tab .dropdown-menu {
  box-shadow: 0 0 25px 0 #e5f0fa;
}

.responsive-tab .dropdown-menu a,.responsive-tab .dropdown-menu i {
  color: #86939e!important;
}

.dropdown-menu {
  box-shadow: 0 0 6px 0 rgba(0,0,0,.12);
  padding: 7px 0;
  min-width: 185px;
  line-height: 18px;
  border-radius: 0;
  border: 0;
}

.dropdown-menu .dropdown-item {
  font-weight: 400;
  color: #86939e;
  font-size: 13px;
  padding: 8px 20px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f5f8fa;
}

.custom-dropdown .dropdown-menu {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.1)!important;
  border: 0;
  z-index: 9999;
  border-radius: 3px;
}

.custom-dropdown .dropdown-menu>li>a>.fa,.custom-dropdown .dropdown-menu>li>a>.glyphicon,.custom-dropdown .dropdown-menu>li>a>.icon {
  margin-right: 10px;
}

.custom-dropdown .dropdown-menu>li>a:hover {
  background-color: #f5f8fa;
}

.custom-dropdown .dropdown-menu>.divider {
  background-color: #e1e8ee;
}

.navbar-nav>.messages-menu>.dropdown-menu,.navbar-nav>.notifications-menu>.dropdown-menu,.navbar-nav>.tasks-menu>.dropdown-menu {
  padding: 0;
  margin: 0;
  top: 100%;
}

.navbar-nav>.messages-menu>.dropdown-menu>li,.navbar-nav>.notifications-menu>.dropdown-menu>li,.navbar-nav>.tasks-menu>.dropdown-menu>li {
  position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu>li.header,.navbar-nav>.notifications-menu>.dropdown-menu>li.header,.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
  border-radius: 3px 3px 0 0;
  padding: 7px 10px;
  border-bottom: 1px solid #e1e8ee;
  font-size: 12px;
  color: #86939e;
}

.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
  text-decoration: none;
  font-weight: 400;
  background: 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
  max-height: 300px;
  margin: 0;
  list-style: none;
  overflow-x: hidden;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
  text-decoration: none;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
  width: 20px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
  margin: 0;
  padding: 15px 10px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
  margin: auto 10px auto auto;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
  padding: 0;
  margin: 0 0 0 40px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
  color: #999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
  margin: 0 0 0 40px;
  font-size: 12px;
  line-height: 1.5;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before {
  content: " ";
  display: table;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
  content: " ";
  display: table;
  clear: both;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  padding: 10px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
  padding: 0;
  margin: 0;
}

.navbar-nav>.user-menu>.dropdown-menu {
  width: 280px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before {
  content: " ";
  display: table;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
  content: " ";
  display: table;
  clear: both;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
  color: #666;
}

.navbar-nav>.user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

@media(max-width:767px) {
  .navbar-nav>.user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

.open:not(.dropup)>.animated-dropdown-menu {
  backface-visibility: visible!important;
  -webkit-animation: flipInX .7s both;
  -o-animation: flipInX .7s both;
  animation: flipInX .7s both;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
  }
}

.navbar-custom-menu .nav-link {
  position: relative;
}

@media(min-width:1031px) {
  .navbar-custom-menu .nav-link {
    margin-left: 5px;
    font-size: 18px;
  }

  .navbar-custom-menu .nav-link[class*=" icon-"],.navbar-custom-menu .nav-link[class^=icon-] {
    font-size: 22px;
  }
}

.navbar-custom-menu>.navbar-nav>li {
  position: relative;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  font-size: 12px;
}

@media(max-width:991px) {
  .navbar-custom-menu>.navbar-nav {
    float: right;
  }

  .navbar-custom-menu>.navbar-nav>li {
    position: static;
  }

  .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
  }
}

.icon-left-arrow {
  background: url(../img/icon/icon-left-arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 51px;
  height: 37px;
}

.icon-right-arrow {
  background: url(../img/icon/icon-right-arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 51px;
  height: 37px;
}

.icon-yes {
  background: url(../img/icon/icon-yes.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-not {
  background: url(../img/icon/icon-not.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-article {
  background: url(../img/icon/icon-article.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 32px;
}

.icon-video {
  background: url(../img/icon/icon-video.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-img {
  background: url(../img/icon/icon-photo.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icon-envelope-line {
  background: url(../img/icon/icon-envelope.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 64px;
  height: 64px;
}

.icon-download {
  background: url(../img/icon/icon-download.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-rocket {
  background: url(../img/icon/icon-rocket.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 64px;
  height: 64px;
}

body {
  color: #86939e;
  font-family: Roboto,sans-serif,serif;
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: .2px;
  padding-right: 0!important;
}

a {
  color: #03a9f4;
}

a:active,a:focus,a:hover {
  outline: 0;
  text-decoration: none;
  color: #03a9f4;
}

h5,h6 {
  font-weight: 400;
  color: #86939e;
  line-height: 1.5;
  margin: 0;
}

.h5 {
  letter-spacing: 4px;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .2px;
  line-height: 30px;
}

img {
  max-width: 100%;
}

ul li {
  list-style: none;
  font-weight: 300;
}

ul li i.icon {
  padding-right: 15px;
}

header h2 {
  line-height: 60px;
}

.overflow-hide {
  overflow: hidden;
}

.section {
  padding: 50px 0;
}

.section header {
  text-align: center;
  padding-bottom: 50px;
}

.section-heading {
  text-align: center;
  padding-bottom: 40px;
}

.section-title {
  font-weight: 300;
  color: #43484d;
}

@media(min-width:1031px) {
  .section-title {
    font-size: 52px;
  }
}

.section-subtitle {
  font-size: 22px;
  font-weight: 100;
  line-height: 32px;
  color: #5e6977;
  width: 55%;
  margin: 20px auto 40px;
}

.page .page-header,.page .search-section {
  padding: 30px;
}

.page .page-header h1,.page .search-section h1 {
  font-size: 28px;
}

.page .page-header h1 small,.page .search-section h1 small {
  background: #03a9f4;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 10px;
  vertical-align: middle;
}

#page_wrap {
  height: 100%;
  overflow-x: hidden;
  position: relative;
  transition: all .5s ease 0s;
  width: 100%;
}

.offcanvas #page_wrap {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page_wrap::after {
  background: rgba(245,248,250,.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 2s ease 0s;
  z-index: 101;
}

@media(min-width:1031px) {
  .enable-offcanvas #paper-offcanvas,.enable-offcanvas .paper-nav-toggle {
    display: block;
  }
}

.block {
  font-size: 14px;
}

.block img {
  border-radius: 3px;
  margin: 15px 0 20px;
  max-width: 100%;
}

.service-sidebar.sidebar-wrapper {
  background-color: #f9f9fb;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 20px;
}

.service-sidebar.sidebar-wrapper h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 0;
  text-transform: capitalize;
}

.paper-block {
  padding: 15px;
  border: 3px solid #f5f8fa;
  border-radius: 3px;
  margin-bottom: 30px;
}

.lSAction>.lSNext {
  right: 30px;
}

.lSPager {
  margin-top: 30px!important;
}

ul {
  padding: 0;
}

ul.iconList li {
  line-height: 3;
  padding-left: 30px;
  position: relative;
}

ul.iconList li:before {
  color: #03a9f4;
  content: "ď";
  display: inline-block;
  font-family: paperIcons;
}

ul.arrowIcon li:before {
  content: "ď";
}

ul li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.hero-header {
  position: relative;
  width: 100%;
  background-size: cover;
  background: rgba(28,36,65,.93);
  background-position: center;
  background-repeat: no-repeat;
}

.hero-header .table {
  display: table;
  height: 100%;
}

.hero-header .header-text {
  display: table-cell;
  vertical-align: middle;
}

.hero-header .container {
  height: 100%;
}

.cut-top {
  content: ' ';
  position: absolute;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-right: 30px solid #fff;
}

.cut-bottom {
  content: ' ';
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 80px solid transparent;
  border-left: 30px solid #fff;
}

.cut-top-left {
  z-index: +2;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  top: 0;
  right: 0;
  border-width: 0 900px 80px 0;
  border-color: transparent #fff transparent transparent;
}

.cut-top-right {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  top: 0;
  left: 0;
  border-width: 80px 450px 0 0;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}

.cut-bottom-left {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  bottom: 0;
  right: 0;
  border-width: 0 0 50px 893px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.cut-bottom-right {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  bottom: 0;
  left: 0;
  border-width: 50px 0 0 650px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}

.portfolio-masonry .masonry-post {
  padding: 0 10px;
}

@media(min-width:1400px) {
  .inside {
    margin: 0 auto;
    background: #fff;
    width: 80%;
  }
}

.section-heading-icon {
  padding-top: 84px;
  background: transparent url(../img/icon/icon-stone1.png) no-repeat scroll center bottom;
}

.masthead {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 170px 0 120px;
  text-align: center;
}

.card-header {
  position: relative;
}

.card-header .card-handle {
  position: absolute;
  right: 20px;
}

.content-wrapper {
  padding: 40px 0;
}

.breadcrumbs {
  background: #fff;
  padding: 12px;
  border-bottom: 1px solid #e1e8ee;
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
}

.breadcrumbs ol li {
  display: inline-block;
  color: #5e6977;
  font-size: 14px;
}

.breadcrumbs ol li a {
  text-decoration: none;
  color: #03a9f4;
}

.breadcrumbs ol li::after {
  content: " / ";
  padding: 0 10px;
  color: #e1e8ee;
}

.breadcrumbs ol li:last-child::after {
  content: "  ";
}

@media(max-width:1031px) {
  .breadcrumbs {
    display: none;
  }
}

.masonry-container.masonry-post-margin .masonry-post,.paper-items.masonry-post-margin .masonry-post {
  margin-bottom: 20px;
}

.masonry-container.masonry-post-margin .masonry-post .lSSlide,.masonry-container.masonry-post-margin .masonry-post .lightSlider,.paper-items.masonry-post-margin .masonry-post .lSSlide,.paper-items.masonry-post-margin .masonry-post .lightSlider {
  width: 400px!important;
}

.masonry-container figure,.paper-items figure {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.04),0 2px 10px 0 rgba(0,0,0,.06);
  margin-bottom: 20px;
}

.masonry-container figure.figure,.paper-items figure.figure {
  box-shadow: none;
  margin: 0;
}

.masonry-container figure .img-wrapper,.paper-items figure .img-wrapper {
  position: relative;
  overflow: hidden;
}

.masonry-container figure img,.paper-items figure img {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
}

.masonry-container figure:hover img,.paper-items figure:hover img {
  -webkit-transform: scale3d(1.2,1.2,1);
  transform: scale3d(1.2,1.2,1);
}

.masonry-container figure:hover .img-overlay,.paper-items figure:hover .img-overlay {
  opacity: 1;
}

.masonry-container figure:hover .img-overlay .buttons a,.paper-items figure:hover .img-overlay .buttons a {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.masonry-container figure .img-overlay,.paper-items figure .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255,255,255,.9);
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.masonry-container figure .buttons,.paper-items figure .buttons {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.masonry-container figure .figcaption,.masonry-container figure figcaption,.paper-items figure .figcaption,.paper-items figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #86939e;
}

.masonry-container figure .figcaption h5,.masonry-container figure figcaption h5,.paper-items figure .figcaption h5,.paper-items figure figcaption h5 {
  margin: 0;
}

.masonry-container figure .figcaption p,.masonry-container figure figcaption p,.paper-items figure .figcaption p,.paper-items figure figcaption p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}

.masonry-container figure .figcaption,.paper-items figure .figcaption {
  padding: 50px 25px;
}

.masonry-container figure .figcaption p,.paper-items figure .figcaption p {
  margin-bottom: 20px;
}

.masonry-container figure.style2,.paper-items figure.style2 {
  box-shadow: none;
}

.masonry-container figure.style2 figcaption,.paper-items figure.style2 figcaption {
  padding: 20px 0;
}

.masonry-container.thumb-300 .img-wrapper,.paper-items.thumb-300 .img-wrapper {
  height: 300px;
  overflow: hidden;
  padding: 10px;
}

#app {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.loaded {
  overflow: visible;
}

.loader-fade {
  display: none;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #03a9f4;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #03a9f4,0 0 5px #03a9f4;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0,-4px);
  -ms-transform: rotate(3deg) translate(0,-4px);
  transform: rotate(3deg) translate(0,-4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #03a9f4;
  border-left-color: #03a9f4;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner .4s linear infinite;
  animation: nprogress-spinner .4s linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.social {
  list-style: none;
}

.social li {
  padding: 5px 0;
}

.social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  color: #fff;
  margin-right: 5px;
}

.social li a:hover {
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26);
}

.social li i {
  padding: 0;
}

.social.square li {
  border-radius: 0;
}

.social.rounded li {
  border-radius: 10px;
}

.facebook {
  background: #507cbe;
}

.twitter {
  background: #63cdf1;
}

.gplus {
  background: #f16261;
}

.instagram {
  background: #444;
}

.youtube {
  background: #ca3737;
}

.linkedin {
  background: #90cadd;
}

.dribbble {
  background: #d97aa6;
}

.behance {
  background: #0785f3;
}

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

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

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

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

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

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

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

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

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

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

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

.p-t-b-10 {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}

.p-t-b-20 {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.p-t-b-40 {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
}

.p-t-b-50 {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}

.p-t-b-80 {
  padding: 80px 0!important;
}

.p-t-b-100 {
  padding: 100px 0!important;
}

.p-10 {
  padding: 10px!important;
}

.p-40 {
  padding: 40px!important;
}

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

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

.m-t-150 {
  margin-top: 150px;
}

@media(max-width:1031px) {
  .m-t-150 {
    margin-top: 50px;
  }
}

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

.m-t-b-50 {
  margin: 50px 0!important;
}

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

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

.b-b-light {
  border-bottom: 1px solid rgba(255,255,255,.1)!important;
}

.b-b-dashed {
  border-bottom: 1px dashed #e1e8ee!important;
}

@media(min-width:1031px) {
  .b-r {
    border-right: 1px solid #e1e8ee;
  }

  .b-l {
    border-left: 1px solid #e1e8ee;
  }

  .b-r-o {
    border-right: 1px solid rgba(0,0,0,.09);
  }

  .b-l-o {
    border-left: 1px solid rgba(0,0,0,.09);
  }
}

.b-t {
  border-top: 1px solid #e1e8ee;
}

.b-t-b {
  border-top: 1px solid #e1e8ee;
  border-bottom: 1px solid #e1e8ee;
}

.border {
  border: 1px solid #e1e8ee;
}

.section-text-white h1,.section-text-white h2,.section-text-white h3,.section-text-white h4,.section-text-white h5,.section-text-white h6,.section-text-white p,.section-text-white span {
  color: #fff!important;
}

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

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

.b-0,.no-b,.no-b .mainnav,.no-b li,.no-b th,.no-b>td {
  border: medium none!important;
}

.no-r,.r-0 {
  border-radius: 0!important;
}

.separator {
  border-bottom: 1px solid #edf0f2;
}

.grid img {
  border-radius: 0;
}

.r-3 {
  border-radius: 3px!important;
}

.r-5 {
  border-radius: 5px!important;
}

.r-10 {
  border-radius: 10px!important;
}

.r-15 {
  border-radius: 15px!important;
}

.r-20 {
  border-radius: 20px!important;
}

.r-30 {
  border-radius: 30px!important;
}

.circle {
  border-radius: 50%!important;
}

.paper-card {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.shadow {
  box-shadow: 0 0 6px rgba(0,0,0,.1)!important;
}

.shadow1 {
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26)!important;
}

.shadow2 {
  box-shadow: 0 0 25px 0 #e5f0fa!important;
}

.no-shadow {
  box-shadow: none!important;
}

.text-big-bold {
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
}

.font-weight-lighter,.thin {
  font-weight: 100!important;
}

.bolder,.font-weight-bolder {
  font-weight: 900!important;
}

.l-s-1 {
  letter-spacing: .2rem;
}

.l-s-2 {
  letter-spacing: .4rem;
}

.l-s-3 {
  letter-spacing: .6rem;
}

.l-s-4 {
  letter-spacing: .8rem;
}

.l-s-5 {
  letter-spacing: 1rem;
}

.s-12 {
  font-size: 12px!important;
}

.s-14 {
  font-size: 14px!important;
}

.s-18 {
  font-size: 18px!important;
}

.s-24 {
  font-size: 24px!important;
}

.s-36 {
  font-size: 36px!important;
}

.s-48 {
  font-size: 48px!important;
}

@media(min-width:1031px) {
  .s-64 {
    font-size: 64px!important;
  }
}

@media(min-width:1031px) {
  .s-128 {
    font-size: 128px!important;
  }
}

.s-256 {
  font-size: 256px!important;
}

@media(max-width:420px) {
  .s-256 {
    font-size: 128px!important;
  }
}

.img-40 {
  width: 40px;
  height: 40px;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-30px {
  width: 30px;
}

.w-40px {
  width: 40px;
}

.img-80,.w-80px {
  width: 80px;
}

.img-100,.w-100px {
  width: 100px;
}

.img-150,.w-150px {
  width: 150px;
}

.height-50 {
  height: 50px;
}

.height-90 {
  height: 90px;
}

.height-100 {
  height: 100px;
}

.height-full {
  background: #f3f5f8;
  min-height: 100vh;
}

.width-400 {
  max-width: 400px;
}

.width-250 {
  width: 250px!important;
}

.width-900 {
  max-width: 900px;
}

.img-border {
  padding: 5px;
  border: 1px solid #e1e8ee;
}

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

.text-white a,.text-white b,.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white i,.text-white li,.text-white p,.text-white span,.text-white strong {
  color: #fff!important;
}

.text-blue {
  color: #4ea9e0!important;
}

.text-red {
  color: #e84c3d!important;
}

.text-green {
  color: #40d17d!important;
}

.text-purple {
  color: #9b58b5!important;
}

.text-black {
  color: #000!important;
}

.text-yellow {
  color: #f1c40f!important;
}

.white {
  background: #fff!important;
}

.light {
  background-color: #f5f8fa;
}

.light-2 {
  background: #f6fafd;
}

.text-light-blue {
  color: #03a9f4!important;
}

.light-blue {
  background-color: #03a9f4!important;
}

.dark-blue {
  background-color: #26374a!important;
}

.blue4 {
  background-color: #274da8!important;
}

.blue3 {
  background-color: #375ebc!important;
}

.blue2 {
  background-color: #4ca5e8!important;
}

.blue1 {
  background-color: #78bcee!important;
}

.success {
  background-color: #68ba3c!important;
}

.danger,.strawberry {
  background-color: #ed5564!important;
}

.sunfollower,warning {
  background-color: #fcce54!important;
}

.grey-black {
  background-color: #454545!important;
}

.dark-grey {
  background-color: #2b2d34!important;
}

.paper-white {
  background: #f5f8fa;
}

.mint {
  background-color: #45cfc0!important;
}

.gradient {
  border: 0;
  background: #4c88ef;
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#4c88ef),color-stop(100%,#17e4d9));
  background: -webkit-linear-gradient(-45deg,#4c88ef 0,#17e4d9 100%);
  background: -webkit-linear-gradient(315deg,#4c88ef 0,#17e4d9 100%);
  background: linear-gradient(135deg,#4c88ef 0,#17e4d9 100%);
}

.gradient-green {
  background-image: linear-gradient(45deg,#00e3ae 0,#9be15d 100%);
}

.center {
  margin: 0 auto;
}

.border-list li {
  border-bottom: 1px solid #eee;
}

.border-list li:last-child {
  border: 0;
}

@media(min-width:1031px) {
  .big-heading {
    font-size: 72px;
  }

  .pull-up-lg {
    margin-top: -120px;
  }
}

.parallel {
  overflow-x: hidden;
  width: 100%;
}

@media(min-width:1031px) {
  .parallel {
    overflow: hidden;
    position: fixed;
  }
}

.overlay-light::before {
  content: '';
  background: rgba(255,255,255,.78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-light::before {
  content: '';
  background: rgba(255,255,255,.78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-light::before {
  content: '';
  background: rgba(255,255,255,.78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-dark::before {
  content: '';
  background: rgba(0,0,0,.78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section {
  position: relative;
}

.relative {
  position: relative!important;
}

.fixed {
  position: fixed!important;
}

[data-bg-repeat=false] {
  background-repeat: no-repeat!important;
}

[data-bg-possition=bottom] {
  background-position: bottom!important;
}

[data-bg-possition=top] {
  background-position: top!important;
}

[data-bg-possition=center] {
  background-position: center!important;
}

[data-bg-possition=centerleft] {
  background-position: center left!important;
}

.grid[class*=col-],.grid figure {
  padding: 0;
  margin: 0;
}

@media(min-width:1031px) {
  .grid.grid-border[class*=col-] {
    border-right: 1px solid #eee;
  }

  .grid.grid-border[class*=col-]:last-child {
    border-right: 0;
  }

  .grid.grid-border.row {
    border-top: 1px solid #eee;
  }

  .grid.grid-border.row:nth-of-type(1) {
    border-top: none!important;
  }
}

ul.list-group.list-group-striped li:nth-of-type(even) {
  background: #f5f8fa;
}

ul.list-group.list-group-hover li:hover {
  background: red;
}

.mdb-color.lighten-5 {
  background-color: #d0d6e2!important;
}

.mdb-color.lighten-4 {
  background-color: #b1bace!important;
}

.mdb-color.lighten-3 {
  background-color: #929fba!important;
}

.mdb-color.lighten-2 {
  background-color: #7283a7!important;
}

.mdb-color.lighten-1 {
  background-color: #59698d!important;
}

.mdb-color {
  background-color: #45526e!important;
}

.mdb-color-text {
  color: #45526e!important;
}

.mdb-color.darken-1 {
  background-color: #3b465e!important;
}

.mdb-color.darken-2 {
  background-color: #2e3951!important;
}

.mdb-color.darken-3 {
  background-color: #1c2a48!important;
}

.mdb-color.darken-4 {
  background-color: #1c2331!important;
}

.red.lighten-5 {
  background-color: #ffebee!important;
}

.red.lighten-4 {
  background-color: #ffcdd2!important;
}

.red.lighten-3 {
  background-color: #ef9a9a!important;
}

.red.lighten-2 {
  background-color: #e57373!important;
}

.red.lighten-1 {
  background-color: #ef5350!important;
}

.red {
  background-color: #f44336!important;
}

.red-text {
  color: #f44336!important;
}

.red.darken-1 {
  background-color: #e53935!important;
}

.red.darken-2 {
  background-color: #d32f2f!important;
}

.red.darken-3 {
  background-color: #c62828!important;
}

.red.darken-4 {
  background-color: #b71c1c!important;
}

.red.accent-1 {
  background-color: #ff8a80!important;
}

.red.accent-2 {
  background-color: #ff5252!important;
}

.red.accent-3 {
  background-color: #ff1744!important;
}

.red.accent-4 {
  background-color: #d50000!important;
}

.pink.lighten-5 {
  background-color: #fce4ec!important;
}

.pink.lighten-4 {
  background-color: #f8bbd0!important;
}

.pink.lighten-3 {
  background-color: #f48fb1!important;
}

.pink.lighten-2 {
  background-color: #f06292!important;
}

.pink.lighten-1 {
  background-color: #ec407a!important;
}

.pink {
  background-color: #e91e63!important;
}

.pink-text {
  color: #e91e63!important;
}

.pink.darken-1 {
  background-color: #d81b60!important;
}

.pink.darken-2 {
  background-color: #c2185b!important;
}

.pink.darken-3 {
  background-color: #ad1457!important;
}

.pink.darken-4 {
  background-color: #880e4f!important;
}

.pink.accent-1 {
  background-color: #ff80ab!important;
}

.pink.accent-2 {
  background-color: #ff4081!important;
}

.pink.accent-3 {
  background-color: #f50057!important;
}

.pink.accent-4 {
  background-color: #c51162!important;
}

.purple.lighten-5 {
  background-color: #f3e5f5!important;
}

.purple.lighten-4 {
  background-color: #e1bee7!important;
}

.purple.lighten-3 {
  background-color: #ce93d8!important;
}

.purple.lighten-2 {
  background-color: #ba68c8!important;
}

.purple.lighten-1 {
  background-color: #ab47bc!important;
}

.purple {
  background-color: #9c27b0!important;
}

.purple-text {
  color: #9c27b0!important;
}

.purple.darken-1 {
  background-color: #8e24aa!important;
}

.purple.darken-2 {
  background-color: #7b1fa2!important;
}

.purple.darken-3 {
  background-color: #6a1b9a!important;
}

.purple.darken-4 {
  background-color: #4a148c!important;
}

.purple.accent-1 {
  background-color: #ea80fc!important;
}

.purple.accent-2 {
  background-color: #e040fb!important;
}

.purple.accent-3 {
  background-color: #d500f9!important;
}

.purple.accent-4 {
  background-color: #a0f!important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6!important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9!important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb!important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd!important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2!important;
}

.deep-purple {
  background-color: #673ab7!important;
}

.deep-purple-text {
  color: #673ab7!important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1!important;
}

.deep-purple.darken-2 {
  background-color: #512da8!important;
}

.deep-purple.darken-3 {
  background-color: #4527a0!important;
}

.deep-purple.darken-4 {
  background-color: #311b92!important;
}

.deep-purple.accent-1 {
  background-color: #b388ff!important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff!important;
}

.deep-purple.accent-3 {
  background-color: #651fff!important;
}

.deep-purple.accent-4 {
  background-color: #6200ea!important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6!important;
}

.indigo.lighten-4 {
  background-color: #c5cae9!important;
}

.indigo.lighten-3 {
  background-color: #9fa8da!important;
}

.indigo.lighten-2 {
  background-color: #7986cb!important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0!important;
}

.indigo {
  background-color: #3f51b5!important;
}

.indigo-text {
  color: #3f51b5!important;
}

.indigo.darken-1 {
  background-color: #3949ab!important;
}

.indigo.darken-2 {
  background-color: #303f9f!important;
}

.indigo.darken-3 {
  background-color: #283593!important;
}

.indigo.darken-4 {
  background-color: #1a237e!important;
}

.indigo.accent-1 {
  background-color: #8c9eff!important;
}

.indigo.accent-2 {
  background-color: #536dfe!important;
}

.indigo.accent-3 {
  background-color: #3d5afe!important;
}

.indigo.accent-4 {
  background-color: #304ffe!important;
}

.blue.lighten-5 {
  background-color: #e3f2fd!important;
}

.blue.lighten-4 {
  background-color: #bbdefb!important;
}

.blue.lighten-3 {
  background-color: #90caf9!important;
}

.blue.lighten-2 {
  background-color: #64b5f6!important;
}

.blue.lighten-1 {
  background-color: #42a5f5!important;
}

.blue {
  background-color: #2196f3!important;
}

.blue-text {
  color: #2196f3!important;
}

.blue.darken-1 {
  background-color: #1e88e5!important;
}

.blue.darken-2 {
  background-color: #1976d2!important;
}

.blue.darken-3 {
  background-color: #1565c0!important;
}

.blue.darken-4 {
  background-color: #0d47a1!important;
}

.blue.accent-1 {
  background-color: #82b1ff!important;
}

.blue.accent-2 {
  background-color: #448aff!important;
}

.blue.accent-3 {
  background-color: #272c33!important;
}

.blue.accent-4 {
  background-color: #2962ff!important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe!important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc!important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa!important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7!important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6!important;
}

.light-blue {
  background-color: #03a9f4!important;
}

.light-blue-text {
  color: #03a9f4!important;
}

.light-blue.darken-1 {
  background-color: #039be5!important;
}

.light-blue.darken-2 {
  background-color: #0288d1!important;
}

.light-blue.darken-3 {
  background-color: #0277bd!important;
}

.light-blue.darken-4 {
  background-color: #01579b!important;
}

.light-blue.accent-1 {
  background-color: #80d8ff!important;
}

.light-blue.accent-2 {
  background-color: #40c4ff!important;
}

.light-blue.accent-3 {
  background-color: #00b0ff!important;
}

.light-blue.accent-4 {
  background-color: #0091ea!important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa!important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2!important;
}

.cyan.lighten-3 {
  background-color: #80deea!important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1!important;
}

.cyan.lighten-1 {
  background-color: #26c6da!important;
}

.cyan {
  background-color: #00bcd4!important;
}

.cyan-text {
  color: #00bcd4!important;
}

.cyan.darken-1 {
  background-color: #00acc1!important;
}

.cyan.darken-2 {
  background-color: #0097a7!important;
}

.cyan.darken-3 {
  background-color: #00838f!important;
}

.cyan.darken-4 {
  background-color: #006064!important;
}

.cyan.accent-1 {
  background-color: #84ffff!important;
}

.cyan.accent-2 {
  background-color: #18ffff!important;
}

.cyan.accent-3 {
  background-color: #00e5ff!important;
}

.cyan.accent-4 {
  background-color: #00b8d4!important;
}

.teal.lighten-5 {
  background-color: #e0f2f1!important;
}

.teal.lighten-4 {
  background-color: #b2dfdb!important;
}

.teal.lighten-3 {
  background-color: #80cbc4!important;
}

.teal.lighten-2 {
  background-color: #4db6ac!important;
}

.teal.lighten-1 {
  background-color: #26a69a!important;
}

.teal {
  background-color: #009688!important;
}

.teal-text {
  color: #009688!important;
}

.teal.darken-1 {
  background-color: #00897b!important;
}

.teal.darken-2 {
  background-color: #00796b!important;
}

.teal.darken-3 {
  background-color: #00695c!important;
}

.teal.darken-4 {
  background-color: #004d40!important;
}

.teal.accent-1 {
  background-color: #a7ffeb!important;
}

.teal.accent-2 {
  background-color: #64ffda!important;
}

.teal.accent-3 {
  background-color: #1de9b6!important;
}

.teal.accent-4 {
  background-color: #00bfa5!important;
}

.green.lighten-5 {
  background-color: #e8f5e9!important;
}

.green.lighten-4 {
  background-color: #c8e6c9!important;
}

.green.lighten-3 {
  background-color: #a5d6a7!important;
}

.green.lighten-2 {
  background-color: #81c784!important;
}

.green.lighten-1 {
  background-color: #66bb6a!important;
}

.green {
  background-color: #4caf50!important;
}

.green-text {
  color: #4caf50!important;
}

.green.darken-1 {
  background-color: #43a047!important;
}

.green.darken-2 {
  background-color: #388e3c!important;
}

.green.darken-3 {
  background-color: #2e7d32!important;
}

.green.darken-4 {
  background-color: #1b5e20!important;
}

.green.accent-1 {
  background-color: #b9f6ca!important;
}

.green.accent-2 {
  background-color: #69f0ae!important;
}

.green.accent-3 {
  background-color: #00e676!important;
}

.green.accent-4 {
  background-color: #00c853!important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9!important;
}

.light-green.lighten-4 {
  background-color: #dcedc8!important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5!important;
}

.light-green.lighten-2 {
  background-color: #aed581!important;
}

.light-green.lighten-1 {
  background-color: #9ccc65!important;
}

.light-green {
  background-color: #8bc34a!important;
}

.light-green-text {
  color: #8bc34a!important;
}

.light-green.darken-1 {
  background-color: #7cb342!important;
}

.light-green.darken-2 {
  background-color: #689f38!important;
}

.light-green.darken-3 {
  background-color: #558b2f!important;
}

.light-green.darken-4 {
  background-color: #33691e!important;
}

.light-green.accent-1 {
  background-color: #ccff90!important;
}

.light-green.accent-2 {
  background-color: #b2ff59!important;
}

.light-green.accent-3 {
  background-color: #76ff03!important;
}

.light-green.accent-4 {
  background-color: #64dd17!important;
}

.lime.lighten-5 {
  background-color: #f9fbe7!important;
}

.lime.lighten-4 {
  background-color: #f0f4c3!important;
}

.lime.lighten-3 {
  background-color: #e6ee9c!important;
}

.lime.lighten-2 {
  background-color: #dce775!important;
}

.lime.lighten-1 {
  background-color: #d4e157!important;
}

.lime {
  background-color: #cddc39!important;
}

.lime-text {
  color: #cddc39!important;
}

.lime.darken-1 {
  background-color: #c0ca33!important;
}

.lime.darken-2 {
  background-color: #afb42b!important;
}

.lime.darken-3 {
  background-color: #9e9d24!important;
}

.lime.darken-4 {
  background-color: #827717!important;
}

.lime.accent-1 {
  background-color: #f4ff81!important;
}

.lime.accent-2 {
  background-color: #eeff41!important;
}

.lime.accent-3 {
  background-color: #c6ff00!important;
}

.lime.accent-4 {
  background-color: #aeea00!important;
}

.yellow.lighten-5 {
  background-color: #fffde7!important;
}

.yellow.lighten-4 {
  background-color: #fff9c4!important;
}

.yellow.lighten-3 {
  background-color: #fff59d!important;
}

.yellow.lighten-2 {
  background-color: #fff176!important;
}

.yellow.lighten-1 {
  background-color: #ffee58!important;
}

.yellow {
  background-color: #ffeb3b!important;
}

.yellow-text {
  color: #ffeb3b!important;
}

.yellow.darken-1 {
  background-color: #fdd835!important;
}

.yellow.darken-2 {
  background-color: #fbc02d!important;
}

.yellow.darken-3 {
  background-color: #f9a825!important;
}

.yellow.darken-4 {
  background-color: #f57f17!important;
}

.yellow.accent-1 {
  background-color: #ffff8d!important;
}

.yellow.accent-2 {
  background-color: #ff0!important;
}

.yellow.accent-3 {
  background-color: #ffea00!important;
}

.yellow.accent-4 {
  background-color: #ffd600!important;
}

.amber.lighten-5 {
  background-color: #fff8e1!important;
}

.amber.lighten-4 {
  background-color: #ffecb3!important;
}

.amber.lighten-3 {
  background-color: #ffe082!important;
}

.amber.lighten-2 {
  background-color: #ffd54f!important;
}

.amber.lighten-1 {
  background-color: #ffca28!important;
}

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

.amber-text {
  color: #ffc107!important;
}

.amber.darken-1 {
  background-color: #ffb300!important;
}

.amber.darken-2 {
  background-color: #ffa000!important;
}

.amber.darken-3 {
  background-color: #ff8f00!important;
}

.amber.darken-4 {
  background-color: #ff6f00!important;
}

.amber.accent-1 {
  background-color: #ffe57f!important;
}

.amber.accent-2 {
  background-color: #ffd740!important;
}

.amber.accent-3 {
  background-color: #ffc400!important;
}

.amber.accent-4 {
  background-color: #ffab00!important;
}

.orange.lighten-5 {
  background-color: #fff3e0!important;
}

.orange.lighten-4 {
  background-color: #ffe0b2!important;
}

.orange.lighten-3 {
  background-color: #ffcc80!important;
}

.orange.lighten-2 {
  background-color: #ffb74d!important;
}

.orange.lighten-1 {
  background-color: #ffa726!important;
}

.orange {
  background-color: #ff9800!important;
}

.orange-text {
  color: #ff9800!important;
}

.orange.darken-1 {
  background-color: #fb8c00!important;
}

.orange.darken-2 {
  background-color: #f57c00!important;
}

.orange.darken-3 {
  background-color: #ef6c00!important;
}

.orange.darken-4 {
  background-color: #e65100!important;
}

.orange.accent-1 {
  background-color: #ffd180!important;
}

.orange.accent-2 {
  background-color: #ffab40!important;
}

.orange.accent-3 {
  background-color: #ff9100!important;
}

.orange.accent-4 {
  background-color: #ff6d00!important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7!important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc!important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91!important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65!important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043!important;
}

.deep-orange {
  background-color: #ff5722!important;
}

.deep-orange-text {
  color: #ff5722!important;
}

.deep-orange.darken-1 {
  background-color: #f4511e!important;
}

.deep-orange.darken-2 {
  background-color: #e64a19!important;
}

.deep-orange.darken-3 {
  background-color: #d84315!important;
}

.deep-orange.darken-4 {
  background-color: #bf360c!important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80!important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40!important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00!important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00!important;
}

.brown.lighten-5 {
  background-color: #efebe9!important;
}

.brown.lighten-4 {
  background-color: #d7ccc8!important;
}

.brown.lighten-3 {
  background-color: #bcaaa4!important;
}

.brown.lighten-2 {
  background-color: #a1887f!important;
}

.brown.lighten-1 {
  background-color: #8d6e63!important;
}

.brown {
  background-color: #795548!important;
}

.brown-text {
  color: #795548!important;
}

.brown.darken-1 {
  background-color: #6d4c41!important;
}

.brown.darken-2 {
  background-color: #5d4037!important;
}

.brown.darken-3 {
  background-color: #4e342e!important;
}

.brown.darken-4 {
  background-color: #3e2723!important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1!important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc!important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5!important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae!important;
}

.blue-grey.lighten-1 {
  background-color: #78909c!important;
}

.blue-grey {
  background-color: #607d8b!important;
}

.blue-grey-text {
  color: #607d8b!important;
}

.blue-grey.darken-1 {
  background-color: #546e7a!important;
}

.blue-grey.darken-2 {
  background-color: #455a64!important;
}

.blue-grey.darken-3 {
  background-color: #37474f!important;
}

.blue-grey.darken-4 {
  background-color: #263238!important;
}

.grey.lighten-5 {
  background-color: #fafafa!important;
}

.grey.lighten-4 {
  background-color: #f5f5f5!important;
}

.grey.lighten-3 {
  background-color: #eee!important;
}

.grey.lighten-2 {
  background-color: #e0e0e0!important;
}

.grey.lighten-1 {
  background-color: #bdbdbd!important;
}

.grey {
  background-color: #9e9e9e!important;
}

.grey-text {
  color: #9e9e9e!important;
}

.grey.darken-1 {
  background-color: #757575!important;
}

.grey.darken-2 {
  background-color: #616161!important;
}

.grey.darken-3 {
  background-color: #424242!important;
}

.grey.darken-4 {
  background-color: #212121!important;
}

.shades.black {
  background-color: #000!important;
}

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

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

.black {
  background-color: #000!important;
}

.black-text {
  color: #000!important;
}

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

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

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

.transparent-text {
  color: transparent!important;
}

.light-blue-text {
  color: #82b1ff!important;
}

.dark-grey-text {
  color: #4f4f4f!important;
}

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

.danger-color-dark {
  background-color: #c00!important;
}

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

.warning-color-dark {
  background-color: #f80!important;
}

.success-color {
  background-color: #7dc855!important;
}

.success-color-dark {
  background-color: #007e33!important;
}

.info-color {
  background-color: #78bcee!important;
}

.info-color-dark {
  background-color: #09c!important;
}

.default-color {
  background-color: #2bbbad!important;
}

.default-color-dark {
  background-color: #00695c!important;
}

.primary-color {
  background-color: #4285f4!important;
}

.primary-color-dark {
  background-color: #0d47a1!important;
}

.secondary-color {
  background-color: #a6c!important;
}

.secondary-color-dark {
  background-color: #93c!important;
}

.elegant-color {
  background-color: #2e2e2e!important;
}

.elegant-color-dark {
  background-color: #212121!important;
}

.stylish-color {
  background-color: #4b515d!important;
}

.stylish-color-dark {
  background-color: #3e4551!important;
}

.special-color {
  background-color: #37474f!important;
}

.special-color-dark {
  background-color: #263238!important;
}

.unique-color {
  background-color: #3f729b!important;
}

.unique-color-dark {
  background-color: #1c2331!important;
}

.mdb-color {
  background-color: #45526e!important;
}

.rgba-blue-light {
  background-color: rgba(3,169,244,.3)!important;
}

.rgba-red-light {
  background-color: rgba(244,67,54,.3)!important;
}

.rgba-pink-light {
  background-color: rgba(233,30,99,.3)!important;
}

.rgba-purple-light {
  background-color: rgba(156,39,176,.3)!important;
}

.rgba-indigo-light {
  background-color: rgba(63,81,181,.3)!important;
}

.rgba-cyan-light {
  background-color: rgba(0,188,212,.3)!important;
}

.rgba-teal-light {
  background-color: rgba(0,150,136,.3)!important;
}

.rgba-green-light {
  background-color: rgba(76,175,80,.3)!important;
}

.rgba-lime-light {
  background-color: rgba(205,220,57,.3)!important;
}

.rgba-yellow-light {
  background-color: rgba(255,235,59,.3)!important;
}

.rgba-orange-light {
  background-color: rgba(255,152,0,.3)!important;
}

.rgba-brown-light {
  background-color: rgba(121,85,72,.3)!important;
}

.rgba-grey-light {
  background-color: rgba(158,158,158,.3)!important;
}

.rgba-bluegrey-light {
  background-color: rgba(96,125,139,.3)!important;
}

.rgba-black-light {
  background-color: rgba(0,0,0,.3)!important;
}

.rgba-stylish-light {
  background-color: rgba(62,69,81,.3)!important;
}

.rgba-white-light {
  background-color: rgba(255,255,255,.3)!important;
}

.rgba-blue-strong {
  background-color: rgba(3,169,244,.7)!important;
}

.rgba-red-strong {
  background-color: rgba(244,67,54,.7)!important;
}

.rgba-pink-strong {
  background-color: rgba(233,30,99,.7)!important;
}

.rgba-purple-strong {
  background-color: rgba(156,39,176,.7)!important;
}

.rgba-indigo-strong {
  background-color: rgba(63,81,181,.7)!important;
}

.rgba-cyan-strong {
  background-color: rgba(0,188,212,.7)!important;
}

.rgba-teal-strong {
  background-color: rgba(0,150,136,.7)!important;
}

.rgba-green-strong {
  background-color: rgba(76,175,80,.7)!important;
}

.rgba-lime-strong {
  background-color: rgba(205,220,57,.7)!important;
}

.rgba-yellow-strong {
  background-color: rgba(255,235,59,.7)!important;
}

.rgba-orange-strong {
  background-color: rgba(255,152,0,.7)!important;
}

.rgba-brown-strong {
  background-color: rgba(121,85,72,.7)!important;
}

.rgba-grey-strong {
  background-color: rgba(158,158,158,.7)!important;
}

.rgba-bluegrey-strong {
  background-color: rgba(96,125,139,.7)!important;
}

.rgba-black-strong {
  background-color: rgba(0,0,0,.7)!important;
}

.rgba-stylish-strong {
  background-color: rgba(62,69,81,.7)!important;
}

.rgba-white-strong {
  background-color: rgba(255,255,255,.7)!important;
}

.rgba-blue-slight {
  background-color: rgba(3,169,244,.1)!important;
}

.rgba-red-slight {
  background-color: rgba(244,67,54,.1)!important;
}

.rgba-pink-slight {
  background-color: rgba(233,30,99,.1)!important;
}

.rgba-purple-slight {
  background-color: rgba(156,39,176,.1)!important;
}

.rgba-indigo-slight {
  background-color: rgba(63,81,181,.1)!important;
}

.rgba-cyan-slight {
  background-color: rgba(0,188,212,.1)!important;
}

.rgba-teal-slight {
  background-color: rgba(0,150,136,.1)!important;
}

.rgba-green-slight {
  background-color: rgba(76,175,80,.1)!important;
}

.rgba-lime-slight {
  background-color: rgba(205,220,57,.1)!important;
}

.rgba-yellow-slight {
  background-color: rgba(255,235,59,.1)!important;
}

.rgba-orange-slight {
  background-color: rgba(255,152,0,.1)!important;
}

.rgba-brown-slight {
  background-color: rgba(121,85,72,.1)!important;
}

.rgba-grey-slight {
  background-color: rgba(158,158,158,.1)!important;
}

.rgba-bluegrey-slight {
  background-color: rgba(96,125,139,.1)!important;
}

.rgba-black-slight {
  background-color: rgba(0,0,0,.1)!important;
}

.rgba-stylish-slight {
  background-color: rgba(62,69,81,.1)!important;
}

.rgba-white-slight {
  background-color: rgba(255,255,255,.1)!important;
}

.bg-primary,.toast-primary {
  background-color: #4285f4!important;
}

.bg-danger,.toast-danger {
  background-color: #ed5564!important;
}

.bg-warning,.toast-warning {
  background-color: #f80!important;
}

.bg-success,.toast-success {
  background-color: #7dc855!important;
}

.bg-info,.toast-info {
  background-color: #78bcee!important;
}

.bg-default,.toast-default {
  background-color: #2bbbad!important;
}

.bg-secondary,.toast-secondary {
  background-color: #a6c!important;
}

.bg-elegant,.toast-elegant {
  background-color: #2e2e2e!important;
}

.bg-unique,.toast-unique {
  background-color: #880e4f!important;
}

.bg-dark-green,.toast-dark-green {
  background-color: #388e3c!important;
}

.bg-mdb-color,.toast-mdb-color {
  background-color: #59698d!important;
}

.bg-red,.toast-red {
  background-color: #d32f2f!important;
}

.bg-pink,.toast-pink {
  background-color: #ec407a!important;
}

.bg-purple,.toast-purple {
  background-color: #8e24aa!important;
}

.bg-deep-purple,.toast-deep-purple {
  background-color: #512da8!important;
}

.bg-indigo,.toast-indigo {
  background-color: #3f51b5!important;
}

.bg-blue,.toast-blue {
  background-color: #1976d2!important;
}

.bg-light-blue,.toast-light-blue {
  background-color: #82b1ff!important;
}

.bg-cyan,.toast-cyan {
  background-color: #00bcd4!important;
}

.bg-teal,.toast-teal {
  background-color: #00796b!important;
}

.bg-green,.toast-green {
  background-color: #388e3c!important;
}

.bg-light-green,.toast-light-green {
  background-color: #8bc34a!important;
}

.bg-lime,.toast-lime {
  background-color: #afb42b!important;
}

.bg-yellow,.toast-yellow {
  background-color: #fbc02d!important;
}

.bg-amber,.toast-amber {
  background-color: #ffa000!important;
}

.bg-orange,.toast-orange {
  background-color: #f57c00!important;
}

.bg-deep-orange,.toast-deep-orange {
  background-color: #ff7043!important;
}

.bg-brown,.toast-brown {
  background-color: #795548!important;
}

.bg-grey,.toast-grey {
  background-color: #616161!important;
}

.bg-blue-grey,.toast-blue-grey {
  background-color: #78909c!important;
}

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

.bg-black,.toast-black {
  background-color: #000!important;
}

.zolkusowy-gradient {
  background: #00ff90;
  background: -moz-linear-gradient(top,#00ff90 0,#59ffdd 47%,#ff0 100%);
  background: -webkit-linear-gradient(top,#00ff90 0,#59ffdd 47%,#ff0 100%);
  background: linear-gradient(to bottom,#00ff90 0,#59ffdd 47%,#ff0 100%);
}

#trumbowyg-icons,#trumbowyg-icons svg {
  height: 0;
  width: 0;
}

#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
}

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

.trumbowyg-box svg {
  width: 17px;
  height: 100%;
  fill: #222;
}

.trumbowyg-box,.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  min-height: 300px;
  margin: 17px auto;
}

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto;
}

.trumbowyg-box.trumbowyg-fullscreen {
  background: #fefefe;
  border: none!important;
}

.trumbowyg-editor,.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: 0;
  overflow: auto;
}

.trumbowyg-editor.trumbowyg-autogrow-on-enter,.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
  transition: height .3s ease-out;
}

.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent!important;
  text-shadow: 0 0 7px #333;
}

@media screen and (min-width:0 \0) {
  .trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200,200,200,.6)!important;
  }
}

@supports(-ms-accelerator:true) {
  .trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200,200,200,.6)!important;
  }
}

.trumbowyg-box-blur .trumbowyg-editor hr,.trumbowyg-box-blur .trumbowyg-editor img {
  opacity: .2;
}

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: 0;
  font-size: 14px;
  font-family: Inconsolata,Consolas,Courier,"Courier New",sans-serif;
  line-height: 18px;
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px!important;
  width: 25%;
  min-height: 0!important;
  padding: 0!important;
  background: 0;
  opacity: 0!important;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none;
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: .8;
  background: 0;
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none;
}

.trumbowyg-button-pane {
  width: 100%;
  min-height: 36px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0 5px;
  position: relative;
  list-style-type: none;
  line-height: 10px;
  backface-visibility: hidden;
  z-index: 11;
}

.trumbowyg-button-pane::after {
  content: " ";
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #d7e0e2;
}

.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: transparent;
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
  content: " ";
  display: inline-block;
  width: 1px;
  background: #d7e0e2;
  margin: 0 5px;
  height: 35px;
  vertical-align: top;
}

.trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
  content: none;
}

.trumbowyg-button-pane button {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 1px 6px!important;
  margin-bottom: 1px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background: 0;
  vertical-align: middle;
  transition: background-color 150ms,opacity 150ms;
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
  width: auto;
  line-height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.trumbowyg-button-pane button.trumbowyg-disable,.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
  opacity: .2;
  cursor: default;
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
  background: #e3e9eb;
}

.trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: #fff;
  outline: 0;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  display: block;
  content: " ";
  position: absolute;
  top: 25px;
  right: 3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px!important;
  padding-right: 18px!important;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
  top: 17px;
  right: 7px;
}

.trumbowyg-modal,.trumbowyg-modal-box {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  backface-visibility: hidden;
  position: absolute;
}

.trumbowyg-button-pane .trumbowyg-right {
  float: right;
}

.trumbowyg-dropdown {
  width: 200px;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: 0;
  background: #fff;
  margin-left: -1px;
  box-shadow: rgba(0,0,0,.1) 0 2px 3px;
  z-index: 12;
}

.trumbowyg-dropdown button {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #fff;
  padding: 0 10px;
  color: #333!important;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  transition: all 150ms;
}

.trumbowyg-dropdown button:focus,.trumbowyg-dropdown button:hover {
  background: #ecf0f1;
}

.trumbowyg-dropdown button svg {
  float: left;
  margin-right: 14px;
}

.trumbowyg-modal {
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 12;
  overflow: hidden;
}

.trumbowyg-modal-box {
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0,0,0,.2) 0 2px 3px;
}

.trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15px 0 13px;
  display: block;
  border-bottom: 1px solid #eee;
  color: #333;
  background: #fbfcfc;
}

.trumbowyg-modal-box .trumbowyg-progress {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 58px;
}

.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
  background: #2bc06a;
  width: 0;
  height: 100%;
  transition: width 150ms linear;
}

.trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
}

.trumbowyg-modal-box label .trumbowyg-input-infos {
  display: block;
  text-align: left;
  height: 25px;
  line-height: 25px;
  transition: all 150ms;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span {
  display: block;
  color: #69878f;
  background-color: #fbfcfc;
  border: 1px solid #dedede;
  padding: 0 7px;
  width: 150px;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border: 1px solid #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
  margin-top: -27px;
}

.trumbowyg-modal-box label input {
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  line-height: 27px;
  border: 1px solid #dedede;
  background: #fff;
  font-size: 14px;
  max-width: 330px;
  width: 70%;
  padding: 0 7px;
  transition: all 150ms;
}

.trumbowyg-modal-box label input:focus,.trumbowyg-modal-box label input:hover {
  outline: 0;
  border: 1px solid #95a5a6;
}

.trumbowyg-modal-box label input:focus {
  background: #fbfcfc;
}

.trumbowyg-modal-box label input[type=checkbox] {
  left: 5px;
  top: 5px;
  right: auto;
}

.trumbowyg-modal-box label input[type=checkbox]+.trumbowyg-input-infos span {
  width: auto;
  padding-left: 25px;
}

.trumbowyg-modal-box .error {
  margin-top: 25px;
  display: block;
  color: red;
}

.trumbowyg-modal-box .trumbowyg-modal-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  margin: 0 10px;
  background-color: #333;
  border: 0;
  cursor: pointer;
  font-family: "Trebuchet MS",Helvetica,Verdana,sans-serif;
  font-size: 16px;
  transition: all 150ms;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  right: 110px;
  background: #2bc06a;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
  background: #40d47e;
  outline: 0;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #25a25a;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #555;
  background: #e6e6e6;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
  background: #fbfbfb;
  outline: 0;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #d5d5d5;
}

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255,255,255,.5);
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 10;
}

body.trumbowyg-body-fullscreen {
  overflow: hidden;
}

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999;
}

.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen.trumbowyg-box {
  border: 0;
}

.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen .trumbowyg-textarea {
  height: calc(100% - 37px)!important;
  overflow: auto;
}

.trumbowyg-fullscreen .trumbowyg-overlay {
  height: 100%!important;
}

.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #222;
  fill: transparent;
}

.trumbowyg-editor embed,.trumbowyg-editor img,.trumbowyg-editor object,.trumbowyg-editor video {
  max-width: 100%;
}

.trumbowyg-editor img,.trumbowyg-editor video {
  height: auto;
}

.trumbowyg-editor img {
  cursor: move;
}

.trumbowyg-editor.trumbowyg-reset-css {
  background: #fefefe!important;
  font-family: "Trebuchet MS",Helvetica,Verdana,sans-serif!important;
  font-size: 14px!important;
  line-height: 1.45em!important;
  color: #333;
}

.trumbowyg-editor.trumbowyg-reset-css a {
  color: #15c!important;
  text-decoration: underline!important;
}

.trumbowyg-editor.trumbowyg-reset-css blockquote,.trumbowyg-editor.trumbowyg-reset-css div,.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css p,.trumbowyg-editor.trumbowyg-reset-css ul {
  box-shadow: none!important;
  background: 0 0!important;
  margin: 0 0 15px!important;
  line-height: 1.4em!important;
  font-family: "Trebuchet MS",Helvetica,Verdana,sans-serif!important;
  font-size: 14px!important;
  border: 0;
}

.trumbowyg-editor.trumbowyg-reset-css hr,.trumbowyg-editor.trumbowyg-reset-css iframe,.trumbowyg-editor.trumbowyg-reset-css object {
  margin-bottom: 15px!important;
}

.trumbowyg-editor.trumbowyg-reset-css blockquote {
  margin-left: 32px!important;
  font-style: italic!important;
  color: #555;
}

.trumbowyg-editor.trumbowyg-reset-css ul {
  list-style: disc;
}

.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css ul {
  padding-left: 20px!important;
}

.trumbowyg-editor.trumbowyg-reset-css ol ol,.trumbowyg-editor.trumbowyg-reset-css ol ul,.trumbowyg-editor.trumbowyg-reset-css ul ol,.trumbowyg-editor.trumbowyg-reset-css ul ul {
  border: 0;
  margin: 2px!important;
  padding: 0 0 0 24px!important;
}

.trumbowyg-editor.trumbowyg-reset-css hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

.trumbowyg-editor.trumbowyg-reset-css h1,.trumbowyg-editor.trumbowyg-reset-css h2,.trumbowyg-editor.trumbowyg-reset-css h3,.trumbowyg-editor.trumbowyg-reset-css h4 {
  color: #111;
  background: 0;
  margin: 0!important;
  padding: 0!important;
  font-weight: 700;
}

.trumbowyg-editor.trumbowyg-reset-css h1 {
  font-size: 32px!important;
  line-height: 38px!important;
  margin-bottom: 20px!important;
}

.trumbowyg-editor.trumbowyg-reset-css h2 {
  font-size: 26px!important;
  line-height: 34px!important;
  margin-bottom: 15px!important;
}

.trumbowyg-editor.trumbowyg-reset-css h3 {
  font-size: 22px!important;
  line-height: 28px!important;
  margin-bottom: 7px!important;
}

.trumbowyg-editor.trumbowyg-reset-css h4 {
  font-size: 16px!important;
  line-height: 22px!important;
  margin-bottom: 7px!important;
}

.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd;
}

.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #343434;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
  background: #111;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
  text-shadow: 0 0 7px #ccc;
}

@media screen and (min-width:0 \0) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20,20,20,.6)!important;
  }
}

@supports(-ms-accelerator:true) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20,20,20,.6)!important;
  }
}

.trumbowyg-dark .trumbowyg-box svg {
  fill: #ecf0f1;
  color: #ecf0f1;
}

.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane::after {
  background: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
  background-color: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: transparent;
}

.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
  background-color: #2a2a2a;
}

.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: #333;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  border-top-color: #fff;
}

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #ecf0f1;
  fill: transparent;
}

.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #222;
  background: #333;
  box-shadow: rgba(0,0,0,.3) 0 2px 3px;
}

.trumbowyg-dark .trumbowyg-dropdown button {
  background: #333;
  color: #fff!important;
}

.trumbowyg-dark .trumbowyg-dropdown button:focus,.trumbowyg-dark .trumbowyg-dropdown button:hover {
  background: #222;
}

.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #222;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
  border-bottom: 1px solid #555;
  color: #fff;
  background: #3c3c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
  color: #eee;
  background-color: #2f2f2f;
  border-color: #222;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border-color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label input {
  border-color: #222;
  color: #eee;
  background: #333;
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus,.trumbowyg-dark .trumbowyg-modal-box label input:hover {
  border-color: #626262;
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus {
  background-color: #2f2f2f;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  background: #1b7943;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
  background: #25a25a;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #176437;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  background: #333;
  color: #ccc;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
  background: #444;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #111;
}

.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15,15,15,.6);
}

.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255,255,255,.8);
  border: solid 2px rgba(230,230,230,.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: 700;
  margin: .25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: .1em 0;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0,0,0,.3);
  background: #fff;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: .5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom,#eee,#ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 0;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0,0,0,.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200,200,200,.8);
  background-color: rgba(255,255,255,.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255,255,255,.4);
  padding: 0 .4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  -moz-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  -ms-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  -o-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
  animation: passing-through 3s cubic-bezier(.77,0,.175,1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  -moz-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  -ms-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  -o-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
  animation: slide-in 3s cubic-bezier(.77,0,.175,1);
}

.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  -ms-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255,255,255,.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom,#666,#444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom,#be2626,#a92222);
  padding: .5em 1.2em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0,0,0,.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: 0;
  border: 0;
}

.xdsoft_datetimepicker button {
  border: none!important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: 0;
}

.xdsoft_noselect::-moz-selection {
  background: 0;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover,.xdsoft_datetimepicker .xdsoft_today_button:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none!important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
  opacity: .5;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #fff!important;
  background: #ff8000!important;
  box-shadow: none!important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af!important;
  box-shadow: #178fe5 0 1px 3px 0 inset!important;
  color: #fff!important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
  color: inherit!important;
  background: inherit!important;
  box-shadow: inherit!important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc!important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee!important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa!important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar>.xdsoft_scroller {
  background: #ccc!important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255,255,255,.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #000!important;
  background: #007fff!important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333!important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111!important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555!important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
  background: #333!important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd!important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: museo-sans,"Book Antiqua",sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top,#fff 0,#f4f8fa 73%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));
  background: -webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);
  background: -o-linear-gradient(top,#fff 0,#f4f8fa 73%);
  background: -ms-linear-gradient(top,#fff 0,#f4f8fa 73%);
  background: linear-gradient(to bottom,#fff 0,#f4f8fa 73%);
}

.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:focus span,.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:hover span {
  color: #454551;
  background: -moz-linear-gradient(top,#f4f8fa 0,#fff 73%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#fff));
  background: -webkit-linear-gradient(top,#f4f8fa 0,#fff 73%);
  background: -o-linear-gradient(top,#f4f8fa 0,#fff 73%);
  background: -ms-linear-gradient(top,#f4f8fa 0,#fff 73%);
  background: linear-gradient(to bottom,#f4f8fa 0,#fff 73%);
}

.fc {
  direction: ltr;
  text-align: left;
}

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

body .fc {
  font-size: 1em;
}

.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,.75);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.fc-state-active,.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group>* {
  float: left;
  margin: 0 0 0 -1px;
}

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

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
}

.fc-bg table {
  height: 100%;
}

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
}

.fc td,.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td {
  background: 0;
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

.fc-event,.fc-event-dot {
  background-color: #3a87ad;
}

.fc-event,.fc-event:hover {
  color: #fff;
  text-decoration: none;
}

.fc-event.fc-draggable,.fc-event[href] {
  cursor: pointer;
}

.fc-not-allowed,.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  z-index: 9999!important;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0,0,0,.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

tr:first-child>td>.fc-day-grid-event {
  margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  display: none;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New",Courier,monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}

.fc-popover>.ui-widget-header+.ui-widget-content {
  border-top: 0;
}

.ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc-time-grid .fc-slats .ui-widget-content {
  background: 0;
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

.fc-bootstrap3 .fc-time-grid .fc-slats table {
  background: 0;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

.fc-bootstrap4 .fc-time-grid .fc-slats table {
  background: 0;
}

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

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

.fc .fc-toolbar>*>* {
  float: left;
  margin-left: .75em;
}

.fc .fc-toolbar>*>:first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *,.fc-view-container:after,.fc-view-container:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,.fc-view>table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: .3;
}

.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number {
  padding: 2px;
}

.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number>* {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.fc-time-grid,.fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid>.fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,.fc-time-grid>hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event {
  overflow: hidden;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
}

.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-rtl .fc-list-view {
  direction: rtl;
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc .fc-list-table {
  table-layout: auto;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item-marker,.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC);
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.colorpicker-alpha,.colorpicker-hue {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-alpha i,.colorpicker-hue i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC);
}

.colorpicker-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=);
  display: none;
}

.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation {
  background-size: contain;
}

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}

.colorpicker:after,.colorpicker:before {
  display: table;
  content: "";
  line-height: 0;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=);
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}

.colorpicker-selectors i+i {
  margin-left: 3px;
}

.colorpicker-element .add-on i,.colorpicker-element .input-group-addon i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0;
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha i,.colorpicker.colorpicker-horizontal .colorpicker-hue i {
  display: block;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: 0;
  margin-top: 0;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==);
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=);
}

.colorpicker-right:before {
  left: auto;
  right: 6px;
}

.colorpicker-right:after {
  left: auto;
  right: 7px;
}

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}

.colorpicker-alpha.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker-selectors.colorpicker-visible,.colorpicker.colorpicker-visible {
  display: block;
}

.colorpicker-alpha.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker-selectors.colorpicker-hidden,.colorpicker.colorpicker-hidden {
  display: none;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0!important;
}

.irs-line-left,.irs-line-mid,.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from,.irs-single,.irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0,0,0,0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}

.irs-disabled {
  opacity: .4;
}

.irs-hidden-input {
  position: absolute!important;
  display: block!important;
  top: 0!important;
  left: 0!important;
  width: 0!important;
  height: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  padding: 0!important;
  margin: 0!important;
  overflow: hidden;
  outline: 0!important;
  z-index: -9999!important;
  background: 0 0!important;
  border-style: solid!important;
  border-color: transparent!important;
}

.irs-bar,.irs-bar-edge,.irs-line-left,.irs-line-mid,.irs-line-right,.irs-slider {
  background: url(../img/sprite-skin-flat.png) repeat-x;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 12px;
  top: 25px;
}

.irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}

.irs-line-mid {
  height: 12px;
  background-position: 0 0;
}

.irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}

.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
}

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: .25;
}

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px;
}

.irs-slider.state_hover,.irs-slider:hover {
  background-position: 0 -150px;
}

.irs-max,.irs-min {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from,.irs-single,.irs-to {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from:after,.irs-single:after,.irs-to:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs-grid-pol {
  background: #e1e4e9;
}

.irs-grid-text {
  color: #999;
}

.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: #fff;
  font-family: sans-serif,Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none;
}

.jqvmap-pin {
  pointer-events: none;
}

.jqvmap-zoomin,.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  padding: 3px;
  color: #fff;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 30px;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: #fff;
  font-family: sans-serif,Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none;
}

.jqvmap-pin {
  pointer-events: none;
}

.jqvmap-zoomin,.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  padding: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
}

.jqvmap-pin {
  pointer-events: none;
}

.jqvmap-zoomin,.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 40px;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

.sw-main {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: .25rem!important;
}

.sw-main .sw-container {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.sw-main .step-content {
  display: none;
  position: relative;
  margin: 0;
}

.sw-main .sw-toolbar {
  margin-left: 0;
}

.sw-theme-default {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.sw-theme-default .sw-container {
  min-height: 250px;
}

.sw-theme-default .step-content {
  padding: 10px;
  border: 0 solid #d4d4d4;
  background-color: #fff;
  text-align: left;
}

.sw-theme-default .sw-toolbar {
  background: #f9f9f9;
  border-radius: 0!important;
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px;
  margin-bottom: 0!important;
}

.sw-theme-default .sw-toolbar-top {
  border-bottom-color: #ddd!important;
}

.sw-theme-default .sw-toolbar-bottom {
  border-top-color: #ddd!important;
}

.sw-theme-default>ul.step-anchor>li {
  position: relative;
  margin-right: 2px;
}

.sw-theme-default>ul.step-anchor>li>a,.sw-theme-default>ul.step-anchor>li>a:hover {
  border: none!important;
  color: #bbb;
  text-decoration: none;
  outline-style: none;
  background: 0 0!important;
  border: none!important;
  cursor: not-allowed;
}

.sw-theme-default>ul.step-anchor>li.clickable>a:hover {
  color: #4285f4!important;
  background: 0 0!important;
  cursor: pointer;
}

.sw-theme-default>ul.step-anchor>li>a::after {
  content: "";
  background: #4285f4;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.sw-theme-default>ul.step-anchor>li.active>a {
  border: none!important;
  color: #4285f4!important;
  background: 0 0!important;
  cursor: pointer;
}

.sw-theme-default>ul.step-anchor>li.active>a::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sw-theme-default>ul.step-anchor>li.done>a {
  border: none!important;
  color: #000!important;
  background: 0 0!important;
  cursor: pointer;
}

.sw-theme-default>ul.step-anchor>li.done>a::after {
  background: #5cb85c;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sw-theme-default>ul.step-anchor>li.danger>a {
  border: none!important;
  color: #d9534f!important;
  cursor: pointer;
}

.sw-theme-default>ul.step-anchor>li.danger>a::after {
  background: #d9534f;
  border-left-color: #f8d7da;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sw-theme-default>ul.step-anchor>li.disabled>a,.sw-theme-default>ul.step-anchor>li.disabled>a:hover {
  color: #eee!important;
  cursor: not-allowed;
}

@media screen and (max-width:768px) {
  .sw-theme-default>.nav-tabs>li {
    float: none!important;
  }
}

.sw-loading::after {
  position: absolute;
  display: block;
  opacity: 1;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.7);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 2;
}

.sw-loading::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sw-theme-circles .sw-container {
  min-height: 300px;
}

.sw-theme-circles .step-content {
  padding: 10px 0;
  background-color: #fff;
  text-align: left;
}

.sw-theme-circles .sw-toolbar {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0!important;
}

.sw-theme-circles .sw-toolbar-bottom {
  border-top-color: #ddd!important;
  border-bottom-color: #ddd!important;
}

.sw-theme-circles>ul.step-anchor {
  position: relative;
  border: 0;
  list-style: none;
  margin-bottom: 40px;
}

.sw-theme-circles>ul.step-anchor:before {
  content: " ";
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #e1e8ee;
  border-radius: 3px;
  z-index: 0;
}

.sw-theme-circles>ul.step-anchor>li {
  border: 0;
  margin-left: 40px;
  z-index: 98;
}

.sw-theme-circles>ul.step-anchor>li>a {
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  min-width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 3px #fff!important;
  box-shadow: inset 0 0 0 3px #fff!important;
  text-decoration: none;
  outline-style: none;
  z-index: 99;
  color: #bbb;
  background: #f5f5f5;
  line-height: 2;
}

.sw-theme-circles>ul.step-anchor>li>a:hover {
  color: #bbb;
  background: #f5f5f5;
  border-width: 2px;
}

.sw-theme-circles>ul.step-anchor>li>a>small {
  position: relative;
  bottom: -40px;
  color: #ccc;
}

.sw-theme-circles>ul.step-anchor>li.clickable>a:hover {
  color: #4285f4!important;
}

.sw-theme-circles>ul.step-anchor>li.active>a {
  border-color: #03a9f4;
  color: #fff;
  background: #03a9f4;
}

.sw-theme-circles>ul.step-anchor>li.active>a>small {
  color: #03a9f4;
}

.sw-theme-circles>ul.step-anchor>li.done>a {
  border-color: #7dc855;
  color: #fff;
  background: #7dc855;
}

.sw-theme-circles>ul.step-anchor>li.done>a>small {
  color: #7dc855;
}

.sw-theme-circles>ul.step-anchor>li.danger>a {
  border-color: #ed5564;
  color: #ed5564;
  background: #fff;
}

.sw-theme-circles>ul.step-anchor>li.danger>a>small {
  color: #ed5564;
}

.sw-theme-circles>ul.step-anchor>li.disabled>a,.sw-theme-circles>ul.step-anchor>li.disabled>a:hover {
  color: #eee!important;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,.toast-message label {
  color: #fff;
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
}

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

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

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container>div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
}

#toast-container>div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
}

#toast-container>.toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important;
}

#toast-container>.toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important;
}

#toast-container>.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important;
}

#toast-container>.toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important;
}

#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
}

@media all and (max-width:240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}

@media all and (min-width:241px) and (max-width:480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}

@media all and (min-width:481px) and (max-width:768px) {
  #toast-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.avatar,.avatar-letter {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 4rem;
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #fff;
}

.avatar-xxl {
  width: 8rem;
  height: 8rem;
  font-size: 7rem;
  line-height: 8rem;
}

.avatar-xl {
  width: 5rem;
  height: 5rem;
  font-size: 4rem;
  line-height: 5rem;
}

.avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  line-height: 3rem;
}

.avatar-md {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  font-size: .5rem;
  line-height: 1.5rem;
}

.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: .25rem;
  line-height: 1.25rem;
}

.avatar.dropdown .dropdown-menu {
  min-width: 6rem;
}

.avatar.dropdown.focus .avatar-badge>.oi:before,.avatar.dropdown.show .avatar-badge>.oi:before,.avatar.dropdown:focus .avatar-badge>.oi:before,.avatar.dropdown:hover .avatar-badge>.oi:before {
  content: "î­";
}

.avatar.dropdown.focus .avatar-badge>.fa:before,.avatar.dropdown.show .avatar-badge>.fa:before,.avatar.dropdown:focus .avatar-badge>.fa:before,.avatar.dropdown:hover .avatar-badge>.fa:before {
  content: "ď";
}

.avatar.dropdown.focus .offline,.avatar.dropdown.show .offline,.avatar.dropdown:focus .offline,.avatar.dropdown:hover .offline {
  color: #fff;
}

.avatar>a {
  color: inherit;
  outline: 0;
}

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

.avatar .avatar-letter,.avatar audio,.avatar canvas,.avatar img,.avatar video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
}

a.avatar:focus,a.avatar:hover {
  outline: 0;
}

a.avatar:focus {
  -webkit-box-shadow: 0 0 0 3px #346cb0;
  box-shadow: 0 0 0 3px #346cb0;
}

.avatar-lg .avatar-badge {
  right: 5px;
}

.avatar-sm .avatar-badge,.avatar-xs .avatar-badge {
  right: -2px;
}

.avatar-floated {
  margin-top: -2.5rem;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2;
}

.avatar-floated.avatar-lg {
  margin-top: -.5rem;
}

.avatar-group {
  display: inline-block;
}

.avatar-group .avatar {
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.avatar-group .avatar:focus,.avatar-group .avatar:hover {
  z-index: 2;
}

.avatar-group .avatar+.avatar {
  display: inline-block;
  margin-left: -.5em;
}

.avatar-badge {
  position: absolute;
  right: 1px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  line-height: 1;
  text-align: center;
  font-size: 8px;
  color: #fff;
  background-color: #a9acb0;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2;
}

.avatar-badge.has-indicator {
  width: 10px;
  height: 10px;
}

.avatar-badge.online {
  background-color: #7dc855;
}

.avatar-badge.away,.avatar-badge.idle {
  background-color: #fcce54;
}

.avatar-badge.busy {
  background-color: #ed5564;
}

.avatar-badge.offline {
  color: #a9acb0;
  background-color: #a9acb0;
}

.avatar-badge .fa,.avatar-badge .icon {
  line-height: 10px;
  padding: 0;
}

.avatar-letter-a:before {
  content: "\0061";
}

.avatar-letter-b:before {
  content: "\0062";
}

.avatar-letter-c:before {
  content: "\0063";
}

.avatar-letter-d:before {
  content: "\0064";
}

.avatar-letter-e:before {
  content: "\0065";
}

.avatar-letter-f:before {
  content: "\0066";
}

.avatar-letter-g:before {
  content: "\0067";
}

.avatar-letter-h:before {
  content: "\0068";
}

.avatar-letter-i:before {
  content: "\0069";
}

.avatar-letter-j:before {
  content: "\006A";
}

.avatar-letter-k:before {
  content: "\006B";
}

.avatar-letter-l:before {
  content: "\006C";
}

.avatar-letter-m:before {
  content: "\006D";
}

.avatar-letter-n:before {
  content: "\006E";
}

.avatar-letter-o:before {
  content: "\006F";
}

.avatar-letter-p:before {
  content: "\0070";
}

.avatar-letter-q:before {
  content: "\0071";
}

.avatar-letter-r:before {
  content: "\0072";
}

.avatar-letter-s:before {
  content: "\0073";
}

.avatar-letter-t:before {
  content: "\0074";
}

.avatar-letter-u:before {
  content: "\0075";
}

.avatar-letter-v:before {
  content: "\0076";
}

.avatar-letter-w:before {
  content: "\0077";
}

.avatar-letter-x:before {
  content: "\0078";
}

.avatar-letter-y:before {
  content: "\0079";
}

.avatar-letter-z:before {
  content: "\007A";
}

.avatar-letter-0 {
  background-color: #1abc9c;
}

.avatar-letter-a {
  background-color: #2ecc71;
}

.avatar-letter-b {
  background-color: #3498db;
}

.avatar-letter-c {
  background-color: #9b59b6;
}

.avatar-letter-d {
  background-color: #34495e;
}

.avatar-letter-e {
  background-color: #16a085;
}

.avatar-letter-f {
  background-color: #27ae60;
}

.avatar-letter-g {
  background-color: #2980b9;
}

.avatar-letter-h {
  background-color: #2c3e50;
}

.avatar-letter-i {
  background-color: #f1c40f;
}

.avatar-letter-j {
  background-color: #e67e22;
}

.avatar-letter-k {
  background-color: #e74c3c;
}

.avatar-letter-l {
  background-color: #95a5a6;
}

.avatar-letter-m {
  background-color: #f39c12;
}

.avatar-letter-n {
  background-color: #ebcb15;
}

.avatar-letter-o {
  background-color: #069;
}

.avatar-letter-p {
  background-color: #06c;
}

.avatar-letter-q {
  background-color: #06f;
}

.avatar-letter-r {
  background-color: #090;
}

.avatar-letter-s {
  background-color: #093;
}

.avatar-letter-t {
  background-color: #096;
}

.avatar-letter-u {
  background-color: #099;
}

.avatar-letter-v {
  background-color: #09c;
}

.avatar-letter-w {
  background-color: #09f;
}

.avatar-letter-x {
  background-color: #0c0;
}

.avatar-letter-y {
  background-color: #38934f;
}

.avatar-letter-z {
  background-color: #77cc00ad;
}

.avatar-plain {
  text-shadow: none;
}

table.dataTable {
  clear: both;
  margin-top: 6px!important;
  margin-bottom: 6px!important;
  max-width: none!important;
  border-collapse: separate!important;
}

table.dataTable td,table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap td,table.dataTable.nowrap th {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: .5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: .85em;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc {
  padding-right: 30px;
}

table.dataTable thead>tr>td:active,table.dataTable thead>tr>th:active {
  outline: 0;
}

table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after,table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:after,table.dataTable thead .sorting_desc_disabled:before {
  position: absolute;
  bottom: .9em;
  display: block;
  opacity: .3;
}

table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc_disabled:after {
  right: .5em;
  content: "\2193";
}

table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0!important;
}

div.dataTables_scrollBody table {
  border-top: 0;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child td,div.dataTables_scrollBody table tbody tr:first-child th {
  border-top: 0;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
  margin-top: 0!important;
  border-top: 0;
}

@media screen and (max-width:767px) {
  div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-sm>thead>tr>th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,table.dataTable.table-sm .sorting_asc:before,table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: .85em;
}

table.dataTable.table-sm .sorting:after,table.dataTable.table-sm .sorting_asc:after,table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable td,table.table-bordered.dataTable th {
  border-left-width: 0;
}

table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable th:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody td,table.table-bordered.dataTable tbody th {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
  padding-right: 0;
}

.input-group-addon {
  min-height: 3rem;
  border-color: #e1e8ee;
  background: #f5f8fa;
  padding: .7rem 1rem;
}

.form-control {
  border: 1px solid #e1e8ee;
  box-shadow: none;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  font-weight: 300;
}

.form-control:focus {
  box-shadow: none;
  border-color: #1bb1f5;
}

.form-group {
  position: relative;
}

.form-group.has-icon i {
  font-size: 14px;
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 20px;
}

.form-group.has-icon i:after {
  content: "";
  height: 30px;
  width: 1px;
  border-right: solid 1px #e1e8ee;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-group.has-icon input {
  padding-left: 68px;
}

.form-group.has-right-icon i {
  position: absolute;
  right: 1rem;
  top: .7rem;
}

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

form label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.9;
}

.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
  border: 2px solid #e1e8ee;
  border-radius: 5px;
  color: #43484d;
  font-size: 14px;
  height: 50px;
  padding: 15px;
  width: 100%;
}

.form-control-lg:focus,.input-group-lg>.form-control:focus,.input-group-lg>.input-group-addon:focus,.input-group-lg>.input-group-append>.btn:focus,.input-group-lg>.input-group-append>.input-group-text:focus,.input-group-lg>.input-group-prepend>.btn:focus,.input-group-lg>.input-group-prepend>.input-group-text:focus {
  border-color: #03a9f4!important;
}

.input-group-lg>.input-group-append>textarea.btn,.input-group-lg>.input-group-append>textarea.input-group-text,.input-group-lg>.input-group-prepend>textarea.btn,.input-group-lg>.input-group-prepend>textarea.input-group-text,.input-group-lg>textarea.form-control,textarea.form-control-lg {
  min-height: 100px;
  padding: 0 .85rem;
}

input[type=checkbox],input[type=radio] {
  margin-right: 10px!important;
}

.btn {
  border-radius: 2px;
  font-weight: 300;
}

.btn .icon {
  padding-right: 15px;
}

.btn:hover {
  border: 1px solid transparent;
}

.btn-default {
  border: 1px solid #e1e8ee;
}

.btn-default:hover {
  background: #03a9f4;
  color: #fff;
  border: 1px solid #03a9f4;
  box-shadow: none;
}

.btn-fixed-top-left {
  position: fixed;
  left: 52px;
  top: 66px;
  z-index: 99;
}

.btn-primary {
  border-color: transparent;
  color: #fff!important;
}

.btn-primary:focus,.btn-primary:hover {
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26);
  opacity: .8;
  color: #fff;
  background: #03a9f4;
}

.btn-danger {
  border-color: transparent;
  color: #fff!important;
}

.btn-danger:focus,.btn-danger:hover {
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26);
  opacity: .8;
  color: #fff;
  background: #ed5564;
}

.btn-warning {
  border-color: transparent;
  color: #fff!important;
}

.btn-warning:focus,.btn-warning:hover {
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26);
  opacity: .8;
  color: #fff;
  background: #fcce54;
}

.btn-success {
  border-color: transparent;
  color: #fff!important;
}

.btn-success:focus,.btn-success:hover {
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26);
  opacity: .8;
  color: #fff;
  background: #7dc855;
}

.badge-success,.badge-warning {
  color: #fff;
}

.btn-social {
  color: #fff;
}

.btn-social:focus,.btn-social:hover {
  color: #fff;
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26);
}

.btn-big {
  padding: 15px 40px!important;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400!important;
}

.btn-big:hover {
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26);
}

@media(max-width:1031px) {
  .btn-big {
    font-size: 14px;
  }
}

.btn-img img:hover {
  transition: box-shadow .5s ease-out 50ms;
  background: 0;
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26);
}

.btn-line {
  display: inline-block;
  color: #fff;
  padding: 10px 22px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0;
  text-align: center;
  font-weight: 100;
  margin: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: 0;
}

.btn-line:focus,.btn-line:hover {
  transition: box-shadow .5s ease-out 50ms;
  opacity: .8;
  color: #fff;
  border: 1px solid;
}

.btn-xs {
  padding: .2rem .5rem;
  font-size: .7rem;
}

.btn-group-lg>.btn,.btn-lg {
  border-radius: 3px;
  font-size: 16px;
}

.btn-xl {
  padding: 13px 25px;
  font-size: 16px;
}

.btn-info {
  color: #fff;
}

a.btn-fab {
  line-height: 40px;
}

.btn-fab {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.btn-fab i {
  color: #fff;
}

.btn-fab:hover {
  text-decoration: none;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: .8;
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.26);
}

.btn-fab i {
  font-size: 24px;
  vertical-align: middle;
}

.btn-fab.btn-fab-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.btn-fab.btn-fab-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.btn-fab.btn-fab-sm i {
  font-size: 12px;
}

.fab-right {
  position: absolute;
  right: 40px;
  bottom: -16px;
  z-index: 1;
}

.fab-right-bottom-fixed {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1;
}

.fab-top {
  top: -15px;
}

.paper-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.paper-nav-toggle.active i::after,.paper-nav-toggle.active i::before,.paper-nav-toggle.dl-active i::after,.paper-nav-toggle.dl-active i::before {
  background: #03a9f4;
}

.paper-nav-toggle:active,.paper-nav-toggle:focus,.paper-nav-toggle:hover {
  outline: 0;
  border-bottom: none!important;
  opacity: .8;
}

.paper-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #03a9f4;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #03a9f4;
  transition: all .2s ease-out;
}

.paper-nav-toggle i::after,.paper-nav-toggle i::before {
  content: '';
  width: 25px;
  height: 2px;
  background: #03a9f4;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.paper-nav-toggle.paper-nav-white>i {
  color: #fff;
  background: #fff;
}

.paper-nav-toggle.paper-nav-white>i::after,.paper-nav-toggle.paper-nav-white>i::before {
  background: #fff;
}

.paper-nav-toggle.left {
  left: 0;
  right: auto;
}

.paper-nav-toggle i::before {
  top: -7px;
}

.paper-nav-toggle i::after {
  bottom: -7px;
}

.paper-nav-toggle:hover i::before {
  top: -10px;
}

.paper-nav-toggle:hover i::after {
  bottom: -10px;
}

.paper-nav-toggle.active i,.paper-nav-toggle.dl-active i {
  background: 0;
}

.paper-nav-toggle.active i::before,.paper-nav-toggle.dl-active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.paper-nav-toggle.active i::after,.paper-nav-toggle.dl-active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.paper-nav-toggle {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: block;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none!important;
  text-align: center;
}

@media(max-width:1031px) {
  .paper-nav-toggle {
    position: absolute;
    display: block;
  }
}

.paper-nav-toggle .left {
  left: 15px;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: .1;
  }
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.glow {
  color: #444;
  text-shadow: 1px 0 1px #ccc,0 1px 1px #eee,2px 1px 1px #ccc,1px 2px 1px #eee,3px 2px 1px #ccc,2px 3px 1px #eee,4px 3px 1px #ccc,3px 4px 1px #eee,5px 4px 1px #ccc,4px 5px 1px #eee,6px 5px 1px #ccc,5px 6px 1px #eee,7px 6px 1px #ccc;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-material .input-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-material .input-group .form-line {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e8ee;
  position: relative;
}

.form-material .input-group .form-line:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
  border-bottom: 2px solid #03a9f4;
}

.form-material .input-group .form-line+.input-group-addon {
  padding-right: 0;
  padding-left: 10px;
}

.form-material .input-group .help-info {
  float: right;
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}

.form-material .input-group label.error {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #ed5564;
}

.form-material .input-group .form-line.error:after {
  border-bottom: 2px solid #ed5564;
}

.form-material .input-group .form-line.success:after {
  border-bottom: 2px solid #7dc855;
}

.form-material .input-group .form-line.warning:after {
  border-bottom: 2px solid #fcce54;
}

.form-material .input-group .form-line.focused:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.form-material .input-group .form-line.focused .form-label {
  bottom: 25px;
  left: 0;
  font-size: 12px;
}

.form-material .input-group .input-group-addon {
  border: 0;
  background-color: transparent;
  padding-left: 0;
  font-weight: 700;
}

.form-material .input-group .input-group-addon .material-icons {
  font-size: 18px;
  color: #555;
}

.form-material .input-group input[type=text] {
  border: 0;
  box-shadow: none;
  padding-left: 0;
}

.form-material .input-group .form-control {
  border: 0;
  box-shadow: none;
  padding-left: 0;
}

.form-material .input-group .form-control:focus {
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -ms-box-shadow: none!important;
  box-shadow: none!important;
}

.form-material .input-group.input-group-sm .input-group-addon i {
  font-size: 14px;
}

.form-material .input-group.input-group-sm .form-control {
  font-size: 12px;
}

.form-material .input-group.input-group-lg .input-group-addon i {
  font-size: 26px;
}

.form-material .input-group.input-group-lg .form-control {
  font-size: 18px;
}

.form-material .form-control-label {
  text-align: right;
}

.form-material .form-control-label label {
  margin-top: 8px;
}

.form-material .form-horizontal .form-group {
  margin-bottom: 0;
}

.form-material .form-group {
  width: 100%;
  margin-bottom: 25px;
}

.form-material .form-group .form-control {
  width: 100%;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
}

.form-material .form-group .help-info {
  float: right;
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}

.form-material .form-group label.error {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #ed5564;
}

.form-material .form-group .form-line {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e1e8ee;
}

.form-material .form-group .form-line:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  bottom: -1px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
  border-bottom: 2px solid #03a9f4;
}

.form-material .form-group .form-line .form-label {
  font-weight: 400;
  color: #86939e;
  position: absolute;
  top: 10px;
  left: 0;
  cursor: text;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.form-material .form-group .form-line.error:after {
  border-bottom: 2px solid #ed5564;
}

.form-material .form-group .form-line.success:after {
  border-bottom: 2px solid #7dc855;
}

.form-material .form-group .form-line.warning:after {
  border-bottom: 2px solid #fcce54;
}

.form-material .form-group .form-line.focused:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.form-material .form-group .form-line.focused .form-label {
  top: -10px;
  left: 0;
  font-size: 12px;
}

.form-material .form-group-sm .form-label {
  font-size: 12px;
}

.form-material .form-group-sm .form-line.focused .form-label {
  bottom: 20px;
  font-size: 10px;
}

.form-material .form-group-lg .form-label {
  font-size: 18px;
}

.form-material .form-group-lg .form-line.focused .form-label {
  bottom: 35px;
  font-size: 12px;
}

.form-material .form-control[disabled],.form-material .form-control[readonly] {
  background-color: transparent;
}

.form-material fieldset[disabled] .form-control {
  background-color: transparent;
}

.has-sidebar-left {
  margin-left: 270px;
  transition: transform .5s ease-in-out,margin .5s ease-in-out;
}

@media(max-width:1031px) {
  .has-sidebar-left {
    margin-left: 0;
  }
}

.has-sidebar-left.page {
  overflow: hidden;
}

.sidebar-offcanvas-desktop {
  display: none;
}

.pp-nav-toggle {
  position: relative;
  top: 8px;
  padding: 0;
  text-align: left;
}

.user_avatar {
  width: 60px;
  border: 1px solid #eee;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
}

.user-panel {
  padding: 40px 20px;
}

.user-panel .user_avatar {
  margin-right: 10px;
}

.sidebar-collapse .has-sidebar-left {
  margin-left: 0;
}

.offcanvas {
  transition: transform .5s ease-in-out,margin .5s ease-in-out;
  overflow: hidden;
}

.offcanvas .dl-menuwrapper {
  top: 0;
  right: auto;
}

.offcanvas .dl-menuwrapper .dl-menu {
  box-shadow: none;
  border-radius: 0;
}

.offcanvas .sidebar-menu li a {
  padding-top: 12px;
  padding-bottom: 12px;
}

.offcanvas .sidebar-menu li a:hover {
  background-color: #f8f9fa;
}

.offcanvas .sidebar-menu li i {
  width: 20px;
  padding-left: 15px;
  vertical-align: middle;
}

.offcanvas .sidebar-menu>li {
  border-bottom: 1px solid #f8f8f8;
}

.offcanvas .sidebar-menu>li.active:after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #03a9f4;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sidebar-dark .sidebar-menu li a:hover {
  background: rgba(0,0,0,.1);
}

.sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: paperIcons;
  position: absolute;
}

.sidebar-toggle:before {
  content: "ďś";
  font-size: 22px;
  color: #55acee;
}

.logo-offcanvas {
  padding: 70px 0;
  text-align: center;
}

.sidebar-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-menu>li {
  margin: 0;
  padding: 0;
  position: relative;
}

.sidebar-menu>li>a {
  display: block;
  padding: 10px 5px 10px 15px;
  color: #86939e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .4px;
}

.sidebar-menu>li .label {
  margin-right: 5px;
}

.sidebar-menu>li .badge {
  margin-right: 5px;
  margin-top: 3px;
}

.sidebar-menu li.header {
  font-size: 12px;
  padding: 10px 25px 10px 15px;
}

.sidebar-menu li>a> {
  color: #86939e;
}

.sidebar-menu li>a>.icon-angle-left,.sidebar-menu li>a>.pull-right-container>.icon-angle-left {
  height: auto;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

.sidebar-menu li>a>.icon-angle-left {
  margin-top: -8px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.sidebar-menu li.active>a>.icon-angle-left,.sidebar-menu li.active>a>.pull-right-container>.icon-angle-left {
  transform: rotate(-90deg);
}

.sidebar-menu li.active>.treeview-menu {
  display: block;
}

.sidebar-menu .treeview-menu {
  display: none;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}

.sidebar-menu .treeview-menu>li {
  margin: 0;
}

.sidebar-menu .treeview-menu>li>a {
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 5px 10px 15px;
  color: #86939e;
}

.sidebar-menu .treeview-menu>li>a>.fa,.sidebar-menu .treeview-menu>li>a>.glyphicon,.sidebar-menu .treeview-menu>li>a>.icon,.sidebar-menu .treeview-menu>li>a>.ion {
  width: 20px;
  margin-right: 10px;
}

.sidebar-menu .treeview-menu>li>a>.pull-right-container>.icon-angle-down,.sidebar-menu .treeview-menu>li>a>.pull-right-container>.icon-angle-left {
  width: auto;
}

.sidebar-menu .treeview-menu>li>a>.icon-angle-down,.sidebar-menu .treeview-menu>li>a>.icon-angle-left {
  width: auto;
}

@media(min-width:768px) {
  .sidebar-mini.sidebar-collapse .has-sidebar-left,.sidebar-mini.sidebar-collapse .main-footer,.sidebar-mini.sidebar-collapse .right-side {
    margin-left: 70px!important;
    z-index: 840;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    transform: translate(0,0);
    width: 70px!important;
    z-index: 850;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li {
    position: relative;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
    font-size: 26px;
    padding-left: 22px;
    margin-right: 0;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
    border-top-right-radius: 4px;
    display: none;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
    border-bottom-right-radius: 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
    border-bottom-right-radius: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu,.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) {
    display: block!important;
    left: 50px;
    position: absolute;
    width: 180px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span {
    background-color: inherit;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    top: 0;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
    float: right;
    left: 180px!important;
    position: relative!important;
    top: -22px!important;
    width: auto!important;
    z-index: 900;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
    display: none;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    margin-left: 0;
    top: 44px;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,.sidebar-mini.sidebar-collapse .sidebar-form {
    display: none!important;
    transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
    display: none!important;
    transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none!important;
    transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
    display: block;
    font-size: 18px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
    display: none;
  }

  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}

.main-sidebar .user-panel {
  overflow: hidden;
}

.sidebar-menu>li.header {
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-menu:hover {
  overflow: visible;
}

.sidebar-form {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-menu>li.header {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-menu li>a {
  position: relative;
}

.sidebar-menu li>a>.pull-right {
  margin-top: -7px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.left-side,.main-sidebar {
  top: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  width: 270px;
  z-index: 9999;
  background: #fff;
  -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
  transition: transform .3s ease-in-out,width .3s ease-in-out;
}

@media(min-width:1031px) {
  .relative-lg {
    position: relative;
  }
}

@media(max-width:1025px) {
  .left-side,.main-sidebar {
    -webkit-transform: translate(-330px,0);
    -ms-transform: translate(-330px,0);
    -o-transform: translate(-330px,0);
    transform: translate(-330px,0);
  }
}

@media(min-width:1025px) {
  .sidebar-collapse .left-side,.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-330px,0);
    -ms-transform: translate(-330px,0);
    -o-transform: translate(-330px,0);
    transform: translate(-330px,0);
  }
}

@media(max-width:1024px) {
  .sidebar-open .left-side,.sidebar-open .main-sidebar {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
}

pre {
  padding: 20px;
  font-size: 13px;
  color: #fff;
  background-color: #082c46;
  border-radius: 3px;
}

.modal-footer {
  background: #f5f8fa;
}

.progress.progress-xs {
  height: .25rem;
}

.nav-material>li {
  position: relative;
}

.nav-material>li .nav-link.active {
  border: 0;
  background: 0;
  border-bottom: 3px solid #03a9f4;
}

.nav-material>li>.nav-link {
  border: 0;
}

.nav-material>li>.nav-link.active {
  color: #03a9f4;
}

.nav-material>li>a {
  color: #86939e;
}

.nav-material>li>a:hover {
  border: 0;
  color: #03a9f4;
  background: 0;
}

.nav-material>li>a::after {
  content: "";
  background: #03a9f4;
  height: 3px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.nav-material>li:hover>a::after {
  transform: scale(1);
}

.nav-material.nav-material-white {
  border: 0;
}

.nav-material.nav-material-white>li .nav-link.active {
  border-color: #fff;
}

.nav-material.nav-material-white>li .nav-link>a {
  color: #fff!important;
}

.nav-material.nav-material-white>li .nav-link>a:hover {
  color: #fff!important;
}

.nav-material.nav-material-white>li .nav-link>a::after {
  background: #fff!important;
}

.nav-icon-pills .btn-fab {
  padding: 0!important;
}

.nav-icon-pills .btn-fab i {
  color: #03a9f4;
}

.nav-icon-pills .btn-fab.active i {
  color: #fff;
}

.table thead th {
  font-weight: 400;
  font-size: 12px;
}

.v_tabs .tabs-left,.v_tabs .tabs-right {
  border-bottom: 0;
  padding-top: 2px;
}

.v_tabs .tabs-left {
  border-right: 3px solid #f5f8fa;
  padding-right: 70px;
}

.v_tabs .tabs-right {
  border-left: 3px solid #f5f8fa;
}

.v_tabs .tabs-left>li,.v_tabs .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}

.v_tabs .tabs-left>li {
  margin-right: -1px;
}

.v_tabs .tabs-right>li {
  margin-left: -1px;
}

.v_tabs .tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.v_tabs .tab-pane li {
  padding-bottom: 20px;
  color: #86939e;
}

.v_tabs .tabs-left li .nav-link {
  position: relative;
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  color: #86939e;
  border: 0;
}

.v_tabs .tabs-left li .nav-link:hover {
  background-color: #03a9f4;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}

.v_tabs .tabs-left li .nav-link:focus {
  border: 3px solid #f5f8fa;
  border-radius: 5px;
}

.v_tabs .tabs-left li .nav-link.active {
  border: 3px solid #f5f8fa;
  border-radius: 5px;
}

.v_tabs .tabs-left li .nav-link.active::after {
  border: 2px solid #f5f8fa;
  color: wheat;
  content: "";
  height: 3px;
  position: absolute;
  right: -74px;
  top: 50%;
  width: 73px;
}

@media(max-width:1031px) {
  .v_tabs .tabs-left li .nav-link.active::after {
    display: none;
  }
}

@media(max-width:980px) {
  .tabs-left li.active::after {
    left: 208px;
  }
}

@media(max-width:768px) {
  #lightSlider li img {
    width: 73%;
    margin-right: 20px;
  }

  .mokupSlider li a {
    height: 360px;
  }
}

@media(max-width:420px) {
  #lightSlider li img {
    width: 75%;
    margin: 0;
  }

  .mokupSlider li a {
    height: 130px;
  }

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

  .tabs-left li.active::after {
    border: 0;
  }
}

.alert {
  border-radius: 2px;
  font-size: 12px;
  font-weight: 300;
}

.alert strong {
  font-weight: 500;
}

.alert.alert-info {
  background-color: #f6fafd;
  border-color: #d9eff7;
}

.alert.alert-warning {
  background-color: rgba(252,248,227,.3);
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert.alert-danger {
  background-color: rgba(242,222,222,.3);
  border-color: #ebccd1;
  color: #a94442;
}

.alert.alert-success {
  background-color: rgba(223,240,216,.3);
  border-color: #d6e9c6;
  color: #3c763d;
}

.thumbnail {
  padding: 15px;
  border: 3px solid #f5f8fa;
}

.thumbnail iframe {
  height: 180px;
  width: 100%;
}

.badge {
  padding: 6px 10px;
  font-weight: 300;
}

.badge.badge-mini {
  padding: 0;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 3px;
}

.panel {
  border-radius: 1px;
}

.panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 15px;
}

.well {
  padding: 40px;
  background-color: #f5f8fa;
  border: 1px solid #f5f8fa;
}

.thumbnail {
  margin-bottom: 15px;
}

.thumbnail .caption {
  padding: 25px 4px 10px;
}

.promotionsBar {
  position: relative;
  color: #fff;
  background: #03a9f4;
  z-index: 98;
}

.promotionsBar .promotionsMsg {
  padding: 15px;
  position: relative;
}

.promotionsBar .promotionsMsg p {
  font-size: 16px;
  font-weight: 100;
  margin: 0;
}

.promotionsBar .promotionsMsg .btn {
  position: absolute;
  right: 0;
  top: 8px;
}

@media(max-width:1031px) {
  .promotionsBar .promotionsMsg .btn {
    position: relative;
  }
}

.service-blocks .service-block {
  margin-bottom: 35px;
}

.service-blocks .service-block .service-icon {
  float: left;
}

.service-blocks .service-block .service-icon i {
  border-radius: 100%;
  color: #86939e;
  height: 70px;
  width: 70px;
  display: flex;
  flex-direction: column;
}

.service-blocks .service-block:hover .service-icon i {
  opacity: .5;
}

.service-blocks .service-block .service-icon i::before {
  font-size: 60px;
}

.service-blocks .service-block .service-content {
  overflow: hidden;
}

.service-blocks .service-block .service-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}

.service-blocks .service-block .service-content h3 a {
  color: #606676;
}

.service-blocks .service-block .service-content h3 a:hover {
  color: #03a9f4;
}

.service-blocks .service-block .btn {
  margin: 20px 0 10px 0;
}

.service-blocks .service-block.s1 .service-icon {
  float: none;
}

.service-blocks .service-block.s2 {
  padding: 20px;
}

.service-blocks .service-block.s2 .service-icon i::before {
  font-size: 40px;
}

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

.service-blocks .center .service-icon {
  float: none!important;
}

.service-blocks .center .service-icon i {
  margin: 0 auto;
}

.single-service-contents {
  padding: 100px 0 65px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  align-self: flex-start;
}

.sticky:after,sticky:before {
  content: '';
  display: table;
}

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

.circular-progressbar h6 {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 700;
}

.circular-progressbar span.rate {
  font-size: 12px;
  text-transform: uppercase;
}

.circular-progressbar-inner {
  position: relative;
}

.circular-progressbar-inner span.knob-percent {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 35px;
  line-height: 35px;
  margin-right: -5px;
}

.circular-progressbar.small .circular-progressbar-inner span.knob-percent {
  font-size: 25px;
  margin-top: -18px;
}

.circular-progressbar-inner span.knob-percent span {
  font-size: 15px;
  vertical-align: top;
  line-height: 24px;
  font-weight: 700;
}

.circular-progressbar.small .circular-progressbar-inner span.knob-percent span {
  font-size: 12px;
  line-height: 28px;
}

.progressbar {
  margin: 30px 0;
}

.progressbar .progressbar-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: block;
  margin: 0 0 10px;
}

.progressbar-container {
  position: relative;
  border: 1px solid #e9e9e9;
  background: #eee;
  height: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.progressbar-container .progress-width {
  position: relative;
  height: 8px;
  width: 0;
  background: #eb5858;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
}

.progressbar-container .progress-width:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #e6e6e6;
  position: absolute;
  right: -9px;
  top: -5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.progressbar-container .progress-percent {
  position: absolute;
  left: 0;
  display: none;
  top: -45px;
  width: 45px;
  height: 25px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 3px 0;
  font-size: 13px;
  color: #333;
  margin-left: -22px;
}

.progressbar-container .progress-percent:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.progressbar-container .progress-percent:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e5e5e5;
}

.counter>div {
  background: #fff;
  display: inline-block;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.counter>div span:first-child {
  font-size: 28px;
  display: block;
}

.bootstrap-tagsinput {
  background-color: #fff;
  display: inline-block;
  padding: 10px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  border: 1px solid #e1e8ee;
  box-shadow: none;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  font-weight: 300;
  min-height: 3rem;
}

.bootstrap-tagsinput input {
  border: 0;
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto!important;
  max-width: inherit;
}

.bootstrap-tagsinput input:focus {
  border: 0;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #fff;
  border-radius: 20px;
}

.bootstrap-tagsinput .tag[data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag[data-role=remove]:after {
  content: "x";
  padding: 0 2px;
}

.bootstrap-tagsinput .tag[data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

.bootstrap-tagsinput .tag[data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}

.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: 0;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: 0;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0;
  border: 0;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
  background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
  background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
  background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: 0;
}

.select2-container--classic .select2-dropdown--below {
  border-top: 0;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default {
  width: 100%!important;
}

.select2-container--default label {
  top: -1.2rem;
  font-size: 12px;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #e1e8ee;
  padding: 0 12px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single.material {
  border-color: currentcolor currentcolor #e1e8ee;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  padding-right: 28px;
}

.select2-container--default .select2-selection--single:focus {
  border: 1px solid #03a9f4;
  box-shadow: 0 1px 0 0 #03a9f4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.select2-container--default .select2-search--dropdown {
  border-bottom: 1px solid #f5f5f5;
  border-radius: 2px 2px 0 0;
  margin-bottom: 10px;
  margin-top: -10px;
  position: relative;
}

.select2-container--default .select2-search--dropdown::before {
  color: #86939e;
  content: "ď";
  font-family: Material-Design-Iconic-Font;
  font-size: 20px;
  left: 18px;
  position: absolute;
  top: 9px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border: 0 none;
  color: #86939e;
  height: 35px;
  padding: 5px 10px 5px 40px;
  margin: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: none!important;
  box-shadow: none;
}

.select2-container--default input:not([type]),.select2-container--default input[type=search] {
  height: auto;
  margin: 0;
}

.select2-container--default input:not([type]):focus,.select2-container--default input[type=search]:focus {
  border: none!important;
  box-shadow: none;
}

.select2-container--default .select2-selection__rendered li {
  margin-bottom: 0;
}

.select2-container--default .select2-selection__rendered .select2-search.select2-search--inline {
  border: none!important;
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border-color: #e1e8ee;
  border-radius: 0;
  cursor: text;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #03a9f4!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 2px solid #03a9f4;
  border-radius: 20px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 10px;
  box-shadow: 0 1px 8px rgba(0,0,0,.1);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 10px;
}

.select2-dropdown {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  border: 0 none;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  padding: 10px 0;
}

.select2-dropdown.select2-dropdown--above {
  margin-bottom: -36px;
}

.select2-dropdown.select2-dropdown--below {
  margin-top: -2px;
}

.select2-results__option {
  color: #86939e;
  cursor: pointer;
  font-size: 13px;
  padding: 10px 15px;
  transition: background-color .3s ease 0s;
}

.select2-container--open .select2-dropdown--below {
  min-width: 120px;
}

.select2-container .select2-selection--single {
  height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #86939e;
  line-height: 1.42857;
  padding-left: 2px;
  padding-right: 0;
  padding-top: 7px;
  font-size: 12px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px;
}

.select2-results__message {
  color: #9c9c9c;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.form-group--light .select2-container--default .select2-selection--single {
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.form-group--light .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent;
}

.form-group--light .select2-container--default .select2-selection--single .select2-selection__placeholder,.form-group--light .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-wrapper {
  margin-top: 26px;
  margin-bottom: 20px;
}

.select2-wrapper label {
  top: -1.2rem;
  font-size: 12px;
}

.select2-wrapper .err {
  top: 54px!important;
}

.select2-multi-wrapper {
  position: relative;
}

.select2-multi-wrapper .has-error .err {
  left: auto;
  bottom: -45px;
}

.table td,.table th {
  vertical-align: middle;
}

.has-right-sidebar {
  margin-right: 330px;
}

.sidebar-header {
  padding: 20px 20px 6px 20px;
  border-bottom: 1px solid #e1e8ee;
}

.control-sidebar-bg {
  position: absolute;
  z-index: 1000;
  bottom: 0;
}

.control-sidebar,.control-sidebar-bg {
  top: 0;
  right: -350px;
  width: 330px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

.control-sidebar {
  position: absolute;
  z-index: 10100;
}

.control-sidebar>.tab-content {
  padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,.control-sidebar.control-sidebar-open+.control-sidebar-bg {
  right: 0;
}

.control-sidebar-open .control-sidebar,.control-sidebar-open .control-sidebar-bg {
  right: 0;
}

.fixed-sidebar .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

.nav-tabs.control-sidebar-tabs>li:first-of-type>a,.nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus,.nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover {
  border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs>li>a,.nav-tabs.control-sidebar-tabs>li>a:hover {
  border-top: 0;
  border-right: 0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs>li>a .icon {
  font-size: 16px;
}

.nav-tabs.control-sidebar-tabs>li.active>a,.nav-tabs.control-sidebar-tabs>li.active>a:active,.nav-tabs.control-sidebar-tabs>li.active>a:focus,.nav-tabs.control-sidebar-tabs>li.active>a:hover {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.control-sidebar-menu>li>a {
  display: block;
  padding: 10px 15px;
}

.control-sidebar-menu>li>a>.control-sidebar-subheading {
  margin-top: 0;
}

.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}

.control-sidebar-menu .menu-info>.control-sidebar-subheading {
  margin: 0;
}

.control-sidebar-menu .menu-info>p {
  margin: 0;
  font-size: 11px;
}

.control-sidebar-menu .progress {
  margin: 0;
}

.control-sidebar-dark {
  color: #b8c7ce;
}

.control-sidebar-dark,.control-sidebar-dark+.control-sidebar-bg {
  background: #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover {
  color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover {
  color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover {
  color: #111;
}

.control-sidebar-light .control-sidebar-heading,.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}

.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}

.chat-widget {
  padding: 0 15px;
}

.chat-widget ul li {
  margin: 20px 0;
}

.chat-widget .chat-meta {
  font-size: 12px;
  color: #aaa;
}

.chat-widget .by-me .chat-content {
  background: #fff;
  margin-left: 50px;
  position: relative;
  line-height: 24px;
  padding: 8px 10px;
  border-radius: 5px;
  background: #f5f8fa;
}

.chat-widget .by-me .chat-content:after,.chat-widget .by-me .chat-content:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.chat-widget .by-me .chat-content:before {
  border-color: rgba(238,238,238,0);
  border-right-color: #f5f8fa;
  border-width: 7px;
  top: 30%;
  margin-top: -11px;
}

.chat-widget .by-other .chat-content {
  background: #fff;
  margin-right: 50px;
  position: relative;
  border: 1px solid #e7e7e7;
  padding: 8px 10px;
  border-radius: 5px;
  line-height: 24px;
}

.chat-widget .by-other .chat-content:after,.chat-widget .by-other .chat-content:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.chat-widget .by-other .chat-content:after {
  border-color: rgba(255,255,255,0);
  border-left-color: #fff;
  border-width: 6px;
  top: 30%;
  margin-top: -6px;
}

.chat-widget .by-other .chat-content:before {
  border-color: rgba(204,204,204,0);
  border-left-color: #e4e4e4;
  border-width: 7px;
  top: 30%;
  margin-top: -7px;
}

.fc-event-container a {
  padding: 4px;
  color: #fff!important;
  border: 0;
}

.fc-toolbar {
  background: #f5f8fa;
  padding: 3rem!important;
  color: #86939e;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

.fc-toolbar h2 {
  font-size: 1.2rem;
  color: #86939e;
}

.fc-toolbar .fc-button {
  background: 0;
  box-shadow: none;
  border: 0;
  border-radius: 2px;
  text-transform: uppercase;
  color: #86939e;
  text-shadow: none!important;
}

.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead {
  border-color: #e1e8ee;
}

.todo-widget .done {
  color: grey;
  text-decoration: line-through;
}

.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e1e8ee;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}

.timeline>li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

.timeline>li:before {
  content: " ";
  display: table;
}

.timeline>li:after {
  content: " ";
  display: table;
  clear: both;
}

.timeline>li>.timeline-item {
  margin-left: 60px;
  margin-right: 15px;
}

.timeline>li>.fa,.timeline>li>.glyphicon,.timeline>li>.icon,.timeline>li>.ion {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  background-color: #d2d6de;
  border-radius: 3px;
  text-align: center;
  left: 16px;
  top: 8px;
  color: #fff;
}

.timeline-inverse>li>.timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: none;
}

.timeline-inverse>li>.timeline-item>.timeline-header {
  border-bottom-color: #ddd;
}

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #4285f4;
}

.spinner-blue,.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,.spinner-green-only {
  border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .spinner-layer.spinner-red {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .spinner-layer.spinner-green {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .spinner-layer,.active .spinner-layer.spinner-blue-only,.active .spinner-layer.spinner-green-only,.active .spinner-layer.spinner-red-only,.active .spinner-layer.spinner-yellow-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(270deg);
  }

  37.5% {
    transform: rotate(405deg);
  }

  50% {
    transform: rotate(540deg);
  }

  62.5% {
    transform: rotate(675deg);
  }

  75% {
    transform: rotate(810deg);
  }

  87.5% {
    transform: rotate(945deg);
  }

  to {
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent!important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent!important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent!important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}

.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }

  to {
    transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  -webkit-animation: container-rotate 1568ms linear infinite,fade-out .4s cubic-bezier(.4,0,.2,1);
  animation: container-rotate 1568ms linear infinite,fade-out .4s cubic-bezier(.4,0,.2,1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.activity-item {
  border-left: 2px solid #e1e8ee;
  padding-bottom: 1px;
  padding-left: 24px;
  position: relative;
}

.activity-item::before {
  color: #03a9f4;
  background: #fff;
  content: "\f10c";
  left: -7px;
  position: absolute;
  top: 0;
  width: 10px;
  font-family: paperIcons;
}

.activity-item:last-child::after {
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 6px;
  left: -3px;
  position: absolute;
  width: 6px;
}

.activity-item .activity-content i {
  font-size: 12px;
}

.activity-item .activity-content small {
  position: relative;
  top: -4px;
}

.activity-item .activity-content p {
  padding-bottom: 4px;
  position: relative;
}

.activity-success::before {
  color: #7dc855;
}

.activity-warning::before {
  color: #fcce54;
}

.activity-warning::before {
  color: #ed5564;
}

.box {
  text-align: center;
}

.box a {
  color: #86939e;
  font-size: 12px;
}

.box a:hover {
  font-weight: 400;
}

.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #e1e8ee;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 2px;
}

.mailbox-attachments li .mailbox-attachment-name {
  color: #86939e;
  font-weight: 400;
  font-size: 12px;
}

.mailbox-attachments li .mailbox-attachment-icon,.mailbox-attachments li .mailbox-attachment-info,.mailbox-attachments li .mailbox-attachment-size {
  display: block;
}

.mailbox-attachments li .mailbox-attachment-info {
  padding: 10px;
  background: #f5f8fa;
}

.mailbox-attachments li .mailbox-attachment-size {
  font-size: 12px;
}

.mailbox-attachments li .mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}

.mailbox-attachments li .mailbox-attachment-icon.has-img {
  padding: 0;
}

.mailbox-attachments li .mailbox-attachment-icon.has-img>img {
  max-width: 100%;
  height: auto;
}

.dropzone {
  border: 2px dashed #e1e8ee;
}

.colorpicker {
  border: 1px solid #e1e8ee;
}

.material-switch>input[type=checkbox] {
  display: none;
}

.material-switch>label {
  cursor: pointer;
  height: 0;
  position: relative;
  width: 40px;
}

.material-switch>label::before {
  background: #000;
  box-shadow: inset 0 0 10px rgba(0,0,0,.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: .3;
  transition: all .4s ease-in-out;
  width: 40px;
}

.material-switch>label::after {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all .3s ease-in-out;
  width: 24px;
}

.material-switch>input[type=checkbox]:checked+label::before {
  background: inherit;
  opacity: .5;
}

.material-switch>input[type=checkbox]:checked+label::after {
  background: inherit;
  left: 20px;
}

.easy-pie-chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.easy-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.easy-pie-chart .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

.easy-pie-chart .percent:after {
  content: '%';
  margin-left: .1em;
  font-size: .8em;
}
