@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/* =Mixins
-----------------------------------------------------------------------------*/
/*
	Kube. CSS & JS Framework
	Version 6.5.2
	Updated: February 2, 2017

	http://imperavi.com/kube/

	Copyright (c) 2009-2017, Imperavi LLC.
	License: MIT
*/
html {
  box-sizing: border-box; }

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

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

img,
video,
audio {
  max-width: 100%; }

img,
video {
  height: auto; }

svg {
  max-height: 100%; }

iframe {
  border: none; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px; }

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

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

.black {
  color: #0d0d0e; }

.inverted {
  color: #fff; }

.error {
  color: #fd9393; }

.success {
  color: #35beb1; }

.warning {
  color: #f4d670; }

.focus {
  color: #1dbca9; }

.aluminum {
  color: #f8f8f8; }

.silver {
  color: #e0e1e1; }

.lightgray {
  color: #e7e7e7; }

.gray {
  color: #bdbdbd; }

.midgray {
  color: #676b72; }

.darkgray {
  color: #313439; }

.bg-black {
  background-color: #0d0d0e; }

.bg-inverted {
  background-color: #fff; }

.bg-error {
  background-color: #fd9393; }

.bg-success {
  background-color: #35beb1; }

.bg-warning {
  background-color: #f4d670; }

.bg-focus {
  background-color: #1dbca9; }

.bg-aluminum {
  background-color: #f8f8f8; }

.bg-silver {
  background-color: #e0e1e1; }

.bg-lightgray {
  background-color: #e7e7e7; }

.bg-gray {
  background-color: #bdbdbd; }

.bg-midgray {
  background-color: #676b72; }

.bg-darkgray {
  background-color: #313439; }

.bg-highlight {
  background-color: #edf2ff; }

html,
body {
  font-size: 16px;
  line-height: 24px; }

body {
  font-family: "Roboto", Helvetica, sans-serif;
  color: #7c7a85;
  background-color: transparent; }

a {
  color: #1dbca9; }

a:hover {
  color: #1aa695; }

h1.title, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: bold;
  color: #7c7a85;
  text-rendering: optimizeLegibility;
  margin-bottom: 16px; }

h1.title {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 8px; }

h1,
.h1 {
  font-size: 48px;
  line-height: 52px; }

h2,
.h2 {
  font-size: 36px;
  line-height: 40px; }

h3,
.h3 {
  font-size: 18px;
  line-height: 32px; }

h4,
.h4 {
  font-size: 11px;
  line-height: 32px; }

h5,
.h5 {
  font-size: 18px;
  line-height: 28px; }

h6,
.h6 {
  font-size: 16px;
  line-height: 24px; }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 24px; }

ul, ul ul, ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 24px; }

ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

nav ul, nav ol {
  margin: 0;
  list-style: none; }
  nav ul ul, nav ul ol, nav ol ul, nav ol ol {
    margin-left: 24px; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 24px; }

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 16px; }

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

blockquote {
  padding-left: 1rem;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  color: rgba(124, 122, 133, 0.65); }
  blockquote p {
    margin-bottom: .5rem; }

time, cite, small, figcaption {
  font-size: 87.5%; }

cite {
  opacity: .6; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help; }

var {
  font-size: 16px;
  opacity: .6;
  font-style: normal; }

mark, code, samp, kbd {
  position: relative;
  top: -1px;
  padding: 4px 4px 2px 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(124, 122, 133, 0.85); }

code {
  background: #e0e1e1; }

mark {
  background: #f4d670; }

samp {
  color: #fff;
  background: #1dbca9; }

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1); }

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 1rem/4;
  position: relative; }

sup {
  top: 0; }

sub {
  bottom: 1px; }

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

pre, code, samp, var, kbd, mark {
  font-size: 87.5%; }

pre,
pre code {
  background: #f8f8f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 20px;
  color: rgba(124, 122, 133, 0.85);
  overflow: none;
  white-space: pre-wrap; }

pre {
  padding: 1rem; }

figcaption {
  opacity: .6; }

figure figcaption {
  position: relative;
  top: -1rem/2; }

figure pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

figure .video-container, figure pre {
  margin-bottom: 8px; }

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

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

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

ul.unstyled {
  margin-left: 0; }
ul.unstyled, ul.unstyled ul {
  list-style: none; }

.monospace {
  font-family: Consolas, Monaco, "Courier New", monospace; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

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

.strong {
  font-weight: bold !important; }

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

.muted {
  opacity: .55; }

a.muted {
  color: #0d0d0e; }

a.muted:hover {
  opacity: 1; }

.black {
  color: #0d0d0e; }

.smaller {
  font-size: 12px;
  line-height: 20px; }

.small {
  font-size: 14px;
  line-height: 20px; }

.big {
  font-size: 18px;
  line-height: 28px; }

.large {
  font-size: 20px;
  line-height: 32px; }

.end {
  margin-bottom: 0 !important; }

.highlight {
  background-color: #edf2ff; }

.nowrap,
.nowrap td {
  white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1024px) {
  .columns-2,
  .columns-3,
  .columns-4 {
    column-gap: 24px; }

  .columns-2 {
    column-count: 2; }

  .columns-3 {
    column-count: 3; }

  .columns-4 {
    column-count: 4; } }
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .row {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .row.gutters, .row.gutters > .row {
    margin-left: -2%; }
    @media (max-width: 768px) {
      .row.gutters, .row.gutters > .row {
        margin-left: 0; } }
    .row.gutters > .col, .row.gutters > .row > .col {
      margin-left: 2%; }
      @media (max-width: 768px) {
        .row.gutters > .col, .row.gutters > .row > .col {
          margin-left: 0; } }
  .row.around {
    justify-content: space-around; }
  .row.between {
    justify-content: space-between; }
  .row.auto .col {
    flex-grow: 1; }

.col-1 {
  width: 8.3333333333%; }

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

.col-2 {
  width: 16.6666666667%; }

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

.col-3 {
  width: 25%; }

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

.col-4 {
  width: 33.3333333333%; }

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

.col-5 {
  width: 41.6666666667%; }

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

.col-6 {
  width: 50%; }

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

.col-7 {
  width: 58.3333333333%; }

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

.col-8 {
  width: 66.6666666667%; }

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

.col-9 {
  width: 75%; }

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

.col-10 {
  width: 83.3333333333%; }

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

.col-11 {
  width: 91.6666666667%; }

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

.col-12 {
  width: 100%; }

.offset-12 {
  margin-left: 100%; }

.gutters > .col-1 {
  width: calc(8.3333333333% - 2%); }
.gutters > .offset-1 {
  margin-left: calc(8.3333333333% + 2%) !important; }
.gutters > .col-2 {
  width: calc(16.6666666667% - 2%); }
.gutters > .offset-2 {
  margin-left: calc(16.6666666667% + 2%) !important; }
.gutters > .col-3 {
  width: calc(25% - 2%); }
.gutters > .offset-3 {
  margin-left: calc(25% + 2%) !important; }
.gutters > .col-4 {
  width: calc(33.3333333333% - 2%); }
.gutters > .offset-4 {
  margin-left: calc(33.3333333333% + 2%) !important; }
.gutters > .col-5 {
  width: calc(41.6666666667% - 2%); }
.gutters > .offset-5 {
  margin-left: calc(41.6666666667% + 2%) !important; }
.gutters > .col-6 {
  width: calc(50% - 2%); }
.gutters > .offset-6 {
  margin-left: calc(50% + 2%) !important; }
.gutters > .col-7 {
  width: calc(58.3333333333% - 2%); }
.gutters > .offset-7 {
  margin-left: calc(58.3333333333% + 2%) !important; }
.gutters > .col-8 {
  width: calc(66.6666666667% - 2%); }
.gutters > .offset-8 {
  margin-left: calc(66.6666666667% + 2%) !important; }
.gutters > .col-9 {
  width: calc(75% - 2%); }
.gutters > .offset-9 {
  margin-left: calc(75% + 2%) !important; }
.gutters > .col-10 {
  width: calc(83.3333333333% - 2%); }
.gutters > .offset-10 {
  margin-left: calc(83.3333333333% + 2%) !important; }
.gutters > .col-11 {
  width: calc(91.6666666667% - 2%); }
.gutters > .offset-11 {
  margin-left: calc(91.6666666667% + 2%) !important; }
.gutters > .col-12 {
  width: calc(100% - 2%); }
.gutters > .offset-12 {
  margin-left: calc(100% + 2%) !important; }

@media (max-width: 768px) {
  [class^='offset-'],
  [class*=' offset-'] {
    margin-left: 0; } }

.first {
  order: -1; }

.last {
  order: 1; }

@media (max-width: 768px) {
  .row .col {
    margin-left: 0;
    width: 100%; }
  .row.gutters .col {
    margin-bottom: 16px; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  font-size: 15px;
  line-height: 24px; }

table caption {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #676b72; }

thead {
  border-bottom: 1px solid #e7e7e8; }

th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom; }

td {
  vertical-align: top; }

tr.align-middle td,
td.align-middle {
  vertical-align: middle; }

th,
td {
  padding: 1rem 1rem;
  border-bottom: 1px solid #e7e7e8; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

tfoot th,
tfoot td {
  color: rgba(124, 122, 133, 0.5); }

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

table.striped tr:nth-child(odd) td {
  background: #f8f8f8; }

table.bordered td:first-child, table.bordered th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 1rem; }
table.bordered td:last-child, table.bordered th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 1rem; }

table.unstyled td, table.unstyled th {
  border: none;
  padding: 0; }

fieldset {
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }

legend {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: -1rem;
  top: 2px;
  position: relative;
  line-height: 0; }

input,
textarea,
select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: none;
  padding: 0 12px; }

input.small,
textarea.small,
select.small {
  height: 36px;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 4px; }

input.big,
textarea.big,
select.big {
  height: 48px;
  font-size: 17px;
  padding: 0 12px;
  border-radius: 4px; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border-color: #1dbca9;
  box-shadow: 0 0 1px #1dbca9 inset; }
input.error,
textarea.error,
select.error {
  background-color: rgba(253, 147, 147, 0.1);
  border: 1px solid #fedede; }
  input.error:focus,
  textarea.error:focus,
  select.error:focus {
    border-color: #fd9393;
    box-shadow: 0 0 1px #fd9393 inset; }
input.success,
textarea.success,
select.success {
  background-color: rgba(53, 190, 177, 0.1);
  border: 1px solid #6ad5cb; }
  input.success:focus,
  textarea.success:focus,
  select.success:focus {
    border-color: #35beb1;
    box-shadow: 0 0 1px #35beb1 inset; }
input:disabled, input.disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5); }

select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center; }

select[multiple] {
  background-image: none;
  height: auto;
  padding: .5rem .75rem; }

textarea {
  height: auto;
  padding: 8px 12px;
  line-height: 24px;
  vertical-align: top;
  resize: vertical;
  min-height: 40px; }

input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block; }

input[type="search"],
input.search {
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>'); }

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0; }

label {
  display: block;
  color: #313439;
  margin-bottom: 4px;
  font-size: 15px; }
  label.checkbox, label .desc, label .success, label .error {
    text-transform: none;
    font-weight: normal; }
  label.checkbox {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: inherit; }
    label.checkbox input {
      margin-top: 0; }

.form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 16px; }

.req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #fd9393;
  font-size: 110%; }

.desc {
  color: rgba(124, 122, 133, 0.5);
  font-size: 12px;
  line-height: 20px; }

span.desc {
  margin-left: 4px; }

div.desc {
  margin-top: 4px;
  margin-bottom: -8px; }

.form-buttons button, .form-buttons .button {
  margin-right: 8px; }

form,
.form-item {
  margin-bottom: 2rem; }

.form > .form-item:last-child {
  margin-bottom: 0; }
.form .row:last-child .form-item {
  margin-bottom: 0; }
.form span.success, .form span.error {
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px; }

.form-inline input, .form-inline textarea, .form-inline select {
  display: inline-block;
  width: auto; }

.append,
.prepend {
  display: flex; }
  .append input,
  .prepend input {
    flex: 1; }
  .append .button, .append span,
  .prepend .button,
  .prepend span {
    flex-shrink: 0; }
  .append span,
  .prepend span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    padding: 0 .875rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    white-space: nowrap; }

.prepend input {
  border-radius: 0 4px 4px 0; }
.prepend .button {
  margin-right: -1px;
  border-radius: 4px 0 0 4px !important; }
.prepend span {
  border-right: none;
  border-radius: 4px 0 0 4px; }

.append input {
  border-radius: 4px 0 0 4px; }
.append .button {
  margin-left: -1px;
  border-radius: 0 4px 4px 0 !important; }
.append span {
  border-left: none;
  border-radius: 0 4px 4px 0; }

button,
.button {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #1dbca9;
  border-radius: 4px;
  min-height: 40px;
  padding: 8px 40px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none; }
  button i,
  .button i {
    position: relative;
    top: 1px;
    margin: 0 2px; }

input[type="submit"] {
  width: auto; }

button:hover,
.button:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-color: #2ddfc9; }

.button:disabled,
.button.disabled {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(29, 188, 169, 0.7); }

.button.small {
  font-size: 13px;
  min-height: 36px;
  padding: 6px 20px;
  border-radius: 4px; }

.button.big {
  font-size: 17px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 4px; }

.button.large {
  font-size: 19px;
  min-height: 56px;
  padding: 20px 36px;
  border-radius: 4px; }

.button.outline {
  background: none;
  border-width: 2px;
  border-color: #1dbca9;
  color: #1dbca9; }
  .button.outline:hover {
    background: none;
    color: rgba(29, 188, 169, 0.6);
    border-color: rgba(29, 188, 169, 0.5); }
  .button.outline:disabled, .button.outline.disabled {
    background: none;
    color: rgba(29, 188, 169, 0.7);
    border-color: rgba(29, 188, 169, 0.5); }

.button.inverted {
  color: #000;
  background-color: #fff; }
  .button.inverted:hover {
    color: #000;
    background-color: white; }
  .button.inverted:disabled, .button.inverted.disabled {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }
  .button.inverted.outline {
    background: none;
    color: #fff;
    border-color: #fff; }
    .button.inverted.outline:hover {
      color: rgba(255, 255, 255, 0.6);
      border-color: rgba(255, 255, 255, 0.5); }
    .button.inverted.outline:disabled, .button.inverted.outline.disabled {
      background: none;
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.5); }
  .button.inverted:hover {
    opacity: .7; }

.button.round {
  border-radius: 56px; }

.button.raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.button.upper {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px; }
  .button.upper.small {
    font-size: 11px; }
  .button.upper.big {
    font-size: 13px; }
  .button.upper.large {
    font-size: 15px; }

.button.secondary {
  color: #fff;
  background-color: #313439; }
  .button.secondary:hover {
    color: #fff;
    background-color: #606670; }
  .button.secondary:disabled, .button.secondary.disabled {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(49, 52, 57, 0.7); }
  .button.secondary.outline {
    background: none;
    color: #313439;
    border-color: #313439; }
    .button.secondary.outline:hover {
      color: rgba(49, 52, 57, 0.6);
      border-color: rgba(49, 52, 57, 0.5); }
    .button.secondary.outline:disabled, .button.secondary.outline.disabled {
      background: none;
      color: rgba(49, 52, 57, 0.7);
      border-color: rgba(49, 52, 57, 0.5); }

.label {
  display: inline-block;
  font-size: 13px;
  background: #e0e1e1;
  line-height: 18px;
  padding: 0 10px;
  font-weight: 500;
  color: #7c7a85;
  border: 1px solid transparent;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px; }
  .label a, .label a:hover {
    color: inherit;
    text-decoration: none; }

.label.big {
  font-size: 14px;
  line-height: 24px;
  padding: 0 12px; }

.label.upper {
  text-transform: uppercase;
  font-size: 11px; }

.label.outline {
  background: none;
  border-color: #bdbdbd; }

.label.badge {
  text-align: center;
  border-radius: 64px;
  padding: 0 6px; }
  .label.badge.big {
    padding: 0 8px; }

.label.tag {
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 11px; }
  .label.tag.big {
    font-size: 13px; }

.label.success {
  background: #35beb1;
  color: #fff; }
  .label.success.tag, .label.success.outline {
    background: none;
    border-color: #35beb1;
    color: #35beb1; }

.label.error {
  background: #fd9393;
  color: #fff; }
  .label.error.tag, .label.error.outline {
    background: none;
    border-color: #fd9393;
    color: #fd9393; }

.label.warning {
  background: #f4d670;
  color: #0d0d0e; }
  .label.warning.tag, .label.warning.outline {
    background: none;
    border-color: #f4d670;
    color: #f4d670; }

.label.focus {
  background: #1dbca9;
  color: #fff; }
  .label.focus.tag, .label.focus.outline {
    background: none;
    border-color: #1dbca9;
    color: #1dbca9; }

.label.black {
  background: #0d0d0e;
  color: #fff; }
  .label.black.tag, .label.black.outline {
    background: none;
    border-color: #0d0d0e;
    color: #0d0d0e; }

.label.inverted {
  background: #fff;
  color: #0d0d0e; }
  .label.inverted.tag, .label.inverted.outline {
    background: none;
    border-color: #fff;
    color: #fff; }

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 24px; }
  .breadcrumbs ul {
    display: flex;
    align-items: center; }
  .breadcrumbs.push-center ul {
    justify-content: center; }
  .breadcrumbs span, .breadcrumbs a {
    font-style: normal;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap; }
  .breadcrumbs li:after {
    display: inline-block;
    content: '/';
    color: rgba(0, 0, 0, 0.3); }
  .breadcrumbs li:last-child:after {
    display: none; }
  .breadcrumbs li:first-child span, .breadcrumbs li:first-child a {
    padding-left: 0; }
  .breadcrumbs li.active a {
    color: #7c7a85;
    text-decoration: none;
    cursor: text; }

.pagination {
  margin: 24px 0;
  font-size: 14px; }
  .pagination ul {
    display: flex;
    margin: 0; }
  .pagination.align-center ul {
    justify-content: center; }
  .pagination span, .pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 8px 12px;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid transparent; }
  .pagination a {
    text-decoration: none;
    color: #7c7a85; }
    .pagination a:hover {
      color: rgba(0, 0, 0, 0.5);
      border-color: #e0e1e1; }
  .pagination span, .pagination li.active a {
    color: rgba(0, 0, 0, 0.5);
    border-color: #e0e1e1;
    cursor: text; }
  .pagination.upper {
    font-size: 12px; }

.pager span {
  line-height: 24px; }
.pager span, .pager a {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 64px;
  border-color: rgba(0, 0, 0, 0.1); }
.pager li {
  flex-basis: 50%; }
.pager li.next {
  text-align: right; }
.pager.align-center li {
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px; }
.pager.flat span, .pager.flat a {
  border: none;
  display: block;
  padding: 0; }
.pager.flat a {
  font-weight: bold; }
  .pager.flat a:hover {
    background: none;
    text-decoration: underline; }

@media (max-width: 768px) {
  .pager.flat ul {
    flex-direction: column; }
  .pager.flat li {
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left; } }
@font-face {
  font-family: 'Kube';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsMn2SAAAAF4AAADeGhlYWQMP9EUAAAE8AAAADZoaGVhB8IDzQAABSgAAAAkaG10eCYABd4AAAVMAAAAMGxvY2EFWASuAAAFfAAAABptYXhwABcAmwAABZgAAAAgbmFtZfMJxocAAAW4AAABYnBvc3QAAwAAAAAHHAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAKAAAAAAQAA8AADwAUACQANABEAFYAaAB4AIgAmAAAEyIGFREUFjMhMjY1ETQmIwUhESEREzgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjATIWHQEUBiMiJj0BNDYzOAExITIWHQEUBiMiJj0BNDYzOAExATgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjwFBwcFACgFBwcFD9IQM+/MKrHioqHh4qKh70HioqHh4qKh70HisrHh0rKh7+MBQdHRQUHBwUAbgUHBwUFB0dFP4wHioqHh4qKh70HioqHh4qKh70HisrHh0rKh4DYHBQ/iBQcHBQAeBQcF/9XwKh/n8qHh4qKh4eKioeHioqHh4qKh4eKioeHioCQBwVjhUcHBWOFRwcFY4VHBwVjhUc/rAqHh4qKh4eKioeHioqHh4qKh4eKioeHioAAAABAQAAwAMAAcAACwAAAQcXBycHJzcnNxc3AwDMAjMDAzMCzDTMzAGVqAIrAgIrAqgrqKgAAQGAAEACgAJAAAsAACUnByc3JzcXNxcHFwJVqAIrAgIrAqgrqKhAzAIzAwMzAsw0zMwAAAEBgABAAoACQAALAAABFzcXBxcHJwcnNycBq6gCKwICKwKoK6ioAkDMAjMDAzMCzDTMzAABAQAAwAMAAcAACwAAJTcnNxc3FwcXBycHAQDMAjMDAzMCzDTMzOuoAisCAisCqCuoqAAAAgAP/+UD1AOqAAQACAAAEwEHATcFAScBSwOJPPx3PAOJ/Hc8A4kDqvx3PAOJPDz8dzwDiQAAAAADAIAAgAOAAwAAAwAHAAsAADc1IRUBIRUhESEVIYADAP0AAwD9AAMA/QCAgIABgIABgIAAAgBPAA8DsgNxABgALQAAJQcBDgEjIi4CNTQ+AjMyHgIVFAYHAQEiDgIVFB4CMzI+AjU0LgIjA7JY/t4lWTBBc1YxMVZzQUFzVTIcGQEi/dgxVkAlJUBWMTFWQCUlQFYxZ1gBIRkcMlVzQUFzVjExVnNBMFkm/uACuyVAVjExVkAlJUBWMTFWQCUAAAABAAAAAQAABhlWm18PPPUACwQAAAAAANSQRjkAAAAA1JBGOQAA/+UEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAEABAABgAQAAYAEAAEABAAADwQAAIAEAABPAAAAAAAKABQAHgDYAPIBDAEmAUABXAF2AbwAAAABAAAADACZAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAS3ViZQBLAHUAYgBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwS3ViZQBLAHUAYgBlS3ViZQBLAHUAYgBlUmVndWxhcgBSAGUAZwB1AGwAYQByS3ViZQBLAHUAYgBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class^="kube-"], [class*=" kube-"], .close, .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Kube' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kube-calendar:before {
  content: "\e900"; }

.caret.down:before,
.kube-caret-down:before {
  content: "\e901"; }

.caret.left:before,
.kube-caret-left:before {
  content: "\e902"; }

.caret.right:before,
.kube-caret-right:before {
  content: "\e903"; }

.caret.up:before,
.kube-caret-up:before {
  content: "\e904"; }

.close:before,
.kube-close:before {
  content: "\e905"; }

.kube-menu:before {
  content: "\e906"; }

.kube-search:before {
  content: "\e907"; }

.gutters .column.push-left,
.push-left {
  margin-right: auto; }

.gutters .column.push-right,
.push-right {
  margin-left: auto; }

.gutters .column.push-center,
.push-center {
  margin-left: auto;
  margin-right: auto; }

.gutters .column.push-middle,
.push-middle {
  margin-top: auto;
  margin-bottom: auto; }

.push-bottom {
  margin-top: auto; }

@media (max-width: 768px) {
  .gutters .column.push-left-sm,
  .push-left-sm {
    margin-left: 0; }

  .gutters .column.push-center-sm,
  .push-center-sm {
    margin-left: auto;
    margin-right: auto; }

  .push-top-sm {
    margin-top: 0; } }
.align-middle {
  align-items: center; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

@media (max-width: 768px) {
  .align-left-sm {
    justify-content: flex-start; } }
.float-right {
  float: right; }

.float-left {
  float: left; }

@media (max-width: 768px) {
  .float-right {
    float: none; }

  .float-left {
    float: none; } }
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.w-auto {
  width: auto; }

.w-small {
  width: 480px; }

.w-medium {
  width: 600px; }

.w-big {
  width: 740px; }

.w-large {
  width: 840px; }

@media (max-width: 768px) {
  .w-auto-sm {
    width: auto; }

  .w100-sm,
  .w-small,
  .w-medium,
  .w-big,
  .w-large {
    width: 100%; } }
.max-w5 {
  max-width: 5%; }

.max-w10 {
  max-width: 10%; }

.max-w15 {
  max-width: 15%; }

.max-w20 {
  max-width: 20%; }

.max-w25 {
  max-width: 25%; }

.max-w30 {
  max-width: 30%; }

.max-w35 {
  max-width: 35%; }

.max-w40 {
  max-width: 40%; }

.max-w45 {
  max-width: 45%; }

.max-w50 {
  max-width: 50%; }

.max-w55 {
  max-width: 55%; }

.max-w60 {
  max-width: 60%; }

.max-w65 {
  max-width: 65%; }

.max-w70 {
  max-width: 70%; }

.max-w75 {
  max-width: 75%; }

.max-w80 {
  max-width: 80%; }

.max-w85 {
  max-width: 85%; }

.max-w90 {
  max-width: 90%; }

.max-w95 {
  max-width: 95%; }

.max-w100 {
  max-width: 100%; }

.max-w-small {
  max-width: 480px; }

.max-w-medium {
  max-width: 600px; }

.max-w-big {
  max-width: 740px; }

.max-w-large {
  max-width: 840px; }

@media (max-width: 768px) {
  .max-w-auto-sm,
  .max-w-small,
  .max-w-medium,
  .max-w-big,
  .max-w-large {
    max-width: auto; } }
.min-w5 {
  min-width: 5%; }

.min-w10 {
  min-width: 10%; }

.min-w15 {
  min-width: 15%; }

.min-w20 {
  min-width: 20%; }

.min-w25 {
  min-width: 25%; }

.min-w30 {
  min-width: 30%; }

.min-w35 {
  min-width: 35%; }

.min-w40 {
  min-width: 40%; }

.min-w45 {
  min-width: 45%; }

.min-w50 {
  min-width: 50%; }

.min-w55 {
  min-width: 55%; }

.min-w60 {
  min-width: 60%; }

.min-w65 {
  min-width: 65%; }

.min-w70 {
  min-width: 70%; }

.min-w75 {
  min-width: 75%; }

.min-w80 {
  min-width: 80%; }

.min-w85 {
  min-width: 85%; }

.min-w90 {
  min-width: 90%; }

.min-w95 {
  min-width: 95%; }

.min-w100 {
  min-width: 100%; }

.h25 {
  height: 25%; }

.h50 {
  height: 50%; }

.h100 {
  height: 100%; }

.group:after, dl:after, .box:after {
  content: '';
  display: table;
  clear: both; }

.flex {
  display: flex; }

@media (max-width: 768px) {
  .flex-column-sm {
    flex-direction: column; }

  .flex-w100-sm {
    flex: 0 0 100%; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .flex-w100-sm {
      flex: 0 0 100% !important; } }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.display-block {
  display: block; }

.hide {
  display: none !important; }

@media (max-width: 768px) {
  .hide-sm {
    display: none !important; } }
@media (min-width: 768px) {
  .show-sm {
    display: none !important; } }
@media print {
  .hide-print {
    display: none !important; }

  .show-print {
    display: block !important; } }
.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

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

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.close {
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  opacity: .6; }
  .close:hover {
    opacity: 1; }
  .close.small {
    font-size: 8px; }
  .close.big {
    font-size: 18px; }
  .close.white {
    color: #fff; }

.caret {
  display: inline-block; }

.button .caret {
  margin-right: -8px; }

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95); }
  .overlay > .close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3, h4 {
    page-break-after: avoid; }

  @page {
    margin: 0.5cm; } }
@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }
@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes flipIn {
  from {
    opacity: 0;
    transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1); } }
@keyframes flipOut {
  from {
    opacity: 1;
    transform: scaleY(1); }
  to {
    opacity: 0;
    transform: scaleY(0); } }
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    transform: scale3d(1, 1, 1); } }
@keyframes shake {
  15% {
    transform: translateX(0.5rem); }
  30% {
    transform: translateX(-0.4rem); }
  45% {
    transform: translateX(0.3rem); }
  60% {
    transform: translateX(-0.2rem); }
  75% {
    transform: translateX(0.1rem); }
  90% {
    transform: translateX(0); }
  90% {
    transform: translateX(0); } }
.fadeIn {
  animation: fadeIn 250ms; }

.fadeOut {
  animation: fadeOut 250ms; }

.zoomIn {
  animation: zoomIn 200ms; }

.zoomOut {
  animation: zoomOut 500ms; }

.slideInRight {
  animation: slideInRight 500ms; }

.slideInLeft {
  animation: slideInLeft 500ms; }

.slideInDown {
  animation: slideInDown 500ms; }

.slideOutLeft {
  animation: slideOutLeft 500ms; }

.slideOutRight {
  animation: slideOutRight 500ms; }

.slideOutUp {
  animation: slideOutUp 500ms; }

.slideUp {
  overflow: hidden;
  animation: slideUp 200ms ease-in-out; }

.slideDown {
  overflow: hidden;
  animation: slideDown 80ms ease-in-out; }

.flipIn {
  animation: flipIn 250ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.flipOut {
  animation: flipOut 500ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.rotate {
  animation: rotate 500ms; }

.pulse {
  animation: pulse 250ms 2; }

.shake {
  animation: shake 500ms; }

.dropdown {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 280px;
  color: #000;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .dropdown.dropdown-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    border: none; }
  .dropdown .close {
    margin: 20px auto; }
  .dropdown.open {
    overflow: auto; }
  .dropdown ul {
    list-style: none;
    margin: 0; }
    .dropdown ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .dropdown ul li:last-child {
        border-bottom: none; }
    .dropdown ul a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #000; }
      .dropdown ul a:hover {
        background: rgba(0, 0, 0, 0.05); }

.message {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
  background: #e0e1e1;
  color: #7c7a85;
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: .75rem;
  margin-bottom: 24px;
  position: relative; }
  .message a {
    color: inherit; }
  .message h2, .message h3, .message h4, .message h5, .message h6 {
    margin-bottom: 0; }
  .message .close {
    position: absolute;
    right: 1rem;
    top: 1.1rem; }

.message.error {
  background: #fd9393;
  color: #fff; }

.message.success {
  background: #35beb1;
  color: #fff; }

.message.warning {
  background: #f4d670; }

.message.focus {
  background: #1dbca9;
  color: #fff; }

.message.black {
  background: #0d0d0e;
  color: #fff; }

.message.inverted {
  background: #fff; }

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200; }

.modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #000; }
  @media (max-width: 768px) {
    .modal input, .modal textarea {
      font-size: 16px; } }
  .modal .close {
    position: absolute;
    top: 18px;
    right: 16px;
    opacity: .3; }
    .modal .close:hover {
      opacity: 1; }

.modal-header {
  padding: 24px 32px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .modal-header:empty {
    display: none; }

.modal-body {
  padding: 36px 56px; }

@media (max-width: 768px) {
  .modal-header,
  .modal-body {
    padding: 24px; } }
.offcanvas {
  background: #fff;
  position: fixed;
  padding: 24px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll; }

.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px; }

.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-push-body {
  position: relative; }

.tabs {
  margin-bottom: 24px;
  font-size: 14px; }
  .tabs li em, .tabs li.active a {
    color: #7c7a85;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: default;
    text-decoration: none;
    background: none; }
  .tabs em, .tabs a {
    position: relative;
    top: 1px;
    font-style: normal;
    display: block;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }
  .tabs a:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #7c7a85;
    text-decoration: underline;
    background-color: #e0e1e1; }

@media (min-width: 768px) {
  .tabs ul {
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tabs li em, .tabs li.active a {
    border-bottom: 1px solid #fff; } }
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*! jQuery UI - v1.12.1 - 2016-10-01
* http://jqueryui.com
* Includes: draggable.css, core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=18&bgImgOpacityHighlight=10&bgImgOpacityActive=65&bgImgOpacityHover=100&bgImgOpacityDefault=100&bgImgOpacityContent=100&bgImgOpacityHeader=35&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=20&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=50&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%237d8893&fcHighlight=%237d8893&borderColorHighlight=%23eee&bgTextureHighlight=flat&bgColorHighlight=%23eee&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%231dbca9&bgTextureActive=flat&bgColorActive=%231dbca9&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23eee&bgTextureHover=flat&bgColorHover=%23eee&iconColorDefault=%23777777&fcDefault=%237d8893&borderColorDefault=%23f7f7f7&bgTextureDefault=flat&bgColorDefault=%23f7f7f7&iconColorContent=%23444444&fcContent=%237d8893&borderColorContent=%23dddddd&bgTextureContent=loop&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23333333&borderColorHeader=%23e9e9e9&bgTextureHeader=flat&bgColorHeader=%23e9e9e9&cornerRadius=0&fwDefault=normal&fsDefault=1em&ffDefault=Roboto
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Roboto;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Roboto;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #f7f7f7; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #7d8893; }

.ui-widget-content a {
  color: #7d8893; }

.ui-widget-header {
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  font-weight: normal;
  color: #7d8893; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #7d8893;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #eee;
  background: #eee;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #1dbca9;
  background: #1dbca9;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #1dbca9;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #eee;
  background: #eee;
  color: #7d8893; }

.ui-state-checked {
  border: 1px solid #eee;
  background: #eee; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #7d8893; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

#ui-datepicker-div {
  z-index: 999 !important; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
  float: none;
  width: auto; }

.ui-timepicker-div dl dd {
  padding-left: 0;
  margin: 5px 0 15px 0; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #97a5b3;
  color: initial !important;
  width: 100%; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none; }

.ui-timepicker-div .ui_tpicker_minute,
.ui-timepicker-div .ui_tpicker_hour,
.ui-timepicker-div .ui_tpicker_second {
  padding: 0 10px !important; }

.ui-slider {
  border-color: #7d8893 !important; }

.ui-slider-handle {
  background: #7d8893 !important; }

.ui-datepicker-prev-hover {
  left: 2px !important;
  top: 2px !important; }

.ui-datepicker-next-hover {
  right: 2px !important;
  top: 2px !important; }

.ui-icon {
  text-indent: 0 !important;
  width: 100%;
  text-align: center;
  left: auto !important;
  margin-left: auto !important; }

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa, .ui-icon,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .ui-icon,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fa-pull-left.ui-icon,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right, .fa-pull-right.ui-icon,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: ""; }

.fa-abacus:before {
  content: ""; }

.fa-accessible-icon:before {
  content: ""; }

.fa-accusoft:before {
  content: ""; }

.fa-acorn:before {
  content: ""; }

.fa-acquisitions-incorporated:before {
  content: ""; }

.fa-ad:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-card:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-adobe:before {
  content: ""; }

.fa-adversal:before {
  content: ""; }

.fa-affiliatetheme:before {
  content: ""; }

.fa-air-conditioner:before {
  content: ""; }

.fa-air-freshener:before {
  content: ""; }

.fa-airbnb:before {
  content: ""; }

.fa-alarm-clock:before {
  content: ""; }

.fa-alarm-exclamation:before {
  content: ""; }

.fa-alarm-plus:before {
  content: ""; }

.fa-alarm-snooze:before {
  content: ""; }

.fa-album:before {
  content: ""; }

.fa-album-collection:before {
  content: ""; }

.fa-algolia:before {
  content: ""; }

.fa-alicorn:before {
  content: ""; }

.fa-alien:before {
  content: ""; }

.fa-alien-monster:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-slash:before {
  content: ""; }

.fa-alipay:before {
  content: ""; }

.fa-allergies:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-amazon-pay:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-amilia:before {
  content: ""; }

.fa-amp-guitar:before {
  content: ""; }

.fa-analytics:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-angel:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angry:before {
  content: ""; }

.fa-angrycreative:before {
  content: ""; }

.fa-angular:before {
  content: ""; }

.fa-ankh:before {
  content: ""; }

.fa-app-store:before {
  content: ""; }

.fa-app-store-ios:before {
  content: ""; }

.fa-apper:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-apple-alt:before {
  content: ""; }

.fa-apple-crate:before {
  content: ""; }

.fa-apple-pay:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-archway:before {
  content: ""; }

.fa-arrow-alt-circle-down:before {
  content: ""; }

.fa-arrow-alt-circle-left:before {
  content: ""; }

.fa-arrow-alt-circle-right:before {
  content: ""; }

.fa-arrow-alt-circle-up:before {
  content: ""; }

.fa-arrow-alt-down:before {
  content: ""; }

.fa-arrow-alt-from-bottom:before {
  content: ""; }

.fa-arrow-alt-from-left:before {
  content: ""; }

.fa-arrow-alt-from-right:before {
  content: ""; }

.fa-arrow-alt-from-top:before {
  content: ""; }

.fa-arrow-alt-left:before {
  content: ""; }

.fa-arrow-alt-right:before {
  content: ""; }

.fa-arrow-alt-square-down:before {
  content: ""; }

.fa-arrow-alt-square-left:before {
  content: ""; }

.fa-arrow-alt-square-right:before {
  content: ""; }

.fa-arrow-alt-square-up:before {
  content: ""; }

.fa-arrow-alt-to-bottom:before {
  content: ""; }

.fa-arrow-alt-to-left:before {
  content: ""; }

.fa-arrow-alt-to-right:before {
  content: ""; }

.fa-arrow-alt-to-top:before {
  content: ""; }

.fa-arrow-alt-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-arrow-from-bottom:before {
  content: ""; }

.fa-arrow-from-left:before {
  content: ""; }

.fa-arrow-from-right:before {
  content: ""; }

.fa-arrow-from-top:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-square-down:before {
  content: ""; }

.fa-arrow-square-left:before {
  content: ""; }

.fa-arrow-square-right:before {
  content: ""; }

.fa-arrow-square-up:before {
  content: ""; }

.fa-arrow-to-bottom:before {
  content: ""; }

.fa-arrow-to-left:before {
  content: ""; }

.fa-arrow-to-right:before {
  content: ""; }

.fa-arrow-to-top:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-arrows-alt-h:before {
  content: ""; }

.fa-arrows-alt-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-artstation:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-asymmetrik:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-atlas:before {
  content: ""; }

.fa-atlassian:before {
  content: ""; }

.fa-atom:before {
  content: ""; }

.fa-atom-alt:before {
  content: ""; }

.fa-audible:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-autoprefixer:before {
  content: ""; }

.fa-avianex:before {
  content: ""; }

.fa-aviato:before {
  content: ""; }

.fa-award:before {
  content: ""; }

.fa-aws:before {
  content: ""; }

.fa-axe:before {
  content: ""; }

.fa-axe-battle:before {
  content: ""; }

.fa-baby:before {
  content: ""; }

.fa-baby-carriage:before {
  content: ""; }

.fa-backpack:before {
  content: ""; }

.fa-backspace:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-bacon:before {
  content: ""; }

.fa-bacteria:before {
  content: "陵"; }

.fa-bacterium:before {
  content: "讀"; }

.fa-badge:before {
  content: ""; }

.fa-badge-check:before {
  content: ""; }

.fa-badge-dollar:before {
  content: ""; }

.fa-badge-percent:before {
  content: ""; }

.fa-badge-sheriff:before {
  content: ""; }

.fa-badger-honey:before {
  content: ""; }

.fa-bags-shopping:before {
  content: ""; }

.fa-bahai:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-balance-scale-left:before {
  content: ""; }

.fa-balance-scale-right:before {
  content: ""; }

.fa-ball-pile:before {
  content: ""; }

.fa-ballot:before {
  content: ""; }

.fa-ballot-check:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-band-aid:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-banjo:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-barcode-alt:before {
  content: ""; }

.fa-barcode-read:before {
  content: ""; }

.fa-barcode-scan:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-baseball:before {
  content: ""; }

.fa-baseball-ball:before {
  content: ""; }

.fa-basketball-ball:before {
  content: ""; }

.fa-basketball-hoop:before {
  content: ""; }

.fa-bat:before {
  content: ""; }

.fa-bath:before {
  content: ""; }

.fa-battery-bolt:before {
  content: ""; }

.fa-battery-empty:before {
  content: ""; }

.fa-battery-full:before {
  content: ""; }

.fa-battery-half:before {
  content: ""; }

.fa-battery-quarter:before {
  content: ""; }

.fa-battery-slash:before {
  content: ""; }

.fa-battery-three-quarters:before {
  content: ""; }

.fa-battle-net:before {
  content: ""; }

.fa-bed:before {
  content: ""; }

.fa-bed-alt:before {
  content: ""; }

.fa-bed-bunk:before {
  content: ""; }

.fa-bed-empty:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-bell-exclamation:before {
  content: ""; }

.fa-bell-on:before {
  content: ""; }

.fa-bell-plus:before {
  content: ""; }

.fa-bell-school:before {
  content: ""; }

.fa-bell-school-slash:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bells:before {
  content: ""; }

.fa-betamax:before {
  content: ""; }

.fa-bezier-curve:before {
  content: ""; }

.fa-bible:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-biking:before {
  content: ""; }

.fa-biking-mountain:before {
  content: ""; }

.fa-bimobject:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-biohazard:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitcoin:before {
  content: ""; }

.fa-bity:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-blackberry:before {
  content: ""; }

.fa-blanket:before {
  content: ""; }

.fa-blender:before {
  content: ""; }

.fa-blender-phone:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-blinds:before {
  content: ""; }

.fa-blinds-open:before {
  content: ""; }

.fa-blinds-raised:before {
  content: ""; }

.fa-blog:before {
  content: ""; }

.fa-blogger:before {
  content: ""; }

.fa-blogger-b:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-bolt:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-bone:before {
  content: ""; }

.fa-bone-break:before {
  content: ""; }

.fa-bong:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-book-alt:before {
  content: ""; }

.fa-book-dead:before {
  content: ""; }

.fa-book-heart:before {
  content: ""; }

.fa-book-medical:before {
  content: ""; }

.fa-book-open:before {
  content: ""; }

.fa-book-reader:before {
  content: ""; }

.fa-book-spells:before {
  content: ""; }

.fa-book-user:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-books:before {
  content: ""; }

.fa-books-medical:before {
  content: ""; }

.fa-boombox:before {
  content: ""; }

.fa-boot:before {
  content: ""; }

.fa-booth-curtain:before {
  content: ""; }

.fa-bootstrap:before {
  content: ""; }

.fa-border-all:before {
  content: ""; }

.fa-border-bottom:before {
  content: ""; }

.fa-border-center-h:before {
  content: ""; }

.fa-border-center-v:before {
  content: ""; }

.fa-border-inner:before {
  content: ""; }

.fa-border-left:before {
  content: ""; }

.fa-border-none:before {
  content: ""; }

.fa-border-outer:before {
  content: ""; }

.fa-border-right:before {
  content: ""; }

.fa-border-style:before {
  content: ""; }

.fa-border-style-alt:before {
  content: ""; }

.fa-border-top:before {
  content: ""; }

.fa-bow-arrow:before {
  content: ""; }

.fa-bowling-ball:before {
  content: ""; }

.fa-bowling-pins:before {
  content: ""; }

.fa-box:before {
  content: ""; }

.fa-box-alt:before {
  content: ""; }

.fa-box-ballot:before {
  content: ""; }

.fa-box-check:before {
  content: ""; }

.fa-box-fragile:before {
  content: ""; }

.fa-box-full:before {
  content: ""; }

.fa-box-heart:before {
  content: ""; }

.fa-box-open:before {
  content: ""; }

.fa-box-tissue:before {
  content: "拏"; }

.fa-box-up:before {
  content: ""; }

.fa-box-usd:before {
  content: ""; }

.fa-boxes:before {
  content: ""; }

.fa-boxes-alt:before {
  content: ""; }

.fa-boxing-glove:before {
  content: ""; }

.fa-brackets:before {
  content: ""; }

.fa-brackets-curly:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-brain:before {
  content: ""; }

.fa-bread-loaf:before {
  content: ""; }

.fa-bread-slice:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-briefcase-medical:before {
  content: ""; }

.fa-bring-forward:before {
  content: ""; }

.fa-bring-front:before {
  content: ""; }

.fa-broadcast-tower:before {
  content: ""; }

.fa-broom:before {
  content: ""; }

.fa-browser:before {
  content: ""; }

.fa-brush:before {
  content: ""; }

.fa-btc:before {
  content: ""; }

.fa-buffer:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-bullseye-arrow:before {
  content: ""; }

.fa-bullseye-pointer:before {
  content: ""; }

.fa-burger-soda:before {
  content: ""; }

.fa-burn:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-burrito:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-bus-alt:before {
  content: ""; }

.fa-bus-school:before {
  content: ""; }

.fa-business-time:before {
  content: ""; }

.fa-buy-n-large:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-cabinet-filing:before {
  content: ""; }

.fa-cactus:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-calculator-alt:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-calendar-alt:before {
  content: ""; }

.fa-calendar-check:before {
  content: ""; }

.fa-calendar-day:before {
  content: ""; }

.fa-calendar-edit:before {
  content: ""; }

.fa-calendar-exclamation:before {
  content: ""; }

.fa-calendar-minus:before {
  content: ""; }

.fa-calendar-plus:before {
  content: ""; }

.fa-calendar-star:before {
  content: ""; }

.fa-calendar-times:before {
  content: ""; }

.fa-calendar-week:before {
  content: ""; }

.fa-camcorder:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-camera-alt:before {
  content: ""; }

.fa-camera-home:before {
  content: ""; }

.fa-camera-movie:before {
  content: ""; }

.fa-camera-polaroid:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-campfire:before {
  content: ""; }

.fa-campground:before {
  content: ""; }

.fa-canadian-maple-leaf:before {
  content: ""; }

.fa-candle-holder:before {
  content: ""; }

.fa-candy-cane:before {
  content: ""; }

.fa-candy-corn:before {
  content: ""; }

.fa-cannabis:before {
  content: ""; }

.fa-capsules:before {
  content: ""; }

.fa-car:before {
  content: ""; }

.fa-car-alt:before {
  content: ""; }

.fa-car-battery:before {
  content: ""; }

.fa-car-building:before {
  content: ""; }

.fa-car-bump:before {
  content: ""; }

.fa-car-bus:before {
  content: ""; }

.fa-car-crash:before {
  content: ""; }

.fa-car-garage:before {
  content: ""; }

.fa-car-mechanic:before {
  content: ""; }

.fa-car-side:before {
  content: ""; }

.fa-car-tilt:before {
  content: ""; }

.fa-car-wash:before {
  content: ""; }

.fa-caravan:before {
  content: ""; }

.fa-caravan-alt:before {
  content: "豈"; }

.fa-caret-circle-down:before {
  content: ""; }

.fa-caret-circle-left:before {
  content: ""; }

.fa-caret-circle-right:before {
  content: ""; }

.fa-caret-circle-up:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-left:before, .ui-icon-circle-triangle-w:before {
  content: ""; }

.fa-caret-right:before, .ui-icon-circle-triangle-e:before {
  content: ""; }

.fa-caret-square-down:before {
  content: ""; }

.fa-caret-square-left:before {
  content: ""; }

.fa-caret-square-right:before {
  content: ""; }

.fa-caret-square-up:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-carrot:before {
  content: ""; }

.fa-cars:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cash-register:before {
  content: ""; }

.fa-cassette-tape:before {
  content: ""; }

.fa-cat:before {
  content: ""; }

.fa-cat-space:before {
  content: "更"; }

.fa-cauldron:before {
  content: ""; }

.fa-cc-amazon-pay:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-apple-pay:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cctv:before {
  content: ""; }

.fa-centercode:before {
  content: ""; }

.fa-centos:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-chair:before {
  content: ""; }

.fa-chair-office:before {
  content: ""; }

.fa-chalkboard:before {
  content: ""; }

.fa-chalkboard-teacher:before {
  content: ""; }

.fa-charging-station:before {
  content: ""; }

.fa-chart-area:before {
  content: ""; }

.fa-chart-bar:before {
  content: ""; }

.fa-chart-line:before {
  content: ""; }

.fa-chart-line-down:before {
  content: ""; }

.fa-chart-network:before {
  content: ""; }

.fa-chart-pie:before {
  content: ""; }

.fa-chart-pie-alt:before {
  content: ""; }

.fa-chart-scatter:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-check-double:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-cheese:before {
  content: ""; }

.fa-cheese-swiss:before {
  content: ""; }

.fa-cheeseburger:before {
  content: ""; }

.fa-chess:before {
  content: ""; }

.fa-chess-bishop:before {
  content: ""; }

.fa-chess-bishop-alt:before {
  content: ""; }

.fa-chess-board:before {
  content: ""; }

.fa-chess-clock:before {
  content: ""; }

.fa-chess-clock-alt:before {
  content: ""; }

.fa-chess-king:before {
  content: ""; }

.fa-chess-king-alt:before {
  content: ""; }

.fa-chess-knight:before {
  content: ""; }

.fa-chess-knight-alt:before {
  content: ""; }

.fa-chess-pawn:before {
  content: ""; }

.fa-chess-pawn-alt:before {
  content: ""; }

.fa-chess-queen:before {
  content: ""; }

.fa-chess-queen-alt:before {
  content: ""; }

.fa-chess-rook:before {
  content: ""; }

.fa-chess-rook-alt:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-double-down:before {
  content: ""; }

.fa-chevron-double-left:before {
  content: ""; }

.fa-chevron-double-right:before {
  content: ""; }

.fa-chevron-double-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-square-down:before {
  content: ""; }

.fa-chevron-square-left:before {
  content: ""; }

.fa-chevron-square-right:before {
  content: ""; }

.fa-chevron-square-up:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-chimney:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-chromecast:before {
  content: ""; }

.fa-church:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-circle-notch:before {
  content: ""; }

.fa-city:before {
  content: ""; }

.fa-clarinet:before {
  content: ""; }

.fa-claw-marks:before {
  content: ""; }

.fa-clinic-medical:before {
  content: ""; }

.fa-clipboard:before {
  content: ""; }

.fa-clipboard-check:before {
  content: ""; }

.fa-clipboard-list:before {
  content: ""; }

.fa-clipboard-list-check:before {
  content: ""; }

.fa-clipboard-prescription:before {
  content: ""; }

.fa-clipboard-user:before {
  content: ""; }

.fa-clock:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-closed-captioning:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-download-alt:before {
  content: ""; }

.fa-cloud-drizzle:before {
  content: ""; }

.fa-cloud-hail:before {
  content: ""; }

.fa-cloud-hail-mixed:before {
  content: ""; }

.fa-cloud-meatball:before {
  content: ""; }

.fa-cloud-moon:before {
  content: ""; }

.fa-cloud-moon-rain:before {
  content: ""; }

.fa-cloud-music:before {
  content: ""; }

.fa-cloud-rain:before {
  content: ""; }

.fa-cloud-rainbow:before {
  content: ""; }

.fa-cloud-showers:before {
  content: ""; }

.fa-cloud-showers-heavy:before {
  content: ""; }

.fa-cloud-sleet:before {
  content: ""; }

.fa-cloud-snow:before {
  content: ""; }

.fa-cloud-sun:before {
  content: ""; }

.fa-cloud-sun-rain:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-cloud-upload-alt:before {
  content: ""; }

.fa-clouds:before {
  content: ""; }

.fa-clouds-moon:before {
  content: ""; }

.fa-clouds-sun:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-club:before {
  content: ""; }

.fa-cocktail:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-code-branch:before {
  content: ""; }

.fa-code-commit:before {
  content: ""; }

.fa-code-merge:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-coffee-pot:before {
  content: "車"; }

.fa-coffee-togo:before {
  content: ""; }

.fa-coffin:before {
  content: ""; }

.fa-coffin-cross:before {
  content: "陋"; }

.fa-cog:before {
  content: ""; }

.fa-cogs:before {
  content: ""; }

.fa-coin:before {
  content: ""; }

.fa-coins:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-comet:before {
  content: "賈"; }

.fa-comment:before {
  content: ""; }

.fa-comment-alt:before {
  content: ""; }

.fa-comment-alt-check:before {
  content: ""; }

.fa-comment-alt-dollar:before {
  content: ""; }

.fa-comment-alt-dots:before {
  content: ""; }

.fa-comment-alt-edit:before {
  content: ""; }

.fa-comment-alt-exclamation:before {
  content: ""; }

.fa-comment-alt-lines:before {
  content: ""; }

.fa-comment-alt-medical:before {
  content: ""; }

.fa-comment-alt-minus:before {
  content: ""; }

.fa-comment-alt-music:before {
  content: ""; }

.fa-comment-alt-plus:before {
  content: ""; }

.fa-comment-alt-slash:before {
  content: ""; }

.fa-comment-alt-smile:before {
  content: ""; }

.fa-comment-alt-times:before {
  content: ""; }

.fa-comment-check:before {
  content: ""; }

.fa-comment-dollar:before {
  content: ""; }

.fa-comment-dots:before {
  content: ""; }

.fa-comment-edit:before {
  content: ""; }

.fa-comment-exclamation:before {
  content: ""; }

.fa-comment-lines:before {
  content: ""; }

.fa-comment-medical:before {
  content: ""; }

.fa-comment-minus:before {
  content: ""; }

.fa-comment-music:before {
  content: ""; }

.fa-comment-plus:before {
  content: ""; }

.fa-comment-slash:before {
  content: ""; }

.fa-comment-smile:before {
  content: ""; }

.fa-comment-times:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-comments-alt:before {
  content: ""; }

.fa-comments-alt-dollar:before {
  content: ""; }

.fa-comments-dollar:before {
  content: ""; }

.fa-compact-disc:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-compass-slash:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-compress-alt:before {
  content: ""; }

.fa-compress-arrows-alt:before {
  content: ""; }

.fa-compress-wide:before {
  content: ""; }

.fa-computer-classic:before {
  content: ""; }

.fa-computer-speaker:before {
  content: ""; }

.fa-concierge-bell:before {
  content: ""; }

.fa-confluence:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-construction:before {
  content: ""; }

.fa-container-storage:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-conveyor-belt:before {
  content: ""; }

.fa-conveyor-belt-alt:before {
  content: ""; }

.fa-cookie:before {
  content: ""; }

.fa-cookie-bite:before {
  content: ""; }

.fa-copy:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-corn:before {
  content: ""; }

.fa-cotton-bureau:before {
  content: ""; }

.fa-couch:before {
  content: ""; }

.fa-cow:before {
  content: ""; }

.fa-cowbell:before {
  content: ""; }

.fa-cowbell-more:before {
  content: ""; }

.fa-cpanel:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-creative-commons-by:before {
  content: ""; }

.fa-creative-commons-nc:before {
  content: ""; }

.fa-creative-commons-nc-eu:before {
  content: ""; }

.fa-creative-commons-nc-jp:before {
  content: ""; }

.fa-creative-commons-nd:before {
  content: ""; }

.fa-creative-commons-pd:before {
  content: ""; }

.fa-creative-commons-pd-alt:before {
  content: ""; }

.fa-creative-commons-remix:before {
  content: ""; }

.fa-creative-commons-sa:before {
  content: ""; }

.fa-creative-commons-sampling:before {
  content: ""; }

.fa-creative-commons-sampling-plus:before {
  content: ""; }

.fa-creative-commons-share:before {
  content: ""; }

.fa-creative-commons-zero:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-credit-card-blank:before {
  content: ""; }

.fa-credit-card-front:before {
  content: ""; }

.fa-cricket:before {
  content: ""; }

.fa-critical-role:before {
  content: ""; }

.fa-croissant:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-crop-alt:before {
  content: ""; }

.fa-cross:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-crow:before {
  content: ""; }

.fa-crown:before {
  content: ""; }

.fa-crutch:before {
  content: ""; }

.fa-crutches:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-curling:before {
  content: ""; }

.fa-cut:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-d-and-d-beyond:before {
  content: ""; }

.fa-dagger:before {
  content: ""; }

.fa-dailymotion:before {
  content: "勒"; }

.fa-dashcube:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-deaf:before {
  content: ""; }

.fa-debug:before {
  content: ""; }

.fa-deer:before {
  content: ""; }

.fa-deer-rudolph:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-democrat:before {
  content: ""; }

.fa-deploydog:before {
  content: ""; }

.fa-deskpro:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-desktop-alt:before {
  content: ""; }

.fa-dev:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-dewpoint:before {
  content: ""; }

.fa-dharmachakra:before {
  content: ""; }

.fa-dhl:before {
  content: ""; }

.fa-diagnoses:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-diaspora:before {
  content: ""; }

.fa-dice:before {
  content: ""; }

.fa-dice-d10:before {
  content: ""; }

.fa-dice-d12:before {
  content: ""; }

.fa-dice-d20:before {
  content: ""; }

.fa-dice-d4:before {
  content: ""; }

.fa-dice-d6:before {
  content: ""; }

.fa-dice-d8:before {
  content: ""; }

.fa-dice-five:before {
  content: ""; }

.fa-dice-four:before {
  content: ""; }

.fa-dice-one:before {
  content: ""; }

.fa-dice-six:before {
  content: ""; }

.fa-dice-three:before {
  content: ""; }

.fa-dice-two:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-digging:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-digital-tachograph:before {
  content: ""; }

.fa-diploma:before {
  content: ""; }

.fa-directions:before {
  content: ""; }

.fa-disc-drive:before {
  content: ""; }

.fa-discord:before {
  content: ""; }

.fa-discourse:before {
  content: ""; }

.fa-disease:before {
  content: ""; }

.fa-divide:before {
  content: ""; }

.fa-dizzy:before {
  content: ""; }

.fa-dna:before {
  content: ""; }

.fa-do-not-enter:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-dog:before {
  content: ""; }

.fa-dog-leashed:before {
  content: ""; }

.fa-dollar-sign:before {
  content: ""; }

.fa-dolly:before {
  content: ""; }

.fa-dolly-empty:before {
  content: ""; }

.fa-dolly-flatbed:before {
  content: ""; }

.fa-dolly-flatbed-alt:before {
  content: ""; }

.fa-dolly-flatbed-empty:before {
  content: ""; }

.fa-donate:before {
  content: ""; }

.fa-door-closed:before {
  content: ""; }

.fa-door-open:before {
  content: ""; }

.fa-dot-circle:before {
  content: ""; }

.fa-dove:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-draft2digital:before {
  content: ""; }

.fa-drafting-compass:before {
  content: ""; }

.fa-dragon:before {
  content: ""; }

.fa-draw-circle:before {
  content: ""; }

.fa-draw-polygon:before {
  content: ""; }

.fa-draw-square:before {
  content: ""; }

.fa-dreidel:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-drone:before {
  content: ""; }

.fa-drone-alt:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-drum:before {
  content: ""; }

.fa-drum-steelpan:before {
  content: ""; }

.fa-drumstick:before {
  content: ""; }

.fa-drumstick-bite:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-dryer:before {
  content: ""; }

.fa-dryer-alt:before {
  content: ""; }

.fa-duck:before {
  content: ""; }

.fa-dumbbell:before {
  content: ""; }

.fa-dumpster:before {
  content: ""; }

.fa-dumpster-fire:before {
  content: ""; }

.fa-dungeon:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-ear:before {
  content: ""; }

.fa-ear-muffs:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-ebay:before {
  content: ""; }

.fa-eclipse:before {
  content: ""; }

.fa-eclipse-alt:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-egg:before {
  content: ""; }

.fa-egg-fried:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

.fa-elephant:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-h-alt:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-ellipsis-v-alt:before {
  content: ""; }

.fa-ello:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-empty-set:before {
  content: ""; }

.fa-engine-warning:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-dollar:before {
  content: ""; }

.fa-envelope-open-text:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-equals:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-erlang:before {
  content: ""; }

.fa-ethereum:before {
  content: ""; }

.fa-ethernet:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-euro-sign:before {
  content: ""; }

.fa-evernote:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-exchange-alt:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-exclamation-square:before {
  content: ""; }

.fa-exclamation-triangle:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-expand-alt:before {
  content: ""; }

.fa-expand-arrows:before {
  content: ""; }

.fa-expand-arrows-alt:before {
  content: ""; }

.fa-expand-wide:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-external-link-alt:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-external-link-square-alt:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-dropper:before {
  content: ""; }

.fa-eye-evil:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-facebook-f:before {
  content: ""; }

.fa-facebook-messenger:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-fan:before {
  content: ""; }

.fa-fan-table:before {
  content: "滑"; }

.fa-fantasy-flight-games:before {
  content: ""; }

.fa-farm:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-faucet:before {
  content: "串"; }

.fa-faucet-drip:before {
  content: "句"; }

.fa-fax:before {
  content: ""; }

.fa-feather:before {
  content: ""; }

.fa-feather-alt:before {
  content: ""; }

.fa-fedex:before {
  content: ""; }

.fa-fedora:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-field-hockey:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-figma:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-alt:before {
  content: ""; }

.fa-file-archive:before {
  content: ""; }

.fa-file-audio:before {
  content: ""; }

.fa-file-certificate:before {
  content: ""; }

.fa-file-chart-line:before {
  content: ""; }

.fa-file-chart-pie:before {
  content: ""; }

.fa-file-check:before {
  content: ""; }

.fa-file-code:before {
  content: ""; }

.fa-file-contract:before {
  content: ""; }

.fa-file-csv:before {
  content: ""; }

.fa-file-download:before {
  content: ""; }

.fa-file-edit:before {
  content: ""; }

.fa-file-excel:before {
  content: ""; }

.fa-file-exclamation:before {
  content: ""; }

.fa-file-export:before {
  content: ""; }

.fa-file-image:before {
  content: ""; }

.fa-file-import:before {
  content: ""; }

.fa-file-invoice:before {
  content: ""; }

.fa-file-invoice-dollar:before {
  content: ""; }

.fa-file-medical:before {
  content: ""; }

.fa-file-medical-alt:before {
  content: ""; }

.fa-file-minus:before {
  content: ""; }

.fa-file-music:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-file-plus:before {
  content: ""; }

.fa-file-powerpoint:before {
  content: ""; }

.fa-file-prescription:before {
  content: ""; }

.fa-file-search:before {
  content: ""; }

.fa-file-signature:before {
  content: ""; }

.fa-file-spreadsheet:before {
  content: ""; }

.fa-file-times:before {
  content: ""; }

.fa-file-upload:before {
  content: ""; }

.fa-file-user:before {
  content: ""; }

.fa-file-video:before {
  content: ""; }

.fa-file-word:before {
  content: ""; }

.fa-files-medical:before {
  content: ""; }

.fa-fill:before {
  content: ""; }

.fa-fill-drip:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-film-alt:before {
  content: ""; }

.fa-film-canister:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-fingerprint:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-fire-alt:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-fire-smoke:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-firefox-browser:before {
  content: "龜"; }

.fa-fireplace:before {
  content: ""; }

.fa-first-aid:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-first-order-alt:before {
  content: ""; }

.fa-firstdraft:before {
  content: ""; }

.fa-fish:before {
  content: ""; }

.fa-fish-cooked:before {
  content: ""; }

.fa-fist-raised:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-flag-alt:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-flag-usa:before {
  content: ""; }

.fa-flame:before {
  content: ""; }

.fa-flashlight:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-flask-poison:before {
  content: ""; }

.fa-flask-potion:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-flower:before {
  content: ""; }

.fa-flower-daffodil:before {
  content: ""; }

.fa-flower-tulip:before {
  content: ""; }

.fa-flushed:before {
  content: ""; }

.fa-flute:before {
  content: ""; }

.fa-flux-capacitor:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-fog:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-download:before {
  content: "肋"; }

.fa-folder-minus:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-folder-plus:before {
  content: ""; }

.fa-folder-times:before {
  content: ""; }

.fa-folder-tree:before {
  content: ""; }

.fa-folder-upload:before {
  content: "凜"; }

.fa-folders:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-font-awesome:before {
  content: ""; }

.fa-font-awesome-alt:before {
  content: ""; }

.fa-font-awesome-flag:before {
  content: ""; }

.fa-font-awesome-logo-full:before {
  content: ""; }

.fa-font-case:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-football-ball:before {
  content: ""; }

.fa-football-helmet:before {
  content: ""; }

.fa-forklift:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-fort-awesome-alt:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-fragile:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-freebsd:before {
  content: ""; }

.fa-french-fries:before {
  content: ""; }

.fa-frog:before {
  content: ""; }

.fa-frosty-head:before {
  content: ""; }

.fa-frown:before {
  content: ""; }

.fa-frown-open:before {
  content: ""; }

.fa-fulcrum:before {
  content: ""; }

.fa-function:before {
  content: ""; }

.fa-funnel-dollar:before {
  content: ""; }

.fa-futbol:before {
  content: ""; }

.fa-galactic-republic:before {
  content: ""; }

.fa-galactic-senate:before {
  content: ""; }

.fa-galaxy:before {
  content: "龜"; }

.fa-game-board:before {
  content: ""; }

.fa-game-board-alt:before {
  content: ""; }

.fa-game-console-handheld:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-gamepad-alt:before {
  content: ""; }

.fa-garage:before {
  content: "契"; }

.fa-garage-car:before {
  content: "金"; }

.fa-garage-open:before {
  content: "喇"; }

.fa-gas-pump:before {
  content: ""; }

.fa-gas-pump-slash:before {
  content: ""; }

.fa-gavel:before {
  content: ""; }

.fa-gem:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-ghost:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-gift-card:before {
  content: ""; }

.fa-gifts:before {
  content: ""; }

.fa-gingerbread-man:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-git-alt:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-gitkraken:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-gitter:before {
  content: ""; }

.fa-glass:before {
  content: ""; }

.fa-glass-champagne:before {
  content: ""; }

.fa-glass-cheers:before {
  content: ""; }

.fa-glass-citrus:before {
  content: ""; }

.fa-glass-martini:before {
  content: ""; }

.fa-glass-martini-alt:before {
  content: ""; }

.fa-glass-whiskey:before {
  content: ""; }

.fa-glass-whiskey-rocks:before {
  content: ""; }

.fa-glasses:before {
  content: ""; }

.fa-glasses-alt:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-globe-africa:before {
  content: ""; }

.fa-globe-americas:before {
  content: ""; }

.fa-globe-asia:before {
  content: ""; }

.fa-globe-europe:before {
  content: ""; }

.fa-globe-snow:before {
  content: ""; }

.fa-globe-stand:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-golf-ball:before {
  content: ""; }

.fa-golf-club:before {
  content: ""; }

.fa-goodreads:before {
  content: ""; }

.fa-goodreads-g:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-google-drive:before {
  content: ""; }

.fa-google-play:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-google-plus-g:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-gopuram:before {
  content: ""; }

.fa-graduation-cap:before {
  content: ""; }

.fa-gramophone:before {
  content: ""; }

.fa-gratipay:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-greater-than:before {
  content: ""; }

.fa-greater-than-equal:before {
  content: ""; }

.fa-grimace:before {
  content: ""; }

.fa-grin:before {
  content: ""; }

.fa-grin-alt:before {
  content: ""; }

.fa-grin-beam:before {
  content: ""; }

.fa-grin-beam-sweat:before {
  content: ""; }

.fa-grin-hearts:before {
  content: ""; }

.fa-grin-squint:before {
  content: ""; }

.fa-grin-squint-tears:before {
  content: ""; }

.fa-grin-stars:before {
  content: ""; }

.fa-grin-tears:before {
  content: ""; }

.fa-grin-tongue:before {
  content: ""; }

.fa-grin-tongue-squint:before {
  content: ""; }

.fa-grin-tongue-wink:before {
  content: ""; }

.fa-grin-wink:before {
  content: ""; }

.fa-grip-horizontal:before {
  content: ""; }

.fa-grip-lines:before {
  content: ""; }

.fa-grip-lines-vertical:before {
  content: ""; }

.fa-grip-vertical:before {
  content: ""; }

.fa-gripfire:before {
  content: ""; }

.fa-grunt:before {
  content: ""; }

.fa-guitar:before {
  content: ""; }

.fa-guitar-electric:before {
  content: ""; }

.fa-guitars:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-h1:before {
  content: ""; }

.fa-h2:before {
  content: ""; }

.fa-h3:before {
  content: ""; }

.fa-h4:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-hacker-news-square:before {
  content: ""; }

.fa-hackerrank:before {
  content: ""; }

.fa-hamburger:before {
  content: ""; }

.fa-hammer:before {
  content: ""; }

.fa-hammer-war:before {
  content: ""; }

.fa-hamsa:before {
  content: ""; }

.fa-hand-heart:before {
  content: ""; }

.fa-hand-holding:before {
  content: ""; }

.fa-hand-holding-box:before {
  content: ""; }

.fa-hand-holding-heart:before {
  content: ""; }

.fa-hand-holding-magic:before {
  content: ""; }

.fa-hand-holding-medical:before {
  content: "樂"; }

.fa-hand-holding-seedling:before {
  content: ""; }

.fa-hand-holding-usd:before {
  content: ""; }

.fa-hand-holding-water:before {
  content: ""; }

.fa-hand-lizard:before {
  content: ""; }

.fa-hand-middle-finger:before {
  content: ""; }

.fa-hand-paper:before {
  content: ""; }

.fa-hand-peace:before {
  content: ""; }

.fa-hand-point-down:before {
  content: ""; }

.fa-hand-point-left:before {
  content: ""; }

.fa-hand-point-right:before {
  content: ""; }

.fa-hand-point-up:before {
  content: ""; }

.fa-hand-pointer:before {
  content: ""; }

.fa-hand-receiving:before {
  content: ""; }

.fa-hand-rock:before {
  content: ""; }

.fa-hand-scissors:before {
  content: ""; }

.fa-hand-sparkles:before {
  content: "諾"; }

.fa-hand-spock:before {
  content: ""; }

.fa-hands:before {
  content: ""; }

.fa-hands-heart:before {
  content: ""; }

.fa-hands-helping:before {
  content: ""; }

.fa-hands-usd:before {
  content: ""; }

.fa-hands-wash:before {
  content: "丹"; }

.fa-handshake:before {
  content: ""; }

.fa-handshake-alt:before {
  content: ""; }

.fa-handshake-alt-slash:before {
  content: "寧"; }

.fa-handshake-slash:before {
  content: "怒"; }

.fa-hanukiah:before {
  content: ""; }

.fa-hard-hat:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-hat-chef:before {
  content: ""; }

.fa-hat-cowboy:before {
  content: ""; }

.fa-hat-cowboy-side:before {
  content: ""; }

.fa-hat-santa:before {
  content: ""; }

.fa-hat-winter:before {
  content: ""; }

.fa-hat-witch:before {
  content: ""; }

.fa-hat-wizard:before {
  content: ""; }

.fa-hdd:before {
  content: ""; }

.fa-head-side:before {
  content: ""; }

.fa-head-side-brain:before {
  content: ""; }

.fa-head-side-cough:before {
  content: "率"; }

.fa-head-side-cough-slash:before {
  content: "異"; }

.fa-head-side-headphones:before {
  content: ""; }

.fa-head-side-mask:before {
  content: "北"; }

.fa-head-side-medical:before {
  content: ""; }

.fa-head-side-virus:before {
  content: "磻"; }

.fa-head-vr:before {
  content: ""; }

.fa-heading:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-headphones-alt:before {
  content: ""; }

.fa-headset:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-heart-broken:before {
  content: ""; }

.fa-heart-circle:before {
  content: ""; }

.fa-heart-rate:before {
  content: ""; }

.fa-heart-square:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-heat:before {
  content: "奈"; }

.fa-helicopter:before {
  content: ""; }

.fa-helmet-battle:before {
  content: ""; }

.fa-hexagon:before {
  content: ""; }

.fa-highlighter:before {
  content: ""; }

.fa-hiking:before {
  content: ""; }

.fa-hippo:before {
  content: ""; }

.fa-hips:before {
  content: ""; }

.fa-hire-a-helper:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-hockey-mask:before {
  content: ""; }

.fa-hockey-puck:before {
  content: ""; }

.fa-hockey-sticks:before {
  content: ""; }

.fa-holly-berry:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-home-alt:before {
  content: ""; }

.fa-home-heart:before {
  content: ""; }

.fa-home-lg:before {
  content: ""; }

.fa-home-lg-alt:before {
  content: ""; }

.fa-hood-cloak:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-horizontal-rule:before {
  content: ""; }

.fa-hornbill:before {
  content: ""; }

.fa-horse:before {
  content: ""; }

.fa-horse-head:before {
  content: ""; }

.fa-horse-saddle:before {
  content: ""; }

.fa-hospital:before {
  content: ""; }

.fa-hospital-alt:before {
  content: ""; }

.fa-hospital-symbol:before {
  content: ""; }

.fa-hospital-user:before {
  content: ""; }

.fa-hospitals:before {
  content: ""; }

.fa-hot-tub:before {
  content: ""; }

.fa-hotdog:before {
  content: ""; }

.fa-hotel:before {
  content: ""; }

.fa-hotjar:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-start:before {
  content: ""; }

.fa-house:before {
  content: "懶"; }

.fa-house-damage:before {
  content: ""; }

.fa-house-day:before {
  content: "癩"; }

.fa-house-flood:before {
  content: ""; }

.fa-house-leave:before {
  content: "羅"; }

.fa-house-night:before {
  content: "蘿"; }

.fa-house-return:before {
  content: "螺"; }

.fa-house-signal:before {
  content: "裸"; }

.fa-house-user:before {
  content: "便"; }

.fa-houzz:before {
  content: ""; }

.fa-hryvnia:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

.fa-humidity:before {
  content: ""; }

.fa-hurricane:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-ice-cream:before {
  content: ""; }

.fa-ice-skate:before {
  content: ""; }

.fa-icicles:before {
  content: ""; }

.fa-icons:before {
  content: ""; }

.fa-icons-alt:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-id-card:before {
  content: ""; }

.fa-id-card-alt:before {
  content: ""; }

.fa-ideal:before {
  content: "邏"; }

.fa-igloo:before {
  content: ""; }

.fa-image:before {
  content: ""; }

.fa-image-polaroid:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-inbox-in:before {
  content: ""; }

.fa-inbox-out:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-industry-alt:before {
  content: ""; }

.fa-infinity:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-info-square:before {
  content: ""; }

.fa-inhaler:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-instagram-square:before {
  content: "凌"; }

.fa-integral:before {
  content: ""; }

.fa-intercom:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-intersection:before {
  content: ""; }

.fa-inventory:before {
  content: ""; }

.fa-invision:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-island-tropical:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-itch-io:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-jack-o-lantern:before {
  content: ""; }

.fa-java:before {
  content: ""; }

.fa-jedi:before {
  content: ""; }

.fa-jedi-order:before {
  content: ""; }

.fa-jenkins:before {
  content: ""; }

.fa-jira:before {
  content: ""; }

.fa-joget:before {
  content: ""; }

.fa-joint:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-journal-whills:before {
  content: ""; }

.fa-joystick:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-jug:before {
  content: ""; }

.fa-kaaba:before {
  content: ""; }

.fa-kaggle:before {
  content: ""; }

.fa-kazoo:before {
  content: ""; }

.fa-kerning:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-key-skeleton:before {
  content: ""; }

.fa-keybase:before {
  content: ""; }

.fa-keyboard:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-keynote:before {
  content: ""; }

.fa-khanda:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-kidneys:before {
  content: ""; }

.fa-kiss:before {
  content: ""; }

.fa-kiss-beam:before {
  content: ""; }

.fa-kiss-wink-heart:before {
  content: ""; }

.fa-kite:before {
  content: ""; }

.fa-kiwi-bird:before {
  content: ""; }

.fa-knife-kitchen:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-lambda:before {
  content: ""; }

.fa-lamp:before {
  content: ""; }

.fa-lamp-desk:before {
  content: "樂"; }

.fa-lamp-floor:before {
  content: "洛"; }

.fa-landmark:before {
  content: ""; }

.fa-landmark-alt:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-laptop-code:before {
  content: ""; }

.fa-laptop-house:before {
  content: "復"; }

.fa-laptop-medical:before {
  content: ""; }

.fa-laravel:before {
  content: ""; }

.fa-lasso:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-laugh:before {
  content: ""; }

.fa-laugh-beam:before {
  content: ""; }

.fa-laugh-squint:before {
  content: ""; }

.fa-laugh-wink:before {
  content: ""; }

.fa-layer-group:before {
  content: ""; }

.fa-layer-minus:before {
  content: ""; }

.fa-layer-plus:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-leaf-heart:before {
  content: ""; }

.fa-leaf-maple:before {
  content: ""; }

.fa-leaf-oak:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-lemon:before {
  content: ""; }

.fa-less:before {
  content: ""; }

.fa-less-than:before {
  content: ""; }

.fa-less-than-equal:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-level-down-alt:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-up-alt:before {
  content: ""; }

.fa-life-ring:before {
  content: ""; }

.fa-light-ceiling:before {
  content: "烙"; }

.fa-light-switch:before {
  content: "珞"; }

.fa-light-switch-off:before {
  content: "落"; }

.fa-light-switch-on:before {
  content: "酪"; }

.fa-lightbulb:before {
  content: ""; }

.fa-lightbulb-dollar:before {
  content: ""; }

.fa-lightbulb-exclamation:before {
  content: ""; }

.fa-lightbulb-on:before {
  content: ""; }

.fa-lightbulb-slash:before {
  content: ""; }

.fa-lights-holiday:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-line-columns:before {
  content: ""; }

.fa-line-height:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-lips:before {
  content: ""; }

.fa-lira-sign:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-list-music:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-location:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-location-circle:before {
  content: ""; }

.fa-location-slash:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-lock-alt:before {
  content: ""; }

.fa-lock-open:before {
  content: ""; }

.fa-lock-open-alt:before {
  content: ""; }

.fa-long-arrow-alt-down:before {
  content: ""; }

.fa-long-arrow-alt-left:before {
  content: ""; }

.fa-long-arrow-alt-right:before {
  content: ""; }

.fa-long-arrow-alt-up:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-loveseat:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-luchador:before {
  content: ""; }

.fa-luggage-cart:before {
  content: ""; }

.fa-lungs:before {
  content: ""; }

.fa-lungs-virus:before {
  content: "不"; }

.fa-lyft:before {
  content: ""; }

.fa-mace:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-mail-bulk:before {
  content: ""; }

.fa-mailbox:before {
  content: ""; }

.fa-mailchimp:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-mandalorian:before {
  content: ""; }

.fa-mandolin:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-map-marked:before {
  content: ""; }

.fa-map-marked-alt:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-map-marker-alt:before {
  content: ""; }

.fa-map-marker-alt-slash:before {
  content: ""; }

.fa-map-marker-check:before {
  content: ""; }

.fa-map-marker-edit:before {
  content: ""; }

.fa-map-marker-exclamation:before {
  content: ""; }

.fa-map-marker-minus:before {
  content: ""; }

.fa-map-marker-plus:before {
  content: ""; }

.fa-map-marker-question:before {
  content: ""; }

.fa-map-marker-slash:before {
  content: ""; }

.fa-map-marker-smile:before {
  content: ""; }

.fa-map-marker-times:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-markdown:before {
  content: ""; }

.fa-marker:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mask:before {
  content: ""; }

.fa-mastodon:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-mdb:before {
  content: ""; }

.fa-meat:before {
  content: ""; }

.fa-medal:before {
  content: ""; }

.fa-medapps:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-medium-m:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-medrt:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-megaphone:before {
  content: ""; }

.fa-megaport:before {
  content: ""; }

.fa-meh:before {
  content: ""; }

.fa-meh-blank:before {
  content: ""; }

.fa-meh-rolling-eyes:before {
  content: ""; }

.fa-memory:before {
  content: ""; }

.fa-mendeley:before {
  content: ""; }

.fa-menorah:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-meteor:before {
  content: ""; }

.fa-microblog:before {
  content: "駱"; }

.fa-microchip:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-alt:before {
  content: ""; }

.fa-microphone-alt-slash:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-microphone-stand:before {
  content: ""; }

.fa-microscope:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-microwave:before {
  content: "亂"; }

.fa-mind-share:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-minus-hexagon:before {
  content: ""; }

.fa-minus-octagon:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-mistletoe:before {
  content: ""; }

.fa-mitten:before {
  content: ""; }

.fa-mix:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-mixer:before {
  content: "稜"; }

.fa-mizuni:before {
  content: ""; }

.fa-mobile:before {
  content: ""; }

.fa-mobile-alt:before {
  content: ""; }

.fa-mobile-android:before {
  content: ""; }

.fa-mobile-android-alt:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-monero:before {
  content: ""; }

.fa-money-bill:before {
  content: ""; }

.fa-money-bill-alt:before {
  content: ""; }

.fa-money-bill-wave:before {
  content: ""; }

.fa-money-bill-wave-alt:before {
  content: ""; }

.fa-money-check:before {
  content: ""; }

.fa-money-check-alt:before {
  content: ""; }

.fa-money-check-edit:before {
  content: ""; }

.fa-money-check-edit-alt:before {
  content: ""; }

.fa-monitor-heart-rate:before {
  content: ""; }

.fa-monkey:before {
  content: ""; }

.fa-monument:before {
  content: ""; }

.fa-moon:before {
  content: ""; }

.fa-moon-cloud:before {
  content: ""; }

.fa-moon-stars:before {
  content: ""; }

.fa-mortar-pestle:before {
  content: ""; }

.fa-mosque:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-mountain:before {
  content: ""; }

.fa-mountains:before {
  content: ""; }

.fa-mouse:before {
  content: ""; }

.fa-mouse-alt:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-mp3-player:before {
  content: ""; }

.fa-mug:before {
  content: ""; }

.fa-mug-hot:before {
  content: ""; }

.fa-mug-marshmallows:before {
  content: ""; }

.fa-mug-tea:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-music-alt:before {
  content: ""; }

.fa-music-alt-slash:before {
  content: ""; }

.fa-music-slash:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-narwhal:before {
  content: ""; }

.fa-neos:before {
  content: ""; }

.fa-network-wired:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-newspaper:before {
  content: ""; }

.fa-nimblr:before {
  content: ""; }

.fa-node:before {
  content: ""; }

.fa-node-js:before {
  content: ""; }

.fa-not-equal:before {
  content: ""; }

.fa-notes-medical:before {
  content: ""; }

.fa-npm:before {
  content: ""; }

.fa-ns8:before {
  content: ""; }

.fa-nutritionix:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-octagon:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-oil-can:before {
  content: ""; }

.fa-oil-temp:before {
  content: ""; }

.fa-old-republic:before {
  content: ""; }

.fa-om:before {
  content: ""; }

.fa-omega:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-orcid:before {
  content: ""; }

.fa-ornament:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-otter:before {
  content: ""; }

.fa-outdent:before {
  content: ""; }

.fa-outlet:before {
  content: "卵"; }

.fa-oven:before {
  content: "欄"; }

.fa-overline:before {
  content: ""; }

.fa-page-break:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-pager:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-paint-brush-alt:before {
  content: ""; }

.fa-paint-roller:before {
  content: ""; }

.fa-palette:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-pallet:before {
  content: ""; }

.fa-pallet-alt:before {
  content: ""; }

.fa-paper-plane:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-parachute-box:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-paragraph-rtl:before {
  content: ""; }

.fa-parking:before {
  content: ""; }

.fa-parking-circle:before {
  content: ""; }

.fa-parking-circle-slash:before {
  content: ""; }

.fa-parking-slash:before {
  content: ""; }

.fa-passport:before {
  content: ""; }

.fa-pastafarianism:before {
  content: ""; }

.fa-paste:before {
  content: ""; }

.fa-patreon:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-paw-alt:before {
  content: ""; }

.fa-paw-claws:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-peace:before {
  content: ""; }

.fa-pegasus:before {
  content: ""; }

.fa-pen:before {
  content: ""; }

.fa-pen-alt:before {
  content: ""; }

.fa-pen-fancy:before {
  content: ""; }

.fa-pen-nib:before {
  content: ""; }

.fa-pen-square:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-pencil-alt:before {
  content: ""; }

.fa-pencil-paintbrush:before {
  content: ""; }

.fa-pencil-ruler:before {
  content: ""; }

.fa-pennant:before {
  content: ""; }

.fa-penny-arcade:before {
  content: ""; }

.fa-people-arrows:before {
  content: "泌"; }

.fa-people-carry:before {
  content: ""; }

.fa-pepper-hot:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-percentage:before {
  content: ""; }

.fa-periscope:before {
  content: ""; }

.fa-person-booth:before {
  content: ""; }

.fa-person-carry:before {
  content: ""; }

.fa-person-dolly:before {
  content: ""; }

.fa-person-dolly-empty:before {
  content: ""; }

.fa-person-sign:before {
  content: ""; }

.fa-phabricator:before {
  content: ""; }

.fa-phoenix-framework:before {
  content: ""; }

.fa-phoenix-squadron:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-phone-alt:before {
  content: ""; }

.fa-phone-laptop:before {
  content: ""; }

.fa-phone-office:before {
  content: ""; }

.fa-phone-plus:before {
  content: ""; }

.fa-phone-rotary:before {
  content: ""; }

.fa-phone-slash:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-phone-square-alt:before {
  content: ""; }

.fa-phone-volume:before {
  content: ""; }

.fa-photo-video:before {
  content: ""; }

.fa-php:before {
  content: ""; }

.fa-pi:before {
  content: ""; }

.fa-piano:before {
  content: ""; }

.fa-piano-keyboard:before {
  content: ""; }

.fa-pie:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-pied-piper-hat:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-square:before {
  content: "爛"; }

.fa-pig:before {
  content: ""; }

.fa-piggy-bank:before {
  content: ""; }

.fa-pills:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-pizza:before {
  content: ""; }

.fa-pizza-slice:before {
  content: ""; }

.fa-place-of-worship:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-plane-alt:before {
  content: ""; }

.fa-plane-arrival:before {
  content: ""; }

.fa-plane-departure:before {
  content: ""; }

.fa-plane-slash:before {
  content: "數"; }

.fa-planet-moon:before {
  content: "蘭"; }

.fa-planet-ringed:before {
  content: "鸞"; }

.fa-play:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-playstation:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-plus-hexagon:before {
  content: ""; }

.fa-plus-octagon:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-podium:before {
  content: ""; }

.fa-podium-star:before {
  content: ""; }

.fa-police-box:before {
  content: "嵐"; }

.fa-poll:before {
  content: ""; }

.fa-poll-h:before {
  content: ""; }

.fa-poll-people:before {
  content: ""; }

.fa-poo:before {
  content: ""; }

.fa-poo-storm:before {
  content: ""; }

.fa-poop:before {
  content: ""; }

.fa-popcorn:before {
  content: ""; }

.fa-portal-enter:before {
  content: "濫"; }

.fa-portal-exit:before {
  content: "藍"; }

.fa-portrait:before {
  content: ""; }

.fa-pound-sign:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-pray:before {
  content: ""; }

.fa-praying-hands:before {
  content: ""; }

.fa-prescription:before {
  content: ""; }

.fa-prescription-bottle:before {
  content: ""; }

.fa-prescription-bottle-alt:before {
  content: ""; }

.fa-presentation:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-print-search:before {
  content: ""; }

.fa-print-slash:before {
  content: ""; }

.fa-procedures:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-project-diagram:before {
  content: ""; }

.fa-projector:before {
  content: ""; }

.fa-pump-medical:before {
  content: "索"; }

.fa-pump-soap:before {
  content: "參"; }

.fa-pumpkin:before {
  content: ""; }

.fa-pushed:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-python:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-question-square:before {
  content: ""; }

.fa-quidditch:before {
  content: ""; }

.fa-quinscape:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-quran:before {
  content: ""; }

.fa-r-project:before {
  content: ""; }

.fa-rabbit:before {
  content: ""; }

.fa-rabbit-fast:before {
  content: ""; }

.fa-racquet:before {
  content: ""; }

.fa-radar:before {
  content: "襤"; }

.fa-radiation:before {
  content: ""; }

.fa-radiation-alt:before {
  content: ""; }

.fa-radio:before {
  content: ""; }

.fa-radio-alt:before {
  content: ""; }

.fa-rainbow:before {
  content: ""; }

.fa-raindrops:before {
  content: ""; }

.fa-ram:before {
  content: ""; }

.fa-ramp-loading:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-raspberry-pi:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-raygun:before {
  content: "拉"; }

.fa-react:before {
  content: ""; }

.fa-reacteurope:before {
  content: ""; }

.fa-readme:before {
  content: ""; }

.fa-rebel:before {
  content: ""; }

.fa-receipt:before {
  content: ""; }

.fa-record-vinyl:before {
  content: ""; }

.fa-rectangle-landscape:before {
  content: ""; }

.fa-rectangle-portrait:before {
  content: ""; }

.fa-rectangle-wide:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-red-river:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-redhat:before {
  content: ""; }

.fa-redo:before {
  content: ""; }

.fa-redo-alt:before {
  content: ""; }

.fa-refrigerator:before {
  content: "臘"; }

.fa-registered:before {
  content: ""; }

.fa-remove-format:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-repeat:before {
  content: ""; }

.fa-repeat-1:before {
  content: ""; }

.fa-repeat-1-alt:before {
  content: ""; }

.fa-repeat-alt:before {
  content: ""; }

.fa-reply:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-replyd:before {
  content: ""; }

.fa-republican:before {
  content: ""; }

.fa-researchgate:before {
  content: ""; }

.fa-resolving:before {
  content: ""; }

.fa-restroom:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-retweet-alt:before {
  content: ""; }

.fa-rev:before {
  content: ""; }

.fa-ribbon:before {
  content: ""; }

.fa-ring:before {
  content: ""; }

.fa-rings-wedding:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-robot:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-rocket-launch:before {
  content: "蠟"; }

.fa-rocketchat:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-route:before {
  content: ""; }

.fa-route-highway:before {
  content: ""; }

.fa-route-interstate:before {
  content: ""; }

.fa-router:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-ruble-sign:before {
  content: ""; }

.fa-ruler:before {
  content: ""; }

.fa-ruler-combined:before {
  content: ""; }

.fa-ruler-horizontal:before {
  content: ""; }

.fa-ruler-triangle:before {
  content: ""; }

.fa-ruler-vertical:before {
  content: ""; }

.fa-running:before {
  content: ""; }

.fa-rupee-sign:before {
  content: ""; }

.fa-rv:before {
  content: ""; }

.fa-sack:before {
  content: ""; }

.fa-sack-dollar:before {
  content: ""; }

.fa-sad-cry:before {
  content: ""; }

.fa-sad-tear:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-salad:before {
  content: ""; }

.fa-salesforce:before {
  content: ""; }

.fa-sandwich:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-satellite:before {
  content: ""; }

.fa-satellite-dish:before {
  content: ""; }

.fa-sausage:before {
  content: ""; }

.fa-save:before {
  content: ""; }

.fa-sax-hot:before {
  content: ""; }

.fa-saxophone:before {
  content: ""; }

.fa-scalpel:before {
  content: ""; }

.fa-scalpel-path:before {
  content: ""; }

.fa-scanner:before {
  content: ""; }

.fa-scanner-image:before {
  content: ""; }

.fa-scanner-keyboard:before {
  content: ""; }

.fa-scanner-touchscreen:before {
  content: ""; }

.fa-scarecrow:before {
  content: ""; }

.fa-scarf:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-school:before {
  content: ""; }

.fa-screwdriver:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-scroll:before {
  content: ""; }

.fa-scroll-old:before {
  content: ""; }

.fa-scrubber:before {
  content: ""; }

.fa-scythe:before {
  content: ""; }

.fa-sd-card:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-search-dollar:before {
  content: ""; }

.fa-search-location:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-searchengin:before {
  content: ""; }

.fa-seedling:before {
  content: ""; }

.fa-sellcast:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-send-back:before {
  content: ""; }

.fa-send-backward:before {
  content: ""; }

.fa-sensor:before {
  content: "廊"; }

.fa-sensor-alert:before {
  content: "朗"; }

.fa-sensor-fire:before {
  content: "浪"; }

.fa-sensor-on:before {
  content: "狼"; }

.fa-sensor-smoke:before {
  content: "郎"; }

.fa-server:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-shapes:before {
  content: ""; }

.fa-share:before {
  content: ""; }

.fa-share-all:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-sheep:before {
  content: ""; }

.fa-shekel-sign:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-shield-alt:before {
  content: ""; }

.fa-shield-check:before {
  content: ""; }

.fa-shield-cross:before {
  content: ""; }

.fa-shield-virus:before {
  content: "塞"; }

.fa-ship:before {
  content: ""; }

.fa-shipping-fast:before {
  content: ""; }

.fa-shipping-timed:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-shish-kebab:before {
  content: ""; }

.fa-shoe-prints:before {
  content: ""; }

.fa-shopify:before {
  content: "綾"; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-shopware:before {
  content: ""; }

.fa-shovel:before {
  content: ""; }

.fa-shovel-snow:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-shredder:before {
  content: ""; }

.fa-shuttle-van:before {
  content: ""; }

.fa-shuttlecock:before {
  content: ""; }

.fa-sickle:before {
  content: ""; }

.fa-sigma:before {
  content: ""; }

.fa-sign:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-sign-in-alt:before {
  content: ""; }

.fa-sign-language:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-sign-out-alt:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-signal-1:before {
  content: ""; }

.fa-signal-2:before {
  content: ""; }

.fa-signal-3:before {
  content: ""; }

.fa-signal-4:before {
  content: ""; }

.fa-signal-alt:before {
  content: ""; }

.fa-signal-alt-1:before {
  content: ""; }

.fa-signal-alt-2:before {
  content: ""; }

.fa-signal-alt-3:before {
  content: ""; }

.fa-signal-alt-slash:before {
  content: ""; }

.fa-signal-slash:before {
  content: ""; }

.fa-signal-stream:before {
  content: ""; }

.fa-signature:before {
  content: ""; }

.fa-sim-card:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-sink:before {
  content: "省"; }

.fa-siren:before {
  content: "來"; }

.fa-siren-on:before {
  content: "冷"; }

.fa-sistrix:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-sith:before {
  content: ""; }

.fa-skating:before {
  content: ""; }

.fa-skeleton:before {
  content: ""; }

.fa-sketch:before {
  content: ""; }

.fa-ski-jump:before {
  content: ""; }

.fa-ski-lift:before {
  content: ""; }

.fa-skiing:before {
  content: ""; }

.fa-skiing-nordic:before {
  content: ""; }

.fa-skull:before {
  content: ""; }

.fa-skull-cow:before {
  content: ""; }

.fa-skull-crossbones:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-slack-hash:before {
  content: ""; }

.fa-slash:before {
  content: ""; }

.fa-sledding:before {
  content: ""; }

.fa-sleigh:before {
  content: ""; }

.fa-sliders-h:before {
  content: ""; }

.fa-sliders-h-square:before {
  content: ""; }

.fa-sliders-v:before {
  content: ""; }

.fa-sliders-v-square:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-smile:before {
  content: ""; }

.fa-smile-beam:before {
  content: ""; }

.fa-smile-plus:before {
  content: ""; }

.fa-smile-wink:before {
  content: ""; }

.fa-smog:before {
  content: ""; }

.fa-smoke:before {
  content: ""; }

.fa-smoking:before {
  content: ""; }

.fa-smoking-ban:before {
  content: ""; }

.fa-sms:before {
  content: ""; }

.fa-snake:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-snooze:before {
  content: ""; }

.fa-snow-blowing:before {
  content: ""; }

.fa-snowboarding:before {
  content: ""; }

.fa-snowflake:before {
  content: ""; }

.fa-snowflakes:before {
  content: ""; }

.fa-snowman:before {
  content: ""; }

.fa-snowmobile:before {
  content: ""; }

.fa-snowplow:before {
  content: ""; }

.fa-soap:before {
  content: "葉"; }

.fa-socks:before {
  content: ""; }

.fa-solar-panel:before {
  content: ""; }

.fa-solar-system:before {
  content: "勞"; }

.fa-sort:before {
  content: ""; }

.fa-sort-alpha-down:before {
  content: ""; }

.fa-sort-alpha-down-alt:before {
  content: ""; }

.fa-sort-alpha-up:before {
  content: ""; }

.fa-sort-alpha-up-alt:before {
  content: ""; }

.fa-sort-alt:before {
  content: ""; }

.fa-sort-amount-down:before {
  content: ""; }

.fa-sort-amount-down-alt:before {
  content: ""; }

.fa-sort-amount-up:before {
  content: ""; }

.fa-sort-amount-up-alt:before {
  content: ""; }

.fa-sort-circle:before {
  content: "擄"; }

.fa-sort-circle-down:before {
  content: "櫓"; }

.fa-sort-circle-up:before {
  content: "爐"; }

.fa-sort-down:before {
  content: ""; }

.fa-sort-numeric-down:before {
  content: ""; }

.fa-sort-numeric-down-alt:before {
  content: ""; }

.fa-sort-numeric-up:before {
  content: ""; }

.fa-sort-numeric-up-alt:before {
  content: ""; }

.fa-sort-shapes-down:before {
  content: ""; }

.fa-sort-shapes-down-alt:before {
  content: ""; }

.fa-sort-shapes-up:before {
  content: ""; }

.fa-sort-shapes-up-alt:before {
  content: ""; }

.fa-sort-size-down:before {
  content: ""; }

.fa-sort-size-down-alt:before {
  content: ""; }

.fa-sort-size-up:before {
  content: ""; }

.fa-sort-size-up-alt:before {
  content: ""; }

.fa-sort-up:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-soup:before {
  content: ""; }

.fa-sourcetree:before {
  content: ""; }

.fa-spa:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-space-station-moon:before {
  content: "盧"; }

.fa-space-station-moon-alt:before {
  content: "老"; }

.fa-spade:before {
  content: ""; }

.fa-sparkles:before {
  content: ""; }

.fa-speakap:before {
  content: ""; }

.fa-speaker:before {
  content: ""; }

.fa-speaker-deck:before {
  content: ""; }

.fa-speakers:before {
  content: ""; }

.fa-spell-check:before {
  content: ""; }

.fa-spider:before {
  content: ""; }

.fa-spider-black-widow:before {
  content: ""; }

.fa-spider-web:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-spinner-third:before {
  content: ""; }

.fa-splotch:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-spray-can:before {
  content: ""; }

.fa-sprinkler:before {
  content: "蘆"; }

.fa-square:before {
  content: ""; }

.fa-square-full:before {
  content: ""; }

.fa-square-root:before {
  content: ""; }

.fa-square-root-alt:before {
  content: ""; }

.fa-squarespace:before {
  content: ""; }

.fa-squirrel:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-stackpath:before {
  content: ""; }

.fa-staff:before {
  content: ""; }

.fa-stamp:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-and-crescent:before {
  content: ""; }

.fa-star-christmas:before {
  content: ""; }

.fa-star-exclamation:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-star-half-alt:before {
  content: ""; }

.fa-star-of-david:before {
  content: ""; }

.fa-star-of-life:before {
  content: ""; }

.fa-star-shooting:before {
  content: "虜"; }

.fa-starfighter:before {
  content: "路"; }

.fa-starfighter-alt:before {
  content: "露"; }

.fa-stars:before {
  content: ""; }

.fa-starship:before {
  content: "魯"; }

.fa-starship-freighter:before {
  content: "鷺"; }

.fa-staylinked:before {
  content: ""; }

.fa-steak:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-steam-symbol:before {
  content: ""; }

.fa-steering-wheel:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-sticker-mule:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-stocking:before {
  content: ""; }

.fa-stomach:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stopwatch:before {
  content: ""; }

.fa-stopwatch-20:before {
  content: "說"; }

.fa-store:before {
  content: ""; }

.fa-store-alt:before {
  content: ""; }

.fa-store-alt-slash:before {
  content: "殺"; }

.fa-store-slash:before {
  content: "辰"; }

.fa-strava:before {
  content: ""; }

.fa-stream:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-stretcher:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-stripe:before {
  content: ""; }

.fa-stripe-s:before {
  content: ""; }

.fa-stroopwafel:before {
  content: ""; }

.fa-studiovinari:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-suitcase-rolling:before {
  content: ""; }

.fa-sun:before {
  content: ""; }

.fa-sun-cloud:before {
  content: ""; }

.fa-sun-dust:before {
  content: ""; }

.fa-sun-haze:before {
  content: ""; }

.fa-sunglasses:before {
  content: ""; }

.fa-sunrise:before {
  content: ""; }

.fa-sunset:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-supple:before {
  content: ""; }

.fa-surprise:before {
  content: ""; }

.fa-suse:before {
  content: ""; }

.fa-swatchbook:before {
  content: ""; }

.fa-swift:before {
  content: ""; }

.fa-swimmer:before {
  content: ""; }

.fa-swimming-pool:before {
  content: ""; }

.fa-sword:before {
  content: ""; }

.fa-sword-laser:before {
  content: "碌"; }

.fa-sword-laser-alt:before {
  content: "祿"; }

.fa-swords:before {
  content: ""; }

.fa-swords-laser:before {
  content: "綠"; }

.fa-symfony:before {
  content: ""; }

.fa-synagogue:before {
  content: ""; }

.fa-sync:before {
  content: ""; }

.fa-sync-alt:before {
  content: ""; }

.fa-syringe:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-table-tennis:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-tablet-alt:before {
  content: ""; }

.fa-tablet-android:before {
  content: ""; }

.fa-tablet-android-alt:before {
  content: ""; }

.fa-tablet-rugged:before {
  content: ""; }

.fa-tablets:before {
  content: ""; }

.fa-tachometer:before {
  content: ""; }

.fa-tachometer-alt:before {
  content: ""; }

.fa-tachometer-alt-average:before {
  content: ""; }

.fa-tachometer-alt-fast:before {
  content: ""; }

.fa-tachometer-alt-fastest:before {
  content: ""; }

.fa-tachometer-alt-slow:before {
  content: ""; }

.fa-tachometer-alt-slowest:before {
  content: ""; }

.fa-tachometer-average:before {
  content: ""; }

.fa-tachometer-fast:before {
  content: ""; }

.fa-tachometer-fastest:before {
  content: ""; }

.fa-tachometer-slow:before {
  content: ""; }

.fa-tachometer-slowest:before {
  content: ""; }

.fa-taco:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-tally:before {
  content: ""; }

.fa-tanakh:before {
  content: ""; }

.fa-tape:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-tasks-alt:before {
  content: ""; }

.fa-taxi:before {
  content: ""; }

.fa-teamspeak:before {
  content: ""; }

.fa-teeth:before {
  content: ""; }

.fa-teeth-open:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-telegram-plane:before {
  content: ""; }

.fa-telescope:before {
  content: "菉"; }

.fa-temperature-down:before {
  content: "錄"; }

.fa-temperature-frigid:before {
  content: ""; }

.fa-temperature-high:before {
  content: ""; }

.fa-temperature-hot:before {
  content: ""; }

.fa-temperature-low:before {
  content: ""; }

.fa-temperature-up:before {
  content: "鹿"; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-tenge:before {
  content: ""; }

.fa-tennis-ball:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-text:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-size:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-the-red-yeti:before {
  content: ""; }

.fa-theater-masks:before {
  content: ""; }

.fa-themeco:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-thermometer:before {
  content: ""; }

.fa-thermometer-empty:before {
  content: ""; }

.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-theta:before {
  content: ""; }

.fa-think-peaks:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbtack:before {
  content: ""; }

.fa-thunderstorm:before {
  content: ""; }

.fa-thunderstorm-moon:before {
  content: ""; }

.fa-thunderstorm-sun:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-ticket-alt:before {
  content: ""; }

.fa-tilde:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-times-hexagon:before {
  content: ""; }

.fa-times-octagon:before {
  content: ""; }

.fa-times-square:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-tint-slash:before {
  content: ""; }

.fa-tire:before {
  content: ""; }

.fa-tire-flat:before {
  content: ""; }

.fa-tire-pressure-warning:before {
  content: ""; }

.fa-tire-rugged:before {
  content: ""; }

.fa-tired:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-toilet:before {
  content: ""; }

.fa-toilet-paper:before {
  content: ""; }

.fa-toilet-paper-alt:before {
  content: ""; }

.fa-toilet-paper-slash:before {
  content: "沈"; }

.fa-tombstone:before {
  content: ""; }

.fa-tombstone-alt:before {
  content: ""; }

.fa-toolbox:before {
  content: ""; }

.fa-tools:before {
  content: ""; }

.fa-tooth:before {
  content: ""; }

.fa-toothbrush:before {
  content: ""; }

.fa-torah:before {
  content: ""; }

.fa-torii-gate:before {
  content: ""; }

.fa-tornado:before {
  content: ""; }

.fa-tractor:before {
  content: ""; }

.fa-trade-federation:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-traffic-cone:before {
  content: ""; }

.fa-traffic-light:before {
  content: ""; }

.fa-traffic-light-go:before {
  content: ""; }

.fa-traffic-light-slow:before {
  content: ""; }

.fa-traffic-light-stop:before {
  content: ""; }

.fa-trailer:before {
  content: "論"; }

.fa-train:before {
  content: ""; }

.fa-tram:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-transporter:before {
  content: "壟"; }

.fa-transporter-1:before {
  content: "弄"; }

.fa-transporter-2:before {
  content: "籠"; }

.fa-transporter-3:before {
  content: "聾"; }

.fa-transporter-empty:before {
  content: "牢"; }

.fa-trash:before {
  content: ""; }

.fa-trash-alt:before {
  content: ""; }

.fa-trash-restore:before {
  content: ""; }

.fa-trash-restore-alt:before {
  content: ""; }

.fa-trash-undo:before {
  content: ""; }

.fa-trash-undo-alt:before {
  content: ""; }

.fa-treasure-chest:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-tree-alt:before {
  content: ""; }

.fa-tree-christmas:before {
  content: ""; }

.fa-tree-decorated:before {
  content: ""; }

.fa-tree-large:before {
  content: ""; }

.fa-tree-palm:before {
  content: ""; }

.fa-trees:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-triangle:before {
  content: ""; }

.fa-triangle-music:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-trophy-alt:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-truck-container:before {
  content: ""; }

.fa-truck-couch:before {
  content: ""; }

.fa-truck-loading:before {
  content: ""; }

.fa-truck-monster:before {
  content: ""; }

.fa-truck-moving:before {
  content: ""; }

.fa-truck-pickup:before {
  content: ""; }

.fa-truck-plow:before {
  content: ""; }

.fa-truck-ramp:before {
  content: ""; }

.fa-trumpet:before {
  content: ""; }

.fa-tshirt:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-turkey:before {
  content: ""; }

.fa-turntable:before {
  content: ""; }

.fa-turtle:before {
  content: ""; }

.fa-tv:before {
  content: ""; }

.fa-tv-alt:before {
  content: ""; }

.fa-tv-music:before {
  content: ""; }

.fa-tv-retro:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-typewriter:before {
  content: ""; }

.fa-typo3:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-ubuntu:before {
  content: ""; }

.fa-ufo:before {
  content: "磊"; }

.fa-ufo-beam:before {
  content: "賂"; }

.fa-uikit:before {
  content: ""; }

.fa-umbraco:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-umbrella-beach:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-undo:before {
  content: ""; }

.fa-undo-alt:before {
  content: ""; }

.fa-unicorn:before {
  content: ""; }

.fa-union:before {
  content: ""; }

.fa-uniregistry:before {
  content: ""; }

.fa-unity:before {
  content: "雷"; }

.fa-universal-access:before {
  content: ""; }

.fa-university:before {
  content: ""; }

.fa-unlink:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-untappd:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-ups:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-usb-drive:before {
  content: ""; }

.fa-usd-circle:before {
  content: ""; }

.fa-usd-square:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-user-alien:before {
  content: "壘"; }

.fa-user-alt:before {
  content: ""; }

.fa-user-alt-slash:before {
  content: ""; }

.fa-user-astronaut:before {
  content: ""; }

.fa-user-chart:before {
  content: ""; }

.fa-user-check:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-clock:before {
  content: ""; }

.fa-user-cog:before {
  content: ""; }

.fa-user-cowboy:before {
  content: ""; }

.fa-user-crown:before {
  content: ""; }

.fa-user-edit:before {
  content: ""; }

.fa-user-friends:before {
  content: ""; }

.fa-user-graduate:before {
  content: ""; }

.fa-user-hard-hat:before {
  content: ""; }

.fa-user-headset:before {
  content: ""; }

.fa-user-injured:before {
  content: ""; }

.fa-user-lock:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-user-md-chat:before {
  content: ""; }

.fa-user-minus:before {
  content: ""; }

.fa-user-music:before {
  content: ""; }

.fa-user-ninja:before {
  content: ""; }

.fa-user-nurse:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-robot:before {
  content: "屢"; }

.fa-user-secret:before {
  content: ""; }

.fa-user-shield:before {
  content: ""; }

.fa-user-slash:before {
  content: ""; }

.fa-user-tag:before {
  content: ""; }

.fa-user-tie:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-user-unlock:before {
  content: "菱"; }

.fa-user-visor:before {
  content: "樓"; }

.fa-users:before {
  content: ""; }

.fa-users-class:before {
  content: ""; }

.fa-users-cog:before {
  content: ""; }

.fa-users-crown:before {
  content: ""; }

.fa-users-medical:before {
  content: ""; }

.fa-users-slash:before {
  content: "拾"; }

.fa-usps:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-utensil-fork:before {
  content: ""; }

.fa-utensil-knife:before {
  content: ""; }

.fa-utensil-spoon:before {
  content: ""; }

.fa-utensils:before {
  content: ""; }

.fa-utensils-alt:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-vacuum:before {
  content: "淚"; }

.fa-vacuum-robot:before {
  content: "漏"; }

.fa-value-absolute:before {
  content: ""; }

.fa-vector-square:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-vhs:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-vial:before {
  content: ""; }

.fa-vials:before {
  content: ""; }

.fa-viber:before {
  content: ""; }

.fa-video:before {
  content: ""; }

.fa-video-plus:before {
  content: ""; }

.fa-video-slash:before {
  content: ""; }

.fa-vihara:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-vimeo-v:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-violin:before {
  content: ""; }

.fa-virus:before {
  content: "若"; }

.fa-virus-slash:before {
  content: "掠"; }

.fa-viruses:before {
  content: "略"; }

.fa-vk:before {
  content: ""; }

.fa-vnv:before {
  content: ""; }

.fa-voicemail:before {
  content: ""; }

.fa-volcano:before {
  content: ""; }

.fa-volleyball-ball:before {
  content: ""; }

.fa-volume:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-mute:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-slash:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-vote-nay:before {
  content: ""; }

.fa-vote-yea:before {
  content: ""; }

.fa-vr-cardboard:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-wagon-covered:before {
  content: ""; }

.fa-walker:before {
  content: ""; }

.fa-walkie-talkie:before {
  content: ""; }

.fa-walking:before {
  content: ""; }

.fa-wallet:before {
  content: ""; }

.fa-wand:before {
  content: ""; }

.fa-wand-magic:before {
  content: ""; }

.fa-warehouse:before {
  content: ""; }

.fa-warehouse-alt:before {
  content: ""; }

.fa-washer:before {
  content: ""; }

.fa-watch:before {
  content: ""; }

.fa-watch-calculator:before {
  content: ""; }

.fa-watch-fitness:before {
  content: ""; }

.fa-water:before {
  content: ""; }

.fa-water-lower:before {
  content: ""; }

.fa-water-rise:before {
  content: ""; }

.fa-wave-sine:before {
  content: ""; }

.fa-wave-square:before {
  content: ""; }

.fa-wave-triangle:before {
  content: ""; }

.fa-waveform:before {
  content: ""; }

.fa-waveform-path:before {
  content: ""; }

.fa-waze:before {
  content: ""; }

.fa-webcam:before {
  content: ""; }

.fa-webcam-slash:before {
  content: ""; }

.fa-weebly:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-weight:before {
  content: ""; }

.fa-weight-hanging:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-whale:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-wheat:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-whistle:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-wifi-1:before {
  content: ""; }

.fa-wifi-2:before {
  content: ""; }

.fa-wifi-slash:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-wind:before {
  content: ""; }

.fa-wind-turbine:before {
  content: ""; }

.fa-wind-warning:before {
  content: ""; }

.fa-window:before {
  content: ""; }

.fa-window-alt:before {
  content: ""; }

.fa-window-close:before {
  content: ""; }

.fa-window-frame:before {
  content: "累"; }

.fa-window-frame-open:before {
  content: "縷"; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-windsock:before {
  content: ""; }

.fa-wine-bottle:before {
  content: ""; }

.fa-wine-glass:before {
  content: ""; }

.fa-wine-glass-alt:before {
  content: ""; }

.fa-wix:before {
  content: ""; }

.fa-wizards-of-the-coast:before {
  content: ""; }

.fa-wolf-pack-battalion:before {
  content: ""; }

.fa-won-sign:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-wordpress-simple:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-wpressr:before {
  content: ""; }

.fa-wreath:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-x-ray:before {
  content: ""; }

.fa-xbox:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-y-combinator:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-yammer:before {
  content: ""; }

.fa-yandex:before {
  content: ""; }

.fa-yandex-international:before {
  content: ""; }

.fa-yarn:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-yen-sign:before {
  content: ""; }

.fa-yin-yang:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-zhihu:before {
  content: ""; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

/*
Tipr 3.0
Copyright (c) 2017 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/
.tipr_content {
  font: 13px/1.7 "Roboto", Helvetica, sans-serif;
  color: #fff;
  background-color: #7c7a85;
  padding: 5px 12px;
  max-width: 450px;
  text-transform: none;
  letter-spacing: 0; }

.tipr_container_below {
  display: none;
  position: absolute;
  margin-top: 13px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000; }

.tipr_container_above {
  display: none;
  position: absolute;
  margin-top: -77px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000; }

.tipr_point_above, .tipr_point_below {
  position: relative;
  background: #fff; }

.tipr_point_above:after, .tipr_point_above:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_above:after {
  border-top-color: #7c7a85;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_above:before {
  border-top-color: #7c7a85;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

.tipr_point_below:after, .tipr_point_below:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_below:after {
  border-bottom-color: #7c7a85;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_below:before {
  border-bottom-color: #7c7a85;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  border-top: 0;
  background: #fff;
  display: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden; }

.chosen-container.chosen-with-drop .chosen-drop {
  display: block; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e7e7e7;
  font-size: 1em;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 9px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #1dbca9;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  min-height: 40px;
  border: 1px solid #e7e7e7;
  cursor: text;
  border-radius: 4px; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
  line-height: 40px; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 36px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 6px 5px 0 0;
  padding: 5px 20px 5px 5px;
  border: 1px solid #e7e7e7;
  max-width: 100%;
  border-radius: 3px;
  background-color: #e0e1e1;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #7c7a85;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 5px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  text-decoration: none; }
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    content: '\00d7';
    color: #7c7a85; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #1dbca9; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #1dbca9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #1dbca9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 6px 5px 6px 0;
  padding: 5px 5px 5px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/* =Layout
-----------------------------------------------------------------------------*/
html {
  height: 100%;
  background: #f2f3f7; }

body {
  min-height: 100%; }
  @media only screen and (max-width: 1024px) {
    body {
      overflow-x: hidden; } }

.wrapper {
  height: 100%;
  overflow: hidden; }

.holder {
  max-width: 1200px; }

.col-menu {
  width: 230px;
  background: #38373d;
  height: 100%;
  float: left;
  padding-top: 60px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding-left: 0; }

.col-content {
  padding-left: 230px;
  width: 100%;
  padding-top: 80px;
  transition: all 0.2s;
  z-index: 1; }
  .col-content .fixed {
    transition: all 0.2s; }

@media only screen and (min-width: 1024px) {
  .sidebar-collapsed .col-menu {
    width: 50px; }
    .sidebar-collapsed .col-menu .top-bar {
      width: 50px; }
  .sidebar-collapsed .col-content {
    padding-left: 50px; }
    .sidebar-collapsed .col-content .top-bar {
      padding-left: 75px; } }
#master-content {
  padding: 0 25px 25px; }
  #master-content.disabled {
    pointer-events: none; }
  #master-content.tutorial-open {
    padding-bottom: 325px; }
  #master-content .admin-feature-row .col, #master-content .service-feature-row .col {
    align-self: flex-end;
    flex-direction: column; }

ul.batch-results li .batch-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #1dbca9;
  opacity: .4;
  pointer-events: none; }

.page-embed #sidebar,
.page-embed .top-bar,
.page-embed #showList,
.page-embed #transactions-quick-list {
  display: none !important; }
.page-embed .col-content {
  padding-left: 0;
  padding-top: 25px; }
.page-embed #transactions-item {
  padding-left: 0; }

#transaction-applied-rules tr td:first-child {
  padding-left: 24px; }

/* =Layout Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .col-menu {
    width: 230px;
    background: #38373d;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0; }

  .col-content {
    top: 0;
    bottom: 100%;
    min-width: 100%;
    min-height: 100vh;
    position: relative;
    left: 0;
    z-index: 1;
    background: #f2f3f7;
    padding-left: 0; }

  #master-content {
    padding: 0 10px 25px; } }
/* =Layout for Multiple inputs
-----------------------------------------------------------------------------*/
.multipleInput-container {
  display: block;
  margin: 0; }
  .multipleInput-container li {
    height: 40px;
    display: block;
    margin: 0 0 5px 0;
    border-radius: 4px;
    font-size: 15px; }
    .multipleInput-container li a {
      cursor: pointer;
      float: right;
      margin-top: 10px; }

/* =Layout for Filters
----------------------------------------------- */
#panel-filter .items .forms-label {
  height: 40px;
  position: relative; }
#panel-filter .items label.inline {
  margin-bottom: 10px; }
#panel-filter .button-group .button {
  margin-bottom: 10px; }
#panel-filter .select-holder .advanced-select:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  content: "";
  background: none;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 70%, white 90%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 70%, white 90%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 70%, white 90%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 70%, white 90%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 70%, white 90%);
  pointer-events: none; }
#panel-filter .select-holder .advanced-select .advanced-select-item {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden; }
#panel-filter .select-holder .advanced-select .advanced-select-dropdown {
  background: #fff; }
  #panel-filter .select-holder .advanced-select .advanced-select-dropdown .dropdown-content {
    max-height: 150px; }
#panel-filter #basic-filters .enumerator {
  width: auto; }
#panel-filter #basic-filters .or-type {
  width: 60%;
  float: right; }
  #panel-filter #basic-filters .or-type .input-groups {
    width: 100%; }
#panel-filter #basic-filters .input-groups {
  width: 100%; }
#panel-filter #custom-filterselectors {
  margin-top: 1px;
  margin-bottom: 72px; }
  #panel-filter #custom-filterselectors .add-filter {
    position: relative;
    min-height: 35px;
    padding-top: 7px; }
    #panel-filter #custom-filterselectors .add-filter a {
      cursor: pointer; }
  #panel-filter #custom-filterselectors .input-groups .blocks-2 {
    display: table;
    margin-left: 0;
    width: 100%; }
    #panel-filter #custom-filterselectors .input-groups .blocks-2 li {
      margin-left: 0;
      width: 50%;
      display: table-cell; }
      #panel-filter #custom-filterselectors .input-groups .blocks-2 li:nth-child(2) {
        border-left: 1px solid #e7e7e8; }
  #panel-filter #custom-filterselectors .input-groups .blocks-3 {
    display: table;
    margin-left: 0;
    width: 100%; }
    #panel-filter #custom-filterselectors .input-groups .blocks-3 li {
      margin-left: 0;
      display: table-cell; }
    #panel-filter #custom-filterselectors .input-groups .blocks-3 li:nth-child(1) {
      width: 50%; }
    #panel-filter #custom-filterselectors .input-groups .blocks-3 .select-holder {
      width: 47px;
      border-right: 1px solid #e7e7e8; }
    #panel-filter #custom-filterselectors .input-groups .blocks-3 li:nth-child(3) {
      width: calc(50% - 47px); }

a.delete-link {
  cursor: pointer; }
  a.delete-link:hover {
    text-decoration: none; }
  a.delete-link.tool {
    margin-left: 10px; }

.add-button-wrapper {
  margin-top: 1.5em; }
  .add-button-wrapper span {
    cursor: pointer; }

/* =Sidebar
-----------------------------------------------------------------------------*/
#sidebar:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #2f2e32;
  width: 50px;
  height: 100%;
  z-index: 1; }
#sidebar .inner {
  height: 100%;
  padding-top: 20px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column; }
@media only screen and (max-width: 1024px) {
  #sidebar .inner {
    overflow: scroll; } }
#sidebar nav {
  margin-bottom: 20px; }
  #sidebar nav ul li {
    padding: 0 25px 0 0; }
    #sidebar nav ul li a {
      display: block;
      text-decoration: none;
      color: #86848f;
      padding: 2px 0;
      line-height: 35px;
      font-size: 14px;
      font-weight: 300; }
      #sidebar nav ul li a span {
        cursor: pointer; }
      #sidebar nav ul li a .icon {
        display: inline-block;
        width: 24px;
        color: #86848f;
        font-size: 1.2em;
        width: 50px;
        text-align: center; }
      #sidebar nav ul li a .text {
        display: inline-block;
        color: #86848f;
        padding-left: 15px; }
    #sidebar nav ul li.active a {
      color: #fff; }
    #sidebar nav ul li.active .text,
    #sidebar nav ul li.active .icon {
      color: #fff; }
    #sidebar nav ul li:hover {
      background: rgba(68, 67, 74, 0.65); }
#sidebar hr {
  border-color: #4d4c52;
  margin-left: 0;
  margin-right: 0; }
#sidebar #collapse-sidebar {
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  color: #86848f;
  cursor: pointer;
  text-align: center;
  align-self: flex-end; }
#sidebar #version-info {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background: #2f2e32;
  color: #86848f;
  font-size: 16px; }
  #sidebar #version-info > span {
    display: block;
    flex-grow: 1;
    margin: 5px; }
  #sidebar #version-info > i {
    display: block;
    cursor: pointer;
    margin: 5px; }
  #sidebar #version-info .action-clipboard:hover,
  #sidebar #version-info .action-github:hover {
    color: white; }

@media only screen and (max-width: 1024px) {
  .col-content .top-bar {
    padding-left: 40px !important; }
    .col-content .top-bar .menu-mobile {
      display: block;
      position: absolute;
      top: 0;
      left: 10px; }
      .col-content .top-bar .menu-mobile a {
        line-height: 60px;
        font-size: 1.5em;
        margin-right: 15px; }
  .col-content.menu-open {
    left: 230px; }
    .col-content.menu-open .top-bar {
      left: 230px; }
    .col-content.menu-open .fixed {
      -webkit-transform: translateX(230px);
      -ms-transform: translateX(230px);
      transform: translateX(230px); } }
@media only screen and (min-width: 1024px) {
  .sidebar-collapsed #sidebar .top-bar .logo-holder .text {
    display: none; }
  .sidebar-collapsed #sidebar nav ul li {
    padding: 0;
    text-align: center; }
    .sidebar-collapsed #sidebar nav ul li .text {
      display: none; }
  .sidebar-collapsed #sidebar #collapse-sidebar i:before {
    content: '\f101'; }
  .sidebar-collapsed #sidebar #version-info {
    flex-direction: column; }
    .sidebar-collapsed #sidebar #version-info > span {
      display: none; } }
.transactions-quick-list {
  position: fixed;
  top: 0;
  left: 230px;
  width: 230px;
  height: 100%;
  background: #fff;
  z-index: 100;
  border-right: 1px solid #e1e1e1;
  padding-top: 60px; }
  .transactions-quick-list .pagination {
    display: inline-block; }
    .transactions-quick-list .pagination a {
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border: none !important;
      text-align: center;
      padding: 0; }
      .transactions-quick-list .pagination a + a {
        border-left: 1px solid #e1e1e1 !important; }
      .transactions-quick-list .pagination a:hover {
        border: none; }
  .transactions-quick-list .top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 20px !important; }
    .transactions-quick-list .top-bar .pagination {
      margin: 10px 0;
      float: right; }
    .transactions-quick-list .top-bar a {
      color: #7c7a85; }
  .transactions-quick-list .table-container {
    max-height: 100%;
    border-bottom: 1px solid #e1e1e1;
    overflow-x: hidden; }
  @media only screen and (max-width: 1024px) {
    .transactions-quick-list {
      display: none !important; } }

.sidebar-collapsed .transactions-quick-list {
  left: 50px; }

#transactions-item {
  padding-left: 230px; }
  @media only screen and (max-width: 1024px) {
    #transactions-item {
      padding-left: 0; } }

/* =Top bar
-----------------------------------------------------------------------------*/
.top-bar {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  padding: 0 25px;
  transition: left 0.2s;
  z-index: 99; }
  .top-bar a,
  .top-bar .menu-item {
    height: 59px;
    line-height: 59px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    display: inline-block; }
    .top-bar a .toggle-panel,
    .top-bar .menu-item .toggle-panel {
      color: #7c7a85; }
      .top-bar a .toggle-panel:hover,
      .top-bar .menu-item .toggle-panel:hover {
        text-decoration: none; }
      .top-bar a .toggle-panel:after,
      .top-bar .menu-item .toggle-panel:after {
        padding-left: 5px;
        content: '\f107';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900; }
      .top-bar a .toggle-panel.open:after,
      .top-bar .menu-item .toggle-panel.open:after {
        content: '\f106'; }
    .top-bar a + .menu-item,
    .top-bar .menu-item + .menu-item {
      margin-left: 15px; }
  .top-bar .menu-mobile {
    display: none; }
  .top-bar .menu-holder {
    position: absolute;
    right: 25px;
    line-height: 60px; }
    .top-bar .menu-holder a {
      text-decoration: none;
      font-size: .9em;
      margin-left: 10px; }
      .top-bar .menu-holder a.user {
        font-size: 16px;
        margin-left: 15px; }
        .top-bar .menu-holder a.user .fa, .top-bar .menu-holder a.user .ui-icon {
          position: relative;
          top: 3px;
          font-size: 1.5em;
          margin-left: 5px; }
  @media only screen and (max-width: 768px) {
    .top-bar .tabs {
      white-space: nowrap;
      overflow: hidden;
      overflow-x: scroll;
      margin-right: 120px; } }

#sidebar .top-bar {
  width: 230px;
  text-align: center;
  line-height: 60px;
  border-bottom: 1px solid #4d4c52;
  background: #38373d;
  padding: 0; }
  #sidebar .top-bar:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #2f2e32;
    width: 50px;
    height: 100%;
    z-index: 1; }
  #sidebar .top-bar .logo-holder {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 2; }
    #sidebar .top-bar .logo-holder .sign {
      width: 50px;
      height: 60px;
      background: url("../img/logo-sign.svg") center center no-repeat;
      background-size: 25px; }
    #sidebar .top-bar .logo-holder .text {
      display: inline-block;
      height: 60px;
      background: url("../img/logo-text.svg") left center no-repeat;
      background-size: 37px;
      position: absolute;
      width: calc(100% - 60px);
      top: 0;
      left: 60px; }

.col-content .top-bar {
  left: 0;
  padding-left: 255px;
  border-bottom: 1px solid #e1e1e1; }

@media only screen and (min-width: 768px) {
  .col-content.has-quick-list .top-bar {
    padding-left: 485px; } }
@media only screen and (min-width: 1024px) {
  .sidebar-collapsed #sidebar .top-bar {
    width: 50px;
    padding: 0; } }
@media only screen and (max-width: 1024px) {
  .top-bar > .row {
    flex-direction: row; } }
/* =Footer
-----------------------------------------------------------------------------*/
.login .row {
  min-height: 90vh; }
.login footer {
  text-align: center; }
  .login footer span {
    display: inline-block;
    margin: 0 10px; }

.login-holder {
  width: 300px;
  z-index: 2; }
  .login-holder .inner {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 2em; }
  .login-holder .logo-holder {
    text-align: center;
    max-width: 95px;
    margin: 0 auto 1.5em auto; }

#dashboard-map {
  width: 100%;
  background: url("../img/worldmap.png");
  background-size: contain; }

/* =Widget base
-----------------------------------------------------------------------------*/
.widget.loading .box-toolbar, .widget.inactive .box-toolbar {
  display: none; }
.widget.loading .content, .widget.inactive .content {
  display: none; }
.widget.inactive {
  background: #fafafc;
  color: #d7d9e1; }
  .widget.inactive h3 {
    color: #d7d9e1; }
  .widget.inactive .widget-placeholder {
    height: 96px; }
.widget .loading .widget-placeholder {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  max-width: 472px;
  min-height: 200px; }

.animated-background {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f7f8fc;
  background: linear-gradient(to right, #f7f8fc 8%, #f0f0f2 18%, #f7f8fc 33%);
  background-size: 800px 104px;
  height: 90px;
  position: relative; }
  .animated-background .masker {
    background: #fff;
    position: absolute; }
    .animated-background .masker.column-separator {
      width: 30px;
      height: 90px;
      left: 40%;
      top: 0; }
    .animated-background .masker.line-1-bottom {
      top: 18px;
      left: 0;
      right: 0;
      height: 18px; }
    .animated-background .masker.line-2-bottom {
      top: 54px;
      left: 0;
      right: 0;
      height: 18px; }
    .animated-background .masker.line-3-end-1 {
      top: 72px;
      left: 20%;
      right: 0;
      height: 18px;
      width: 20%; }
    .animated-background .masker.line-3-end-2 {
      top: 72px;
      left: 60%;
      right: 0;
      height: 18px;
      width: 40%; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0; }
  100% {
    background-position: 800px 0; } }
/* =Social Block
-----------------------------------------------------------------------------*/
.row-social .col {
  margin-bottom: 1.65em; }
.row-social h6 {
  margin-bottom: 0;
  color: #1dbca9; }
  .row-social h6 .fa, .row-social h6 .ui-icon {
    color: #1dbca9;
    font-size: 1.3em;
    width: 25px;
    vertical-align: middle; }
.row-social .social-details {
  margin-bottom: 0;
  padding-left: 29px; }
.row-social a {
  text-decoration: none; }
.row-social .inactive h6,
.row-social .inactive a {
  color: #d7d9e1; }
  .row-social .inactive h6 .fa, .row-social .inactive h6 .ui-icon,
  .row-social .inactive a .fa,
  .row-social .inactive a .ui-icon {
    color: #d7d9e1; }

/* =quick-filter
-----------------------------------------------------------------------------*/
[data-filter] .quick-filter,
[data-addressfilter] .quick-filter {
  width: 0;
  height: 0;
  opacity: 0;
  float: left;
  margin-left: -20px;
  margin-top: -2px; }
  [data-filter] .quick-filter .fa, [data-filter] .quick-filter .ui-icon,
  [data-addressfilter] .quick-filter .fa,
  [data-addressfilter] .quick-filter .ui-icon {
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #1dbca9;
    font-size: 16px;
    text-align: center;
    padding: 2px;
    cursor: pointer; }
    [data-filter] .quick-filter .fa:hover, [data-filter] .quick-filter .ui-icon:hover,
    [data-addressfilter] .quick-filter .fa:hover,
    [data-addressfilter] .quick-filter .ui-icon:hover {
      color: #1dbca9; }
[data-filter]:hover .quick-filter,
[data-addressfilter]:hover .quick-filter {
  opacity: 1; }

/* =Credit Card
-----------------------------------------------------------------------------*/
.credit-card {
  position: relative;
  width: 450px;
  max-width: 100%;
  height: 248px;
  background: url(../img/card.png) center center no-repeat;
  background-size: cover;
  border-radius: 15px;
  color: #555555; }
  .credit-card > span {
    position: absolute; }
  .credit-card .logo {
    width: 107px;
    height: 63px;
    right: 25px;
    top: 30px;
    background: url(../img/card-mastercard.png) center center no-repeat;
    background-size: contain; }
  .credit-card .card-number {
    top: 130px;
    left: 35px;
    font-size: 2em;
    letter-spacing: 6px; }
  .credit-card .name {
    left: 35px;
    bottom: 35px;
    font-size: 1.55em;
    letter-spacing: 2px; }
  .credit-card .exp {
    right: 25px;
    bottom: 35px; }
    .credit-card .exp span {
      position: relative; }
    .credit-card .exp .exp-desc {
      font-size: .79em;
      line-height: 1em; }
    .credit-card .exp .exp-desc2 {
      font-size: .65em;
      position: absolute;
      left: -35px;
      bottom: 0;
      line-height: 1em; }
    .credit-card .exp .exp-value {
      display: block;
      font-size: 1.55em; }
  @media only screen and (max-width: 530px), (min-width: 1024px) and (max-width: 1500px) {
    .credit-card {
      display: none; } }

/* =Customer Connections
-----------------------------------------------------------------------------*/
.list-connections {
  margin: 0;
  list-style: none; }
  .list-connections li {
    width: 250px;
    padding: 4px 10px; }
    .list-connections li i {
      width: 20px; }
    .list-connections li i,
    .list-connections li > span,
    .list-connections li label.active {
      cursor: pointer; }
    .list-connections li a.link-customer {
      color: #7c7a85; }
  .list-connections > .fa-refresh {
    margin-left: 10px; }
  .list-connections.w100 {
    float: right; }
    .list-connections.w100 li {
      width: 100%; }
      .list-connections.w100 li .fa-circle {
        margin-left: 0;
        margin-right: 8px; }
  @media only screen and (max-width: 767px) {
    .list-connections li {
      width: 100%; }
    .list-connections .fa-circle {
      display: none; }
    .list-connections#list-from .right {
      float: right; }
    .list-connections#list-to span.right {
      display: block;
      width: 100%;
      border-bottom: 1px solid #d7d9e1;
      padding: 0 0 5px 0; } }

#customer-connections .details {
  position: relative; }
#customer-connections .badge-holder {
  text-align: center;
  display: inline-block; }
#customer-connections .tools {
  width: 100%;
  padding: 4px 7px; }
  #customer-connections .tools a + a {
    margin-left: 10px; }
  #customer-connections .tools .connection-dropdown,
  #customer-connections .tools .right {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase; }
#customer-connections i + a {
  margin-left: 0; }
#customer-connections .lines span {
  display: block;
  position: absolute;
  background: rgba(161, 161, 161, 0.5); }
@media only screen and (max-width: 767px) {
  #customer-connections .tools {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0; }
  #customer-connections .lines {
    display: none; } }

/* =Customer Status
-----------------------------------------------------------------------------*/
.widget-customer-status .labels {
  margin: 10px 0; }
  .widget-customer-status .labels > .label {
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    border-radius: 0; }
    .widget-customer-status .labels > .label.normal-text {
      text-transform: none;
      padding-left: 10px;
      padding-right: 10px; }
    .widget-customer-status .labels > .label .badge {
      line-height: 18px;
      margin-bottom: 4px;
      margin-right: 0; }

/* =Customer Device
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  #customer-device .row-social .col {
    width: calc(50% - 2%); } }

/* =Scores
-----------------------------------------------------------------------------*/
.score-holder strong,
.rule-tester strong {
  font-weight: 300 !important;
  font-size: 30px;
  line-height: 1em; }
.score-holder .score-label,
.rule-tester .score-label {
  display: block;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #cdced1;
  font-size: 12px; }
.score-holder .accuracy-label,
.rule-tester .accuracy-label {
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px; }
.score-holder .text-label,
.rule-tester .text-label {
  display: block;
  margin-bottom: 25px;
  color: #cdced1; }
.score-holder .amount .sum,
.rule-tester .amount .sum {
  display: block; }
.score-holder .amount .text-label,
.rule-tester .amount .text-label {
  display: inline-block; }
.score-holder.fraud-score strong,
.rule-tester.fraud-score strong {
  font-size: 55px; }
.score-holder.fraud-score .score-label,
.rule-tester.fraud-score .score-label {
  color: #86848f; }
.score-holder .accuracy .big,
.rule-tester .accuracy .big {
  font-size: 55px; }

.details-bottom-menu {
  margin-bottom: 10px; }
  .details-bottom-menu .button-flat {
    float: left;
    margin-right: -80px; }
    .details-bottom-menu .button-flat .fa, .details-bottom-menu .button-flat .ui-icon {
      font-size: 18px; }

#routing-cities table tbody td,
#passenger-list table tbody td {
  vertical-align: middle; }
  #routing-cities table tbody td h2,
  #passenger-list table tbody td h2 {
    margin-bottom: 0; }

.widget-draggable {
  position: relative; }
  .widget-draggable .handle {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 13px;
    height: 13px;
    background: url(../img/drag.png) left center no-repeat;
    background-size: 13px;
    cursor: grab;
    display: none;
    z-index: 90; }
  .widget-draggable:hover .handle {
    display: block; }

#tutorial {
  z-index: 99999;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 300px;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); }
  #tutorial .close {
    min-height: 20px;
    min-width: 20px;
    font-size: 18px;
    margin-left: 14px;
    margin-top: 2px; }
    #tutorial .close:hover {
      color: #1dbca9; }
  #tutorial a {
    font-size: 14px; }
    #tutorial a:hover {
      text-decoration: none; }
  #tutorial #navigator {
    position: fixed;
    background: #f2f3f7;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    height: 80px;
    overflow-x: hidden; }
    #tutorial #navigator .fa-angle-up,
    #tutorial #navigator .fa-angle-down {
      color: #1dbca9; }
    #tutorial #navigator .fa-angle-up {
      display: inline-block; }
    #tutorial #navigator .fa-angle-down {
      display: none; }
    #tutorial #navigator h3 {
      display: none; }
    #tutorial #navigator .big-list {
      display: none; }
    #tutorial #navigator span.number {
      display: inline-block;
      margin-right: 36px;
      margin-left: 0;
      position: relative;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      text-align: center;
      cursor: pointer;
      line-height: 24px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #tutorial #navigator span.number::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: #f2f3f7;
        border: 1px solid #7c7a85;
        border-radius: 50%;
        position: absolute;
        right: -3px;
        bottom: -3px;
        z-index: -1; }
      #tutorial #navigator span.number.active {
        color: #fff;
        background: #1dbca9; }
        #tutorial #navigator span.number.active::before {
          border: 1px solid #1dbca9; }
    #tutorial #navigator .small-list {
      position: absolute;
      bottom: 0;
      width: 75%;
      -webkit-background: -webkit-linear-gradient(right, #f2f3f7 0%, #7c7a85 10%, #7c7a85 90%, #f2f3f7 100%);
      -moz-background: -moz-linear-gradient(right, #f2f3f7 0%, #7c7a85 10%, #7c7a85 90%, #f2f3f7 100%);
      -o-background: -o-linear-gradient(right, #f2f3f7 0%, #7c7a85 10%, #7c7a85 90%, #f2f3f7 100%);
      background: linear-gradient(to right, #f2f3f7 0%, #7c7a85 10%, #7c7a85 90%, #f2f3f7 100%);
      height: 1px;
      margin-bottom: 39px;
      z-index: 1; }
      #tutorial #navigator .small-list .line {
        position: absolute;
        top: -16px;
        width: 100%;
        overflow: hidden;
        line-height: 32px;
        padding-left: 40px;
        height: 32px; }
      #tutorial #navigator .small-list.first {
        -webkit-background: -webkit-linear-gradient(right, #7c7a85 0%, #7c7a85 90%, #f2f3f7 100%);
        -moz-background: -moz-linear-gradient(right, #7c7a85 0%, #7c7a85 90%, #f2f3f7 100%);
        -o-background: -o-linear-gradient(right, #7c7a85 0%, #7c7a85 90%, #f2f3f7 100%);
        background: linear-gradient(to right, #7c7a85 0%, #7c7a85 90%, #f2f3f7 100%); }
        #tutorial #navigator .small-list.first .line {
          padding-left: 3px; }
      #tutorial #navigator .small-list.last {
        -webkit-background: -webkit-linear-gradient(right, #f2f3f7 0%, #7c7a85 10%, #7c7a85 100%);
        -moz-background: -moz-linear-gradient(right, #f2f3f7 0%, #7c7a85 10%, #7c7a85 100%);
        -o-background: -o-linear-gradient(right, #f2f3f7 0%, #7c7a85 10%, #7c7a85 100%);
        background: linear-gradient(to right, #f2f3f7 0%, #7c7a85 10%, #7c7a85 100%); }
        #tutorial #navigator .small-list.last span.number {
          margin-left: 36px;
          margin-right: 0; }
        #tutorial #navigator .small-list.last span.number:last-child::after {
          content: "";
          display: block;
          width: 999px;
          height: 26px;
          background: #f2f3f7;
          position: absolute;
          left: 22px;
          bottom: 0;
          z-index: -7; }
  #tutorial.open {
    height: 740px; }
    #tutorial.open #navigator {
      height: 540px; }
      #tutorial.open #navigator .small-list {
        display: none; }
      #tutorial.open #navigator .fa-angle-up {
        display: none; }
      #tutorial.open #navigator .fa-angle-down {
        display: inline-block; }
      #tutorial.open #navigator h3 {
        display: inline-block; }
      #tutorial.open #navigator .big-list {
        display: flex; }
        #tutorial.open #navigator .big-list ul {
          line-height: 36px; }
          #tutorial.open #navigator .big-list ul li {
            list-style: none;
            cursor: pointer;
            white-space: nowrap; }
            #tutorial.open #navigator .big-list ul li span.number {
              margin-right: 26px; }

.tutorial-highlight.row, .tutorial-highlight.box, .tutorial-highlight#tutorial-toplocations, .tutorial-highlight#tutorial-mainstatistics {
  border-radius: 5px;
  border: 2px solid #ed1c24;
  box-shadow: 0 0 0 rgba(237, 28, 36, 0.4);
  animation: pulse 2s infinite; }
.tutorial-highlight.user, .tutorial-highlight.icon, .tutorial-highlight.toggle-panel, .tutorial-highlight.html-cell, .tutorial-highlight.toggle-list, .tutorial-highlight.button, .tutorial-highlight[data-menu], .tutorial-highlight.tutorial-box, .tutorial-highlight.tutorial-roles, .tutorial-highlight.change-filter, .tutorial-highlight.checkbox-label {
  position: relative; }
  .tutorial-highlight.user::before, .tutorial-highlight.icon::before, .tutorial-highlight.toggle-panel::before, .tutorial-highlight.html-cell::before, .tutorial-highlight.toggle-list::before, .tutorial-highlight.button::before, .tutorial-highlight[data-menu]::before, .tutorial-highlight.tutorial-box::before, .tutorial-highlight.tutorial-roles::before, .tutorial-highlight.change-filter::before, .tutorial-highlight.checkbox-label::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #ed1c24;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    bottom: 0;
    z-index: 99;
    box-shadow: 0 0 0 rgba(237, 28, 36, 0.4);
    animation: pulse 2s infinite; }
.tutorial-highlight.user::before, .tutorial-highlight.onoff-holder::before {
  right: 16px;
  bottom: 9px; }
.tutorial-highlight.tutorial-roles::before {
  right: -13px;
  bottom: -7px; }
.tutorial-highlight.tutorial-box::before {
  left: -17px;
  bottom: -3px; }
.tutorial-highlight.checkbox-label::before {
  right: -13px;
  bottom: -14px; }
.tutorial-highlight.toggle-list {
  position: absolute; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(237, 28, 36, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.4);
    box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(237, 28, 36, 0);
    box-shadow: 0 0 0 12px rgba(237, 28, 36, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
    box-shadow: 0 0 0 0 rgba(237, 28, 36, 0); } }
/* =Buttons
-----------------------------------------------------------------------------*/
.button.outline {
  border-width: 1px; }
.button.w100 {
  width: 100%; }
.button .fa, .button .ui-icon {
  margin-right: 10px; }

.button.primary {
  background-color: #08baa0;
  background-image: linear-gradient(-45deg, #08baa0 0%, #15d2e3 100%); }
  .button.primary:hover {
    background-color: #08b098;
    background-image: linear-gradient(-45deg, #08b098 0%, #14c9da 100%); }
  .button.primary.outline {
    background: none; }
  .button.primary.text-button {
    border-radius: 20px; }

.button.delete {
  background-color: #f03c69;
  background-image: linear-gradient(-45deg, #f03c69 0%, #f0354e 100%); }
  .button.delete:hover {
    background-color: #ef3362;
    background-image: linear-gradient(-45deg, #ef3362 0%, #ef2c46 100%); }

.button.circle {
  width: 40px !important;
  height: 40px;
  border-radius: 20px;
  padding: 0;
  text-align: center;
  line-height: 40px; }
  .button.circle .fa, .button.circle .ui-icon {
    top: -1px;
    margin: 0;
    pointer-events: none; }
  .button.circle.showModal, .button.circle.toggleFilter {
    margin-right: 1em; }

.button.white {
  color: #7c7a85;
  background-color: #fff; }
  .button.white:hover {
    color: #7c7a85;
    background-color: white; }
  .button.white:disabled, .button.white.disabled {
    color: rgba(124, 122, 133, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }
  .button.white.outline {
    background: none;
    color: #fff;
    border-color: #fff; }
    .button.white.outline:hover {
      color: rgba(255, 255, 255, 0.6);
      border-color: rgba(255, 255, 255, 0.5); }
    .button.white.outline:disabled, .button.white.outline.disabled {
      background: none;
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.5); }

.button.gray {
  color: #1dbca9;
  background-color: #f7f7f7; }
  .button.gray:hover {
    color: #1dbca9;
    background-color: white; }
  .button.gray:disabled, .button.gray.disabled {
    color: rgba(29, 188, 169, 0.7);
    background-color: rgba(247, 247, 247, 0.7); }
  .button.gray.outline {
    background: none;
    color: #f7f7f7;
    border-color: #f7f7f7; }
    .button.gray.outline:hover {
      color: rgba(247, 247, 247, 0.6);
      border-color: rgba(247, 247, 247, 0.5); }
    .button.gray.outline:disabled, .button.gray.outline.disabled {
      background: none;
      color: rgba(247, 247, 247, 0.7);
      border-color: rgba(247, 247, 247, 0.5); }
  .button.gray:hover {
    background: #f2f2f2; }

.button-flat {
  cursor: pointer; }

.flag {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  margin-top: 4px; }
  .flag .unflag {
    float: right;
    color: #fff; }
    .flag .unflag:hover {
      text-decoration: none; }
  .flag.active {
    padding: 4px 12px;
    background-color: #fd9393;
    color: #fff; }
    .flag.active.foreign .unflag {
      display: none; }
  .flag.inactive {
    color: #1dbca9;
    cursor: pointer; }
    .flag.inactive .unflag {
      display: none; }

/* =Form
-----------------------------------------------------------------------------*/
.form-item {
  margin-bottom: 12px; }
  .form-item span {
    line-height: 40px; }
  .form-item.threshold-item button.circle {
    width: 31px !important;
    height: 31px;
    line-height: 31px;
    min-height: 31px; }
  .form-item.threshold-item .delete-link {
    display: inline-block;
    line-height: 40px;
    height: 30px;
    margin-left: 10px; }
  .form-item.threshold-item.threshold-base {
    display: none; }
  .form-item.threshold-item.onlyone .delete-link {
    visibility: hidden;
    pointer-events: none; }

label {
  font-weight: normal;
  color: #7c7a85; }
  label.centered .forms-label {
    float: none !important; }
  label .forms-label {
    display: block; }
    label .forms-label.upper {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"] {
  color: #7c7a85;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  input[type="text"].no-border,
  input[type="password"].no-border,
  input[type="email"].no-border,
  input[type="url"].no-border,
  input[type="phone"].no-border,
  input[type="tel"].no-border,
  input[type="number"].no-border,
  input[type="datetime"].no-border,
  input[type="date"].no-border,
  input[type="month"].no-border {
    border: none; }
  input[type="text"].bottom-line,
  input[type="password"].bottom-line,
  input[type="email"].bottom-line,
  input[type="url"].bottom-line,
  input[type="phone"].bottom-line,
  input[type="tel"].bottom-line,
  input[type="number"].bottom-line,
  input[type="datetime"].bottom-line,
  input[type="date"].bottom-line,
  input[type="month"].bottom-line {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0 !important; }

input.invalid {
  border-color: #fd9393;
  box-shadow: 0 0 1px #fd9393 inset; }

input.reset-width {
  width: auto; }

textarea {
  color: #7c7a85; }
  textarea.no-border {
    border: none; }

select:disabled,
input:disabled,
button:disabled,
textarea:disabled {
  opacity: .5;
  font-style: normal; }

input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 3px solid #aaa9ad;
  border-radius: 10px;
  position: relative; }
  input[type="radio"]:checked {
    border-color: #1dbca9; }
    input[type="radio"]:checked:after {
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background: #1dbca9; }

.radio-group {
  border: 1px solid #e7e7e8;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .radio-group {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .radio-group .forms-label {
    flex-grow: 1;
    cursor: pointer; }
    .radio-group .forms-label .inner {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 100%; }
    .radio-group .forms-label input {
      display: none; }
    .radio-group .forms-label input:checked + .inner {
      background-color: #08baa0;
      background-image: linear-gradient(-45deg, #08baa0 0%, #15d2e3 100%);
      color: #fff; }

.button-group .button {
  width: auto; }
.button-group .button + .button {
  margin-left: 10px; }

input[type="file"].hide {
  display: none !important; }

.input-file-placeholder {
  opacity: 1 !important;
  cursor: pointer !important;
  border-right: none !important; }
  .input-file-placeholder + span {
    color: #1dbca9;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
    background: none; }
    .input-file-placeholder + span:hover {
      color: #169081; }
    .input-file-placeholder + span:before {
      display: none; }

.req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #fd9393;
  font-size: 110%;
  margin-left: 3px; }

.type-soft .hard-req .req {
  display: none; }

.datepicker-holder {
  display: inline-flex; }
  .datepicker-holder .clear-date {
    line-height: 40px;
    margin-left: 8px;
    cursor: pointer; }

.select-holder {
  display: inline-block;
  position: relative; }
  .select-holder:after {
    position: absolute;
    top: 0;
    right: 8px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #d7d9e1;
    content: "\f107";
    display: inline-block;
    pointer-events: none;
    line-height: 40px; }
  .select-holder.advanced-select-holder {
    min-width: 200px; }
  .select-holder.auto-height {
    min-height: 0; }
  .select-holder.width-100 select {
    width: 100%; }
  .select-holder select {
    height: 40px;
    background: #fff;
    border: 1px solid #e7e7e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: .5em;
    padding-right: 1.5em;
    color: #7c7a85; }
    .select-holder select:focus {
      border-color: #1dbca9;
      outline: none;
      box-shadow: none; }
    .select-holder select.transparent {
      background-color: transparent; }
  .select-holder.inline {
    display: inline-block; }
    .select-holder.inline select {
      border: none;
      line-height: 20px;
      height: 20px;
      cursor: pointer; }
    .select-holder.inline:after {
      line-height: 20px; }
  .select-holder .advanced-select {
    position: relative; }
    .select-holder .advanced-select .advanced-select-item {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      background: #fff;
      border: 1px solid #e7e7e7;
      border-radius: 4px;
      padding-left: .5em;
      padding-right: 1.5em;
      color: #7c7a85;
      cursor: pointer; }
    .select-holder .advanced-select .overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9;
      display: none;
      background: none; }
    .select-holder .advanced-select .advanced-select-dropdown {
      position: absolute;
      right: 0;
      background: #fff;
      width: 100%;
      z-index: 10;
      border: 1px solid rgba(125, 136, 147, 0.25);
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
      overflow: hidden;
      top: 37px; }
      .select-holder .advanced-select .advanced-select-dropdown ::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      .select-holder .advanced-select .advanced-select-dropdown ::-webkit-scrollbar-thumb {
        background: #acacac;
        border-radius: 6px; }
      .select-holder .advanced-select .advanced-select-dropdown ::-webkit-scrollbar-track {
        background: #d6d6d6;
        border-radius: 6px; }
      .select-holder .advanced-select .advanced-select-dropdown body {
        scrollbar-face-color: #acacac;
        scrollbar-track-color: #d6d6d6; }
      .select-holder .advanced-select .advanced-select-dropdown .dropdown-header {
        padding: 0 20px; }
        .select-holder .advanced-select .advanced-select-dropdown .dropdown-header input {
          border: none;
          background: none;
          height: 45px;
          line-height: 45px;
          border-radius: 0;
          padding: 0;
          border-bottom: 1px solid rgba(125, 136, 147, 0.5); }
          .select-holder .advanced-select .advanced-select-dropdown .dropdown-header input:focus {
            box-shadow: none; }
      .select-holder .advanced-select .advanced-select-dropdown .dropdown-content {
        max-height: 250px;
        overflow-y: scroll; }
        .select-holder .advanced-select .advanced-select-dropdown .dropdown-content .option-block:last-child {
          padding-bottom: 20px; }
        .select-holder .advanced-select .advanced-select-dropdown .dropdown-content h5 {
          font-weight: normal;
          color: #38373d;
          line-height: 40px;
          font-size: 1em;
          margin-bottom: 0;
          padding: 0 20px; }
        .select-holder .advanced-select .advanced-select-dropdown .dropdown-content ul {
          margin: 0;
          list-style: none; }
          .select-holder .advanced-select .advanced-select-dropdown .dropdown-content ul li a {
            cursor: pointer;
            line-height: 2em;
            display: block;
            padding: 0 20px 0 40px;
            color: #7d8893; }
            .select-holder .advanced-select .advanced-select-dropdown .dropdown-content ul li a:hover {
              background: #ebebeb;
              text-decoration: none; }
            .select-holder .advanced-select .advanced-select-dropdown .dropdown-content ul li a.selected {
              background: #1dbca9;
              color: #fff; }
              .select-holder .advanced-select .advanced-select-dropdown .dropdown-content ul li a.selected:hover {
                background: #169081; }
    .select-holder .advanced-select.select-white .advanced-select-item,
    .select-holder .advanced-select.select-white .advanced-select-dropdown {
      background: #fff; }

.type-hard .hard-req .select-holder select:not([name="billing[payment_method]"]) option:first-child {
  display: none; }

.type-soft .hard-req .select-holder select[name="billing[payment_method]"] option:first-child {
  display: none; }

.append.has-select > span,
.prepend.has-select > span {
  padding: 0;
  border: none; }

.prepend.has-select > span select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.append.has-select > span select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.append span {
  padding: 0 5px; }

label.inline,
div.inline {
  clear: both;
  min-height: 40px;
  position: relative; }
  label.inline .forms-label,
  div.inline .forms-label {
    display: inline-block;
    width: 40%;
    float: left;
    line-height: 40px;
    font-weight: 400; }
  label.inline .input-groups,
  div.inline .input-groups {
    width: 60%;
    display: inline-block; }
  label.inline.full-row .forms-label,
  div.inline.full-row .forms-label {
    width: 19.5%; }
  label.inline.full-row .input-groups,
  div.inline.full-row .input-groups {
    width: 80.5%;
    display: inline-block; }
  label.inline.border,
  div.inline.border {
    border: 1px solid #e7e7e8;
    border-radius: 4px;
    min-height: 42px; }
    label.inline.border input,
    label.inline.border select,
    label.inline.border .advanced-select-item,
    div.inline.border input,
    div.inline.border select,
    div.inline.border .advanced-select-item {
      display: inline-block;
      border: none;
      border-radius: 0; }
    label.inline.border input[name="user_label_field"],
    label.inline.border input[name="item_user_label_field"],
    div.inline.border input[name="user_label_field"],
    div.inline.border input[name="item_user_label_field"] {
      border-right: 1px solid #e7e7e8; }
    label.inline.border .select-holder.relation-chooser, label.inline.border .select-holder.enumerator,
    div.inline.border .select-holder.relation-chooser,
    div.inline.border .select-holder.enumerator {
      display: table-cell;
      vertical-align: top; }
    label.inline.border .select-holder.relation-chooser,
    div.inline.border .select-holder.relation-chooser {
      width: 47px;
      border-right: 1px solid #e7e7e8; }
    label.inline.border .select-holder.enumerator,
    div.inline.border .select-holder.enumerator {
      width: auto; }
    label.inline.border .forms-label,
    div.inline.border .forms-label {
      border-right: 1px solid #e7e7e8; }
      label.inline.border .forms-label > span,
      div.inline.border .forms-label > span {
        padding-left: 10px;
        padding-right: 10px; }
    label.inline.border .input-groups,
    div.inline.border .input-groups {
      display: table; }
    label.inline.border .input-holder,
    div.inline.border .input-holder {
      display: table-cell; }
      label.inline.border .input-holder.inactive,
      div.inline.border .input-holder.inactive {
        opacity: 0;
        pointer-events: none; }
    label.inline.border .delete-button,
    label.inline.border .lock-button,
    div.inline.border .delete-button,
    div.inline.border .lock-button {
      width: 40px;
      display: table-cell;
      font-size: 18px;
      vertical-align: top;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      label.inline.border .delete-button a,
      label.inline.border .lock-button a,
      div.inline.border .delete-button a,
      div.inline.border .lock-button a {
        background: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 8px 4px;
        display: block; }
        label.inline.border .delete-button a:hover,
        label.inline.border .lock-button a:hover,
        div.inline.border .delete-button a:hover,
        div.inline.border .lock-button a:hover {
          color: #fd9393; }
    label.inline.border .lock-button,
    div.inline.border .lock-button {
      width: 20px;
      display: none; }
      label.inline.border .lock-button a,
      div.inline.border .lock-button a {
        width: 20px;
        font-size: 16px;
        color: #e7e7e7;
        text-decoration: none; }
        label.inline.border .lock-button a .fa-lock,
        div.inline.border .lock-button a .fa-lock {
          display: none; }
        label.inline.border .lock-button a:hover,
        div.inline.border .lock-button a:hover {
          color: #bdbdbd; }
    label.inline.border .more,
    div.inline.border .more {
      display: table-cell;
      width: 47px;
      line-height: 40px;
      text-align: center;
      vertical-align: top; }
  @media only screen and (max-width: 640px) {
    label.inline .forms-label,
    label.inline .input-groups,
    div.inline .forms-label,
    div.inline .input-groups {
      width: 100%; }
    label.inline .forms-label,
    div.inline .forms-label {
      line-height: 1.5em; }
    label.inline.full-row-auto .input-groups,
    div.inline.full-row-auto .input-groups {
      width: 80.5%; } }

.items-simple label.inline.border .input-groups .lock-button {
  display: table-cell; }
.items-simple label.inline.border.locked .delete-button {
  width: 0; }
  .items-simple label.inline.border.locked .delete-button .delete-button-inner {
    width: 0;
    padding: 8px 0;
    pointer-events: none;
    opacity: 0; }
.items-simple label.inline.border.locked .lock-button {
  width: 37px; }
  .items-simple label.inline.border.locked .lock-button a {
    width: 37px; }
    .items-simple label.inline.border.locked .lock-button a .fa-lock {
      display: inline-block;
      color: #bdbdbd; }
    .items-simple label.inline.border.locked .lock-button a .fa-unlock-alt {
      display: none; }

.forms-inline-list input[type="radio"],
.forms-inline-list input[type="checkbox"] {
  float: left; }
  .forms-inline-list input[type="radio"] + label,
  .forms-inline-list input[type="checkbox"] + label {
    position: relative;
    top: 2px;
    margin-left: 4px; }

@media only screen and (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  input[type="phone"],
  input[type="tel"],
  input[type="number"],
  input[type="datetime"],
  input[type="date"],
  input[type="month"],
  textarea,
  select {
    font-size: 16px; } }
.label-checkbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .label-checkbox input {
    display: none !important; }
    .label-checkbox input + .checkbox {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      top: 2px;
      cursor: pointer;
      pointer-events: none; }
      .label-checkbox input + .checkbox:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        content: "\f096";
        display: inline-block;
        pointer-events: none;
        font-size: 22px; }
    .label-checkbox input:checked + .checkbox:after {
      content: "\f046"; }

.checkbox-list {
  padding-top: .5em; }
  .checkbox-list .label-checkbox {
    margin-bottom: .65em; }

.onoff-holder.higher {
  margin-top: 8px; }
.onoff-holder.disabled {
  pointer-events: none; }
.onoff-holder .switcher {
  background: #adb8c4;
  width: 30px;
  height: 15px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .onoff-holder .switcher:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    pointer-events: none; }
  .onoff-holder .switcher.active {
    background: #1dbba9; }
    .onoff-holder .switcher.active:after {
      left: 16px; }

/* =State dropdown
-----------------------------------------------------------------------------*/
.state-dropdown {
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  width: 140px;
  padding: 0 15px 0 15px;
  position: relative;
  border-radius: 20px; }
  .state-dropdown:after {
    position: absolute;
    top: 0;
    right: 15px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    pointer-events: none;
    line-height: 40px; }
  .state-dropdown select {
    display: block;
    opacity: 0;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    -webkit-appearance: none;
    width: 100%;
    cursor: pointer; }
  .state-dropdown .dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    margin-right: 10px;
    background: #fff; }
  .state-dropdown .fa, .state-dropdown .ui-icon {
    margin-right: 10px; }
  .state-dropdown.review {
    background: #fcf5db; }
    .state-dropdown.review .dot {
      background: #f4d670; }
  .state-dropdown.decline {
    background: #ffe9e9; }
    .state-dropdown.decline .dot {
      background: #fd9393; }
  .state-dropdown.approve .dot {
    background: #ededed; }

/* =Connection dropdown
-----------------------------------------------------------------------------*/
.connection-dropdown {
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  width: 220px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin-left: 20px;
  overflow: hidden; }
  .connection-dropdown select {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    -webkit-appearance: none;
    width: 100%;
    cursor: pointer;
    pointer-events: none; }
  .connection-dropdown.active select {
    display: block;
    pointer-events: auto; }
  .connection-dropdown.active:after {
    position: absolute;
    top: 0;
    right: 15px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    pointer-events: none;
    line-height: 40px; }
  .connection-dropdown span:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    content: "";
    background: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 90%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 90%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 90%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 90%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 90%);
    pointer-events: none; }
  .connection-dropdown .dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    margin-right: 10px;
    background: #fff; }
  .connection-dropdown .fa, .connection-dropdown .ui-icon {
    margin-right: 10px; }

.tools .connection-dropdown {
  width: 100px;
  margin-left: 10px;
  float: right;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  border-bottom: none; }
  .tools .connection-dropdown select {
    display: block;
    height: 26px; }
    .tools .connection-dropdown select option {
      cursor: pointer; }
  .tools .connection-dropdown:after {
    line-height: 26px; }

#form-upload .text-right input[type='email'] {
  display: inline-block;
  height: 35px; }

td.text-centered .forms-label {
  float: none; }

/* =Colors
-----------------------------------------------------------------------------*/
/* Backgrounds */
.bg-white {
  background: #fff; }

.bg-dark {
  background: #38373d;
  color: #bfbec3; }

.bg-light {
  background: #f7f7f7; }

.bg-gray {
  background: #97a5b3;
  color: #bfbec3; }

.bg-primary {
  background: #1dbca9;
  color: #fff; }

.bg-yellow {
  background: #f4d670;
  color: #fff; }

.bg-red {
  background: #fd9393;
  color: #fff; }

/* Text */
.color-text {
  color: #7c7a85; }

.color-white {
  color: #fff; }

.color-dark {
  color: #38373d; }

.color-light {
  color: #86848f; }
  .color-light a {
    color: #86848f; }

.color-primary {
  color: #1dbca9; }

.color-red {
  color: #fd9393; }
  .color-red a {
    color: #fd9393; }

.color-green {
  color: #35beb1; }

.color-yellow {
  color: #f4d670; }

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

.row.separated > .col + .col {
  position: relative; }
  .row.separated > .col + .col:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-left: 1px solid #e7e7e8; }
.row.separated.gutters {
  margin-left: -6%; }
  .row.separated.gutters > .col {
    margin-left: 6%; }
  .row.separated.gutters > .col-1 {
    width: calc(8.3333333333% - 6%); }
  .row.separated.gutters > .col-2 {
    width: calc(16.6666666667% - 6%); }
  .row.separated.gutters > .col-3 {
    width: calc(25% - 6%); }
  .row.separated.gutters > .col-4 {
    width: calc(33.3333333333% - 6%); }
  .row.separated.gutters > .col-5 {
    width: calc(41.6666666667% - 6%); }
  .row.separated.gutters > .col-6 {
    width: calc(50% - 6%); }
  .row.separated.gutters > .col-7 {
    width: calc(58.3333333333% - 6%); }
  .row.separated.gutters > .col-8 {
    width: calc(66.6666666667% - 6%); }
  .row.separated.gutters > .col-9 {
    width: calc(75% - 6%); }
  .row.separated.gutters > .col-10 {
    width: calc(83.3333333333% - 6%); }
  .row.separated.gutters > .col-11 {
    width: calc(91.6666666667% - 6%); }
  .row.separated.gutters > .col-12 {
    width: calc(100% - 6%); }
  .row.separated.gutters > .col + .col:before {
    left: -6.5%; }
@media only screen and (max-width: 768px) {
  .row.separated .col {
    width: calc(100% - 6%) !important; }
    .row.separated .col + .col:before {
      left: 0;
      top: auto;
      bottom: 0;
      right: 0;
      border-left: none;
      border-bottom: 1px solid #e7e7e8; } }

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .row-scores > .col {
    width: calc(100% - 6%) !important;
    border-bottom: 1px solid #e7e7e8;
    margin-bottom: 10px; }
    .row-scores > .col:before {
      display: none; } }
.row.no-border {
  border: none !important; }
  .row.no-border:before {
    border: none !important; }
  .row.no-border .col {
    border: none !important; }

/* =Helper
-----------------------------------------------------------------------------*/
a,
.btn {
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* Text */
.upper-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px; }

.word-break {
  word-break: break-all; }

/* Border */
.border-dashed {
  border: 1px dashed #a7a9ac; }

.border-top {
  border-top: 1px solid #e7e7e8; }

.invisible {
  visibility: hidden; }

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

.disabled {
  opacity: .5; }

.status {
  color: #a6b2be; }
  .status.color-dark {
    color: #38373d; }

.center {
  margin-left: auto;
  margin-right: auto; }

/* Link */
.link-primary {
  color: #1dbca9;
  text-decoration: none; }
  .link-primary:hover {
    text-decoration: underline; }

.link-red {
  color: #fd9393 !important;
  text-decoration: none; }
  .link-red:hover {
    text-decoration: underline; }

.link-action {
  font-size: 1.4em;
  vertical-align: text-bottom;
  line-height: 1em;
  padding: 0 4px; }

.link-light {
  color: #d7d9e1;
  text-decoration: none; }
  .link-light:hover {
    color: #1dbca9; }

.delete-button .delete-link {
  font-size: 22px; }

.gutters .col.push-right {
  margin-left: auto; }

/* Padding/Margin */
.reset-padding {
  padding: 0 !important; }

.pause {
  margin-bottom: 25px; }

.pause-2x {
  margin-bottom: 50px; }

.block-centered {
  margin-left: auto;
  margin-right: auto; }

.indent-left {
  padding-left: 20px; }
  @media only screen and (max-width: 767px) {
    .indent-left {
      padding-left: 0; } }

.h100 {
  height: 100%; }

/* Position */
.left {
  float: left; }

.right {
  float: right; }

/* icons */
.fa-ebay {
  position: relative; }

.fa-ebay:after {
  display: block;
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  background: url(../img/icons/fa-ebay-exists.svg) center center no-repeat;
  background-size: 20px !important;
  top: -12px; }

.inactive .fa-ebay:after {
  background: url(../img/icons/fa-ebay.svg) center center no-repeat; }

.row-address span {
  display: inline-block;
  margin-left: 16px; }

.sentence-holder {
  margin-bottom: 1em; }

.sentence span {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 4px;
  color: #7d8893;
  margin-bottom: 5px; }
  .sentence span.field {
    background: #f2f2f2; }
  .sentence span.value {
    background: #f2f2f2; }
  .sentence span.operator {
    background: #d7d7d7; }
  .sentence span.time {
    background: #f2f2f2; }

.label.gray {
  background: #ebebeb;
  font-weight: 300; }

#compare-value-range .input-groups .blocks-2 {
  display: table;
  margin-left: 0;
  width: 100%; }
  #compare-value-range .input-groups .blocks-2 li {
    margin-left: 0;
    width: 50%;
    display: table-cell; }

/* =Modal
-----------------------------------------------------------------------------*/
.modal {
  color: #7c7a85; }
  .modal .close {
    cursor: pointer; }
  .modal.open {
    width: 700px;
    margin-top: 100px; }

.modal-header {
  border-bottom: 0; }
  .modal-header span {
    font-weight: normal; }

.modal-body {
  padding: 25px 30px; }
  .modal-body span,
  .modal-body p {
    word-wrap: break-word; }
  .modal-body iframe.content-email {
    width: 100%;
    height: 400px; }

/* =Tables
-----------------------------------------------------------------------------*/
.table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.65em; }

table th,
table td {
  white-space: nowrap; }
  table th.no-padding,
  table td.no-padding {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  table th.column-narrow,
  table td.column-narrow {
    width: 1%;
    white-space: nowrap; }
table th {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: normal;
  padding: .5rem 1rem; }
  table th.sortable button {
    cursor: pointer;
    color: #7c7a85;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 0;
    line-height: 1em;
    border: none;
    background: none;
    min-height: 0; }
    table th.sortable button:after {
      padding-left: 5px;
      content: '\f0dc';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900; }
  table th.sortable.ascending button:after {
    content: '\f0de'; }
  table th.sortable.descending button:after {
    content: '\f0dd'; }
  table th.invoice {
    padding: 0.5rem 0; }
  table th.status {
    padding: 0.5rem 10px 0.5rem 0; }
  table th .label-checkbox {
    position: relative;
    top: 6px; }
table tr,
table tr:hover {
  position: relative; }
  table tr th.lastview,
  table tr:hover th.lastview {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  table tr td.viewlight,
  table tr:hover td.viewlight {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 9px;
    position: relative; }
    table tr td.viewlight.unviewed label, table tr td.viewlight.unviewed:before, table tr td.viewlight.viewed label, table tr td.viewlight.viewed:before,
    table tr:hover td.viewlight.unviewed label,
    table tr:hover td.viewlight.unviewed:before,
    table tr:hover td.viewlight.viewed label,
    table tr:hover td.viewlight.viewed:before {
      display: block;
      position: absolute;
      left: 1px;
      top: 1px;
      width: 3px;
      height: calc(100% - 2px);
      background: #ededed;
      z-index: 10;
      cursor: pointer; }
    table tr td.viewlight.unviewed:before,
    table tr:hover td.viewlight.unviewed:before {
      content: "";
      background: #1dbca9; }
    table tr td.viewlight label,
    table tr:hover td.viewlight label {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10; }
table tr:last-child td {
  border-bottom: none; }
table tr.current td {
  background: #e3eff1; }
  table tr.current td .masked:after {
    background: linear-gradient(to left, #e3eff1 0%, rgba(227, 239, 241, 0) 100%); }
table.hide-header thead {
  display: none; }
table.narrow tr td,
table.narrow tr th {
  padding: .5rem 1rem; }
table.narrow tr th:first-child,
table.narrow tr td:first-child {
  padding-left: 0; }
table.narrow tr th:last-child,
table.narrow tr td:last-child {
  padding-right: 0; }
table td.hidden-column,
table th.hidden-column {
  display: none; }

.box-table table {
  margin-bottom: 0; }
  .box-table table tr th:first-child,
  .box-table table tr td:first-child {
    padding-left: 30px; }
  .box-table table tr th:last-child,
  .box-table table tr td:last-child {
    padding-right: 20px; }
  .box-table table td {
    padding: .5rem 1rem;
    vertical-align: middle; }
    .box-table table td .nowrap {
      white-space: nowrap; }
    .box-table table td strong {
      font-size: 17px;
      font-weight: normal; }
    .box-table table td .status {
      white-space: nowrap; }
    .box-table table td .icon-more {
      font-size: 22px; }
    .box-table table td small {
      color: #c3c4c7; }
    .box-table table td .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-left: 10px;
      border-radius: 50%; }
      .box-table table td .dot.paid {
        background: #35beb1; }
      .box-table table td .dot.waiting {
        background: #f4d670; }
      .box-table table td .dot.inactive {
        background: #fd9393; }
      .box-table table td .dot.disabled {
        background: #824026; }
      .box-table table td .dot.trial {
        background: #239ae1;
        width: 16px;
        height: 16px;
        color: white;
        vertical-align: -3px;
        position: relative;
        margin-left: 6px; }
        .box-table table td .dot.trial strong {
          font-weight: bold !important;
          font-size: 9px;
          width: 16px;
          display: block;
          text-align: center;
          position: absolute;
          top: -3px; }
    .box-table table td .masked {
      max-width: 270px;
      min-width: 270px;
      overflow: hidden;
      display: inline-block;
      position: relative;
      line-height: 1.1em;
      margin-bottom: -.1em; }
      .box-table table td .masked:after {
        background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        position: absolute;
        width: 25px;
        height: 100%;
        right: 0;
        top: 0; }
  .box-table table th .checkbox,
  .box-table table td .checkbox {
    color: #dadada; }
  .box-table table th input[type=checkbox]:checked + .checkbox,
  .box-table table td input[type=checkbox]:checked + .checkbox {
    color: #0eccc2; }
    .box-table table th input[type=checkbox]:checked + .checkbox:after,
    .box-table table td input[type=checkbox]:checked + .checkbox:after {
      content: '\f00c'; }

.box-table-footer {
  padding: 10px 20px;
  position: relative;
  background: #fff;
  border-top: 1px solid #e7e7e8;
  border-left: 1px solid #e7e7e8;
  border-right: 1px solid #e7e7e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .box-table-footer.bg-gradient {
    background-color: #4addc7;
    background-image: linear-gradient(-45deg, #4addc7 0%, #56d3de 100%);
    color: #fff; }
    .box-table-footer.bg-gradient label {
      color: #fff; }
  .box-table-footer.fixed {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 230px;
    right: 0;
    margin: 0 25px;
    width: auto; }
    @media only screen and (max-width: 1024px) {
      .box-table-footer.fixed {
        left: 0;
        margin: 0 10px; } }
  .box-table-footer input {
    height: 36px; }
  .box-table-footer label {
    display: inline-block;
    margin-right: 10px; }
  .box-table-footer .text-block {
    padding-right: 20px; }
  .box-table-footer #list-status {
    margin: auto; }
    .box-table-footer #list-status .list-loader,
    .box-table-footer #list-status .list-found,
    .box-table-footer #list-status .list-loaded,
    .box-table-footer #list-status .list-filtered {
      display: inline-block;
      margin: 0 5px; }
  .box-table-footer .tools-left {
    position: absolute;
    top: 20px;
    left: 20px; }
  .box-table-footer .tools-right {
    position: absolute;
    top: 20px;
    right: 20px; }

.sidebar-collapsed .box-table-footer.fixed {
  left: 50px; }
  @media only screen and (max-width: 1024px) {
    .sidebar-collapsed .box-table-footer.fixed {
      left: 0; } }

table.hoverable tbody tr td {
  position: relative; }
table.hoverable tbody tr:hover td {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07); }
table.hoverable tbody tr:hover td:after,
table.hoverable tbody tr:hover td:before {
  display: block;
  content: "";
  width: 14px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
table.hoverable tbody tr:hover.current td:after,
table.hoverable tbody tr:hover.current td:before {
  background-color: #e3eff1; }
table.hoverable tbody tr:hover td:before {
  right: auto;
  left: 0; }

table.flat tr {
  border: none; }
  table.flat tr:first-child td {
    padding-top: 0; }
  table.flat tr:last-child td {
    padding-bottom: 0; }
  table.flat tr td {
    border: none; }
    table.flat tr td:first-child {
      padding-left: 0; }
    table.flat tr td:last-child {
      padding-right: 0; }

#exports table tr td {
  padding: 8px 16px; }
#exports table tr:last-child td {
  border-bottom: 1px solid #e7e7e8; }
#exports.closed table tr:nth-child(n+6) {
  display: none; }

table.blacklist th {
  font-weight: normal; }
  table.blacklist th a {
    color: #7c7a85; }
table.blacklist tr:last-child td {
  border-bottom: 1px solid #e7e7e8; }
table.blacklist tr td:first-child.spanned {
  padding-left: 1rem; }
table.blacklist .desc {
  margin-left: 0;
  margin-top: -6px;
  display: block; }
table.blacklist a {
  color: #7c7a85; }
  table.blacklist a:hover {
    color: #1dbca9; }
table.blacklist .append input {
  flex: 1 auto;
  min-width: 0; }
table.blacklist .append .delete-link {
  padding-left: 5px;
  line-height: 40px;
  font-size: 22px; }

table.activity tr.separator {
  border-radius: 7px;
  overflow: hidden; }
  table.activity tr.separator td {
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
table.activity td {
  padding: 1rem 1rem;
  border: none; }
  table.activity td .masked:after {
    background: linear-gradient(to left, #f2f3f7 0%, rgba(242, 243, 247, 0) 100%); }
  table.activity td small {
    display: block; }
  table.activity td.type {
    position: relative;
    text-align: center;
    min-width: 70px; }
    table.activity td.type:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1px;
      height: 100%;
      background: #e1e1e1;
      left: 50%; }
    table.activity td.type > span {
      display: block;
      left: 0;
      right: 0;
      margin: auto;
      position: relative; }
    table.activity td.type.square > span {
      width: 15px;
      height: 15px;
      background: #d7d7d7; }
    table.activity td.type.square-border > span {
      width: 15px;
      height: 15px;
      border: 1px solid #1dbca9;
      background: #f2f3f7; }
    table.activity td.type.circle > span {
      width: 15px;
      height: 15px;
      border-radius: 15px;
      background: #898890; }
    table.activity td.type.circle-border > span {
      width: 15px;
      height: 15px;
      border-radius: 15px;
      border: 1px solid #898890;
      background: #f2f3f7; }
    table.activity td.type.triangle > span {
      width: 0;
      height: 0;
      border: 10px solid;
      border-bottom: 17px solid;
      border-color: transparent transparent #898890 transparent;
      top: -5px; }
    table.activity td.type.inside-dot > span > span {
      display: block;
      width: 7px;
      height: 7px;
      background: #fff;
      border-radius: 7px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    table.activity td.type.inside-x > span:before {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 100%;
      background: #f2f3f7;
      left: 50%;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    table.activity td.type.inside-x > span:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background: #f2f3f7;
      top: 50%;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    table.activity td.type.inside-triangle > span > span {
      display: block;
      width: 0;
      height: 0;
      border: 8px solid;
      border-color: transparent transparent #fff transparent;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -6px;
      right: -6px;
      position: absolute; }
    table.activity td.type.angle > span {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    table.activity td.type.primary > span {
      background: #1dbca9; }
  table.activity td.column-action {
    min-width: 160px; }
table.activity tr:last-child td.type:before {
  height: 50%; }

.transactions-quick-list table td {
  padding: 15px 16px !important;
  line-height: 1em; }
  .transactions-quick-list table td .masked {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    display: table-cell; }
  .transactions-quick-list table td strong {
    font-size: 15px; }
  .transactions-quick-list table td small {
    font-size: 70%; }
.transactions-quick-list table td.score {
  font-weight: 300;
  font-size: 13px;
  text-align: right;
  padding: 15px 20px 15px 0 !important;
  white-space: nowrap; }
  .transactions-quick-list table td.score span {
    z-index: 2;
    position: relative; }
  .transactions-quick-list table td.score .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px; }
    .transactions-quick-list table td.score .dot.decline {
      background: #fd9393;
      border-color: #fd9393; }
    .transactions-quick-list table td.score .dot.review {
      background: #f4d670;
      border-color: #f4d670; }

/* =Tabs
-----------------------------------------------------------------------------*/
.tabs ul {
  border-bottom: none; }
.tabs li a {
  color: #7c7a85;
  border: none;
  border-bottom: 2px solid transparent;
  font-weight: normal; }
  .tabs li a:hover {
    text-decoration: none;
    background: none;
    border-bottom: 2px solid rgba(29, 188, 169, 0.2); }
.tabs li.active a {
  color: #7c7a85;
  border: none;
  border-bottom: 2px solid #1dbca9; }
.tabs.tabs-2 li {
  width: 50%;
  text-align: center; }
  .tabs.tabs-2 li a {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
.tabs.tabs-3 li {
  width: 33.333333333%;
  text-align: center; }
  .tabs.tabs-3 li a {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }

.top-bar .tabs li {
  display: inline-block;
  height: 59px;
  line-height: 59px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px; }

@media only screen and (max-width: 768px) {
  .tabs.tabs-2 li, .tabs.tabs-3 li {
    display: inline-block; }
  .tabs.tabs-2 a, .tabs.tabs-3 a {
    border-left-width: 0px;
    border-right-width: 0px; } }
/* =Typography
-----------------------------------------------------------------------------*/
strong,
.strong {
  font-weight: 400 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }
  h1.strong,
  h2.strong,
  h3.strong,
  h4.strong,
  h5.strong,
  h6.strong {
    font-weight: bold !important; }

h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px; }
  h4.first {
    margin-top: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.light {
  font-weight: 300 !important; }

/* =Data list
-----------------------------------------------------------------------------*/
.data-list {
  margin: 0;
  color: #7c7a85; }
  .data-list li {
    list-style-position: inside;
    line-height: 50px;
    font-weight: normal; }
    .data-list li + li {
      border-top: 1px solid #e7e7e8; }
    .data-list li span {
      padding-left: 10px; }
      .data-list li span.value {
        padding-left: 0;
        float: right; }

/* =Dl
-----------------------------------------------------------------------------*/
dl dl {
  font-size: 1em; }
dl dt {
  color: #7c7a85;
  width: 210px;
  font-weight: normal;
  float: left;
  line-height: 1.3em;
  clear: both; }
  @media only screen and (max-width: 520px), (min-width: 1024px) and (max-width: 1500px) {
    dl dt {
      float: none;
      width: 100%;
      color: #38373d; } }
dl dd {
  line-height: 1.3em;
  margin-bottom: 1em;
  padding-left: 210px;
  margin-left: 0;
  position: relative;
  word-wrap: break-word; }
  dl dd.has-list {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 50px; }
  dl dd .toggle-list {
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #38373d;
    font-size: 1.5em;
    text-decoration: none; }
    dl dd .toggle-list:after {
      content: '\f107';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900; }
    dl dd .toggle-list.open:after {
      content: '\f106'; }
    dl dd .toggle-list.inactive {
      color: #ebebeb; }
  dl dd .list {
    display: none;
    position: absolute;
    background: #ebebeb;
    width: 80%;
    max-height: 200px;
    padding: 20px 20px 10px;
    overflow: auto;
    border-radius: 7px;
    z-index: 2;
    top: 30px;
    right: 0; }
    dl dd .list.open {
      display: block; }
    dl dd .list .list-item > span {
      display: block; }
    dl dd .list .list-item .date {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding-top: 7px;
      padding-bottom: 15px; }
    dl dd .list .list-item + .list-item {
      border-top: 2px solid #e1e1e1;
      padding-top: 15px; }
  @media only screen and (max-width: 520px), (min-width: 1024px) and (max-width: 1500px) {
    dl dd {
      padding-left: 0; }
      dl dd.has-list {
        margin-top: 0;
        padding-right: 50px; }
      dl dd .toggle-list {
        top: -20px; } }
dl dd + dt.has-list {
  margin-top: 10px; }
dl dd.has-list + dt.has-list {
  margin-top: 0; }

.preset-holder {
  border: 1px solid #e7e7e8;
  border-radius: 4px;
  overflow: hidden; }
  .preset-holder ::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .preset-holder ::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 6px; }
  .preset-holder ::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-radius: 6px; }
  .preset-holder body {
    scrollbar-face-color: #acacac;
    scrollbar-track-color: #d6d6d6; }
  .preset-holder .scrollable {
    width: 100%;
    max-height: 300px;
    overflow-y: auto; }
  .preset-holder .scrollable > span {
    display: block;
    padding: 7px 125px 7px 10px; }
  .preset-holder a {
    display: block;
    text-decoration: none;
    padding: 7px 125px 7px 10px;
    position: relative;
    color: #7c7a85; }
    .preset-holder a .button {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      display: none;
      margin: auto;
      line-height: 30px;
      padding: 0 10px;
      height: 30px;
      min-height: 30px; }
    .preset-holder a:hover {
      background: #aaa9ad;
      color: #fff; }
      .preset-holder a:hover .button {
        display: block; }

/* =List grouping
-----------------------------------------------------------------------------*/
.list-group-holder {
  margin-top: 20px; }
  .list-group-holder .actions a {
    text-decoration: none; }

.list-group {
  position: relative; }
  .list-group .head .operator {
    display: inline-block; }
    .list-group .head .operator select {
      border: none; }
  .list-group .head .actions {
    padding: 5px 0;
    display: inline-block;
    float: right; }
  .list-group .foot {
    padding: 5px 0;
    position: relative; }
  .list-group .items {
    padding-left: 35px;
    position: relative;
    min-height: 35px; }
    .list-group .items:before {
      position: absolute;
      top: 0;
      left: 20px;
      bottom: 20px;
      border-right: 1px solid #d7d7d7;
      content: '';
      display: block; }
    .list-group .items.items-sub:before {
      bottom: 16px; }
    .list-group .items .list-group-item:before,
    .list-group .items .list-group:before,
    .list-group .items .foot:before, .list-group .items > label:before {
      content: '';
      display: block;
      position: absolute;
      background: #d7d7d7;
      height: 1px;
      width: 10px;
      top: 18px;
      left: -15px; }
    .list-group .items .sortable-holder {
      margin-bottom: 0; }
      .list-group .items .sortable-holder:before {
        background: none;
        width: 0;
        height: 0;
        pointer-events: none;
        z-index: 0; }
    .list-group .items.items-simple, .list-group .items.items-simple > .items {
      padding-left: 0; }
      .list-group .items.items-simple:before, .list-group .items.items-simple.items-sub:before,
      .list-group .items.items-simple .list-group-item:before,
      .list-group .items.items-simple .list-group:before,
      .list-group .items.items-simple .foot:before, .list-group .items.items-simple > label:before, .list-group .items.items-simple > .items:before, .list-group .items.items-simple > .items.items-sub:before,
      .list-group .items.items-simple > .items .list-group-item:before,
      .list-group .items.items-simple > .items .list-group:before,
      .list-group .items.items-simple > .items .foot:before, .list-group .items.items-simple > .items > label:before {
        content: none; }
  .list-group .items-root:before {
    bottom: 16px; }
  .list-group .items-sub {
    min-height: 0; }

.ui-sortable-placeholder {
  border: 1px dashed #d7d7d7;
  background: none;
  visibility: visible !important; }

.ui-sortable-helper {
  cursor: move; }

.items .handle,
.list-group-item .handle {
  display: inline-block;
  color: #7d8893;
  margin: 0 10px 0 5px;
  cursor: pointer; }
  .items .handle:before, .items .handle:after,
  .list-group-item .handle:before,
  .list-group-item .handle:after {
    content: '\f142';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    cursor: grab; }
  .items .handle:after,
  .list-group-item .handle:after {
    padding-left: 2px; }

#panel-filter .items .handle {
  margin: 0;
  position: absolute;
  left: 6px;
  z-index: 1;
  top: 8px; }
#panel-filter .items .forms-label {
  padding-left: 12px; }
#panel-filter .items.items-simple .handle {
  display: none; }
#panel-filter .items.items-simple .forms-label {
  padding-left: 0; }

.list-group-item {
  background: #f7f7f7;
  padding: 5px 5px 0;
  margin-bottom: 6px;
  position: relative;
  line-height: 34px; }
  .list-group-item.placeholder {
    border: 1px dashed #d7d7d7;
    background: none; }
  .list-group-item .content {
    display: inline-block; }
  .list-group-item .actions {
    text-align: right;
    display: inline-block;
    float: right;
    font-size: 13px; }
    .list-group-item .actions .delete-link {
      font-size: 22px; }

/* =Simple list
-----------------------------------------------------------------------------*/
.list-simple {
  border: 1px solid #e7e7e8;
  border-radius: 7px;
  list-style: none;
  overflow: hidden;
  margin: 0; }
  .list-simple.closed li:nth-child(n+6):not(.ui-sortable-helper) {
    display: none; }
  .list-simple li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e8; }
    .list-simple li > a {
      color: #7c7a85;
      padding: 6px 15px;
      display: block;
      cursor: pointer; }
      .list-simple li > a .fa-sort {
        color: #c3c4c7;
        margin-right: 5px; }
    .list-simple li .tools {
      position: absolute;
      top: 0;
      right: 9px; }
      .list-simple li .tools a {
        display: inline-block;
        padding: 6px; }
    .list-simple li:hover > a {
      background: #e7e7e8; }
    .list-simple li:hover a {
      text-decoration: none; }
    .list-simple li.active {
      color: #fff; }
      .list-simple li.active > a {
        background: #1dbca9 !important; }
        .list-simple li.active > a .fa-sort {
          color: rgba(255, 255, 255, 0.5); }
      .list-simple li.active a {
        color: #fff; }
    .list-simple li .apply-filter .handle,
    .list-simple li .set-order .handle {
      display: inline-block;
      margin: 0 10px 0 5px; }
      .list-simple li .apply-filter .handle:before,
      .list-simple li .set-order .handle:before {
        content: '\f142';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900; }
      .list-simple li .apply-filter .handle:after,
      .list-simple li .set-order .handle:after {
        padding-left: 2px;
        content: '\f142';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900; }
    .list-simple li.active .apply-filter .handle {
      color: #fff; }

/* =Filled list
-----------------------------------------------------------------------------*/
.list-filled {
  list-style-type: none;
  margin: 0; }
  .list-filled li {
    display: block;
    background: #f7f7f7;
    padding: 8px 15px;
    margin-bottom: 5px;
    position: relative; }
    .list-filled li a {
      text-decoration: none;
      color: #7c7a85; }
      .list-filled li a:hover {
        color: #1dbca9; }
    .list-filled li .delete-button {
      font-size: 18px;
      vertical-align: top;
      color: #ef7174;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      line-height: 40px;
      width: 40px;
      text-align: center;
      background: #efefef;
      padding: 0;
      cursor: pointer; }
      .list-filled li .delete-button:hover {
        color: #1dbca9; }
      .list-filled li .delete-button a {
        text-decoration: none;
        pointer-events: none; }

#column-settings {
  position: absolute;
  top: 8px;
  right: 0;
  color: #bdbdbd;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px 4px 4px; }

#list-columns-settings-modal .advanced-select-item {
  padding-left: 20px; }
#list-columns-settings-modal .select-holder::after {
  right: 16px; }

/* =Integration list
-----------------------------------------------------------------------------*/
.integration-list a {
  cursor: pointer; }
.integration-list .group-name[contenteditable],
.integration-list .step-name[contenteditable] {
  padding: 3px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  border-color: #1dbca9;
  box-shadow: 0 0 1px #1dbca9 inset; }
.integration-list .group-box {
  margin-left: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px; }
  .integration-list .group-box .tools {
    float: right; }
    .integration-list .group-box .tools .fa, .integration-list .group-box .tools .ui-icon {
      margin-left: 8px; }
    .integration-list .group-box .tools .delete-link {
      margin-left: 10px;
      font-size: 20px; }
  .integration-list .group-box ul {
    margin-top: 20px;
    margin-left: 15px; }
    .integration-list .group-box ul li {
      margin-top: 5px; }
      .integration-list .group-box ul li .fa, .integration-list .group-box ul li .ui-icon {
        margin-left: 12px; }
  .integration-list .group-box:last-child {
    border-bottom: none; }
  .integration-list .group-box .bullet {
    position: absolute;
    top: 24px;
    left: -60px;
    width: 36px;
    height: 36px;
    padding: 6px 10px;
    border-radius: 50%;
    background-color: #e7e7e7; }
    .integration-list .group-box .bullet .fa, .integration-list .group-box .bullet .ui-icon {
      color: #fff; }
    .integration-list .group-box .bullet.add {
      padding: 6px 12px;
      cursor: pointer; }
      .integration-list .group-box .bullet.add span {
        cursor: pointer; }
      .integration-list .group-box .bullet.add .fa, .integration-list .group-box .bullet.add .ui-icon {
        color: #38373d; }
.integration-list li .fa-check,
.integration-list .group-box .fa-check {
  display: none; }
.integration-list li .tools .fa-check,
.integration-list .group-box .tools .fa-check {
  display: inline-block;
  color: #bdbdbd; }
.integration-list li.checked .bullet,
.integration-list .group-box.checked .bullet {
  background-color: #1dbca9; }
.integration-list li.checked > .fa-check,
.integration-list li.checked > .bullet > .fa-check,
.integration-list .group-box.checked > .fa-check,
.integration-list .group-box.checked > .bullet > .fa-check {
  display: inline-block; }
.integration-list li.checked > .tools .fa-check,
.integration-list .group-box.checked > .tools .fa-check {
  color: #1dbca9; }
.integration-list.admin-hide li > .fa-check {
  display: none; }
.integration-list.admin-hide .group-box .bullet {
  cursor: pointer; }

.backgrid-filter .clear {
  opacity: 0; }
.backgrid-filter span.search {
  display: none; }

/* =Boxes
-----------------------------------------------------------------------------*/
.box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px; }
  .box table > tbody > tr {
    pointer-events: none; }
    .box table > tbody > tr .delete-link {
      display: none; }
  .box.clickable-list table > tbody > tr {
    cursor: pointer;
    pointer-events: all; }
    .box.clickable-list table > tbody > tr .delete-link {
      display: inline; }
  .box.clickable-list.no-details table > tbody > tr {
    cursor: default; }
    .box.clickable-list.no-details table > tbody > tr .delete-link {
      cursor: pointer; }
  .box.force-radius {
    overflow: hidden; }
  .box > .inner {
    padding: 25px 30px; }
    .box > .inner.first {
      padding-top: 0px; }
    .box > .inner.end {
      padding-bottom: 0px; }
  .box.box-has-icon {
    padding-left: 145px; }
    @media only screen and (max-width: 520px) {
      .box.box-has-icon {
        padding-left: 30px; } }
  .box.no-padding-bottom {
    padding-bottom: 0; }
  .box .unit-padding {
    padding: 25px 30px; }
  .box.pause {
    margin-bottom: 80px; }
  .box h3 .fa, .box h3 .ui-icon {
    font-size: 1.3em;
    padding-right: 10px;
    line-height: 1.3em;
    vertical-align: middle; }
  .box p:last-child {
    margin-bottom: 0; }
  .box .box-toolbar {
    position: absolute;
    top: 20px;
    right: 20px; }
    .box .box-toolbar a {
      text-decoration: none; }
  .box .box-filters label {
    display: inline-block; }
  .box .date-filter a {
    display: inline-block;
    color: #d7d9e1;
    line-height: 32px; }
    .box .date-filter a:hover, .box .date-filter a.active {
      color: #7c7a85;
      text-decoration: none; }
    .box .date-filter a + a {
      margin-left: 10px; }
  @media only screen and (max-width: 767px) {
    .box > .inner {
      padding: 25px 15px; } }
  @media only screen and (max-width: 400px), (min-width: 1024px) and (max-width: 1500px) {
    .box .box-toolbar {
      position: relative;
      top: -10px;
      right: auto; } }

.row-data-boxes {
  position: relative;
  color: #7c7a85; }
  .row-data-boxes:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid #e7e7e8; }
  .row-data-boxes .col {
    position: relative;
    padding: 25px; }
    .row-data-boxes .col .inner {
      overflow: hidden; }
    .row-data-boxes .col strong {
      display: block;
      font-size: 2em;
      line-height: 1em;
      font-weight: 300 !important;
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) and (max-width: 1440px) {
        .row-data-boxes .col strong {
          font-size: 1.5em; } }
    .row-data-boxes .col .icon {
      position: absolute;
      right: 25px;
      top: 25px;
      color: #1dbca9;
      font-size: 1.4em; }
  .row-data-boxes .col + .col {
    border-left: 1px solid #e7e7e8; }
  @media only screen and (max-width: 768px) {
    .row-data-boxes .col + .col {
      border-left: none;
      border-top: 1px solid #e7e7e8; } }

/* Map */
.map {
  width: 100%;
  background: #fafafa;
  height: 300px; }

/* =Slider
-----------------------------------------------------------------------------*/
.noUi-horizontal {
  margin-top: 15px;
  height: 2px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: #d7d7d7; }
  .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -6px;
    top: -6px;
    box-shadow: none;
    border-radius: 8px;
    border: none;
    background: #1dbca9; }
    .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
      display: none; }
  .noUi-horizontal .noUi-connect {
    box-shadow: none; }
    .noUi-horizontal .noUi-connect.connect-yellow {
      background: #f4d670; }
    .noUi-horizontal .noUi-connect.connect-red {
      background: #fd9393; }
  .noUi-horizontal .noUi-tooltip {
    background: #f7f7f7;
    color: #7d8893;
    border: none;
    bottom: -220%;
    padding: 2px 10px;
    border-radius: 0; }
    .noUi-horizontal .noUi-tooltip:before {
      border: solid;
      border-color: #f7f7f7 transparent;
      border-width: 0px 6px 6px 6px;
      top: -6px;
      content: "";
      left: 0;
      right: 0;
      width: 6px;
      margin: auto;
      position: absolute;
      z-index: 99; }

#slider-threshold .noUi-handle-lower,
#slider-test-threshold .noUi-handle-lower {
  background: #f4d670; }
#slider-threshold .noUi-handle-upper,
#slider-test-threshold .noUi-handle-upper {
  background: #fd9393; }

/* =Progress bar
-----------------------------------------------------------------------------*/
.progress-bar {
  width: 100%;
  height: 4px;
  border: none;
  background: #ebebeb;
  border-radius: 2px; }
  .progress-bar span {
    display: block;
    height: 4px;
    background: #1dbca9;
    border-radius: 2px;
    width: 0; }
  .progress-bar.error span {
    background: #fd9393; }

/* =Panel
-----------------------------------------------------------------------------*/
.panel {
  position: fixed;
  width: auto;
  background: #fff;
  z-index: 98;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
  top: 60px;
  left: 230px;
  right: 0;
  max-height: calc(100vh - 120px);
  overflow: auto; }
  .panel .inner {
    padding: 30px; }
  .panel.floating {
    width: 330px;
    max-width: 330px;
    top: 75px;
    left: auto !important;
    right: 25px;
    border-radius: 7px;
    overflow: visible; }
    .panel.floating:after {
      position: absolute;
      width: 0;
      height: 0;
      border: 10px solid;
      border-color: transparent transparent #fff transparent;
      content: ' ';
      top: -20px;
      right: 50px; }
    .panel.floating strong {
      font-weight: 300 !important;
      font-size: 30px;
      line-height: 1em; }
    .panel.floating .progress-bar {
      margin-top: 10px; }
    .panel.floating .api-callings .col-4:first-child, .panel.floating .api-callings .col-4:nth-child(2) {
      border-right: 1px solid #e7e7e8; }
    .panel.floating .api-callings.bignums strong {
      font-size: 16px; }
    .panel.floating .text-right {
      padding-top: 4px; }
  @media only screen and (max-width: 1024px) {
    .panel {
      left: 0; } }

.sidebar-collapsed .panel {
  left: 50px; }
  @media only screen and (max-width: 1024px) {
    .sidebar-collapsed .panel {
      left: 0; } }

.panel-header,
.rule-tester .amount .select-holder {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 14px;
  color: #7c7a85;
  text-transform: uppercase;
  margin-bottom: 1em; }

.panel-header .select-holder,
.rule-tester .amount .select-holder {
  display: inline-block; }
  .panel-header .select-holder select,
  .rule-tester .amount .select-holder select {
    height: 14px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 14px;
    color: #38373d;
    cursor: pointer; }
    .panel-header .select-holder select:focus,
    .rule-tester .amount .select-holder select:focus {
      border: none; }
  .panel-header .select-holder:after,
  .rule-tester .amount .select-holder:after {
    line-height: 14px;
    color: #7c7a85; }

.message {
  font-family: "Roboto", Helvetica, sans-serif; }

.notification {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  background: #f4d670;
  color: #7c7a85;
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: .75rem;
  margin-bottom: 24px;
  position: relative; }

/* =Charts
-----------------------------------------------------------------------------*/
.chart-legend {
  margin-bottom: 30px; }
  .chart-legend > span {
    display: inline-block;
    color: #7c7a85;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .chart-legend > span .dot {
      width: 10px;
      height: 10px;
      display: inline-block;
      margin-right: 10px;
      background: #d7d9e1;
      border-radius: 5px; }
      .chart-legend > span .dot.primary {
        background: #1dbca9; }
      .chart-legend > span .dot.error {
        background: #fd9393; }
      .chart-legend > span .dot.warning {
        background: #f4d670; }
    .chart-legend > span + span {
      margin-left: 20px; }
  .chart-legend.pie {
    margin-top: -80%; }

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

/*# sourceMappingURL=master.css.map */
