﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/*https://necolas.github.io/normalize.css/7.0.0/normalize.css*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none !important;
}

/*---BRAND COLORS---*/
/*---SEVERITY COLORS---*/
/*---STATUS COLORS---*/
/*---DEPRECATED---*/
/*icon-sizes*/
/*default*/
/* careful! icon may not be clear*/
/* CHARACTER CODES */
/*---SPACING---*/
/*---RADIUS---*/
/*---DEPRECATED---*/
button:not(.icon):not(.fc-button):not(.segmented):not(.ui-button):not(.fr-command):not(.fr-btn):not(.iconlabel).primary,
:not(.icon):not(.fc-button):not(.segmented):not(.ui-button):not(.fr-command):not(.fr-btn):not(.iconlabel).button.primary {
  border-color: #a6cf39;
  background-color: #a6cf39;
}

.p-inputotp {
  display: flex;
  gap: 5px;
}
.p-inputotp .p-inputtext,
.p-inputotp input {
  width: 30px;
  height: 40px !important;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0 !important;
}
.p-inputotp.invalid .p-inputtext,
.p-inputotp.invalid input {
  border: 1px solid #c20210;
}

/*In these files, only mixins are allowed. No separate styling outside */ /* this mixin sets a clearfix on a div that contains floating elements */
/* this mixin disables user selection on elements, this solves some problems f.ex. on ipad */
/* converts a span or other element to a notification icon */
/* styling input type range (cross browser), based on: https://github.com/darlanrod/input-range-sass */ /*
    3 different messages: instruction, inline message & 
    different types are: default, informative, warning, error, success
*/
/* Can be used on any element */
/*deprecated (t-icons always have the same fixed width) */
/* this mixin sets the placeholder color on the input field(s), where this mixin is included
 * parameter $color: pass the color value for the placeholder
*/
/* responsive mixins */
html,
body {
  height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #282c2e;
  font-size: 13px;
  line-height: 18px;
  background-color: #eeeeef;
}

p,
span {
  margin: 0;
}
p.small,
span.small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #282c2e;
  font-size: 11px;
  line-height: 15px;
}
p.large,
span.large {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #282c2e;
  font-size: 16px;
  line-height: 22px;
}

.actions {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  user-select: none;
}

.zmdi,
.fa,
.pi,
.t-icon {
  font-size: 18px;
}
.zmdi.small,
.fa.small,
.pi.small,
.t-icon.small {
  font-size: 12px;
}
.zmdi.large,
.fa.large,
.pi.large,
.t-icon.large {
  font-size: 30px;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #282c2e;
}
:focus-visible:active {
  outline: none;
}

.horizontal {
  display: flex;
  flex-direction: row;
}
.horizontal.justify-left {
  justify-content: flex-start;
}
.horizontal.justify-center {
  justify-content: center;
}
.horizontal.justify-right {
  justify-content: flex-end;
}
.horizontal.justify-between {
  justify-content: space-between;
}
.horizontal.justify-around {
  justify-content: space-around;
}
.horizontal.justify-evenly {
  justify-content: space-evenly;
}
.horizontal.align-top {
  align-items: flex-start;
}
.horizontal.align-bottom {
  align-items: flex-end;
}
.horizontal.align-center {
  align-items: center;
}
.horizontal.align-stretch {
  align-items: stretch;
}

.vertical {
  display: flex;
  flex-direction: column;
}
.vertical > .contentwrapper,
.vertical > .fillspace {
  min-height: 1px; /*scrolling fix MS Edge */
}
.vertical.justify-top {
  justify-content: flex-start;
}
.vertical.justify-center {
  justify-content: center;
}
.vertical.justify-bottom {
  justify-content: flex-end;
}
.vertical.justify-between {
  justify-content: space-between;
}
.vertical.justify-around {
  justify-content: space-around;
}
.vertical.justify-evenly {
  justify-content: space-evenly;
}
.vertical.align-left {
  align-items: flex-start;
}
.vertical.align-right {
  align-items: flex-end;
}
.vertical.align-center {
  align-items: center;
}
.vertical.align-stretch {
  align-items: stretch;
}

.fullheight {
  height: 100%;
}

.fillspace {
  min-width: 1px;
  flex-grow: 1;
}

.shrinkspace {
  flex-grow: 0;
}

.noshrink {
  flex-shrink: 0;
}

.scroll {
  overflow: auto;
}

.nopadding {
  padding: 0 !important;
}

.nopadding-bottom {
  padding-bottom: 0 !important;
}

.nopadding-top {
  padding-top: 0 !important;
}

.nopadding-left {
  padding-left: 0 !important;
}

.nopadding-right {
  padding-right: 0 !important;
}

.padding {
  padding: 20px !important;
}

.padding-bottom {
  padding-bottom: 20px !important;
}

.padding-top {
  padding-top: 20px !important;
}

.padding-left {
  padding-left: 20px !important;
}

.padding-right {
  padding-right: 20px !important;
}

.nomargin {
  margin: 0 !important;
}

.margin {
  margin: 10px !important;
}

.margin-top {
  margin-top: 10px !important;
}

.margin-right {
  margin-right: 10px !important;
}

.margin-bottom {
  margin-bottom: 10px !important;
}

.margin-left {
  margin-left: 10px !important;
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.line {
  border: 0px solid #d4d5d5;
}
.line.allsides {
  border-width: 1px;
}
.line.top {
  border-top-width: 1px;
}
.line.right {
  border-right-width: 1px;
}
.line.bottom {
  border-bottom-width: 1px;
}
.line.left {
  border-left-width: 1px;
}

.page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page > .contentwrapper,
.page > .fillspace {
  min-height: 1px; /*scrolling fix MS Edge */
}
.page.justify-top {
  justify-content: flex-start;
}
.page.justify-center {
  justify-content: center;
}
.page.justify-bottom {
  justify-content: flex-end;
}
.page.justify-between {
  justify-content: space-between;
}
.page.justify-around {
  justify-content: space-around;
}
.page.justify-evenly {
  justify-content: space-evenly;
}
.page.align-left {
  align-items: flex-start;
}
.page.align-right {
  align-items: flex-end;
}
.page.align-center {
  align-items: center;
}
.page.align-stretch {
  align-items: stretch;
}
.page .contentwrapper {
  flex-grow: 1;
  min-width: 1px;
  display: flex;
  flex-direction: row;
}
.page .contentwrapper.justify-left {
  justify-content: flex-start;
}
.page .contentwrapper.justify-center {
  justify-content: center;
}
.page .contentwrapper.justify-right {
  justify-content: flex-end;
}
.page .contentwrapper.justify-between {
  justify-content: space-between;
}
.page .contentwrapper.justify-around {
  justify-content: space-around;
}
.page .contentwrapper.justify-evenly {
  justify-content: space-evenly;
}
.page .contentwrapper.align-top {
  align-items: flex-start;
}
.page .contentwrapper.align-bottom {
  align-items: flex-end;
}
.page .contentwrapper.align-center {
  align-items: center;
}
.page .contentwrapper.align-stretch {
  align-items: stretch;
}
.page .contentwrapper .content {
  flex-grow: 1;
  min-width: 1px;
  min-height: 1px; /*firefox full height bugfix */
}
.page .contentwrapper .content:not(.horizontal) {
  display: flex;
  flex-direction: column;
}
.page .contentwrapper .content:not(.horizontal) > .contentwrapper,
.page .contentwrapper .content:not(.horizontal) > .fillspace {
  min-height: 1px; /*scrolling fix MS Edge */
}
.page .contentwrapper .content:not(.horizontal).justify-top {
  justify-content: flex-start;
}
.page .contentwrapper .content:not(.horizontal).justify-center {
  justify-content: center;
}
.page .contentwrapper .content:not(.horizontal).justify-bottom {
  justify-content: flex-end;
}
.page .contentwrapper .content:not(.horizontal).justify-between {
  justify-content: space-between;
}
.page .contentwrapper .content:not(.horizontal).justify-around {
  justify-content: space-around;
}
.page .contentwrapper .content:not(.horizontal).justify-evenly {
  justify-content: space-evenly;
}
.page .contentwrapper .content:not(.horizontal).align-left {
  align-items: flex-start;
}
.page .contentwrapper .content:not(.horizontal).align-right {
  align-items: flex-end;
}
.page .contentwrapper .content:not(.horizontal).align-center {
  align-items: center;
}
.page .contentwrapper .content:not(.horizontal).align-stretch {
  align-items: stretch;
}

/* RTL */
[dir=rtl] .line.right {
  border-left-width: 1px;
}
[dir=rtl] .line.left {
  border-right-width: 1px;
}

[dir=rtl] {
  text-align: initial;
}

@media (max-width: 1200px) {
  .smalldesktophide {
    display: none !important;
  }
}

.smalldesktopshow {
  display: none;
}
@media (max-width: 1200px) {
  .smalldesktopshow {
    display: block;
  }
}

@media (max-width: 1025px) {
  .tablethide {
    display: none !important;
  }
}

.tabletshow {
  display: none;
}
@media (max-width: 1025px) {
  .tabletshow {
    display: block !important;
  }
}

@media (max-width: 769px) {
  .tablet-portraithide {
    display: none !important;
  }
}

.tablet-portraitshow {
  display: none;
}
@media (max-width: 769px) {
  .tablet-portraitshow {
    display: block;
  }
}

@media (max-width: 600px) {
  .smartphonehide {
    display: none !important;
  }
}

.smartphoneshow {
  display: none;
}
@media (max-width: 600px) {
  .smartphoneshow {
    display: block;
  }
}

.t-shadow-none {
  box-shadow: none;
}

.t-shadow-highlighted {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

.t-shadow-overlay {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.t-shadow-popout {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.16);
}

/*deprecated*/
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button),
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 90px;
  padding: 0 20px;
  line-height: 28px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):active, button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):focus,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):active,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):focus {
  outline: none;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):focus-visible,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):focus-visible {
  outline: 2px solid #282c2e;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):focus-visible:active,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):focus-visible:active {
  outline: none;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button):hover {
  text-decoration: none;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .t-icon {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: top;
  line-height: 28px;
  display: inline-block;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel .t-icon {
  border-color: #282c2e;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover {
  color: #282c2e;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).normal.iconlabel:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover {
  color: var(--var-color-accent, #a6cf39);
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).highlighted.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel {
  color: var(--var-color-accent, #a6cf39);
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).primary.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel .t-icon {
  border-color: #c20210;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover {
  color: #c20210;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).warning.iconlabel:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline.active,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline.active {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline.warning,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline.warning {
  color: #c20210;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline.primary,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).inline.primary {
  color: var(--var-color-accent, #a6cf39);
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading), button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading),
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading),
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading):hover, button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading):hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading):hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).inline, button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).inline:hover, button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).inline, button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).inline:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).inline,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).inline:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).inline,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel .t-icon, button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover, button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover .t-icon, button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover .zmdi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover .fa,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover .pi,
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).disabled:not(.loading).iconlabel:hover .t-icon,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover .zmdi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover .fa,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover .pi,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button)[disabled]:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading:after,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.normal:after,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.normal:after {
  color: #282c2e;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.highlighted:after,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.highlighted:after {
  color: var(--var-color-accent, #a6cf39);
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.primary:after,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.primary:after {
  color: #ffffff;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.warning:after,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.warning:after {
  color: #c20210;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.inline:after,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).loading.inline:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).iconlabel,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).iconlabel {
  background-color: transparent;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).iconlabel:hover,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).iconlabel:hover {
  background-color: transparent;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).small,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).small {
  line-height: 20px;
  height: 22px;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).small i,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).small i {
  line-height: 20px;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).large,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).large {
  line-height: 38px;
  height: 40px;
  border-radius: 20px;
}
button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).large i,
.button:not(.icon):not(.iconlabel):not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button).large i {
  line-height: 38px;
}
button.icon,
.button.icon {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 28px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: transparent;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
}
button.icon:active, button.icon:focus,
.button.icon:active,
.button.icon:focus {
  outline: none;
}
button.icon:focus-visible,
.button.icon:focus-visible {
  outline: 2px solid #282c2e;
}
button.icon:focus-visible:active,
.button.icon:focus-visible:active {
  outline: none;
}
button.icon:hover,
.button.icon:hover {
  text-decoration: none;
}
button.icon .zmdi,
button.icon .fa,
button.icon .pi,
button.icon .t-icon,
.button.icon .zmdi,
.button.icon .fa,
.button.icon .pi,
.button.icon .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  position: static;
  margin: 0;
}
button.icon.large,
.button.icon.large {
  width: 40px;
  height: 40px;
  min-width: 40px;
  line-height: 38px;
  border-radius: 20px;
}
button.icon.large .zmdi,
button.icon.large .fa,
button.icon.large .pi,
button.icon.large .t-icon,
.button.icon.large .zmdi,
.button.icon.large .fa,
.button.icon.large .pi,
.button.icon.large .t-icon {
  font-size: 18px;
  line-height: 38px;
}
button.icon.small,
.button.icon.small {
  width: 22px;
  height: 22px;
  min-width: 22px;
  line-height: 20px;
  border-radius: 11px;
}
button.icon.small .zmdi,
button.icon.small .fa,
button.icon.small .pi,
button.icon.small .t-icon,
.button.icon.small .zmdi,
.button.icon.small .fa,
.button.icon.small .pi,
.button.icon.small .t-icon {
  font-size: 18px;
  line-height: 20px;
}
button.icon.tooltip .zmdi,
button.icon.tooltip .fa,
button.icon.tooltip .pi,
button.icon.tooltip .t-icon,
.button.icon.tooltip .zmdi,
.button.icon.tooltip .fa,
.button.icon.tooltip .pi,
.button.icon.tooltip .t-icon {
  color: #535658;
  font-size: 12px;
}
button.icon.normal,
.button.icon.normal {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
button.icon.normal:hover,
.button.icon.normal:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
button.icon.normal.iconlabel .zmdi,
button.icon.normal.iconlabel .fa,
button.icon.normal.iconlabel .pi,
button.icon.normal.iconlabel .t-icon,
.button.icon.normal.iconlabel .zmdi,
.button.icon.normal.iconlabel .fa,
.button.icon.normal.iconlabel .pi,
.button.icon.normal.iconlabel .t-icon {
  border-color: #282c2e;
}
button.icon.normal.iconlabel:hover,
.button.icon.normal.iconlabel:hover {
  color: #282c2e;
}
button.icon.normal.iconlabel:hover .zmdi,
button.icon.normal.iconlabel:hover .fa,
button.icon.normal.iconlabel:hover .pi,
button.icon.normal.iconlabel:hover .t-icon,
.button.icon.normal.iconlabel:hover .zmdi,
.button.icon.normal.iconlabel:hover .fa,
.button.icon.normal.iconlabel:hover .pi,
.button.icon.normal.iconlabel:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
button.icon.highlighted,
.button.icon.highlighted {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
button.icon.highlighted:hover,
.button.icon.highlighted:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.icon.highlighted.iconlabel .zmdi,
button.icon.highlighted.iconlabel .fa,
button.icon.highlighted.iconlabel .pi,
button.icon.highlighted.iconlabel .t-icon,
.button.icon.highlighted.iconlabel .zmdi,
.button.icon.highlighted.iconlabel .fa,
.button.icon.highlighted.iconlabel .pi,
.button.icon.highlighted.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
button.icon.highlighted.iconlabel:hover,
.button.icon.highlighted.iconlabel:hover {
  color: var(--var-color-accent, #a6cf39);
}
button.icon.highlighted.iconlabel:hover .zmdi,
button.icon.highlighted.iconlabel:hover .fa,
button.icon.highlighted.iconlabel:hover .pi,
button.icon.highlighted.iconlabel:hover .t-icon,
.button.icon.highlighted.iconlabel:hover .zmdi,
.button.icon.highlighted.iconlabel:hover .fa,
.button.icon.highlighted.iconlabel:hover .pi,
.button.icon.highlighted.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.icon.primary,
.button.icon.primary {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.icon.primary:hover,
.button.icon.primary:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.icon.primary.iconlabel,
.button.icon.primary.iconlabel {
  color: var(--var-color-accent, #a6cf39);
}
button.icon.primary.iconlabel .zmdi,
button.icon.primary.iconlabel .fa,
button.icon.primary.iconlabel .pi,
button.icon.primary.iconlabel .t-icon,
.button.icon.primary.iconlabel .zmdi,
.button.icon.primary.iconlabel .fa,
.button.icon.primary.iconlabel .pi,
.button.icon.primary.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.icon.primary.iconlabel:hover,
.button.icon.primary.iconlabel:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
button.icon.primary.iconlabel:hover .zmdi,
button.icon.primary.iconlabel:hover .fa,
button.icon.primary.iconlabel:hover .pi,
button.icon.primary.iconlabel:hover .t-icon,
.button.icon.primary.iconlabel:hover .zmdi,
.button.icon.primary.iconlabel:hover .fa,
.button.icon.primary.iconlabel:hover .pi,
.button.icon.primary.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.icon.warning,
.button.icon.warning {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
button.icon.warning:hover,
.button.icon.warning:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
button.icon.warning.iconlabel .zmdi,
button.icon.warning.iconlabel .fa,
button.icon.warning.iconlabel .pi,
button.icon.warning.iconlabel .t-icon,
.button.icon.warning.iconlabel .zmdi,
.button.icon.warning.iconlabel .fa,
.button.icon.warning.iconlabel .pi,
.button.icon.warning.iconlabel .t-icon {
  border-color: #c20210;
}
button.icon.warning.iconlabel:hover,
.button.icon.warning.iconlabel:hover {
  color: #c20210;
}
button.icon.warning.iconlabel:hover .zmdi,
button.icon.warning.iconlabel:hover .fa,
button.icon.warning.iconlabel:hover .pi,
button.icon.warning.iconlabel:hover .t-icon,
.button.icon.warning.iconlabel:hover .zmdi,
.button.icon.warning.iconlabel:hover .fa,
.button.icon.warning.iconlabel:hover .pi,
.button.icon.warning.iconlabel:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
button.icon.inline,
.button.icon.inline {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
button.icon.inline:hover,
.button.icon.inline:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
button.icon.inline.active,
.button.icon.inline.active {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
button.icon.inline.warning,
.button.icon.inline.warning {
  color: #c20210;
}
button.icon.inline.primary,
.button.icon.inline.primary {
  color: var(--var-color-accent, #a6cf39);
}
button.icon.disabled:not(.loading), button.icon[disabled]:not(.loading),
.button.icon.disabled:not(.loading),
.button.icon[disabled]:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
button.icon.disabled:not(.loading):hover, button.icon[disabled]:not(.loading):hover,
.button.icon.disabled:not(.loading):hover,
.button.icon[disabled]:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
button.icon.disabled:not(.loading).inline, button.icon.disabled:not(.loading).inline:hover, button.icon[disabled]:not(.loading).inline, button.icon[disabled]:not(.loading).inline:hover,
.button.icon.disabled:not(.loading).inline,
.button.icon.disabled:not(.loading).inline:hover,
.button.icon[disabled]:not(.loading).inline,
.button.icon[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
button.icon.disabled:not(.loading).iconlabel .zmdi,
button.icon.disabled:not(.loading).iconlabel .fa,
button.icon.disabled:not(.loading).iconlabel .pi,
button.icon.disabled:not(.loading).iconlabel .t-icon, button.icon[disabled]:not(.loading).iconlabel .zmdi,
button.icon[disabled]:not(.loading).iconlabel .fa,
button.icon[disabled]:not(.loading).iconlabel .pi,
button.icon[disabled]:not(.loading).iconlabel .t-icon,
.button.icon.disabled:not(.loading).iconlabel .zmdi,
.button.icon.disabled:not(.loading).iconlabel .fa,
.button.icon.disabled:not(.loading).iconlabel .pi,
.button.icon.disabled:not(.loading).iconlabel .t-icon,
.button.icon[disabled]:not(.loading).iconlabel .zmdi,
.button.icon[disabled]:not(.loading).iconlabel .fa,
.button.icon[disabled]:not(.loading).iconlabel .pi,
.button.icon[disabled]:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.icon.disabled:not(.loading).iconlabel:hover, button.icon[disabled]:not(.loading).iconlabel:hover,
.button.icon.disabled:not(.loading).iconlabel:hover,
.button.icon[disabled]:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
button.icon.disabled:not(.loading).iconlabel:hover .zmdi,
button.icon.disabled:not(.loading).iconlabel:hover .fa,
button.icon.disabled:not(.loading).iconlabel:hover .pi,
button.icon.disabled:not(.loading).iconlabel:hover .t-icon, button.icon[disabled]:not(.loading).iconlabel:hover .zmdi,
button.icon[disabled]:not(.loading).iconlabel:hover .fa,
button.icon[disabled]:not(.loading).iconlabel:hover .pi,
button.icon[disabled]:not(.loading).iconlabel:hover .t-icon,
.button.icon.disabled:not(.loading).iconlabel:hover .zmdi,
.button.icon.disabled:not(.loading).iconlabel:hover .fa,
.button.icon.disabled:not(.loading).iconlabel:hover .pi,
.button.icon.disabled:not(.loading).iconlabel:hover .t-icon,
.button.icon[disabled]:not(.loading).iconlabel:hover .zmdi,
.button.icon[disabled]:not(.loading).iconlabel:hover .fa,
.button.icon[disabled]:not(.loading).iconlabel:hover .pi,
.button.icon[disabled]:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.icon.loading,
.button.icon.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
button.icon.loading:after,
.button.icon.loading:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
button.icon.loading.normal:after,
.button.icon.loading.normal:after {
  color: #282c2e;
}
button.icon.loading.highlighted:after,
.button.icon.loading.highlighted:after {
  color: var(--var-color-accent, #a6cf39);
}
button.icon.loading.primary:after,
.button.icon.loading.primary:after {
  color: #ffffff;
}
button.icon.loading.warning:after,
.button.icon.loading.warning:after {
  color: #c20210;
}
button.icon.loading.inline:after,
.button.icon.loading.inline:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button.icon.iconlabel,
.button.icon.iconlabel {
  background-color: transparent;
}
button.icon.iconlabel:hover,
.button.icon.iconlabel:hover {
  background-color: transparent;
}
button.iconlabel.left,
.button.iconlabel.left {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}
button.iconlabel.left:active, button.iconlabel.left:focus,
.button.iconlabel.left:active,
.button.iconlabel.left:focus {
  outline: none;
}
button.iconlabel.left:focus-visible,
.button.iconlabel.left:focus-visible {
  outline: 2px solid #282c2e;
}
button.iconlabel.left:focus-visible:active,
.button.iconlabel.left:focus-visible:active {
  outline: none;
}
button.iconlabel.left:hover,
.button.iconlabel.left:hover {
  text-decoration: none;
}
button.iconlabel.left .zmdi,
button.iconlabel.left .fa,
button.iconlabel.left .pi,
button.iconlabel.left .t-icon,
.button.iconlabel.left .zmdi,
.button.iconlabel.left .fa,
.button.iconlabel.left .pi,
.button.iconlabel.left .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  background-color: transparent;
  box-sizing: border-box;
}
button.iconlabel.left .zmdi,
button.iconlabel.left .fa,
button.iconlabel.left .pi,
button.iconlabel.left .t-icon,
.button.iconlabel.left .zmdi,
.button.iconlabel.left .fa,
.button.iconlabel.left .pi,
.button.iconlabel.left .t-icon {
  margin-right: 10px;
}
button.iconlabel.left.normal,
.button.iconlabel.left.normal {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
button.iconlabel.left.normal:hover,
.button.iconlabel.left.normal:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
button.iconlabel.left.normal.iconlabel .zmdi,
button.iconlabel.left.normal.iconlabel .fa,
button.iconlabel.left.normal.iconlabel .pi,
button.iconlabel.left.normal.iconlabel .t-icon,
.button.iconlabel.left.normal.iconlabel .zmdi,
.button.iconlabel.left.normal.iconlabel .fa,
.button.iconlabel.left.normal.iconlabel .pi,
.button.iconlabel.left.normal.iconlabel .t-icon {
  border-color: #282c2e;
}
button.iconlabel.left.normal.iconlabel:hover,
.button.iconlabel.left.normal.iconlabel:hover {
  color: #282c2e;
}
button.iconlabel.left.normal.iconlabel:hover .zmdi,
button.iconlabel.left.normal.iconlabel:hover .fa,
button.iconlabel.left.normal.iconlabel:hover .pi,
button.iconlabel.left.normal.iconlabel:hover .t-icon,
.button.iconlabel.left.normal.iconlabel:hover .zmdi,
.button.iconlabel.left.normal.iconlabel:hover .fa,
.button.iconlabel.left.normal.iconlabel:hover .pi,
.button.iconlabel.left.normal.iconlabel:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
button.iconlabel.left.highlighted,
.button.iconlabel.left.highlighted {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.left.highlighted:hover,
.button.iconlabel.left.highlighted:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.left.highlighted.iconlabel .zmdi,
button.iconlabel.left.highlighted.iconlabel .fa,
button.iconlabel.left.highlighted.iconlabel .pi,
button.iconlabel.left.highlighted.iconlabel .t-icon,
.button.iconlabel.left.highlighted.iconlabel .zmdi,
.button.iconlabel.left.highlighted.iconlabel .fa,
.button.iconlabel.left.highlighted.iconlabel .pi,
.button.iconlabel.left.highlighted.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.left.highlighted.iconlabel:hover,
.button.iconlabel.left.highlighted.iconlabel:hover {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.left.highlighted.iconlabel:hover .zmdi,
button.iconlabel.left.highlighted.iconlabel:hover .fa,
button.iconlabel.left.highlighted.iconlabel:hover .pi,
button.iconlabel.left.highlighted.iconlabel:hover .t-icon,
.button.iconlabel.left.highlighted.iconlabel:hover .zmdi,
.button.iconlabel.left.highlighted.iconlabel:hover .fa,
.button.iconlabel.left.highlighted.iconlabel:hover .pi,
.button.iconlabel.left.highlighted.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.left.primary,
.button.iconlabel.left.primary {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.left.primary:hover,
.button.iconlabel.left.primary:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.iconlabel.left.primary.iconlabel,
.button.iconlabel.left.primary.iconlabel {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.left.primary.iconlabel .zmdi,
button.iconlabel.left.primary.iconlabel .fa,
button.iconlabel.left.primary.iconlabel .pi,
button.iconlabel.left.primary.iconlabel .t-icon,
.button.iconlabel.left.primary.iconlabel .zmdi,
.button.iconlabel.left.primary.iconlabel .fa,
.button.iconlabel.left.primary.iconlabel .pi,
.button.iconlabel.left.primary.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.left.primary.iconlabel:hover,
.button.iconlabel.left.primary.iconlabel:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
button.iconlabel.left.primary.iconlabel:hover .zmdi,
button.iconlabel.left.primary.iconlabel:hover .fa,
button.iconlabel.left.primary.iconlabel:hover .pi,
button.iconlabel.left.primary.iconlabel:hover .t-icon,
.button.iconlabel.left.primary.iconlabel:hover .zmdi,
.button.iconlabel.left.primary.iconlabel:hover .fa,
.button.iconlabel.left.primary.iconlabel:hover .pi,
.button.iconlabel.left.primary.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.iconlabel.left.warning,
.button.iconlabel.left.warning {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
button.iconlabel.left.warning:hover,
.button.iconlabel.left.warning:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
button.iconlabel.left.warning.iconlabel .zmdi,
button.iconlabel.left.warning.iconlabel .fa,
button.iconlabel.left.warning.iconlabel .pi,
button.iconlabel.left.warning.iconlabel .t-icon,
.button.iconlabel.left.warning.iconlabel .zmdi,
.button.iconlabel.left.warning.iconlabel .fa,
.button.iconlabel.left.warning.iconlabel .pi,
.button.iconlabel.left.warning.iconlabel .t-icon {
  border-color: #c20210;
}
button.iconlabel.left.warning.iconlabel:hover,
.button.iconlabel.left.warning.iconlabel:hover {
  color: #c20210;
}
button.iconlabel.left.warning.iconlabel:hover .zmdi,
button.iconlabel.left.warning.iconlabel:hover .fa,
button.iconlabel.left.warning.iconlabel:hover .pi,
button.iconlabel.left.warning.iconlabel:hover .t-icon,
.button.iconlabel.left.warning.iconlabel:hover .zmdi,
.button.iconlabel.left.warning.iconlabel:hover .fa,
.button.iconlabel.left.warning.iconlabel:hover .pi,
.button.iconlabel.left.warning.iconlabel:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
button.iconlabel.left.inline,
.button.iconlabel.left.inline {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
button.iconlabel.left.inline:hover,
.button.iconlabel.left.inline:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
button.iconlabel.left.inline.active,
.button.iconlabel.left.inline.active {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
button.iconlabel.left.inline.warning,
.button.iconlabel.left.inline.warning {
  color: #c20210;
}
button.iconlabel.left.inline.primary,
.button.iconlabel.left.inline.primary {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.left.disabled:not(.loading), button.iconlabel.left[disabled]:not(.loading),
.button.iconlabel.left.disabled:not(.loading),
.button.iconlabel.left[disabled]:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
button.iconlabel.left.disabled:not(.loading):hover, button.iconlabel.left[disabled]:not(.loading):hover,
.button.iconlabel.left.disabled:not(.loading):hover,
.button.iconlabel.left[disabled]:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
button.iconlabel.left.disabled:not(.loading).inline, button.iconlabel.left.disabled:not(.loading).inline:hover, button.iconlabel.left[disabled]:not(.loading).inline, button.iconlabel.left[disabled]:not(.loading).inline:hover,
.button.iconlabel.left.disabled:not(.loading).inline,
.button.iconlabel.left.disabled:not(.loading).inline:hover,
.button.iconlabel.left[disabled]:not(.loading).inline,
.button.iconlabel.left[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
button.iconlabel.left.disabled:not(.loading).iconlabel .zmdi,
button.iconlabel.left.disabled:not(.loading).iconlabel .fa,
button.iconlabel.left.disabled:not(.loading).iconlabel .pi,
button.iconlabel.left.disabled:not(.loading).iconlabel .t-icon, button.iconlabel.left[disabled]:not(.loading).iconlabel .zmdi,
button.iconlabel.left[disabled]:not(.loading).iconlabel .fa,
button.iconlabel.left[disabled]:not(.loading).iconlabel .pi,
button.iconlabel.left[disabled]:not(.loading).iconlabel .t-icon,
.button.iconlabel.left.disabled:not(.loading).iconlabel .zmdi,
.button.iconlabel.left.disabled:not(.loading).iconlabel .fa,
.button.iconlabel.left.disabled:not(.loading).iconlabel .pi,
.button.iconlabel.left.disabled:not(.loading).iconlabel .t-icon,
.button.iconlabel.left[disabled]:not(.loading).iconlabel .zmdi,
.button.iconlabel.left[disabled]:not(.loading).iconlabel .fa,
.button.iconlabel.left[disabled]:not(.loading).iconlabel .pi,
.button.iconlabel.left[disabled]:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.iconlabel.left.disabled:not(.loading).iconlabel:hover, button.iconlabel.left[disabled]:not(.loading).iconlabel:hover,
.button.iconlabel.left.disabled:not(.loading).iconlabel:hover,
.button.iconlabel.left[disabled]:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
button.iconlabel.left.disabled:not(.loading).iconlabel:hover .zmdi,
button.iconlabel.left.disabled:not(.loading).iconlabel:hover .fa,
button.iconlabel.left.disabled:not(.loading).iconlabel:hover .pi,
button.iconlabel.left.disabled:not(.loading).iconlabel:hover .t-icon, button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .zmdi,
button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .fa,
button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .pi,
button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .t-icon,
.button.iconlabel.left.disabled:not(.loading).iconlabel:hover .zmdi,
.button.iconlabel.left.disabled:not(.loading).iconlabel:hover .fa,
.button.iconlabel.left.disabled:not(.loading).iconlabel:hover .pi,
.button.iconlabel.left.disabled:not(.loading).iconlabel:hover .t-icon,
.button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .zmdi,
.button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .fa,
.button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .pi,
.button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.iconlabel.left.loading,
.button.iconlabel.left.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
button.iconlabel.left.loading:after,
.button.iconlabel.left.loading:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
button.iconlabel.left.loading.normal:after,
.button.iconlabel.left.loading.normal:after {
  color: #282c2e;
}
button.iconlabel.left.loading.highlighted:after,
.button.iconlabel.left.loading.highlighted:after {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.left.loading.primary:after,
.button.iconlabel.left.loading.primary:after {
  color: #ffffff;
}
button.iconlabel.left.loading.warning:after,
.button.iconlabel.left.loading.warning:after {
  color: #c20210;
}
button.iconlabel.left.loading.inline:after,
.button.iconlabel.left.loading.inline:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button.iconlabel.left.iconlabel,
.button.iconlabel.left.iconlabel {
  background-color: transparent;
}
button.iconlabel.left.iconlabel:hover,
.button.iconlabel.left.iconlabel:hover {
  background-color: transparent;
}
button.iconlabel.right,
.button.iconlabel.right {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
button.iconlabel.right:active, button.iconlabel.right:focus,
.button.iconlabel.right:active,
.button.iconlabel.right:focus {
  outline: none;
}
button.iconlabel.right:focus-visible,
.button.iconlabel.right:focus-visible {
  outline: 2px solid #282c2e;
}
button.iconlabel.right:focus-visible:active,
.button.iconlabel.right:focus-visible:active {
  outline: none;
}
button.iconlabel.right:hover,
.button.iconlabel.right:hover {
  text-decoration: none;
}
button.iconlabel.right .zmdi,
button.iconlabel.right .fa,
button.iconlabel.right .pi,
button.iconlabel.right .t-icon,
.button.iconlabel.right .zmdi,
.button.iconlabel.right .fa,
.button.iconlabel.right .pi,
.button.iconlabel.right .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  background-color: transparent;
  box-sizing: border-box;
}
button.iconlabel.right .zmdi,
button.iconlabel.right .fa,
button.iconlabel.right .pi,
button.iconlabel.right .t-icon,
.button.iconlabel.right .zmdi,
.button.iconlabel.right .fa,
.button.iconlabel.right .pi,
.button.iconlabel.right .t-icon {
  margin-left: 10px;
}
button.iconlabel.right.normal,
.button.iconlabel.right.normal {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
button.iconlabel.right.normal:hover,
.button.iconlabel.right.normal:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
button.iconlabel.right.normal.iconlabel .zmdi,
button.iconlabel.right.normal.iconlabel .fa,
button.iconlabel.right.normal.iconlabel .pi,
button.iconlabel.right.normal.iconlabel .t-icon,
.button.iconlabel.right.normal.iconlabel .zmdi,
.button.iconlabel.right.normal.iconlabel .fa,
.button.iconlabel.right.normal.iconlabel .pi,
.button.iconlabel.right.normal.iconlabel .t-icon {
  border-color: #282c2e;
}
button.iconlabel.right.normal.iconlabel:hover,
.button.iconlabel.right.normal.iconlabel:hover {
  color: #282c2e;
}
button.iconlabel.right.normal.iconlabel:hover .zmdi,
button.iconlabel.right.normal.iconlabel:hover .fa,
button.iconlabel.right.normal.iconlabel:hover .pi,
button.iconlabel.right.normal.iconlabel:hover .t-icon,
.button.iconlabel.right.normal.iconlabel:hover .zmdi,
.button.iconlabel.right.normal.iconlabel:hover .fa,
.button.iconlabel.right.normal.iconlabel:hover .pi,
.button.iconlabel.right.normal.iconlabel:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
button.iconlabel.right.highlighted,
.button.iconlabel.right.highlighted {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.right.highlighted:hover,
.button.iconlabel.right.highlighted:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.right.highlighted.iconlabel .zmdi,
button.iconlabel.right.highlighted.iconlabel .fa,
button.iconlabel.right.highlighted.iconlabel .pi,
button.iconlabel.right.highlighted.iconlabel .t-icon,
.button.iconlabel.right.highlighted.iconlabel .zmdi,
.button.iconlabel.right.highlighted.iconlabel .fa,
.button.iconlabel.right.highlighted.iconlabel .pi,
.button.iconlabel.right.highlighted.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.right.highlighted.iconlabel:hover,
.button.iconlabel.right.highlighted.iconlabel:hover {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.right.highlighted.iconlabel:hover .zmdi,
button.iconlabel.right.highlighted.iconlabel:hover .fa,
button.iconlabel.right.highlighted.iconlabel:hover .pi,
button.iconlabel.right.highlighted.iconlabel:hover .t-icon,
.button.iconlabel.right.highlighted.iconlabel:hover .zmdi,
.button.iconlabel.right.highlighted.iconlabel:hover .fa,
.button.iconlabel.right.highlighted.iconlabel:hover .pi,
.button.iconlabel.right.highlighted.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.right.primary,
.button.iconlabel.right.primary {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.right.primary:hover,
.button.iconlabel.right.primary:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.iconlabel.right.primary.iconlabel,
.button.iconlabel.right.primary.iconlabel {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.right.primary.iconlabel .zmdi,
button.iconlabel.right.primary.iconlabel .fa,
button.iconlabel.right.primary.iconlabel .pi,
button.iconlabel.right.primary.iconlabel .t-icon,
.button.iconlabel.right.primary.iconlabel .zmdi,
.button.iconlabel.right.primary.iconlabel .fa,
.button.iconlabel.right.primary.iconlabel .pi,
.button.iconlabel.right.primary.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.right.primary.iconlabel:hover,
.button.iconlabel.right.primary.iconlabel:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
button.iconlabel.right.primary.iconlabel:hover .zmdi,
button.iconlabel.right.primary.iconlabel:hover .fa,
button.iconlabel.right.primary.iconlabel:hover .pi,
button.iconlabel.right.primary.iconlabel:hover .t-icon,
.button.iconlabel.right.primary.iconlabel:hover .zmdi,
.button.iconlabel.right.primary.iconlabel:hover .fa,
.button.iconlabel.right.primary.iconlabel:hover .pi,
.button.iconlabel.right.primary.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.iconlabel.right.warning,
.button.iconlabel.right.warning {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
button.iconlabel.right.warning:hover,
.button.iconlabel.right.warning:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
button.iconlabel.right.warning.iconlabel .zmdi,
button.iconlabel.right.warning.iconlabel .fa,
button.iconlabel.right.warning.iconlabel .pi,
button.iconlabel.right.warning.iconlabel .t-icon,
.button.iconlabel.right.warning.iconlabel .zmdi,
.button.iconlabel.right.warning.iconlabel .fa,
.button.iconlabel.right.warning.iconlabel .pi,
.button.iconlabel.right.warning.iconlabel .t-icon {
  border-color: #c20210;
}
button.iconlabel.right.warning.iconlabel:hover,
.button.iconlabel.right.warning.iconlabel:hover {
  color: #c20210;
}
button.iconlabel.right.warning.iconlabel:hover .zmdi,
button.iconlabel.right.warning.iconlabel:hover .fa,
button.iconlabel.right.warning.iconlabel:hover .pi,
button.iconlabel.right.warning.iconlabel:hover .t-icon,
.button.iconlabel.right.warning.iconlabel:hover .zmdi,
.button.iconlabel.right.warning.iconlabel:hover .fa,
.button.iconlabel.right.warning.iconlabel:hover .pi,
.button.iconlabel.right.warning.iconlabel:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
button.iconlabel.right.inline,
.button.iconlabel.right.inline {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
button.iconlabel.right.inline:hover,
.button.iconlabel.right.inline:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
button.iconlabel.right.inline.active,
.button.iconlabel.right.inline.active {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
button.iconlabel.right.inline.warning,
.button.iconlabel.right.inline.warning {
  color: #c20210;
}
button.iconlabel.right.inline.primary,
.button.iconlabel.right.inline.primary {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.right.disabled:not(.loading), button.iconlabel.right[disabled]:not(.loading),
.button.iconlabel.right.disabled:not(.loading),
.button.iconlabel.right[disabled]:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
button.iconlabel.right.disabled:not(.loading):hover, button.iconlabel.right[disabled]:not(.loading):hover,
.button.iconlabel.right.disabled:not(.loading):hover,
.button.iconlabel.right[disabled]:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
button.iconlabel.right.disabled:not(.loading).inline, button.iconlabel.right.disabled:not(.loading).inline:hover, button.iconlabel.right[disabled]:not(.loading).inline, button.iconlabel.right[disabled]:not(.loading).inline:hover,
.button.iconlabel.right.disabled:not(.loading).inline,
.button.iconlabel.right.disabled:not(.loading).inline:hover,
.button.iconlabel.right[disabled]:not(.loading).inline,
.button.iconlabel.right[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
button.iconlabel.right.disabled:not(.loading).iconlabel .zmdi,
button.iconlabel.right.disabled:not(.loading).iconlabel .fa,
button.iconlabel.right.disabled:not(.loading).iconlabel .pi,
button.iconlabel.right.disabled:not(.loading).iconlabel .t-icon, button.iconlabel.right[disabled]:not(.loading).iconlabel .zmdi,
button.iconlabel.right[disabled]:not(.loading).iconlabel .fa,
button.iconlabel.right[disabled]:not(.loading).iconlabel .pi,
button.iconlabel.right[disabled]:not(.loading).iconlabel .t-icon,
.button.iconlabel.right.disabled:not(.loading).iconlabel .zmdi,
.button.iconlabel.right.disabled:not(.loading).iconlabel .fa,
.button.iconlabel.right.disabled:not(.loading).iconlabel .pi,
.button.iconlabel.right.disabled:not(.loading).iconlabel .t-icon,
.button.iconlabel.right[disabled]:not(.loading).iconlabel .zmdi,
.button.iconlabel.right[disabled]:not(.loading).iconlabel .fa,
.button.iconlabel.right[disabled]:not(.loading).iconlabel .pi,
.button.iconlabel.right[disabled]:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.iconlabel.right.disabled:not(.loading).iconlabel:hover, button.iconlabel.right[disabled]:not(.loading).iconlabel:hover,
.button.iconlabel.right.disabled:not(.loading).iconlabel:hover,
.button.iconlabel.right[disabled]:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
button.iconlabel.right.disabled:not(.loading).iconlabel:hover .zmdi,
button.iconlabel.right.disabled:not(.loading).iconlabel:hover .fa,
button.iconlabel.right.disabled:not(.loading).iconlabel:hover .pi,
button.iconlabel.right.disabled:not(.loading).iconlabel:hover .t-icon, button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .zmdi,
button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .fa,
button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .pi,
button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .t-icon,
.button.iconlabel.right.disabled:not(.loading).iconlabel:hover .zmdi,
.button.iconlabel.right.disabled:not(.loading).iconlabel:hover .fa,
.button.iconlabel.right.disabled:not(.loading).iconlabel:hover .pi,
.button.iconlabel.right.disabled:not(.loading).iconlabel:hover .t-icon,
.button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .zmdi,
.button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .fa,
.button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .pi,
.button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.iconlabel.right.loading,
.button.iconlabel.right.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
button.iconlabel.right.loading:after,
.button.iconlabel.right.loading:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
button.iconlabel.right.loading.normal:after,
.button.iconlabel.right.loading.normal:after {
  color: #282c2e;
}
button.iconlabel.right.loading.highlighted:after,
.button.iconlabel.right.loading.highlighted:after {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.right.loading.primary:after,
.button.iconlabel.right.loading.primary:after {
  color: #ffffff;
}
button.iconlabel.right.loading.warning:after,
.button.iconlabel.right.loading.warning:after {
  color: #c20210;
}
button.iconlabel.right.loading.inline:after,
.button.iconlabel.right.loading.inline:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button.iconlabel.right.iconlabel,
.button.iconlabel.right.iconlabel {
  background-color: transparent;
}
button.iconlabel.right.iconlabel:hover,
.button.iconlabel.right.iconlabel:hover {
  background-color: transparent;
}
button.iconlabel.top,
.button.iconlabel.top {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
}
button.iconlabel.top:active, button.iconlabel.top:focus,
.button.iconlabel.top:active,
.button.iconlabel.top:focus {
  outline: none;
}
button.iconlabel.top:focus-visible,
.button.iconlabel.top:focus-visible {
  outline: 2px solid #282c2e;
}
button.iconlabel.top:focus-visible:active,
.button.iconlabel.top:focus-visible:active {
  outline: none;
}
button.iconlabel.top:hover,
.button.iconlabel.top:hover {
  text-decoration: none;
}
button.iconlabel.top .zmdi,
button.iconlabel.top .fa,
button.iconlabel.top .pi,
button.iconlabel.top .t-icon,
.button.iconlabel.top .zmdi,
.button.iconlabel.top .fa,
.button.iconlabel.top .pi,
.button.iconlabel.top .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  background-color: transparent;
  box-sizing: border-box;
}
button.iconlabel.top .zmdi,
button.iconlabel.top .fa,
button.iconlabel.top .pi,
button.iconlabel.top .t-icon,
.button.iconlabel.top .zmdi,
.button.iconlabel.top .fa,
.button.iconlabel.top .pi,
.button.iconlabel.top .t-icon {
  margin-bottom: 3px;
}
button.iconlabel.top.normal,
.button.iconlabel.top.normal {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
button.iconlabel.top.normal:hover,
.button.iconlabel.top.normal:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
button.iconlabel.top.normal.iconlabel .zmdi,
button.iconlabel.top.normal.iconlabel .fa,
button.iconlabel.top.normal.iconlabel .pi,
button.iconlabel.top.normal.iconlabel .t-icon,
.button.iconlabel.top.normal.iconlabel .zmdi,
.button.iconlabel.top.normal.iconlabel .fa,
.button.iconlabel.top.normal.iconlabel .pi,
.button.iconlabel.top.normal.iconlabel .t-icon {
  border-color: #282c2e;
}
button.iconlabel.top.normal.iconlabel:hover,
.button.iconlabel.top.normal.iconlabel:hover {
  color: #282c2e;
}
button.iconlabel.top.normal.iconlabel:hover .zmdi,
button.iconlabel.top.normal.iconlabel:hover .fa,
button.iconlabel.top.normal.iconlabel:hover .pi,
button.iconlabel.top.normal.iconlabel:hover .t-icon,
.button.iconlabel.top.normal.iconlabel:hover .zmdi,
.button.iconlabel.top.normal.iconlabel:hover .fa,
.button.iconlabel.top.normal.iconlabel:hover .pi,
.button.iconlabel.top.normal.iconlabel:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
button.iconlabel.top.highlighted,
.button.iconlabel.top.highlighted {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.top.highlighted:hover,
.button.iconlabel.top.highlighted:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.top.highlighted.iconlabel .zmdi,
button.iconlabel.top.highlighted.iconlabel .fa,
button.iconlabel.top.highlighted.iconlabel .pi,
button.iconlabel.top.highlighted.iconlabel .t-icon,
.button.iconlabel.top.highlighted.iconlabel .zmdi,
.button.iconlabel.top.highlighted.iconlabel .fa,
.button.iconlabel.top.highlighted.iconlabel .pi,
.button.iconlabel.top.highlighted.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.top.highlighted.iconlabel:hover,
.button.iconlabel.top.highlighted.iconlabel:hover {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.top.highlighted.iconlabel:hover .zmdi,
button.iconlabel.top.highlighted.iconlabel:hover .fa,
button.iconlabel.top.highlighted.iconlabel:hover .pi,
button.iconlabel.top.highlighted.iconlabel:hover .t-icon,
.button.iconlabel.top.highlighted.iconlabel:hover .zmdi,
.button.iconlabel.top.highlighted.iconlabel:hover .fa,
.button.iconlabel.top.highlighted.iconlabel:hover .pi,
.button.iconlabel.top.highlighted.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.top.primary,
.button.iconlabel.top.primary {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.top.primary:hover,
.button.iconlabel.top.primary:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.iconlabel.top.primary.iconlabel,
.button.iconlabel.top.primary.iconlabel {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.top.primary.iconlabel .zmdi,
button.iconlabel.top.primary.iconlabel .fa,
button.iconlabel.top.primary.iconlabel .pi,
button.iconlabel.top.primary.iconlabel .t-icon,
.button.iconlabel.top.primary.iconlabel .zmdi,
.button.iconlabel.top.primary.iconlabel .fa,
.button.iconlabel.top.primary.iconlabel .pi,
.button.iconlabel.top.primary.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.top.primary.iconlabel:hover,
.button.iconlabel.top.primary.iconlabel:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
button.iconlabel.top.primary.iconlabel:hover .zmdi,
button.iconlabel.top.primary.iconlabel:hover .fa,
button.iconlabel.top.primary.iconlabel:hover .pi,
button.iconlabel.top.primary.iconlabel:hover .t-icon,
.button.iconlabel.top.primary.iconlabel:hover .zmdi,
.button.iconlabel.top.primary.iconlabel:hover .fa,
.button.iconlabel.top.primary.iconlabel:hover .pi,
.button.iconlabel.top.primary.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.iconlabel.top.warning,
.button.iconlabel.top.warning {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
button.iconlabel.top.warning:hover,
.button.iconlabel.top.warning:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
button.iconlabel.top.warning.iconlabel .zmdi,
button.iconlabel.top.warning.iconlabel .fa,
button.iconlabel.top.warning.iconlabel .pi,
button.iconlabel.top.warning.iconlabel .t-icon,
.button.iconlabel.top.warning.iconlabel .zmdi,
.button.iconlabel.top.warning.iconlabel .fa,
.button.iconlabel.top.warning.iconlabel .pi,
.button.iconlabel.top.warning.iconlabel .t-icon {
  border-color: #c20210;
}
button.iconlabel.top.warning.iconlabel:hover,
.button.iconlabel.top.warning.iconlabel:hover {
  color: #c20210;
}
button.iconlabel.top.warning.iconlabel:hover .zmdi,
button.iconlabel.top.warning.iconlabel:hover .fa,
button.iconlabel.top.warning.iconlabel:hover .pi,
button.iconlabel.top.warning.iconlabel:hover .t-icon,
.button.iconlabel.top.warning.iconlabel:hover .zmdi,
.button.iconlabel.top.warning.iconlabel:hover .fa,
.button.iconlabel.top.warning.iconlabel:hover .pi,
.button.iconlabel.top.warning.iconlabel:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
button.iconlabel.top.inline,
.button.iconlabel.top.inline {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
button.iconlabel.top.inline:hover,
.button.iconlabel.top.inline:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
button.iconlabel.top.inline.active,
.button.iconlabel.top.inline.active {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
button.iconlabel.top.inline.warning,
.button.iconlabel.top.inline.warning {
  color: #c20210;
}
button.iconlabel.top.inline.primary,
.button.iconlabel.top.inline.primary {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.top.disabled:not(.loading), button.iconlabel.top[disabled]:not(.loading),
.button.iconlabel.top.disabled:not(.loading),
.button.iconlabel.top[disabled]:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
button.iconlabel.top.disabled:not(.loading):hover, button.iconlabel.top[disabled]:not(.loading):hover,
.button.iconlabel.top.disabled:not(.loading):hover,
.button.iconlabel.top[disabled]:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
button.iconlabel.top.disabled:not(.loading).inline, button.iconlabel.top.disabled:not(.loading).inline:hover, button.iconlabel.top[disabled]:not(.loading).inline, button.iconlabel.top[disabled]:not(.loading).inline:hover,
.button.iconlabel.top.disabled:not(.loading).inline,
.button.iconlabel.top.disabled:not(.loading).inline:hover,
.button.iconlabel.top[disabled]:not(.loading).inline,
.button.iconlabel.top[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
button.iconlabel.top.disabled:not(.loading).iconlabel .zmdi,
button.iconlabel.top.disabled:not(.loading).iconlabel .fa,
button.iconlabel.top.disabled:not(.loading).iconlabel .pi,
button.iconlabel.top.disabled:not(.loading).iconlabel .t-icon, button.iconlabel.top[disabled]:not(.loading).iconlabel .zmdi,
button.iconlabel.top[disabled]:not(.loading).iconlabel .fa,
button.iconlabel.top[disabled]:not(.loading).iconlabel .pi,
button.iconlabel.top[disabled]:not(.loading).iconlabel .t-icon,
.button.iconlabel.top.disabled:not(.loading).iconlabel .zmdi,
.button.iconlabel.top.disabled:not(.loading).iconlabel .fa,
.button.iconlabel.top.disabled:not(.loading).iconlabel .pi,
.button.iconlabel.top.disabled:not(.loading).iconlabel .t-icon,
.button.iconlabel.top[disabled]:not(.loading).iconlabel .zmdi,
.button.iconlabel.top[disabled]:not(.loading).iconlabel .fa,
.button.iconlabel.top[disabled]:not(.loading).iconlabel .pi,
.button.iconlabel.top[disabled]:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.iconlabel.top.disabled:not(.loading).iconlabel:hover, button.iconlabel.top[disabled]:not(.loading).iconlabel:hover,
.button.iconlabel.top.disabled:not(.loading).iconlabel:hover,
.button.iconlabel.top[disabled]:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
button.iconlabel.top.disabled:not(.loading).iconlabel:hover .zmdi,
button.iconlabel.top.disabled:not(.loading).iconlabel:hover .fa,
button.iconlabel.top.disabled:not(.loading).iconlabel:hover .pi,
button.iconlabel.top.disabled:not(.loading).iconlabel:hover .t-icon, button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .zmdi,
button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .fa,
button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .pi,
button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .t-icon,
.button.iconlabel.top.disabled:not(.loading).iconlabel:hover .zmdi,
.button.iconlabel.top.disabled:not(.loading).iconlabel:hover .fa,
.button.iconlabel.top.disabled:not(.loading).iconlabel:hover .pi,
.button.iconlabel.top.disabled:not(.loading).iconlabel:hover .t-icon,
.button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .zmdi,
.button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .fa,
.button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .pi,
.button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.iconlabel.top.loading,
.button.iconlabel.top.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
button.iconlabel.top.loading:after,
.button.iconlabel.top.loading:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
button.iconlabel.top.loading.normal:after,
.button.iconlabel.top.loading.normal:after {
  color: #282c2e;
}
button.iconlabel.top.loading.highlighted:after,
.button.iconlabel.top.loading.highlighted:after {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.top.loading.primary:after,
.button.iconlabel.top.loading.primary:after {
  color: #ffffff;
}
button.iconlabel.top.loading.warning:after,
.button.iconlabel.top.loading.warning:after {
  color: #c20210;
}
button.iconlabel.top.loading.inline:after,
.button.iconlabel.top.loading.inline:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button.iconlabel.top.iconlabel,
.button.iconlabel.top.iconlabel {
  background-color: transparent;
}
button.iconlabel.top.iconlabel:hover,
.button.iconlabel.top.iconlabel:hover {
  background-color: transparent;
}
button.iconlabel.bottom,
.button.iconlabel.bottom {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
button.iconlabel.bottom:active, button.iconlabel.bottom:focus,
.button.iconlabel.bottom:active,
.button.iconlabel.bottom:focus {
  outline: none;
}
button.iconlabel.bottom:focus-visible,
.button.iconlabel.bottom:focus-visible {
  outline: 2px solid #282c2e;
}
button.iconlabel.bottom:focus-visible:active,
.button.iconlabel.bottom:focus-visible:active {
  outline: none;
}
button.iconlabel.bottom:hover,
.button.iconlabel.bottom:hover {
  text-decoration: none;
}
button.iconlabel.bottom .zmdi,
button.iconlabel.bottom .fa,
button.iconlabel.bottom .pi,
button.iconlabel.bottom .t-icon,
.button.iconlabel.bottom .zmdi,
.button.iconlabel.bottom .fa,
.button.iconlabel.bottom .pi,
.button.iconlabel.bottom .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  background-color: transparent;
  box-sizing: border-box;
}
button.iconlabel.bottom .zmdi,
button.iconlabel.bottom .fa,
button.iconlabel.bottom .pi,
button.iconlabel.bottom .t-icon,
.button.iconlabel.bottom .zmdi,
.button.iconlabel.bottom .fa,
.button.iconlabel.bottom .pi,
.button.iconlabel.bottom .t-icon {
  margin-top: 3px;
}
button.iconlabel.bottom.normal,
.button.iconlabel.bottom.normal {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
button.iconlabel.bottom.normal:hover,
.button.iconlabel.bottom.normal:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
button.iconlabel.bottom.normal.iconlabel .zmdi,
button.iconlabel.bottom.normal.iconlabel .fa,
button.iconlabel.bottom.normal.iconlabel .pi,
button.iconlabel.bottom.normal.iconlabel .t-icon,
.button.iconlabel.bottom.normal.iconlabel .zmdi,
.button.iconlabel.bottom.normal.iconlabel .fa,
.button.iconlabel.bottom.normal.iconlabel .pi,
.button.iconlabel.bottom.normal.iconlabel .t-icon {
  border-color: #282c2e;
}
button.iconlabel.bottom.normal.iconlabel:hover,
.button.iconlabel.bottom.normal.iconlabel:hover {
  color: #282c2e;
}
button.iconlabel.bottom.normal.iconlabel:hover .zmdi,
button.iconlabel.bottom.normal.iconlabel:hover .fa,
button.iconlabel.bottom.normal.iconlabel:hover .pi,
button.iconlabel.bottom.normal.iconlabel:hover .t-icon,
.button.iconlabel.bottom.normal.iconlabel:hover .zmdi,
.button.iconlabel.bottom.normal.iconlabel:hover .fa,
.button.iconlabel.bottom.normal.iconlabel:hover .pi,
.button.iconlabel.bottom.normal.iconlabel:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
button.iconlabel.bottom.highlighted,
.button.iconlabel.bottom.highlighted {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.bottom.highlighted:hover,
.button.iconlabel.bottom.highlighted:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.bottom.highlighted.iconlabel .zmdi,
button.iconlabel.bottom.highlighted.iconlabel .fa,
button.iconlabel.bottom.highlighted.iconlabel .pi,
button.iconlabel.bottom.highlighted.iconlabel .t-icon,
.button.iconlabel.bottom.highlighted.iconlabel .zmdi,
.button.iconlabel.bottom.highlighted.iconlabel .fa,
.button.iconlabel.bottom.highlighted.iconlabel .pi,
.button.iconlabel.bottom.highlighted.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.bottom.highlighted.iconlabel:hover,
.button.iconlabel.bottom.highlighted.iconlabel:hover {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.bottom.highlighted.iconlabel:hover .zmdi,
button.iconlabel.bottom.highlighted.iconlabel:hover .fa,
button.iconlabel.bottom.highlighted.iconlabel:hover .pi,
button.iconlabel.bottom.highlighted.iconlabel:hover .t-icon,
.button.iconlabel.bottom.highlighted.iconlabel:hover .zmdi,
.button.iconlabel.bottom.highlighted.iconlabel:hover .fa,
.button.iconlabel.bottom.highlighted.iconlabel:hover .pi,
.button.iconlabel.bottom.highlighted.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.bottom.primary,
.button.iconlabel.bottom.primary {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.bottom.primary:hover,
.button.iconlabel.bottom.primary:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.iconlabel.bottom.primary.iconlabel,
.button.iconlabel.bottom.primary.iconlabel {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.bottom.primary.iconlabel .zmdi,
button.iconlabel.bottom.primary.iconlabel .fa,
button.iconlabel.bottom.primary.iconlabel .pi,
button.iconlabel.bottom.primary.iconlabel .t-icon,
.button.iconlabel.bottom.primary.iconlabel .zmdi,
.button.iconlabel.bottom.primary.iconlabel .fa,
.button.iconlabel.bottom.primary.iconlabel .pi,
.button.iconlabel.bottom.primary.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
button.iconlabel.bottom.primary.iconlabel:hover,
.button.iconlabel.bottom.primary.iconlabel:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
button.iconlabel.bottom.primary.iconlabel:hover .zmdi,
button.iconlabel.bottom.primary.iconlabel:hover .fa,
button.iconlabel.bottom.primary.iconlabel:hover .pi,
button.iconlabel.bottom.primary.iconlabel:hover .t-icon,
.button.iconlabel.bottom.primary.iconlabel:hover .zmdi,
.button.iconlabel.bottom.primary.iconlabel:hover .fa,
.button.iconlabel.bottom.primary.iconlabel:hover .pi,
.button.iconlabel.bottom.primary.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
button.iconlabel.bottom.warning,
.button.iconlabel.bottom.warning {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
button.iconlabel.bottom.warning:hover,
.button.iconlabel.bottom.warning:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
button.iconlabel.bottom.warning.iconlabel .zmdi,
button.iconlabel.bottom.warning.iconlabel .fa,
button.iconlabel.bottom.warning.iconlabel .pi,
button.iconlabel.bottom.warning.iconlabel .t-icon,
.button.iconlabel.bottom.warning.iconlabel .zmdi,
.button.iconlabel.bottom.warning.iconlabel .fa,
.button.iconlabel.bottom.warning.iconlabel .pi,
.button.iconlabel.bottom.warning.iconlabel .t-icon {
  border-color: #c20210;
}
button.iconlabel.bottom.warning.iconlabel:hover,
.button.iconlabel.bottom.warning.iconlabel:hover {
  color: #c20210;
}
button.iconlabel.bottom.warning.iconlabel:hover .zmdi,
button.iconlabel.bottom.warning.iconlabel:hover .fa,
button.iconlabel.bottom.warning.iconlabel:hover .pi,
button.iconlabel.bottom.warning.iconlabel:hover .t-icon,
.button.iconlabel.bottom.warning.iconlabel:hover .zmdi,
.button.iconlabel.bottom.warning.iconlabel:hover .fa,
.button.iconlabel.bottom.warning.iconlabel:hover .pi,
.button.iconlabel.bottom.warning.iconlabel:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
button.iconlabel.bottom.inline,
.button.iconlabel.bottom.inline {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
button.iconlabel.bottom.inline:hover,
.button.iconlabel.bottom.inline:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
button.iconlabel.bottom.inline.active,
.button.iconlabel.bottom.inline.active {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
button.iconlabel.bottom.inline.warning,
.button.iconlabel.bottom.inline.warning {
  color: #c20210;
}
button.iconlabel.bottom.inline.primary,
.button.iconlabel.bottom.inline.primary {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.bottom.disabled:not(.loading), button.iconlabel.bottom[disabled]:not(.loading),
.button.iconlabel.bottom.disabled:not(.loading),
.button.iconlabel.bottom[disabled]:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
button.iconlabel.bottom.disabled:not(.loading):hover, button.iconlabel.bottom[disabled]:not(.loading):hover,
.button.iconlabel.bottom.disabled:not(.loading):hover,
.button.iconlabel.bottom[disabled]:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
button.iconlabel.bottom.disabled:not(.loading).inline, button.iconlabel.bottom.disabled:not(.loading).inline:hover, button.iconlabel.bottom[disabled]:not(.loading).inline, button.iconlabel.bottom[disabled]:not(.loading).inline:hover,
.button.iconlabel.bottom.disabled:not(.loading).inline,
.button.iconlabel.bottom.disabled:not(.loading).inline:hover,
.button.iconlabel.bottom[disabled]:not(.loading).inline,
.button.iconlabel.bottom[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
button.iconlabel.bottom.disabled:not(.loading).iconlabel .zmdi,
button.iconlabel.bottom.disabled:not(.loading).iconlabel .fa,
button.iconlabel.bottom.disabled:not(.loading).iconlabel .pi,
button.iconlabel.bottom.disabled:not(.loading).iconlabel .t-icon, button.iconlabel.bottom[disabled]:not(.loading).iconlabel .zmdi,
button.iconlabel.bottom[disabled]:not(.loading).iconlabel .fa,
button.iconlabel.bottom[disabled]:not(.loading).iconlabel .pi,
button.iconlabel.bottom[disabled]:not(.loading).iconlabel .t-icon,
.button.iconlabel.bottom.disabled:not(.loading).iconlabel .zmdi,
.button.iconlabel.bottom.disabled:not(.loading).iconlabel .fa,
.button.iconlabel.bottom.disabled:not(.loading).iconlabel .pi,
.button.iconlabel.bottom.disabled:not(.loading).iconlabel .t-icon,
.button.iconlabel.bottom[disabled]:not(.loading).iconlabel .zmdi,
.button.iconlabel.bottom[disabled]:not(.loading).iconlabel .fa,
.button.iconlabel.bottom[disabled]:not(.loading).iconlabel .pi,
.button.iconlabel.bottom[disabled]:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover, button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover,
.button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover,
.button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .zmdi,
button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .fa,
button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .pi,
button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .t-icon, button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .zmdi,
button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .fa,
button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .pi,
button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .t-icon,
.button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .zmdi,
.button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .fa,
.button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .pi,
.button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .t-icon,
.button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .zmdi,
.button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .fa,
.button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .pi,
.button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
button.iconlabel.bottom.loading,
.button.iconlabel.bottom.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
button.iconlabel.bottom.loading:after,
.button.iconlabel.bottom.loading:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
button.iconlabel.bottom.loading.normal:after,
.button.iconlabel.bottom.loading.normal:after {
  color: #282c2e;
}
button.iconlabel.bottom.loading.highlighted:after,
.button.iconlabel.bottom.loading.highlighted:after {
  color: var(--var-color-accent, #a6cf39);
}
button.iconlabel.bottom.loading.primary:after,
.button.iconlabel.bottom.loading.primary:after {
  color: #ffffff;
}
button.iconlabel.bottom.loading.warning:after,
.button.iconlabel.bottom.loading.warning:after {
  color: #c20210;
}
button.iconlabel.bottom.loading.inline:after,
.button.iconlabel.bottom.loading.inline:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button.iconlabel.bottom.iconlabel,
.button.iconlabel.bottom.iconlabel {
  background-color: transparent;
}
button.iconlabel.bottom.iconlabel:hover,
.button.iconlabel.bottom.iconlabel:hover {
  background-color: transparent;
}
buttona:hover,
.buttona:hover {
  text-decoration: none;
}

[dir=rtl] button:not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .zmdi,
[dir=rtl] button:not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .fa,
[dir=rtl] button:not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .pi,
[dir=rtl] button:not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .t-icon,
[dir=rtl] .button:not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .zmdi,
[dir=rtl] .button:not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .fa,
[dir=rtl] .button:not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .pi,
[dir=rtl] .button:not(.fr-btn):not(.fr-command):not(.p-button):not(.ui-spinner-button):not(.p-link):not(.segmented):not(.fc-button) .t-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir=rtl] button.iconlabel.left .zmdi,
[dir=rtl] button.iconlabel.left .fa,
[dir=rtl] button.iconlabel.left .pi,
[dir=rtl] button.iconlabel.left .t-icon,
[dir=rtl] .button.iconlabel.left .zmdi,
[dir=rtl] .button.iconlabel.left .fa,
[dir=rtl] .button.iconlabel.left .pi,
[dir=rtl] .button.iconlabel.left .t-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir=rtl] button.iconlabel.right,
[dir=rtl] .button.iconlabel.right {
  flex-direction: row-reverse;
}
[dir=rtl] button.iconlabel.right .zmdi,
[dir=rtl] button.iconlabel.right .fa,
[dir=rtl] button.iconlabel.right .pi,
[dir=rtl] button.iconlabel.right .t-icon,
[dir=rtl] .button.iconlabel.right .zmdi,
[dir=rtl] .button.iconlabel.right .fa,
[dir=rtl] .button.iconlabel.right .pi,
[dir=rtl] .button.iconlabel.right .t-icon {
  margin-left: 0;
  margin-right: 10px;
}

a {
  font-weight: 600;
  color: #282c2e;
  text-decoration: none;
}
a.televiclink {
  border-bottom: 1px solid #d4d5d5;
}
a.televiclink[target=_blank]:after {
  display: inline-block; /*removes text decoration*/
  color: #7e8082;
  font-family: "televic-material-icons";
  font-size: 18px;
  content: "\f1a3";
  font-style: normal;
  font-size: 13px;
  margin: 0 5px;
}
a.televiclink[target=_blank]:hover:after {
  color: #282c2e;
}
a:visited, a:hover, a:focus, a:active {
  color: #282c2e;
}
a:hover, a:focus, a:active {
  border-color: var(--var-color-accent, #a6cf39);
}
a:active, a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px solid #282c2e;
}
a:focus-visible:active {
  outline: none;
}

a.button:hover {
  text-decoration: none;
}

[dir=rtl] .iconinput i,
[dir=rtl] .iconinput button {
  left: 10px;
  right: auto;
}

[dir=rtl] form .formElement .message .zmdi,
[dir=rtl] form .formElement .message .fa,
[dir=rtl] form .formElement .message .pi,
[dir=rtl] form .formElement .message .t-icon,
[dir=rtl] form .formElement control-messages .zmdi,
[dir=rtl] form .formElement control-messages .fa,
[dir=rtl] form .formElement control-messages .pi,
[dir=rtl] form .formElement control-messages .t-icon,
[dir=rtl] form .formElement t-control-messages .zmdi,
[dir=rtl] form .formElement t-control-messages .fa,
[dir=rtl] form .formElement t-control-messages .pi,
[dir=rtl] form .formElement t-control-messages .t-icon,
[dir=rtl] form form-element .message .zmdi,
[dir=rtl] form form-element .message .fa,
[dir=rtl] form form-element .message .pi,
[dir=rtl] form form-element .message .t-icon,
[dir=rtl] form form-element control-messages .zmdi,
[dir=rtl] form form-element control-messages .fa,
[dir=rtl] form form-element control-messages .pi,
[dir=rtl] form form-element control-messages .t-icon,
[dir=rtl] form form-element t-control-messages .zmdi,
[dir=rtl] form form-element t-control-messages .fa,
[dir=rtl] form form-element t-control-messages .pi,
[dir=rtl] form form-element t-control-messages .t-icon,
[dir=rtl] form t-form-element .message .zmdi,
[dir=rtl] form t-form-element .message .fa,
[dir=rtl] form t-form-element .message .pi,
[dir=rtl] form t-form-element .message .t-icon,
[dir=rtl] form t-form-element control-messages .zmdi,
[dir=rtl] form t-form-element control-messages .fa,
[dir=rtl] form t-form-element control-messages .pi,
[dir=rtl] form t-form-element control-messages .t-icon,
[dir=rtl] form t-form-element t-control-messages .zmdi,
[dir=rtl] form t-form-element t-control-messages .fa,
[dir=rtl] form t-form-element t-control-messages .pi,
[dir=rtl] form t-form-element t-control-messages .t-icon,
[dir=rtl] .form .formElement .message .zmdi,
[dir=rtl] .form .formElement .message .fa,
[dir=rtl] .form .formElement .message .pi,
[dir=rtl] .form .formElement .message .t-icon,
[dir=rtl] .form .formElement control-messages .zmdi,
[dir=rtl] .form .formElement control-messages .fa,
[dir=rtl] .form .formElement control-messages .pi,
[dir=rtl] .form .formElement control-messages .t-icon,
[dir=rtl] .form .formElement t-control-messages .zmdi,
[dir=rtl] .form .formElement t-control-messages .fa,
[dir=rtl] .form .formElement t-control-messages .pi,
[dir=rtl] .form .formElement t-control-messages .t-icon,
[dir=rtl] .form form-element .message .zmdi,
[dir=rtl] .form form-element .message .fa,
[dir=rtl] .form form-element .message .pi,
[dir=rtl] .form form-element .message .t-icon,
[dir=rtl] .form form-element control-messages .zmdi,
[dir=rtl] .form form-element control-messages .fa,
[dir=rtl] .form form-element control-messages .pi,
[dir=rtl] .form form-element control-messages .t-icon,
[dir=rtl] .form form-element t-control-messages .zmdi,
[dir=rtl] .form form-element t-control-messages .fa,
[dir=rtl] .form form-element t-control-messages .pi,
[dir=rtl] .form form-element t-control-messages .t-icon,
[dir=rtl] .form t-form-element .message .zmdi,
[dir=rtl] .form t-form-element .message .fa,
[dir=rtl] .form t-form-element .message .pi,
[dir=rtl] .form t-form-element .message .t-icon,
[dir=rtl] .form t-form-element control-messages .zmdi,
[dir=rtl] .form t-form-element control-messages .fa,
[dir=rtl] .form t-form-element control-messages .pi,
[dir=rtl] .form t-form-element control-messages .t-icon,
[dir=rtl] .form t-form-element t-control-messages .zmdi,
[dir=rtl] .form t-form-element t-control-messages .fa,
[dir=rtl] .form t-form-element t-control-messages .pi,
[dir=rtl] .form t-form-element t-control-messages .t-icon {
  margin-right: 0;
  margin-left: 5px;
}

.contentblockwrapper {
  padding: 20px;
}
@media (max-width: 1025px) {
  .contentblockwrapper {
    padding: 0;
  }
}
.contentblockwrapper .contentblock {
  background-color: #ffffff;
  border: 1px solid #d4d5d5;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
.contentblockwrapper .contentblock.nopadding {
  padding: 0;
}
@media (max-width: 1025px) {
  .contentblockwrapper .contentblock {
    border: none;
  }
}
.contentblockwrapper .contentblock:not(.scroll) {
  overflow: hidden;
}
.contentblockwrapper .contentblock.table {
  padding: 0;
}
.contentblockwrapper.horizontal > div:not(:first-child) {
  margin-left: 20px;
}
.contentblockwrapper.horizontal > div:not(:first-child).vertical > div:not(:first-child) {
  margin-top: 20px;
}
.contentblockwrapper.nopadding {
  padding: 0;
}
.contentblockwrapper.nopadding .contentblock {
  border: 0;
}

.t-label, label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #7e8082;
  display: inline-flex;
}
.t-label .zmdi, label .zmdi,
.t-label .fa,
label .fa,
.t-label .pi,
label .pi,
.t-label .t-icon,
label .t-icon {
  font-size: 18px;
  line-height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.t-label.light, label.light {
  font-weight: 400;
}

.t-button:not(.icon):not(.iconlabel), a.button:not(.icon):not(.iconlabel) {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 90px;
  padding: 0 20px;
  line-height: 28px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-button:not(.icon):not(.iconlabel):active, a.button:not(.icon):not(.iconlabel):active, .t-button:not(.icon):not(.iconlabel):focus, a.button:not(.icon):not(.iconlabel):focus {
  outline: none;
}
.t-button:not(.icon):not(.iconlabel):focus-visible, a.button:not(.icon):not(.iconlabel):focus-visible {
  outline: 2px solid #282c2e;
}
.t-button:not(.icon):not(.iconlabel):focus-visible:active, a.button:not(.icon):not(.iconlabel):focus-visible:active {
  outline: none;
}
.t-button:not(.icon):not(.iconlabel):hover, a.button:not(.icon):not(.iconlabel):hover {
  text-decoration: none;
}
.t-button:not(.icon):not(.iconlabel) .zmdi, a.button:not(.icon):not(.iconlabel) .zmdi,
.t-button:not(.icon):not(.iconlabel) .fa,
a.button:not(.icon):not(.iconlabel) .fa,
.t-button:not(.icon):not(.iconlabel) .pi,
a.button:not(.icon):not(.iconlabel) .pi,
.t-button:not(.icon):not(.iconlabel) .t-icon,
a.button:not(.icon):not(.iconlabel) .t-icon {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: top;
  line-height: 28px;
  display: inline-block;
}
.t-button:not(.icon):not(.iconlabel).normal, a.button:not(.icon):not(.iconlabel).normal {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
.t-button:not(.icon):not(.iconlabel).normal:hover, a.button:not(.icon):not(.iconlabel).normal:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).normal.iconlabel .zmdi, a.button:not(.icon):not(.iconlabel).normal.iconlabel .zmdi,
.t-button:not(.icon):not(.iconlabel).normal.iconlabel .fa,
a.button:not(.icon):not(.iconlabel).normal.iconlabel .fa,
.t-button:not(.icon):not(.iconlabel).normal.iconlabel .pi,
a.button:not(.icon):not(.iconlabel).normal.iconlabel .pi,
.t-button:not(.icon):not(.iconlabel).normal.iconlabel .t-icon,
a.button:not(.icon):not(.iconlabel).normal.iconlabel .t-icon {
  border-color: #282c2e;
}
.t-button:not(.icon):not(.iconlabel).normal.iconlabel:hover, a.button:not(.icon):not(.iconlabel).normal.iconlabel:hover {
  color: #282c2e;
}
.t-button:not(.icon):not(.iconlabel).normal.iconlabel:hover .zmdi, a.button:not(.icon):not(.iconlabel).normal.iconlabel:hover .zmdi,
.t-button:not(.icon):not(.iconlabel).normal.iconlabel:hover .fa,
a.button:not(.icon):not(.iconlabel).normal.iconlabel:hover .fa,
.t-button:not(.icon):not(.iconlabel).normal.iconlabel:hover .pi,
a.button:not(.icon):not(.iconlabel).normal.iconlabel:hover .pi,
.t-button:not(.icon):not(.iconlabel).normal.iconlabel:hover .t-icon,
a.button:not(.icon):not(.iconlabel).normal.iconlabel:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).highlighted, a.button:not(.icon):not(.iconlabel).highlighted {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
.t-button:not(.icon):not(.iconlabel).highlighted:hover, a.button:not(.icon):not(.iconlabel).highlighted:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).highlighted.iconlabel .zmdi, a.button:not(.icon):not(.iconlabel).highlighted.iconlabel .zmdi,
.t-button:not(.icon):not(.iconlabel).highlighted.iconlabel .fa,
a.button:not(.icon):not(.iconlabel).highlighted.iconlabel .fa,
.t-button:not(.icon):not(.iconlabel).highlighted.iconlabel .pi,
a.button:not(.icon):not(.iconlabel).highlighted.iconlabel .pi,
.t-button:not(.icon):not(.iconlabel).highlighted.iconlabel .t-icon,
a.button:not(.icon):not(.iconlabel).highlighted.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
.t-button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover, a.button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover {
  color: var(--var-color-accent, #a6cf39);
}
.t-button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover .zmdi, a.button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover .zmdi,
.t-button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover .fa,
a.button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover .fa,
.t-button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover .pi,
a.button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover .pi,
.t-button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover .t-icon,
a.button:not(.icon):not(.iconlabel).highlighted.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).primary, a.button:not(.icon):not(.iconlabel).primary {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).primary:hover, a.button:not(.icon):not(.iconlabel).primary:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).primary.iconlabel, a.button:not(.icon):not(.iconlabel).primary.iconlabel {
  color: var(--var-color-accent, #a6cf39);
}
.t-button:not(.icon):not(.iconlabel).primary.iconlabel .zmdi, a.button:not(.icon):not(.iconlabel).primary.iconlabel .zmdi,
.t-button:not(.icon):not(.iconlabel).primary.iconlabel .fa,
a.button:not(.icon):not(.iconlabel).primary.iconlabel .fa,
.t-button:not(.icon):not(.iconlabel).primary.iconlabel .pi,
a.button:not(.icon):not(.iconlabel).primary.iconlabel .pi,
.t-button:not(.icon):not(.iconlabel).primary.iconlabel .t-icon,
a.button:not(.icon):not(.iconlabel).primary.iconlabel .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).primary.iconlabel:hover, a.button:not(.icon):not(.iconlabel).primary.iconlabel:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
.t-button:not(.icon):not(.iconlabel).primary.iconlabel:hover .zmdi, a.button:not(.icon):not(.iconlabel).primary.iconlabel:hover .zmdi,
.t-button:not(.icon):not(.iconlabel).primary.iconlabel:hover .fa,
a.button:not(.icon):not(.iconlabel).primary.iconlabel:hover .fa,
.t-button:not(.icon):not(.iconlabel).primary.iconlabel:hover .pi,
a.button:not(.icon):not(.iconlabel).primary.iconlabel:hover .pi,
.t-button:not(.icon):not(.iconlabel).primary.iconlabel:hover .t-icon,
a.button:not(.icon):not(.iconlabel).primary.iconlabel:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).warning, a.button:not(.icon):not(.iconlabel).warning {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
.t-button:not(.icon):not(.iconlabel).warning:hover, a.button:not(.icon):not(.iconlabel).warning:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).warning.iconlabel .zmdi, a.button:not(.icon):not(.iconlabel).warning.iconlabel .zmdi,
.t-button:not(.icon):not(.iconlabel).warning.iconlabel .fa,
a.button:not(.icon):not(.iconlabel).warning.iconlabel .fa,
.t-button:not(.icon):not(.iconlabel).warning.iconlabel .pi,
a.button:not(.icon):not(.iconlabel).warning.iconlabel .pi,
.t-button:not(.icon):not(.iconlabel).warning.iconlabel .t-icon,
a.button:not(.icon):not(.iconlabel).warning.iconlabel .t-icon {
  border-color: #c20210;
}
.t-button:not(.icon):not(.iconlabel).warning.iconlabel:hover, a.button:not(.icon):not(.iconlabel).warning.iconlabel:hover {
  color: #c20210;
}
.t-button:not(.icon):not(.iconlabel).warning.iconlabel:hover .zmdi, a.button:not(.icon):not(.iconlabel).warning.iconlabel:hover .zmdi,
.t-button:not(.icon):not(.iconlabel).warning.iconlabel:hover .fa,
a.button:not(.icon):not(.iconlabel).warning.iconlabel:hover .fa,
.t-button:not(.icon):not(.iconlabel).warning.iconlabel:hover .pi,
a.button:not(.icon):not(.iconlabel).warning.iconlabel:hover .pi,
.t-button:not(.icon):not(.iconlabel).warning.iconlabel:hover .t-icon,
a.button:not(.icon):not(.iconlabel).warning.iconlabel:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).inline, a.button:not(.icon):not(.iconlabel).inline {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
.t-button:not(.icon):not(.iconlabel).inline:hover, a.button:not(.icon):not(.iconlabel).inline:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
.t-button:not(.icon):not(.iconlabel).inline.active, a.button:not(.icon):not(.iconlabel).inline.active {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
.t-button:not(.icon):not(.iconlabel).inline.warning, a.button:not(.icon):not(.iconlabel).inline.warning {
  color: #c20210;
}
.t-button:not(.icon):not(.iconlabel).inline.primary, a.button:not(.icon):not(.iconlabel).inline.primary {
  color: var(--var-color-accent, #a6cf39);
}
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading), a.button:not(.icon):not(.iconlabel).disabled:not(.loading), .t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading), a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading):hover, a.button:not(.icon):not(.iconlabel).disabled:not(.loading):hover, .t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading):hover, a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).inline, a.button:not(.icon):not(.iconlabel).disabled:not(.loading).inline, .t-button:not(.icon):not(.iconlabel).disabled:not(.loading).inline:hover, .t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).inline, a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).inline, .t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel .zmdi, a.button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel .zmdi,
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel .fa,
a.button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel .fa,
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel .pi,
a.button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel .pi,
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel .t-icon,
a.button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel .t-icon, .t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel .zmdi, a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel .zmdi,
.t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel .fa,
a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel .fa,
.t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel .pi,
a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel .pi,
.t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel .t-icon,
a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover, a.button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover, .t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover, a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover .zmdi, a.button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover .zmdi,
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover .fa,
a.button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover .fa,
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover .pi,
a.button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover .pi,
.t-button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover .t-icon,
a.button:not(.icon):not(.iconlabel).disabled:not(.loading).iconlabel:hover .t-icon, .t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover .zmdi, a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover .zmdi,
.t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover .fa,
a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover .fa,
.t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover .pi,
a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover .pi,
.t-button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover .t-icon,
a.button:not(.icon):not(.iconlabel)[disabled]:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button:not(.icon):not(.iconlabel).loading, a.button:not(.icon):not(.iconlabel).loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.t-button:not(.icon):not(.iconlabel).loading:after, a.button:not(.icon):not(.iconlabel).loading:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
.t-button:not(.icon):not(.iconlabel).loading.normal:after, a.button:not(.icon):not(.iconlabel).loading.normal:after {
  color: #282c2e;
}
.t-button:not(.icon):not(.iconlabel).loading.highlighted:after, a.button:not(.icon):not(.iconlabel).loading.highlighted:after {
  color: var(--var-color-accent, #a6cf39);
}
.t-button:not(.icon):not(.iconlabel).loading.primary:after, a.button:not(.icon):not(.iconlabel).loading.primary:after {
  color: #ffffff;
}
.t-button:not(.icon):not(.iconlabel).loading.warning:after, a.button:not(.icon):not(.iconlabel).loading.warning:after {
  color: #c20210;
}
.t-button:not(.icon):not(.iconlabel).loading.inline:after, a.button:not(.icon):not(.iconlabel).loading.inline:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t-button:not(.icon):not(.iconlabel).iconlabel, a.button:not(.icon):not(.iconlabel).iconlabel {
  background-color: transparent;
}
.t-button:not(.icon):not(.iconlabel).iconlabel:hover, a.button:not(.icon):not(.iconlabel).iconlabel:hover {
  background-color: transparent;
}
.t-button:not(.icon):not(.iconlabel).small, a.button:not(.icon):not(.iconlabel).small {
  line-height: 20px;
  height: 22px;
}
.t-button:not(.icon):not(.iconlabel).small i, a.button:not(.icon):not(.iconlabel).small i {
  line-height: 20px;
}
.t-button:not(.icon):not(.iconlabel).large, a.button:not(.icon):not(.iconlabel).large {
  line-height: 38px;
  height: 40px;
  border-radius: 20px;
}
.t-button:not(.icon):not(.iconlabel).large i, a.button:not(.icon):not(.iconlabel).large i {
  line-height: 38px;
}
.t-button.icon, a.icon.button {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 28px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: transparent;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
}
.t-button.icon:active, a.icon.button:active, .t-button.icon:focus, a.icon.button:focus {
  outline: none;
}
.t-button.icon:focus-visible, a.icon.button:focus-visible {
  outline: 2px solid #282c2e;
}
.t-button.icon:focus-visible:active, a.icon.button:focus-visible:active {
  outline: none;
}
.t-button.icon:hover, a.icon.button:hover {
  text-decoration: none;
}
.t-button.icon .zmdi, a.icon.button .zmdi,
.t-button.icon .fa,
a.icon.button .fa,
.t-button.icon .pi,
a.icon.button .pi,
.t-button.icon .t-icon,
a.icon.button .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  position: static;
  margin: 0;
}
.t-button.icon.large, a.icon.large.button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  line-height: 38px;
  border-radius: 20px;
}
.t-button.icon.large .zmdi, a.icon.large.button .zmdi,
.t-button.icon.large .fa,
a.icon.large.button .fa,
.t-button.icon.large .pi,
a.icon.large.button .pi,
.t-button.icon.large .t-icon,
a.icon.large.button .t-icon {
  font-size: 18px;
  line-height: 38px;
}
.t-button.icon.small, a.icon.small.button {
  width: 22px;
  height: 22px;
  min-width: 22px;
  line-height: 20px;
  border-radius: 11px;
}
.t-button.icon.small .zmdi, a.icon.small.button .zmdi,
.t-button.icon.small .fa,
a.icon.small.button .fa,
.t-button.icon.small .pi,
a.icon.small.button .pi,
.t-button.icon.small .t-icon,
a.icon.small.button .t-icon {
  font-size: 18px;
  line-height: 20px;
}
.t-button.icon.tooltip .zmdi, a.icon.tooltip.button .zmdi,
.t-button.icon.tooltip .fa,
a.icon.tooltip.button .fa,
.t-button.icon.tooltip .pi,
a.icon.tooltip.button .pi,
.t-button.icon.tooltip .t-icon,
a.icon.tooltip.button .t-icon {
  color: #535658;
  font-size: 12px;
}
.t-button.icon.normal, a.icon.normal.button {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
.t-button.icon.normal:hover, a.icon.normal.button:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.icon.normal.iconlabel .zmdi, a.icon.normal.iconlabel.button .zmdi,
.t-button.icon.normal.iconlabel .fa,
a.icon.normal.iconlabel.button .fa,
.t-button.icon.normal.iconlabel .pi,
a.icon.normal.iconlabel.button .pi,
.t-button.icon.normal.iconlabel .t-icon,
a.icon.normal.iconlabel.button .t-icon {
  border-color: #282c2e;
}
.t-button.icon.normal.iconlabel:hover, a.icon.normal.iconlabel.button:hover {
  color: #282c2e;
}
.t-button.icon.normal.iconlabel:hover .zmdi, a.icon.normal.iconlabel.button:hover .zmdi,
.t-button.icon.normal.iconlabel:hover .fa,
a.icon.normal.iconlabel.button:hover .fa,
.t-button.icon.normal.iconlabel:hover .pi,
a.icon.normal.iconlabel.button:hover .pi,
.t-button.icon.normal.iconlabel:hover .t-icon,
a.icon.normal.iconlabel.button:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.icon.highlighted, a.icon.highlighted.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
.t-button.icon.highlighted:hover, a.icon.highlighted.button:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.icon.highlighted.iconlabel .zmdi, a.icon.highlighted.iconlabel.button .zmdi,
.t-button.icon.highlighted.iconlabel .fa,
a.icon.highlighted.iconlabel.button .fa,
.t-button.icon.highlighted.iconlabel .pi,
a.icon.highlighted.iconlabel.button .pi,
.t-button.icon.highlighted.iconlabel .t-icon,
a.icon.highlighted.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
.t-button.icon.highlighted.iconlabel:hover, a.icon.highlighted.iconlabel.button:hover {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.icon.highlighted.iconlabel:hover .zmdi, a.icon.highlighted.iconlabel.button:hover .zmdi,
.t-button.icon.highlighted.iconlabel:hover .fa,
a.icon.highlighted.iconlabel.button:hover .fa,
.t-button.icon.highlighted.iconlabel:hover .pi,
a.icon.highlighted.iconlabel.button:hover .pi,
.t-button.icon.highlighted.iconlabel:hover .t-icon,
a.icon.highlighted.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.icon.primary, a.icon.primary.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.icon.primary:hover, a.icon.primary.button:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.icon.primary.iconlabel, a.icon.primary.iconlabel.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.icon.primary.iconlabel .zmdi, a.icon.primary.iconlabel.button .zmdi,
.t-button.icon.primary.iconlabel .fa,
a.icon.primary.iconlabel.button .fa,
.t-button.icon.primary.iconlabel .pi,
a.icon.primary.iconlabel.button .pi,
.t-button.icon.primary.iconlabel .t-icon,
a.icon.primary.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.icon.primary.iconlabel:hover, a.icon.primary.iconlabel.button:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
.t-button.icon.primary.iconlabel:hover .zmdi, a.icon.primary.iconlabel.button:hover .zmdi,
.t-button.icon.primary.iconlabel:hover .fa,
a.icon.primary.iconlabel.button:hover .fa,
.t-button.icon.primary.iconlabel:hover .pi,
a.icon.primary.iconlabel.button:hover .pi,
.t-button.icon.primary.iconlabel:hover .t-icon,
a.icon.primary.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.icon.warning, a.icon.warning.button {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
.t-button.icon.warning:hover, a.icon.warning.button:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
.t-button.icon.warning.iconlabel .zmdi, a.icon.warning.iconlabel.button .zmdi,
.t-button.icon.warning.iconlabel .fa,
a.icon.warning.iconlabel.button .fa,
.t-button.icon.warning.iconlabel .pi,
a.icon.warning.iconlabel.button .pi,
.t-button.icon.warning.iconlabel .t-icon,
a.icon.warning.iconlabel.button .t-icon {
  border-color: #c20210;
}
.t-button.icon.warning.iconlabel:hover, a.icon.warning.iconlabel.button:hover {
  color: #c20210;
}
.t-button.icon.warning.iconlabel:hover .zmdi, a.icon.warning.iconlabel.button:hover .zmdi,
.t-button.icon.warning.iconlabel:hover .fa,
a.icon.warning.iconlabel.button:hover .fa,
.t-button.icon.warning.iconlabel:hover .pi,
a.icon.warning.iconlabel.button:hover .pi,
.t-button.icon.warning.iconlabel:hover .t-icon,
a.icon.warning.iconlabel.button:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
.t-button.icon.inline, a.icon.inline.button {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
.t-button.icon.inline:hover, a.icon.inline.button:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
.t-button.icon.inline.active, a.icon.inline.active.button {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
.t-button.icon.inline.warning, a.icon.inline.warning.button {
  color: #c20210;
}
.t-button.icon.inline.primary, a.icon.inline.primary.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.icon.disabled:not(.loading), a.icon.disabled.button:not(.loading), .t-button.icon[disabled]:not(.loading), a.icon[disabled].button:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
.t-button.icon.disabled:not(.loading):hover, a.icon.disabled.button:not(.loading):hover, .t-button.icon[disabled]:not(.loading):hover, a.icon[disabled].button:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
.t-button.icon.disabled:not(.loading).inline, a.icon.disabled.button:not(.loading).inline, .t-button.icon.disabled:not(.loading).inline:hover, .t-button.icon[disabled]:not(.loading).inline, a.icon[disabled].button:not(.loading).inline, .t-button.icon[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
.t-button.icon.disabled:not(.loading).iconlabel .zmdi, a.icon.disabled.button:not(.loading).iconlabel .zmdi,
.t-button.icon.disabled:not(.loading).iconlabel .fa,
a.icon.disabled.button:not(.loading).iconlabel .fa,
.t-button.icon.disabled:not(.loading).iconlabel .pi,
a.icon.disabled.button:not(.loading).iconlabel .pi,
.t-button.icon.disabled:not(.loading).iconlabel .t-icon,
a.icon.disabled.button:not(.loading).iconlabel .t-icon, .t-button.icon[disabled]:not(.loading).iconlabel .zmdi, a.icon[disabled].button:not(.loading).iconlabel .zmdi,
.t-button.icon[disabled]:not(.loading).iconlabel .fa,
a.icon[disabled].button:not(.loading).iconlabel .fa,
.t-button.icon[disabled]:not(.loading).iconlabel .pi,
a.icon[disabled].button:not(.loading).iconlabel .pi,
.t-button.icon[disabled]:not(.loading).iconlabel .t-icon,
a.icon[disabled].button:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.icon.disabled:not(.loading).iconlabel:hover, a.icon.disabled.button:not(.loading).iconlabel:hover, .t-button.icon[disabled]:not(.loading).iconlabel:hover, a.icon[disabled].button:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
.t-button.icon.disabled:not(.loading).iconlabel:hover .zmdi, a.icon.disabled.button:not(.loading).iconlabel:hover .zmdi,
.t-button.icon.disabled:not(.loading).iconlabel:hover .fa,
a.icon.disabled.button:not(.loading).iconlabel:hover .fa,
.t-button.icon.disabled:not(.loading).iconlabel:hover .pi,
a.icon.disabled.button:not(.loading).iconlabel:hover .pi,
.t-button.icon.disabled:not(.loading).iconlabel:hover .t-icon,
a.icon.disabled.button:not(.loading).iconlabel:hover .t-icon, .t-button.icon[disabled]:not(.loading).iconlabel:hover .zmdi, a.icon[disabled].button:not(.loading).iconlabel:hover .zmdi,
.t-button.icon[disabled]:not(.loading).iconlabel:hover .fa,
a.icon[disabled].button:not(.loading).iconlabel:hover .fa,
.t-button.icon[disabled]:not(.loading).iconlabel:hover .pi,
a.icon[disabled].button:not(.loading).iconlabel:hover .pi,
.t-button.icon[disabled]:not(.loading).iconlabel:hover .t-icon,
a.icon[disabled].button:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.icon.loading, a.icon.loading.button {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.t-button.icon.loading:after, a.icon.loading.button:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
.t-button.icon.loading.normal:after, a.icon.loading.normal.button:after {
  color: #282c2e;
}
.t-button.icon.loading.highlighted:after, a.icon.loading.highlighted.button:after {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.icon.loading.primary:after, a.icon.loading.primary.button:after {
  color: #ffffff;
}
.t-button.icon.loading.warning:after, a.icon.loading.warning.button:after {
  color: #c20210;
}
.t-button.icon.loading.inline:after, a.icon.loading.inline.button:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t-button.icon.iconlabel, a.icon.iconlabel.button {
  background-color: transparent;
}
.t-button.icon.iconlabel:hover, a.icon.iconlabel.button:hover {
  background-color: transparent;
}
.t-button.iconlabel.left, a.iconlabel.left.button {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}
.t-button.iconlabel.left:active, a.iconlabel.left.button:active, .t-button.iconlabel.left:focus, a.iconlabel.left.button:focus {
  outline: none;
}
.t-button.iconlabel.left:focus-visible, a.iconlabel.left.button:focus-visible {
  outline: 2px solid #282c2e;
}
.t-button.iconlabel.left:focus-visible:active, a.iconlabel.left.button:focus-visible:active {
  outline: none;
}
.t-button.iconlabel.left:hover, a.iconlabel.left.button:hover {
  text-decoration: none;
}
.t-button.iconlabel.left .zmdi, a.iconlabel.left.button .zmdi,
.t-button.iconlabel.left .fa,
a.iconlabel.left.button .fa,
.t-button.iconlabel.left .pi,
a.iconlabel.left.button .pi,
.t-button.iconlabel.left .t-icon,
a.iconlabel.left.button .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  background-color: transparent;
  box-sizing: border-box;
}
.t-button.iconlabel.left .zmdi, a.iconlabel.left.button .zmdi,
.t-button.iconlabel.left .fa,
a.iconlabel.left.button .fa,
.t-button.iconlabel.left .pi,
a.iconlabel.left.button .pi,
.t-button.iconlabel.left .t-icon,
a.iconlabel.left.button .t-icon {
  margin-right: 10px;
}
.t-button.iconlabel.left.normal, a.iconlabel.left.normal.button {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
.t-button.iconlabel.left.normal:hover, a.iconlabel.left.normal.button:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.iconlabel.left.normal.iconlabel .zmdi, a.iconlabel.left.normal.iconlabel.button .zmdi,
.t-button.iconlabel.left.normal.iconlabel .fa,
a.iconlabel.left.normal.iconlabel.button .fa,
.t-button.iconlabel.left.normal.iconlabel .pi,
a.iconlabel.left.normal.iconlabel.button .pi,
.t-button.iconlabel.left.normal.iconlabel .t-icon,
a.iconlabel.left.normal.iconlabel.button .t-icon {
  border-color: #282c2e;
}
.t-button.iconlabel.left.normal.iconlabel:hover, a.iconlabel.left.normal.iconlabel.button:hover {
  color: #282c2e;
}
.t-button.iconlabel.left.normal.iconlabel:hover .zmdi, a.iconlabel.left.normal.iconlabel.button:hover .zmdi,
.t-button.iconlabel.left.normal.iconlabel:hover .fa,
a.iconlabel.left.normal.iconlabel.button:hover .fa,
.t-button.iconlabel.left.normal.iconlabel:hover .pi,
a.iconlabel.left.normal.iconlabel.button:hover .pi,
.t-button.iconlabel.left.normal.iconlabel:hover .t-icon,
a.iconlabel.left.normal.iconlabel.button:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.iconlabel.left.highlighted, a.iconlabel.left.highlighted.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.left.highlighted:hover, a.iconlabel.left.highlighted.button:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.left.highlighted.iconlabel .zmdi, a.iconlabel.left.highlighted.iconlabel.button .zmdi,
.t-button.iconlabel.left.highlighted.iconlabel .fa,
a.iconlabel.left.highlighted.iconlabel.button .fa,
.t-button.iconlabel.left.highlighted.iconlabel .pi,
a.iconlabel.left.highlighted.iconlabel.button .pi,
.t-button.iconlabel.left.highlighted.iconlabel .t-icon,
a.iconlabel.left.highlighted.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.left.highlighted.iconlabel:hover, a.iconlabel.left.highlighted.iconlabel.button:hover {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.left.highlighted.iconlabel:hover .zmdi, a.iconlabel.left.highlighted.iconlabel.button:hover .zmdi,
.t-button.iconlabel.left.highlighted.iconlabel:hover .fa,
a.iconlabel.left.highlighted.iconlabel.button:hover .fa,
.t-button.iconlabel.left.highlighted.iconlabel:hover .pi,
a.iconlabel.left.highlighted.iconlabel.button:hover .pi,
.t-button.iconlabel.left.highlighted.iconlabel:hover .t-icon,
a.iconlabel.left.highlighted.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.left.primary, a.iconlabel.left.primary.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.left.primary:hover, a.iconlabel.left.primary.button:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.iconlabel.left.primary.iconlabel, a.iconlabel.left.primary.iconlabel.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.left.primary.iconlabel .zmdi, a.iconlabel.left.primary.iconlabel.button .zmdi,
.t-button.iconlabel.left.primary.iconlabel .fa,
a.iconlabel.left.primary.iconlabel.button .fa,
.t-button.iconlabel.left.primary.iconlabel .pi,
a.iconlabel.left.primary.iconlabel.button .pi,
.t-button.iconlabel.left.primary.iconlabel .t-icon,
a.iconlabel.left.primary.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.left.primary.iconlabel:hover, a.iconlabel.left.primary.iconlabel.button:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
.t-button.iconlabel.left.primary.iconlabel:hover .zmdi, a.iconlabel.left.primary.iconlabel.button:hover .zmdi,
.t-button.iconlabel.left.primary.iconlabel:hover .fa,
a.iconlabel.left.primary.iconlabel.button:hover .fa,
.t-button.iconlabel.left.primary.iconlabel:hover .pi,
a.iconlabel.left.primary.iconlabel.button:hover .pi,
.t-button.iconlabel.left.primary.iconlabel:hover .t-icon,
a.iconlabel.left.primary.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.iconlabel.left.warning, a.iconlabel.left.warning.button {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
.t-button.iconlabel.left.warning:hover, a.iconlabel.left.warning.button:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
.t-button.iconlabel.left.warning.iconlabel .zmdi, a.iconlabel.left.warning.iconlabel.button .zmdi,
.t-button.iconlabel.left.warning.iconlabel .fa,
a.iconlabel.left.warning.iconlabel.button .fa,
.t-button.iconlabel.left.warning.iconlabel .pi,
a.iconlabel.left.warning.iconlabel.button .pi,
.t-button.iconlabel.left.warning.iconlabel .t-icon,
a.iconlabel.left.warning.iconlabel.button .t-icon {
  border-color: #c20210;
}
.t-button.iconlabel.left.warning.iconlabel:hover, a.iconlabel.left.warning.iconlabel.button:hover {
  color: #c20210;
}
.t-button.iconlabel.left.warning.iconlabel:hover .zmdi, a.iconlabel.left.warning.iconlabel.button:hover .zmdi,
.t-button.iconlabel.left.warning.iconlabel:hover .fa,
a.iconlabel.left.warning.iconlabel.button:hover .fa,
.t-button.iconlabel.left.warning.iconlabel:hover .pi,
a.iconlabel.left.warning.iconlabel.button:hover .pi,
.t-button.iconlabel.left.warning.iconlabel:hover .t-icon,
a.iconlabel.left.warning.iconlabel.button:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
.t-button.iconlabel.left.inline, a.iconlabel.left.inline.button {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
.t-button.iconlabel.left.inline:hover, a.iconlabel.left.inline.button:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
.t-button.iconlabel.left.inline.active, a.iconlabel.left.inline.active.button {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
.t-button.iconlabel.left.inline.warning, a.iconlabel.left.inline.warning.button {
  color: #c20210;
}
.t-button.iconlabel.left.inline.primary, a.iconlabel.left.inline.primary.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.left.disabled:not(.loading), a.iconlabel.left.disabled.button:not(.loading), .t-button.iconlabel.left[disabled]:not(.loading), a.iconlabel.left[disabled].button:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
.t-button.iconlabel.left.disabled:not(.loading):hover, a.iconlabel.left.disabled.button:not(.loading):hover, .t-button.iconlabel.left[disabled]:not(.loading):hover, a.iconlabel.left[disabled].button:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
.t-button.iconlabel.left.disabled:not(.loading).inline, a.iconlabel.left.disabled.button:not(.loading).inline, .t-button.iconlabel.left.disabled:not(.loading).inline:hover, .t-button.iconlabel.left[disabled]:not(.loading).inline, a.iconlabel.left[disabled].button:not(.loading).inline, .t-button.iconlabel.left[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
.t-button.iconlabel.left.disabled:not(.loading).iconlabel .zmdi, a.iconlabel.left.disabled.button:not(.loading).iconlabel .zmdi,
.t-button.iconlabel.left.disabled:not(.loading).iconlabel .fa,
a.iconlabel.left.disabled.button:not(.loading).iconlabel .fa,
.t-button.iconlabel.left.disabled:not(.loading).iconlabel .pi,
a.iconlabel.left.disabled.button:not(.loading).iconlabel .pi,
.t-button.iconlabel.left.disabled:not(.loading).iconlabel .t-icon,
a.iconlabel.left.disabled.button:not(.loading).iconlabel .t-icon, .t-button.iconlabel.left[disabled]:not(.loading).iconlabel .zmdi, a.iconlabel.left[disabled].button:not(.loading).iconlabel .zmdi,
.t-button.iconlabel.left[disabled]:not(.loading).iconlabel .fa,
a.iconlabel.left[disabled].button:not(.loading).iconlabel .fa,
.t-button.iconlabel.left[disabled]:not(.loading).iconlabel .pi,
a.iconlabel.left[disabled].button:not(.loading).iconlabel .pi,
.t-button.iconlabel.left[disabled]:not(.loading).iconlabel .t-icon,
a.iconlabel.left[disabled].button:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.iconlabel.left.disabled:not(.loading).iconlabel:hover, a.iconlabel.left.disabled.button:not(.loading).iconlabel:hover, .t-button.iconlabel.left[disabled]:not(.loading).iconlabel:hover, a.iconlabel.left[disabled].button:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
.t-button.iconlabel.left.disabled:not(.loading).iconlabel:hover .zmdi, a.iconlabel.left.disabled.button:not(.loading).iconlabel:hover .zmdi,
.t-button.iconlabel.left.disabled:not(.loading).iconlabel:hover .fa,
a.iconlabel.left.disabled.button:not(.loading).iconlabel:hover .fa,
.t-button.iconlabel.left.disabled:not(.loading).iconlabel:hover .pi,
a.iconlabel.left.disabled.button:not(.loading).iconlabel:hover .pi,
.t-button.iconlabel.left.disabled:not(.loading).iconlabel:hover .t-icon,
a.iconlabel.left.disabled.button:not(.loading).iconlabel:hover .t-icon, .t-button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .zmdi, a.iconlabel.left[disabled].button:not(.loading).iconlabel:hover .zmdi,
.t-button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .fa,
a.iconlabel.left[disabled].button:not(.loading).iconlabel:hover .fa,
.t-button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .pi,
a.iconlabel.left[disabled].button:not(.loading).iconlabel:hover .pi,
.t-button.iconlabel.left[disabled]:not(.loading).iconlabel:hover .t-icon,
a.iconlabel.left[disabled].button:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.iconlabel.left.loading, a.iconlabel.left.loading.button {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.t-button.iconlabel.left.loading:after, a.iconlabel.left.loading.button:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
.t-button.iconlabel.left.loading.normal:after, a.iconlabel.left.loading.normal.button:after {
  color: #282c2e;
}
.t-button.iconlabel.left.loading.highlighted:after, a.iconlabel.left.loading.highlighted.button:after {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.left.loading.primary:after, a.iconlabel.left.loading.primary.button:after {
  color: #ffffff;
}
.t-button.iconlabel.left.loading.warning:after, a.iconlabel.left.loading.warning.button:after {
  color: #c20210;
}
.t-button.iconlabel.left.loading.inline:after, a.iconlabel.left.loading.inline.button:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t-button.iconlabel.left.iconlabel, a.iconlabel.left.iconlabel.button {
  background-color: transparent;
}
.t-button.iconlabel.left.iconlabel:hover, a.iconlabel.left.iconlabel.button:hover {
  background-color: transparent;
}
.t-button.iconlabel.right, a.iconlabel.right.button {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.t-button.iconlabel.right:active, a.iconlabel.right.button:active, .t-button.iconlabel.right:focus, a.iconlabel.right.button:focus {
  outline: none;
}
.t-button.iconlabel.right:focus-visible, a.iconlabel.right.button:focus-visible {
  outline: 2px solid #282c2e;
}
.t-button.iconlabel.right:focus-visible:active, a.iconlabel.right.button:focus-visible:active {
  outline: none;
}
.t-button.iconlabel.right:hover, a.iconlabel.right.button:hover {
  text-decoration: none;
}
.t-button.iconlabel.right .zmdi, a.iconlabel.right.button .zmdi,
.t-button.iconlabel.right .fa,
a.iconlabel.right.button .fa,
.t-button.iconlabel.right .pi,
a.iconlabel.right.button .pi,
.t-button.iconlabel.right .t-icon,
a.iconlabel.right.button .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  background-color: transparent;
  box-sizing: border-box;
}
.t-button.iconlabel.right .zmdi, a.iconlabel.right.button .zmdi,
.t-button.iconlabel.right .fa,
a.iconlabel.right.button .fa,
.t-button.iconlabel.right .pi,
a.iconlabel.right.button .pi,
.t-button.iconlabel.right .t-icon,
a.iconlabel.right.button .t-icon {
  margin-left: 10px;
}
.t-button.iconlabel.right.normal, a.iconlabel.right.normal.button {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
.t-button.iconlabel.right.normal:hover, a.iconlabel.right.normal.button:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.iconlabel.right.normal.iconlabel .zmdi, a.iconlabel.right.normal.iconlabel.button .zmdi,
.t-button.iconlabel.right.normal.iconlabel .fa,
a.iconlabel.right.normal.iconlabel.button .fa,
.t-button.iconlabel.right.normal.iconlabel .pi,
a.iconlabel.right.normal.iconlabel.button .pi,
.t-button.iconlabel.right.normal.iconlabel .t-icon,
a.iconlabel.right.normal.iconlabel.button .t-icon {
  border-color: #282c2e;
}
.t-button.iconlabel.right.normal.iconlabel:hover, a.iconlabel.right.normal.iconlabel.button:hover {
  color: #282c2e;
}
.t-button.iconlabel.right.normal.iconlabel:hover .zmdi, a.iconlabel.right.normal.iconlabel.button:hover .zmdi,
.t-button.iconlabel.right.normal.iconlabel:hover .fa,
a.iconlabel.right.normal.iconlabel.button:hover .fa,
.t-button.iconlabel.right.normal.iconlabel:hover .pi,
a.iconlabel.right.normal.iconlabel.button:hover .pi,
.t-button.iconlabel.right.normal.iconlabel:hover .t-icon,
a.iconlabel.right.normal.iconlabel.button:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.iconlabel.right.highlighted, a.iconlabel.right.highlighted.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.right.highlighted:hover, a.iconlabel.right.highlighted.button:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.right.highlighted.iconlabel .zmdi, a.iconlabel.right.highlighted.iconlabel.button .zmdi,
.t-button.iconlabel.right.highlighted.iconlabel .fa,
a.iconlabel.right.highlighted.iconlabel.button .fa,
.t-button.iconlabel.right.highlighted.iconlabel .pi,
a.iconlabel.right.highlighted.iconlabel.button .pi,
.t-button.iconlabel.right.highlighted.iconlabel .t-icon,
a.iconlabel.right.highlighted.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.right.highlighted.iconlabel:hover, a.iconlabel.right.highlighted.iconlabel.button:hover {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.right.highlighted.iconlabel:hover .zmdi, a.iconlabel.right.highlighted.iconlabel.button:hover .zmdi,
.t-button.iconlabel.right.highlighted.iconlabel:hover .fa,
a.iconlabel.right.highlighted.iconlabel.button:hover .fa,
.t-button.iconlabel.right.highlighted.iconlabel:hover .pi,
a.iconlabel.right.highlighted.iconlabel.button:hover .pi,
.t-button.iconlabel.right.highlighted.iconlabel:hover .t-icon,
a.iconlabel.right.highlighted.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.right.primary, a.iconlabel.right.primary.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.right.primary:hover, a.iconlabel.right.primary.button:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.iconlabel.right.primary.iconlabel, a.iconlabel.right.primary.iconlabel.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.right.primary.iconlabel .zmdi, a.iconlabel.right.primary.iconlabel.button .zmdi,
.t-button.iconlabel.right.primary.iconlabel .fa,
a.iconlabel.right.primary.iconlabel.button .fa,
.t-button.iconlabel.right.primary.iconlabel .pi,
a.iconlabel.right.primary.iconlabel.button .pi,
.t-button.iconlabel.right.primary.iconlabel .t-icon,
a.iconlabel.right.primary.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.right.primary.iconlabel:hover, a.iconlabel.right.primary.iconlabel.button:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
.t-button.iconlabel.right.primary.iconlabel:hover .zmdi, a.iconlabel.right.primary.iconlabel.button:hover .zmdi,
.t-button.iconlabel.right.primary.iconlabel:hover .fa,
a.iconlabel.right.primary.iconlabel.button:hover .fa,
.t-button.iconlabel.right.primary.iconlabel:hover .pi,
a.iconlabel.right.primary.iconlabel.button:hover .pi,
.t-button.iconlabel.right.primary.iconlabel:hover .t-icon,
a.iconlabel.right.primary.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.iconlabel.right.warning, a.iconlabel.right.warning.button {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
.t-button.iconlabel.right.warning:hover, a.iconlabel.right.warning.button:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
.t-button.iconlabel.right.warning.iconlabel .zmdi, a.iconlabel.right.warning.iconlabel.button .zmdi,
.t-button.iconlabel.right.warning.iconlabel .fa,
a.iconlabel.right.warning.iconlabel.button .fa,
.t-button.iconlabel.right.warning.iconlabel .pi,
a.iconlabel.right.warning.iconlabel.button .pi,
.t-button.iconlabel.right.warning.iconlabel .t-icon,
a.iconlabel.right.warning.iconlabel.button .t-icon {
  border-color: #c20210;
}
.t-button.iconlabel.right.warning.iconlabel:hover, a.iconlabel.right.warning.iconlabel.button:hover {
  color: #c20210;
}
.t-button.iconlabel.right.warning.iconlabel:hover .zmdi, a.iconlabel.right.warning.iconlabel.button:hover .zmdi,
.t-button.iconlabel.right.warning.iconlabel:hover .fa,
a.iconlabel.right.warning.iconlabel.button:hover .fa,
.t-button.iconlabel.right.warning.iconlabel:hover .pi,
a.iconlabel.right.warning.iconlabel.button:hover .pi,
.t-button.iconlabel.right.warning.iconlabel:hover .t-icon,
a.iconlabel.right.warning.iconlabel.button:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
.t-button.iconlabel.right.inline, a.iconlabel.right.inline.button {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
.t-button.iconlabel.right.inline:hover, a.iconlabel.right.inline.button:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
.t-button.iconlabel.right.inline.active, a.iconlabel.right.inline.active.button {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
.t-button.iconlabel.right.inline.warning, a.iconlabel.right.inline.warning.button {
  color: #c20210;
}
.t-button.iconlabel.right.inline.primary, a.iconlabel.right.inline.primary.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.right.disabled:not(.loading), a.iconlabel.right.disabled.button:not(.loading), .t-button.iconlabel.right[disabled]:not(.loading), a.iconlabel.right[disabled].button:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
.t-button.iconlabel.right.disabled:not(.loading):hover, a.iconlabel.right.disabled.button:not(.loading):hover, .t-button.iconlabel.right[disabled]:not(.loading):hover, a.iconlabel.right[disabled].button:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
.t-button.iconlabel.right.disabled:not(.loading).inline, a.iconlabel.right.disabled.button:not(.loading).inline, .t-button.iconlabel.right.disabled:not(.loading).inline:hover, .t-button.iconlabel.right[disabled]:not(.loading).inline, a.iconlabel.right[disabled].button:not(.loading).inline, .t-button.iconlabel.right[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
.t-button.iconlabel.right.disabled:not(.loading).iconlabel .zmdi, a.iconlabel.right.disabled.button:not(.loading).iconlabel .zmdi,
.t-button.iconlabel.right.disabled:not(.loading).iconlabel .fa,
a.iconlabel.right.disabled.button:not(.loading).iconlabel .fa,
.t-button.iconlabel.right.disabled:not(.loading).iconlabel .pi,
a.iconlabel.right.disabled.button:not(.loading).iconlabel .pi,
.t-button.iconlabel.right.disabled:not(.loading).iconlabel .t-icon,
a.iconlabel.right.disabled.button:not(.loading).iconlabel .t-icon, .t-button.iconlabel.right[disabled]:not(.loading).iconlabel .zmdi, a.iconlabel.right[disabled].button:not(.loading).iconlabel .zmdi,
.t-button.iconlabel.right[disabled]:not(.loading).iconlabel .fa,
a.iconlabel.right[disabled].button:not(.loading).iconlabel .fa,
.t-button.iconlabel.right[disabled]:not(.loading).iconlabel .pi,
a.iconlabel.right[disabled].button:not(.loading).iconlabel .pi,
.t-button.iconlabel.right[disabled]:not(.loading).iconlabel .t-icon,
a.iconlabel.right[disabled].button:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.iconlabel.right.disabled:not(.loading).iconlabel:hover, a.iconlabel.right.disabled.button:not(.loading).iconlabel:hover, .t-button.iconlabel.right[disabled]:not(.loading).iconlabel:hover, a.iconlabel.right[disabled].button:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
.t-button.iconlabel.right.disabled:not(.loading).iconlabel:hover .zmdi, a.iconlabel.right.disabled.button:not(.loading).iconlabel:hover .zmdi,
.t-button.iconlabel.right.disabled:not(.loading).iconlabel:hover .fa,
a.iconlabel.right.disabled.button:not(.loading).iconlabel:hover .fa,
.t-button.iconlabel.right.disabled:not(.loading).iconlabel:hover .pi,
a.iconlabel.right.disabled.button:not(.loading).iconlabel:hover .pi,
.t-button.iconlabel.right.disabled:not(.loading).iconlabel:hover .t-icon,
a.iconlabel.right.disabled.button:not(.loading).iconlabel:hover .t-icon, .t-button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .zmdi, a.iconlabel.right[disabled].button:not(.loading).iconlabel:hover .zmdi,
.t-button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .fa,
a.iconlabel.right[disabled].button:not(.loading).iconlabel:hover .fa,
.t-button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .pi,
a.iconlabel.right[disabled].button:not(.loading).iconlabel:hover .pi,
.t-button.iconlabel.right[disabled]:not(.loading).iconlabel:hover .t-icon,
a.iconlabel.right[disabled].button:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.iconlabel.right.loading, a.iconlabel.right.loading.button {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.t-button.iconlabel.right.loading:after, a.iconlabel.right.loading.button:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
.t-button.iconlabel.right.loading.normal:after, a.iconlabel.right.loading.normal.button:after {
  color: #282c2e;
}
.t-button.iconlabel.right.loading.highlighted:after, a.iconlabel.right.loading.highlighted.button:after {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.right.loading.primary:after, a.iconlabel.right.loading.primary.button:after {
  color: #ffffff;
}
.t-button.iconlabel.right.loading.warning:after, a.iconlabel.right.loading.warning.button:after {
  color: #c20210;
}
.t-button.iconlabel.right.loading.inline:after, a.iconlabel.right.loading.inline.button:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t-button.iconlabel.right.iconlabel, a.iconlabel.right.iconlabel.button {
  background-color: transparent;
}
.t-button.iconlabel.right.iconlabel:hover, a.iconlabel.right.iconlabel.button:hover {
  background-color: transparent;
}
.t-button.iconlabel.top, a.iconlabel.top.button {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.t-button.iconlabel.top:active, a.iconlabel.top.button:active, .t-button.iconlabel.top:focus, a.iconlabel.top.button:focus {
  outline: none;
}
.t-button.iconlabel.top:focus-visible, a.iconlabel.top.button:focus-visible {
  outline: 2px solid #282c2e;
}
.t-button.iconlabel.top:focus-visible:active, a.iconlabel.top.button:focus-visible:active {
  outline: none;
}
.t-button.iconlabel.top:hover, a.iconlabel.top.button:hover {
  text-decoration: none;
}
.t-button.iconlabel.top .zmdi, a.iconlabel.top.button .zmdi,
.t-button.iconlabel.top .fa,
a.iconlabel.top.button .fa,
.t-button.iconlabel.top .pi,
a.iconlabel.top.button .pi,
.t-button.iconlabel.top .t-icon,
a.iconlabel.top.button .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  background-color: transparent;
  box-sizing: border-box;
}
.t-button.iconlabel.top .zmdi, a.iconlabel.top.button .zmdi,
.t-button.iconlabel.top .fa,
a.iconlabel.top.button .fa,
.t-button.iconlabel.top .pi,
a.iconlabel.top.button .pi,
.t-button.iconlabel.top .t-icon,
a.iconlabel.top.button .t-icon {
  margin-bottom: 3px;
}
.t-button.iconlabel.top.normal, a.iconlabel.top.normal.button {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
.t-button.iconlabel.top.normal:hover, a.iconlabel.top.normal.button:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.iconlabel.top.normal.iconlabel .zmdi, a.iconlabel.top.normal.iconlabel.button .zmdi,
.t-button.iconlabel.top.normal.iconlabel .fa,
a.iconlabel.top.normal.iconlabel.button .fa,
.t-button.iconlabel.top.normal.iconlabel .pi,
a.iconlabel.top.normal.iconlabel.button .pi,
.t-button.iconlabel.top.normal.iconlabel .t-icon,
a.iconlabel.top.normal.iconlabel.button .t-icon {
  border-color: #282c2e;
}
.t-button.iconlabel.top.normal.iconlabel:hover, a.iconlabel.top.normal.iconlabel.button:hover {
  color: #282c2e;
}
.t-button.iconlabel.top.normal.iconlabel:hover .zmdi, a.iconlabel.top.normal.iconlabel.button:hover .zmdi,
.t-button.iconlabel.top.normal.iconlabel:hover .fa,
a.iconlabel.top.normal.iconlabel.button:hover .fa,
.t-button.iconlabel.top.normal.iconlabel:hover .pi,
a.iconlabel.top.normal.iconlabel.button:hover .pi,
.t-button.iconlabel.top.normal.iconlabel:hover .t-icon,
a.iconlabel.top.normal.iconlabel.button:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.iconlabel.top.highlighted, a.iconlabel.top.highlighted.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.top.highlighted:hover, a.iconlabel.top.highlighted.button:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.top.highlighted.iconlabel .zmdi, a.iconlabel.top.highlighted.iconlabel.button .zmdi,
.t-button.iconlabel.top.highlighted.iconlabel .fa,
a.iconlabel.top.highlighted.iconlabel.button .fa,
.t-button.iconlabel.top.highlighted.iconlabel .pi,
a.iconlabel.top.highlighted.iconlabel.button .pi,
.t-button.iconlabel.top.highlighted.iconlabel .t-icon,
a.iconlabel.top.highlighted.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.top.highlighted.iconlabel:hover, a.iconlabel.top.highlighted.iconlabel.button:hover {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.top.highlighted.iconlabel:hover .zmdi, a.iconlabel.top.highlighted.iconlabel.button:hover .zmdi,
.t-button.iconlabel.top.highlighted.iconlabel:hover .fa,
a.iconlabel.top.highlighted.iconlabel.button:hover .fa,
.t-button.iconlabel.top.highlighted.iconlabel:hover .pi,
a.iconlabel.top.highlighted.iconlabel.button:hover .pi,
.t-button.iconlabel.top.highlighted.iconlabel:hover .t-icon,
a.iconlabel.top.highlighted.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.top.primary, a.iconlabel.top.primary.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.top.primary:hover, a.iconlabel.top.primary.button:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.iconlabel.top.primary.iconlabel, a.iconlabel.top.primary.iconlabel.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.top.primary.iconlabel .zmdi, a.iconlabel.top.primary.iconlabel.button .zmdi,
.t-button.iconlabel.top.primary.iconlabel .fa,
a.iconlabel.top.primary.iconlabel.button .fa,
.t-button.iconlabel.top.primary.iconlabel .pi,
a.iconlabel.top.primary.iconlabel.button .pi,
.t-button.iconlabel.top.primary.iconlabel .t-icon,
a.iconlabel.top.primary.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.top.primary.iconlabel:hover, a.iconlabel.top.primary.iconlabel.button:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
.t-button.iconlabel.top.primary.iconlabel:hover .zmdi, a.iconlabel.top.primary.iconlabel.button:hover .zmdi,
.t-button.iconlabel.top.primary.iconlabel:hover .fa,
a.iconlabel.top.primary.iconlabel.button:hover .fa,
.t-button.iconlabel.top.primary.iconlabel:hover .pi,
a.iconlabel.top.primary.iconlabel.button:hover .pi,
.t-button.iconlabel.top.primary.iconlabel:hover .t-icon,
a.iconlabel.top.primary.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.iconlabel.top.warning, a.iconlabel.top.warning.button {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
.t-button.iconlabel.top.warning:hover, a.iconlabel.top.warning.button:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
.t-button.iconlabel.top.warning.iconlabel .zmdi, a.iconlabel.top.warning.iconlabel.button .zmdi,
.t-button.iconlabel.top.warning.iconlabel .fa,
a.iconlabel.top.warning.iconlabel.button .fa,
.t-button.iconlabel.top.warning.iconlabel .pi,
a.iconlabel.top.warning.iconlabel.button .pi,
.t-button.iconlabel.top.warning.iconlabel .t-icon,
a.iconlabel.top.warning.iconlabel.button .t-icon {
  border-color: #c20210;
}
.t-button.iconlabel.top.warning.iconlabel:hover, a.iconlabel.top.warning.iconlabel.button:hover {
  color: #c20210;
}
.t-button.iconlabel.top.warning.iconlabel:hover .zmdi, a.iconlabel.top.warning.iconlabel.button:hover .zmdi,
.t-button.iconlabel.top.warning.iconlabel:hover .fa,
a.iconlabel.top.warning.iconlabel.button:hover .fa,
.t-button.iconlabel.top.warning.iconlabel:hover .pi,
a.iconlabel.top.warning.iconlabel.button:hover .pi,
.t-button.iconlabel.top.warning.iconlabel:hover .t-icon,
a.iconlabel.top.warning.iconlabel.button:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
.t-button.iconlabel.top.inline, a.iconlabel.top.inline.button {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
.t-button.iconlabel.top.inline:hover, a.iconlabel.top.inline.button:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
.t-button.iconlabel.top.inline.active, a.iconlabel.top.inline.active.button {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
.t-button.iconlabel.top.inline.warning, a.iconlabel.top.inline.warning.button {
  color: #c20210;
}
.t-button.iconlabel.top.inline.primary, a.iconlabel.top.inline.primary.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.top.disabled:not(.loading), a.iconlabel.top.disabled.button:not(.loading), .t-button.iconlabel.top[disabled]:not(.loading), a.iconlabel.top[disabled].button:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
.t-button.iconlabel.top.disabled:not(.loading):hover, a.iconlabel.top.disabled.button:not(.loading):hover, .t-button.iconlabel.top[disabled]:not(.loading):hover, a.iconlabel.top[disabled].button:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
.t-button.iconlabel.top.disabled:not(.loading).inline, a.iconlabel.top.disabled.button:not(.loading).inline, .t-button.iconlabel.top.disabled:not(.loading).inline:hover, .t-button.iconlabel.top[disabled]:not(.loading).inline, a.iconlabel.top[disabled].button:not(.loading).inline, .t-button.iconlabel.top[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
.t-button.iconlabel.top.disabled:not(.loading).iconlabel .zmdi, a.iconlabel.top.disabled.button:not(.loading).iconlabel .zmdi,
.t-button.iconlabel.top.disabled:not(.loading).iconlabel .fa,
a.iconlabel.top.disabled.button:not(.loading).iconlabel .fa,
.t-button.iconlabel.top.disabled:not(.loading).iconlabel .pi,
a.iconlabel.top.disabled.button:not(.loading).iconlabel .pi,
.t-button.iconlabel.top.disabled:not(.loading).iconlabel .t-icon,
a.iconlabel.top.disabled.button:not(.loading).iconlabel .t-icon, .t-button.iconlabel.top[disabled]:not(.loading).iconlabel .zmdi, a.iconlabel.top[disabled].button:not(.loading).iconlabel .zmdi,
.t-button.iconlabel.top[disabled]:not(.loading).iconlabel .fa,
a.iconlabel.top[disabled].button:not(.loading).iconlabel .fa,
.t-button.iconlabel.top[disabled]:not(.loading).iconlabel .pi,
a.iconlabel.top[disabled].button:not(.loading).iconlabel .pi,
.t-button.iconlabel.top[disabled]:not(.loading).iconlabel .t-icon,
a.iconlabel.top[disabled].button:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.iconlabel.top.disabled:not(.loading).iconlabel:hover, a.iconlabel.top.disabled.button:not(.loading).iconlabel:hover, .t-button.iconlabel.top[disabled]:not(.loading).iconlabel:hover, a.iconlabel.top[disabled].button:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
.t-button.iconlabel.top.disabled:not(.loading).iconlabel:hover .zmdi, a.iconlabel.top.disabled.button:not(.loading).iconlabel:hover .zmdi,
.t-button.iconlabel.top.disabled:not(.loading).iconlabel:hover .fa,
a.iconlabel.top.disabled.button:not(.loading).iconlabel:hover .fa,
.t-button.iconlabel.top.disabled:not(.loading).iconlabel:hover .pi,
a.iconlabel.top.disabled.button:not(.loading).iconlabel:hover .pi,
.t-button.iconlabel.top.disabled:not(.loading).iconlabel:hover .t-icon,
a.iconlabel.top.disabled.button:not(.loading).iconlabel:hover .t-icon, .t-button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .zmdi, a.iconlabel.top[disabled].button:not(.loading).iconlabel:hover .zmdi,
.t-button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .fa,
a.iconlabel.top[disabled].button:not(.loading).iconlabel:hover .fa,
.t-button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .pi,
a.iconlabel.top[disabled].button:not(.loading).iconlabel:hover .pi,
.t-button.iconlabel.top[disabled]:not(.loading).iconlabel:hover .t-icon,
a.iconlabel.top[disabled].button:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.iconlabel.top.loading, a.iconlabel.top.loading.button {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.t-button.iconlabel.top.loading:after, a.iconlabel.top.loading.button:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
.t-button.iconlabel.top.loading.normal:after, a.iconlabel.top.loading.normal.button:after {
  color: #282c2e;
}
.t-button.iconlabel.top.loading.highlighted:after, a.iconlabel.top.loading.highlighted.button:after {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.top.loading.primary:after, a.iconlabel.top.loading.primary.button:after {
  color: #ffffff;
}
.t-button.iconlabel.top.loading.warning:after, a.iconlabel.top.loading.warning.button:after {
  color: #c20210;
}
.t-button.iconlabel.top.loading.inline:after, a.iconlabel.top.loading.inline.button:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t-button.iconlabel.top.iconlabel, a.iconlabel.top.iconlabel.button {
  background-color: transparent;
}
.t-button.iconlabel.top.iconlabel:hover, a.iconlabel.top.iconlabel.button:hover {
  background-color: transparent;
}
.t-button.iconlabel.bottom, a.iconlabel.bottom.button {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.t-button.iconlabel.bottom:active, a.iconlabel.bottom.button:active, .t-button.iconlabel.bottom:focus, a.iconlabel.bottom.button:focus {
  outline: none;
}
.t-button.iconlabel.bottom:focus-visible, a.iconlabel.bottom.button:focus-visible {
  outline: 2px solid #282c2e;
}
.t-button.iconlabel.bottom:focus-visible:active, a.iconlabel.bottom.button:focus-visible:active {
  outline: none;
}
.t-button.iconlabel.bottom:hover, a.iconlabel.bottom.button:hover {
  text-decoration: none;
}
.t-button.iconlabel.bottom .zmdi, a.iconlabel.bottom.button .zmdi,
.t-button.iconlabel.bottom .fa,
a.iconlabel.bottom.button .fa,
.t-button.iconlabel.bottom .pi,
a.iconlabel.bottom.button .pi,
.t-button.iconlabel.bottom .t-icon,
a.iconlabel.bottom.button .t-icon {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  background-color: transparent;
  box-sizing: border-box;
}
.t-button.iconlabel.bottom .zmdi, a.iconlabel.bottom.button .zmdi,
.t-button.iconlabel.bottom .fa,
a.iconlabel.bottom.button .fa,
.t-button.iconlabel.bottom .pi,
a.iconlabel.bottom.button .pi,
.t-button.iconlabel.bottom .t-icon,
a.iconlabel.bottom.button .t-icon {
  margin-top: 3px;
}
.t-button.iconlabel.bottom.normal, a.iconlabel.bottom.normal.button {
  border-color: #282c2e;
  background-color: transparent;
  color: #282c2e;
}
.t-button.iconlabel.bottom.normal:hover, a.iconlabel.bottom.normal.button:hover {
  border-color: #282c2e;
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.iconlabel.bottom.normal.iconlabel .zmdi, a.iconlabel.bottom.normal.iconlabel.button .zmdi,
.t-button.iconlabel.bottom.normal.iconlabel .fa,
a.iconlabel.bottom.normal.iconlabel.button .fa,
.t-button.iconlabel.bottom.normal.iconlabel .pi,
a.iconlabel.bottom.normal.iconlabel.button .pi,
.t-button.iconlabel.bottom.normal.iconlabel .t-icon,
a.iconlabel.bottom.normal.iconlabel.button .t-icon {
  border-color: #282c2e;
}
.t-button.iconlabel.bottom.normal.iconlabel:hover, a.iconlabel.bottom.normal.iconlabel.button:hover {
  color: #282c2e;
}
.t-button.iconlabel.bottom.normal.iconlabel:hover .zmdi, a.iconlabel.bottom.normal.iconlabel.button:hover .zmdi,
.t-button.iconlabel.bottom.normal.iconlabel:hover .fa,
a.iconlabel.bottom.normal.iconlabel.button:hover .fa,
.t-button.iconlabel.bottom.normal.iconlabel:hover .pi,
a.iconlabel.bottom.normal.iconlabel.button:hover .pi,
.t-button.iconlabel.bottom.normal.iconlabel:hover .t-icon,
a.iconlabel.bottom.normal.iconlabel.button:hover .t-icon {
  background-color: #282c2e;
  color: #ffffff;
}
.t-button.iconlabel.bottom.highlighted, a.iconlabel.bottom.highlighted.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: transparent;
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.bottom.highlighted:hover, a.iconlabel.bottom.highlighted.button:hover {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.bottom.highlighted.iconlabel .zmdi, a.iconlabel.bottom.highlighted.iconlabel.button .zmdi,
.t-button.iconlabel.bottom.highlighted.iconlabel .fa,
a.iconlabel.bottom.highlighted.iconlabel.button .fa,
.t-button.iconlabel.bottom.highlighted.iconlabel .pi,
a.iconlabel.bottom.highlighted.iconlabel.button .pi,
.t-button.iconlabel.bottom.highlighted.iconlabel .t-icon,
a.iconlabel.bottom.highlighted.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.bottom.highlighted.iconlabel:hover, a.iconlabel.bottom.highlighted.iconlabel.button:hover {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.bottom.highlighted.iconlabel:hover .zmdi, a.iconlabel.bottom.highlighted.iconlabel.button:hover .zmdi,
.t-button.iconlabel.bottom.highlighted.iconlabel:hover .fa,
a.iconlabel.bottom.highlighted.iconlabel.button:hover .fa,
.t-button.iconlabel.bottom.highlighted.iconlabel:hover .pi,
a.iconlabel.bottom.highlighted.iconlabel.button:hover .pi,
.t-button.iconlabel.bottom.highlighted.iconlabel:hover .t-icon,
a.iconlabel.bottom.highlighted.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.bottom.primary, a.iconlabel.bottom.primary.button {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.bottom.primary:hover, a.iconlabel.bottom.primary.button:hover {
  border-color: var(--var-color-accent-dark, #809f2e);
  background-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.iconlabel.bottom.primary.iconlabel, a.iconlabel.bottom.primary.iconlabel.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.bottom.primary.iconlabel .zmdi, a.iconlabel.bottom.primary.iconlabel.button .zmdi,
.t-button.iconlabel.bottom.primary.iconlabel .fa,
a.iconlabel.bottom.primary.iconlabel.button .fa,
.t-button.iconlabel.bottom.primary.iconlabel .pi,
a.iconlabel.bottom.primary.iconlabel.button .pi,
.t-button.iconlabel.bottom.primary.iconlabel .t-icon,
a.iconlabel.bottom.primary.iconlabel.button .t-icon {
  border-color: var(--var-color-accent, #a6cf39);
  background-color: var(--var-color-accent, #a6cf39);
  color: #ffffff;
}
.t-button.iconlabel.bottom.primary.iconlabel:hover, a.iconlabel.bottom.primary.iconlabel.button:hover {
  color: var(--var-color-accent-dark, #809f2e);
}
.t-button.iconlabel.bottom.primary.iconlabel:hover .zmdi, a.iconlabel.bottom.primary.iconlabel.button:hover .zmdi,
.t-button.iconlabel.bottom.primary.iconlabel:hover .fa,
a.iconlabel.bottom.primary.iconlabel.button:hover .fa,
.t-button.iconlabel.bottom.primary.iconlabel:hover .pi,
a.iconlabel.bottom.primary.iconlabel.button:hover .pi,
.t-button.iconlabel.bottom.primary.iconlabel:hover .t-icon,
a.iconlabel.bottom.primary.iconlabel.button:hover .t-icon {
  background-color: var(--var-color-accent-dark, #809f2e);
  border-color: var(--var-color-accent-dark, #809f2e);
  color: #ffffff;
}
.t-button.iconlabel.bottom.warning, a.iconlabel.bottom.warning.button {
  border-color: #c20210;
  background-color: transparent;
  color: #c20210;
}
.t-button.iconlabel.bottom.warning:hover, a.iconlabel.bottom.warning.button:hover {
  border-color: #c20210;
  background-color: #c20210;
  color: #ffffff;
}
.t-button.iconlabel.bottom.warning.iconlabel .zmdi, a.iconlabel.bottom.warning.iconlabel.button .zmdi,
.t-button.iconlabel.bottom.warning.iconlabel .fa,
a.iconlabel.bottom.warning.iconlabel.button .fa,
.t-button.iconlabel.bottom.warning.iconlabel .pi,
a.iconlabel.bottom.warning.iconlabel.button .pi,
.t-button.iconlabel.bottom.warning.iconlabel .t-icon,
a.iconlabel.bottom.warning.iconlabel.button .t-icon {
  border-color: #c20210;
}
.t-button.iconlabel.bottom.warning.iconlabel:hover, a.iconlabel.bottom.warning.iconlabel.button:hover {
  color: #c20210;
}
.t-button.iconlabel.bottom.warning.iconlabel:hover .zmdi, a.iconlabel.bottom.warning.iconlabel.button:hover .zmdi,
.t-button.iconlabel.bottom.warning.iconlabel:hover .fa,
a.iconlabel.bottom.warning.iconlabel.button:hover .fa,
.t-button.iconlabel.bottom.warning.iconlabel:hover .pi,
a.iconlabel.bottom.warning.iconlabel.button:hover .pi,
.t-button.iconlabel.bottom.warning.iconlabel:hover .t-icon,
a.iconlabel.bottom.warning.iconlabel.button:hover .t-icon {
  background-color: #c20210;
  color: #ffffff;
}
.t-button.iconlabel.bottom.inline, a.iconlabel.bottom.inline.button {
  border: none;
  background-color: transparent;
  color: #282c2e;
}
.t-button.iconlabel.bottom.inline:hover, a.iconlabel.bottom.inline.button:hover {
  background-color: rgba(40, 44, 46, 0.06);
  color: #282c2e;
}
.t-button.iconlabel.bottom.inline.active, a.iconlabel.bottom.inline.active.button {
  background-color: #dbecb0;
  border-color: #dbecb0;
  color: #282c2e;
}
.t-button.iconlabel.bottom.inline.warning, a.iconlabel.bottom.inline.warning.button {
  color: #c20210;
}
.t-button.iconlabel.bottom.inline.primary, a.iconlabel.bottom.inline.primary.button {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.bottom.disabled:not(.loading), a.iconlabel.bottom.disabled.button:not(.loading), .t-button.iconlabel.bottom[disabled]:not(.loading), a.iconlabel.bottom[disabled].button:not(.loading) {
  cursor: default;
  border-color: #d4d5d5;
  background-color: transparent;
  color: #d4d5d5;
}
.t-button.iconlabel.bottom.disabled:not(.loading):hover, a.iconlabel.bottom.disabled.button:not(.loading):hover, .t-button.iconlabel.bottom[disabled]:not(.loading):hover, a.iconlabel.bottom[disabled].button:not(.loading):hover {
  background-color: transparent;
  border-color: #d4d5d5;
  color: #d4d5d5;
}
.t-button.iconlabel.bottom.disabled:not(.loading).inline, a.iconlabel.bottom.disabled.button:not(.loading).inline, .t-button.iconlabel.bottom.disabled:not(.loading).inline:hover, .t-button.iconlabel.bottom[disabled]:not(.loading).inline, a.iconlabel.bottom[disabled].button:not(.loading).inline, .t-button.iconlabel.bottom[disabled]:not(.loading).inline:hover {
  border-color: transparent;
}
.t-button.iconlabel.bottom.disabled:not(.loading).iconlabel .zmdi, a.iconlabel.bottom.disabled.button:not(.loading).iconlabel .zmdi,
.t-button.iconlabel.bottom.disabled:not(.loading).iconlabel .fa,
a.iconlabel.bottom.disabled.button:not(.loading).iconlabel .fa,
.t-button.iconlabel.bottom.disabled:not(.loading).iconlabel .pi,
a.iconlabel.bottom.disabled.button:not(.loading).iconlabel .pi,
.t-button.iconlabel.bottom.disabled:not(.loading).iconlabel .t-icon,
a.iconlabel.bottom.disabled.button:not(.loading).iconlabel .t-icon, .t-button.iconlabel.bottom[disabled]:not(.loading).iconlabel .zmdi, a.iconlabel.bottom[disabled].button:not(.loading).iconlabel .zmdi,
.t-button.iconlabel.bottom[disabled]:not(.loading).iconlabel .fa,
a.iconlabel.bottom[disabled].button:not(.loading).iconlabel .fa,
.t-button.iconlabel.bottom[disabled]:not(.loading).iconlabel .pi,
a.iconlabel.bottom[disabled].button:not(.loading).iconlabel .pi,
.t-button.iconlabel.bottom[disabled]:not(.loading).iconlabel .t-icon,
a.iconlabel.bottom[disabled].button:not(.loading).iconlabel .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover, a.iconlabel.bottom.disabled.button:not(.loading).iconlabel:hover, .t-button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover, a.iconlabel.bottom[disabled].button:not(.loading).iconlabel:hover {
  color: #d4d5d5;
}
.t-button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .zmdi, a.iconlabel.bottom.disabled.button:not(.loading).iconlabel:hover .zmdi,
.t-button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .fa,
a.iconlabel.bottom.disabled.button:not(.loading).iconlabel:hover .fa,
.t-button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .pi,
a.iconlabel.bottom.disabled.button:not(.loading).iconlabel:hover .pi,
.t-button.iconlabel.bottom.disabled:not(.loading).iconlabel:hover .t-icon,
a.iconlabel.bottom.disabled.button:not(.loading).iconlabel:hover .t-icon, .t-button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .zmdi, a.iconlabel.bottom[disabled].button:not(.loading).iconlabel:hover .zmdi,
.t-button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .fa,
a.iconlabel.bottom[disabled].button:not(.loading).iconlabel:hover .fa,
.t-button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .pi,
a.iconlabel.bottom[disabled].button:not(.loading).iconlabel:hover .pi,
.t-button.iconlabel.bottom[disabled]:not(.loading).iconlabel:hover .t-icon,
a.iconlabel.bottom[disabled].button:not(.loading).iconlabel:hover .t-icon {
  background-color: transparent;
  color: #d4d5d5;
  border-color: #d4d5d5;
}
.t-button.iconlabel.bottom.loading, a.iconlabel.bottom.loading.button {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.t-button.iconlabel.bottom.loading:after, a.iconlabel.bottom.loading.button:after {
  font-family: "televic-material-icons";
  display: block;
  content: "\f3ec";
  font-size: 18px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -9px;
}
.t-button.iconlabel.bottom.loading.normal:after, a.iconlabel.bottom.loading.normal.button:after {
  color: #282c2e;
}
.t-button.iconlabel.bottom.loading.highlighted:after, a.iconlabel.bottom.loading.highlighted.button:after {
  color: var(--var-color-accent, #a6cf39);
}
.t-button.iconlabel.bottom.loading.primary:after, a.iconlabel.bottom.loading.primary.button:after {
  color: #ffffff;
}
.t-button.iconlabel.bottom.loading.warning:after, a.iconlabel.bottom.loading.warning.button:after {
  color: #c20210;
}
.t-button.iconlabel.bottom.loading.inline:after, a.iconlabel.bottom.loading.inline.button:after {
  color: #282c2e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t-button.iconlabel.bottom.iconlabel, a.iconlabel.bottom.iconlabel.button {
  background-color: transparent;
}
.t-button.iconlabel.bottom.iconlabel:hover, a.iconlabel.bottom.iconlabel.button:hover {
  background-color: transparent;
}
.t-button[hidden], a[hidden].button {
  display: none !important;
}

a.t-button, a.button {
  font-weight: 600;
  color: #282c2e;
  text-decoration: none;
}
a.t-button:visited, a.button:visited, a.t-button:hover, a.button:hover, a.t-button:focus, a.button:focus, a.t-button:active, a.button:active {
  color: #282c2e;
}
a.t-button:hover, a.button:hover, a.t-button:focus, a.button:focus, a.t-button:active, a.button:active {
  border-color: var(--var-color-accent, #a6cf39);
}
a.t-button:active, a.button:active, a.t-button:focus, a.button:focus {
  outline: none;
}
a.t-button:focus-visible, a.button:focus-visible {
  outline: 2px solid #282c2e;
}
a.t-button:focus-visible:active, a.button:focus-visible:active {
  outline: none;
}
a.t-button:hover, a.button:hover {
  text-decoration: none;
}

/* RTL */
[dir=rtl] .t-button:not(.icon):not(.iconlabel) .zmdi, [dir=rtl] a.button:not(.icon):not(.iconlabel) .zmdi,
[dir=rtl] .t-button:not(.icon):not(.iconlabel) .fa,
[dir=rtl] a.button:not(.icon):not(.iconlabel) .fa,
[dir=rtl] .t-button:not(.icon):not(.iconlabel) .pi,
[dir=rtl] a.button:not(.icon):not(.iconlabel) .pi,
[dir=rtl] .t-button:not(.icon):not(.iconlabel) .t-icon,
[dir=rtl] a.button:not(.icon):not(.iconlabel) .t-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir=rtl] .t-button.iconlabel.left .zmdi, [dir=rtl] a.iconlabel.left.button .zmdi,
[dir=rtl] .t-button.iconlabel.left .fa,
[dir=rtl] a.iconlabel.left.button .fa,
[dir=rtl] .t-button.iconlabel.left .pi,
[dir=rtl] a.iconlabel.left.button .pi,
[dir=rtl] .t-button.iconlabel.left .t-icon,
[dir=rtl] a.iconlabel.left.button .t-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir=rtl] .t-button.iconlabel.right, [dir=rtl] a.iconlabel.right.button {
  flex-direction: row-reverse;
}
[dir=rtl] .t-button.iconlabel.right .zmdi, [dir=rtl] a.iconlabel.right.button .zmdi,
[dir=rtl] .t-button.iconlabel.right .fa,
[dir=rtl] a.iconlabel.right.button .fa,
[dir=rtl] .t-button.iconlabel.right .pi,
[dir=rtl] a.iconlabel.right.button .pi,
[dir=rtl] .t-button.iconlabel.right .t-icon,
[dir=rtl] a.iconlabel.right.button .t-icon {
  margin-left: 0;
  margin-right: 10px;
}
[dir=rtl] .t-button[hidden], [dir=rtl] a[hidden].button {
  display: none !important;
}

.t-h1, h1 {
  font-family: "Open Sans", sans-serif;
  color: #282c2e;
  margin: 0;
  padding: 0;
}
.t-h1, h1,
.t-h1 input[type=text],
h1 input[type=text] {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}

.t-h2, h2 {
  font-family: "Open Sans", sans-serif;
  color: #282c2e;
  margin: 0;
  padding: 0;
}
.t-h2, h2,
.t-h2 input[type=text],
h2 input[type=text] {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.t-h3, h3 {
  font-family: "Open Sans", sans-serif;
  color: #282c2e;
  margin: 0;
  padding: 0;
}
.t-h3, h3,
.t-h3 input[type=text],
h3 input[type=text] {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.t-h4, h4 {
  font-family: "Open Sans", sans-serif;
  color: #282c2e;
  margin: 0;
  padding: 0;
}
.t-h4, h4,
.t-h4 input[type=text],
h4 input[type=text] {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

.t-h5, h5 {
  font-family: "Open Sans", sans-serif;
  color: #282c2e;
  margin: 0;
  padding: 0;
}
.t-h5, h5,
.t-h5 input[type=text],
h5 input[type=text] {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.t-h6, h6 {
  font-family: "Open Sans", sans-serif;
  color: #282c2e;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #7e8082;
}
.t-h6, h6,
.t-h6 input[type=text],
h6 input[type=text] {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.t-sectiontitle, .sectiontitle {
  font-family: "Open Sans", sans-serif;
  color: #282c2e;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #7e8082;
  color: #7e8082;
  margin-bottom: 20px;
}
.t-sectiontitle, .sectiontitle,
.t-sectiontitle input[type=text],
.sectiontitle input[type=text] {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.t-link {
  font-weight: 600;
  color: #282c2e;
  text-decoration: none;
  border-bottom: 1px solid #d4d5d5;
}
.t-link:visited, .t-link:hover, .t-link:focus, .t-link:active {
  color: #282c2e;
}
.t-link:hover, .t-link:focus, .t-link:active {
  border-color: var(--var-color-accent, #a6cf39);
}
.t-link:active, .t-link:focus {
  outline: none;
}
.t-link:focus-visible {
  outline: 2px solid #282c2e;
}
.t-link:focus-visible:active {
  outline: none;
}
.t-link[target=_blank]:after {
  display: inline-block; /*removes text decoration*/
  color: #7e8082;
  font-family: "televic-material-icons";
  font-size: 18px;
  content: "\f1a3";
  font-style: normal;
  font-size: 13px;
  margin: 0 5px;
}
.t-link[target=_blank]:hover:after {
  color: #282c2e;
}

.t-textinput, input[type=text],
input[type=email],
input[type=password] {
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #d4d5d5;
  border-radius: 6px;
  background-color: #ffffff;
  color: #282c2e;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  height: 30px;
}
.t-textinput::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-textinput::-moz-placeholder, input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-textinput::-ms-input-placeholder, input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder {
  /* IE 10+ */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-textinput::-moz-placeholder, input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  /* Firefox 18- */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-textinput:enabled:hover, input[type=text]:enabled:hover,
input[type=email]:enabled:hover,
input[type=password]:enabled:hover {
  border-color: #d4d5d5;
}
.t-textinput:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus, .t-textinput:focus:hover {
  border-color: #ffffff;
  outline: 2px solid #282c2e;
}
.t-textinput:focus:active, input[type=text]:focus:active,
input[type=email]:focus:active,
input[type=password]:focus:active, .t-textinput:focus:hover:active {
  outline: none;
}
.t-textinput[disabled], input[disabled][type=text],
input[disabled][type=email],
input[disabled][type=password] {
  border-color: #d4d5d5;
  background-color: #f2f3f3;
  color: #d4d5d5;
  -webkit-text-fill-color: #d4d5d5;
}
.t-textinput[readonly], input[readonly][type=text],
input[readonly][type=email],
input[readonly][type=password] {
  cursor: not-allowed;
}
.t-textinput.error, input.error[type=text],
input.error[type=email],
input.error[type=password], .t-textinput.error:enabled:hover, .t-textinput.ng-invalid.ng-touched, input.ng-invalid.ng-touched[type=text],
input.ng-invalid.ng-touched[type=email],
input.ng-invalid.ng-touched[type=password], .t-textinput.ng-invalid.ng-touched:enabled:hover {
  border-color: #c20210;
}
.t-textinput::-ms-clear, input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=password]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.t-textinput.nopadding, input.nopadding[type=text],
input.nopadding[type=email],
input.nopadding[type=password] {
  padding: 5px !important;
}

.t-textarea, textarea {
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #d4d5d5;
  border-radius: 6px;
  background-color: #ffffff;
  color: #282c2e;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  resize: vertical;
  height: 72px;
}
.t-textarea::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-textarea::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-textarea::-ms-input-placeholder, textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-textarea::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-textarea:enabled:hover, textarea:enabled:hover {
  border-color: #d4d5d5;
}
.t-textarea:focus, textarea:focus, .t-textarea:focus:hover {
  border-color: #ffffff;
  outline: 2px solid #282c2e;
}
.t-textarea:focus:active, textarea:focus:active, .t-textarea:focus:hover:active {
  outline: none;
}
.t-textarea[disabled], textarea[disabled] {
  border-color: #d4d5d5;
  background-color: #f2f3f3;
  color: #d4d5d5;
  -webkit-text-fill-color: #d4d5d5;
}
.t-textarea[readonly], textarea[readonly] {
  cursor: not-allowed;
}
.t-textarea.error, textarea.error, .t-textarea.error:enabled:hover, .t-textarea.ng-invalid.ng-touched, textarea.ng-invalid.ng-touched, .t-textarea.ng-invalid.ng-touched:enabled:hover {
  border-color: #c20210;
}
.t-textarea::-ms-clear, textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.t-textarea.nopadding, textarea.nopadding {
  padding: 5px !important;
}

.t-searchinput {
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #d4d5d5;
  border-radius: 6px;
  background-color: #ffffff;
  color: #282c2e;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  height: 30px;
  border-radius: 50px;
}
.t-searchinput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-searchinput::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-searchinput::-ms-input-placeholder {
  /* IE 10+ */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-searchinput::-moz-placeholder {
  /* Firefox 18- */
  color: #a9abab;
  font-style: italic;
  font-weight: 400;
}
.t-searchinput:enabled:hover {
  border-color: #d4d5d5;
}
.t-searchinput:focus, .t-searchinput:focus:hover {
  border-color: #ffffff;
  outline: 2px solid #282c2e;
}
.t-searchinput:focus:active, .t-searchinput:focus:hover:active {
  outline: none;
}
.t-searchinput[disabled] {
  border-color: #d4d5d5;
  background-color: #f2f3f3;
  color: #d4d5d5;
  -webkit-text-fill-color: #d4d5d5;
}
.t-searchinput[readonly] {
  cursor: not-allowed;
}
.t-searchinput.error, .t-searchinput.error:enabled:hover, .t-searchinput.ng-invalid.ng-touched, .t-searchinput.ng-invalid.ng-touched:enabled:hover {
  border-color: #c20210;
}
.t-searchinput::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.t-searchinput.nopadding {
  padding: 5px !important;
}

.t-iconinput, .iconinput {
  position: relative;
}
.t-iconinput input, .iconinput input {
  width: 100%;
}
.t-iconinput i, .iconinput i,
.t-iconinput button,
.iconinput button {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 18px;
  line-height: 28px;
}

/* RTL */
[dir=rtl] .t-iconinput i, [dir=rtl] .iconinput i,
[dir=rtl] .t-iconinput button,
[dir=rtl] .iconinput button {
  left: 10px;
  right: auto;
}

ul.t-list, ul.list {
  padding: 0;
  margin: 0;
  list-style: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  user-select: none;
}
ul.t-list a, ul.list a {
  font-weight: 600;
  color: #282c2e;
  text-decoration: none;
  position: initial;
}
ul.t-list a:visited, ul.list a:visited, ul.t-list a:hover, ul.list a:hover, ul.t-list a:focus, ul.list a:focus, ul.t-list a:active, ul.list a:active {
  color: #282c2e;
}
ul.t-list a:hover, ul.list a:hover, ul.t-list a:focus, ul.list a:focus, ul.t-list a:active, ul.list a:active {
  border-color: var(--var-color-accent, #a6cf39);
}
ul.t-list a:active, ul.list a:active, ul.t-list a:focus, ul.list a:focus {
  outline: none;
}
ul.t-list a:focus-visible, ul.list a:focus-visible {
  outline: 2px solid #282c2e;
}
ul.t-list a:focus-visible:active, ul.list a:focus-visible:active {
  outline: none;
}
ul.t-list li, ul.list li {
  margin: 0;
  padding: 0;
  /*todo separate this primeNG specific styling*/
}
ul.t-list li > a, ul.list li > a,
ul.t-list li > span,
ul.list li > span,
ul.t-list li > div,
ul.list li > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  padding: 0 15px;
  min-height: 36px;
  border: none;
  cursor: pointer;
}
ul.t-list li > a.justify-left, ul.list li > a.justify-left,
ul.t-list li > span.justify-left,
ul.list li > span.justify-left,
ul.t-list li > div.justify-left,
ul.list li > div.justify-left {
  justify-content: flex-start;
}
ul.t-list li > a.justify-center, ul.list li > a.justify-center,
ul.t-list li > span.justify-center,
ul.list li > span.justify-center,
ul.t-list li > div.justify-center,
ul.list li > div.justify-center {
  justify-content: center;
}
ul.t-list li > a.justify-right, ul.list li > a.justify-right,
ul.t-list li > span.justify-right,
ul.list li > span.justify-right,
ul.t-list li > div.justify-right,
ul.list li > div.justify-right {
  justify-content: flex-end;
}
ul.t-list li > a.justify-between, ul.list li > a.justify-between,
ul.t-list li > span.justify-between,
ul.list li > span.justify-between,
ul.t-list li > div.justify-between,
ul.list li > div.justify-between {
  justify-content: space-between;
}
ul.t-list li > a.justify-around, ul.list li > a.justify-around,
ul.t-list li > span.justify-around,
ul.list li > span.justify-around,
ul.t-list li > div.justify-around,
ul.list li > div.justify-around {
  justify-content: space-around;
}
ul.t-list li > a.justify-evenly, ul.list li > a.justify-evenly,
ul.t-list li > span.justify-evenly,
ul.list li > span.justify-evenly,
ul.t-list li > div.justify-evenly,
ul.list li > div.justify-evenly {
  justify-content: space-evenly;
}
ul.t-list li > a.align-top, ul.list li > a.align-top,
ul.t-list li > span.align-top,
ul.list li > span.align-top,
ul.t-list li > div.align-top,
ul.list li > div.align-top {
  align-items: flex-start;
}
ul.t-list li > a.align-bottom, ul.list li > a.align-bottom,
ul.t-list li > span.align-bottom,
ul.list li > span.align-bottom,
ul.t-list li > div.align-bottom,
ul.list li > div.align-bottom {
  align-items: flex-end;
}
ul.t-list li > a.align-center, ul.list li > a.align-center,
ul.t-list li > span.align-center,
ul.list li > span.align-center,
ul.t-list li > div.align-center,
ul.list li > div.align-center {
  align-items: center;
}
ul.t-list li > a.align-stretch, ul.list li > a.align-stretch,
ul.t-list li > span.align-stretch,
ul.list li > span.align-stretch,
ul.t-list li > div.align-stretch,
ul.list li > div.align-stretch {
  align-items: stretch;
}
ul.t-list li > a .p-menuitem-icon, ul.list li > a .p-menuitem-icon,
ul.t-list li > a .zmdi,
ul.list li > a .zmdi,
ul.t-list li > a .fa,
ul.list li > a .fa,
ul.t-list li > a .t-icon,
ul.list li > a .t-icon,
ul.t-list li > a .pi,
ul.list li > a .pi,
ul.t-list li > span .p-menuitem-icon,
ul.list li > span .p-menuitem-icon,
ul.t-list li > span .zmdi,
ul.list li > span .zmdi,
ul.t-list li > span .fa,
ul.list li > span .fa,
ul.t-list li > span .t-icon,
ul.list li > span .t-icon,
ul.t-list li > span .pi,
ul.list li > span .pi,
ul.t-list li > div .p-menuitem-icon,
ul.list li > div .p-menuitem-icon,
ul.t-list li > div .zmdi,
ul.list li > div .zmdi,
ul.t-list li > div .fa,
ul.list li > div .fa,
ul.t-list li > div .t-icon,
ul.list li > div .t-icon,
ul.t-list li > div .pi,
ul.list li > div .pi {
  font-size: 18px;
  margin-right: 10px;
  width: 1em;
  text-align: center;
}
ul.t-list li > a:hover, ul.list li > a:hover, ul.t-list li > a:focus, ul.list li > a:focus,
ul.t-list li > span:hover,
ul.list li > span:hover,
ul.t-list li > span:focus,
ul.list li > span:focus,
ul.t-list li > div:hover,
ul.list li > div:hover,
ul.t-list li > div:focus,
ul.list li > div:focus {
  text-decoration: none;
}
ul.t-list li > a.active, ul.list li > a.active,
ul.t-list li > span.active,
ul.list li > span.active,
ul.t-list li > div.active,
ul.list li > div.active {
  background-color: #dbecb0;
}
ul.t-list li > a.p-disabled, ul.list li > a.p-disabled,
ul.t-list li > span.p-disabled,
ul.list li > span.p-disabled,
ul.t-list li > div.p-disabled,
ul.list li > div.p-disabled {
  color: #d4d5d5;
}
ul.t-list li.p-highlight > a, ul.list li.p-highlight > a, ul.t-list li.p-highlight > span, ul.list li.p-highlight > span, ul.t-list li.p-highlight > div, ul.list li.p-highlight > div {
  background-color: #dbecb0;
  cursor: pointer;
}
ul.t-list li:not(.p-highlight) > a:hover:not(.p-disabled), ul.list li:not(.p-highlight) > a:hover:not(.p-disabled), ul.t-list li:not(.p-highlight) > span:hover:not(.p-disabled), ul.list li:not(.p-highlight) > span:hover:not(.p-disabled), ul.t-list li:not(.p-highlight) > div:hover:not(.p-disabled), ul.list li:not(.p-highlight) > div:hover:not(.p-disabled) {
  background-color: #f2f3f3;
}
ul.t-list li.disabled > a, ul.list li.disabled > a,
ul.t-list li.disabled > span,
ul.list li.disabled > span,
ul.t-list li.disabled > div,
ul.list li.disabled > div {
  color: #d4d5d5;
  cursor: not-allowed;
}
ul.t-list.large li > a, ul.large.list li > a,
ul.t-list.large li > span,
ul.large.list li > span,
ul.t-list.large li > div,
ul.large.list li > div {
  line-height: 50px;
  padding: 0 20px;
}
ul.t-list.nohover li:not(.p-highlight) > a:hover:not(.p-disabled), ul.nohover.list li:not(.p-highlight) > a:hover:not(.p-disabled), ul.t-list.nohover li:not(.p-highlight) > span:hover:not(.p-disabled), ul.nohover.list li:not(.p-highlight) > span:hover:not(.p-disabled), ul.t-list.nohover li:not(.p-highlight) > div:hover:not(.p-disabled), ul.nohover.list li:not(.p-highlight) > div:hover:not(.p-disabled) {
  background-color: transparent;
  cursor: default;
}
ul.t-list.separator li, ul.separator.list li {
  border-bottom: 1px solid #eeeeef;
}
ul.t-list.separator li:first-child, ul.separator.list li:first-child {
  border-top: 1px solid #eeeeef;
}
ul.t-list.grid, ul.grid.list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: space-between;
  list-style: none;
  margin-bottom: -20px;
  /*ignore last row margin */
}
ul.t-list.grid li, ul.grid.list li {
  margin-bottom: 20px;
}
ul.t-list.grid li > a, ul.grid.list li > a,
ul.t-list.grid li > span,
ul.grid.list li > span,
ul.t-list.grid li > div,
ul.grid.list li > div {
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  border: 1px solid #d4d5d5;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
ul.t-list.grid li > a i, ul.grid.list li > a i,
ul.t-list.grid li > span i,
ul.grid.list li > span i,
ul.t-list.grid li > div i,
ul.grid.list li > div i {
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
}
ul.t-list.grid li > a img, ul.grid.list li > a img,
ul.t-list.grid li > span img,
ul.grid.list li > span img,
ul.t-list.grid li > div img,
ul.grid.list li > div img {
  display: block;
  width: 75px;
  height: auto;
}
ul.t-list.grid li > a img + span, ul.grid.list li > a img + span,
ul.t-list.grid li > span img + span,
ul.grid.list li > span img + span,
ul.t-list.grid li > div img + span,
ul.grid.list li > div img + span {
  margin-top: 10px;
}

.t-rangeinput, [type=range] {
  -webkit-appearance: none;
  margin: 6px 0;
  width: 100%;
}
.t-rangeinput:focus, [type=range]:focus {
  outline: 0;
}
.t-rangeinput:focus::-webkit-slider-runnable-track, [type=range]:focus::-webkit-slider-runnable-track {
  background: #d7d8d8;
}
.t-rangeinput:focus::-ms-fill-lower, [type=range]:focus::-ms-fill-lower {
  background: #d4d5d5;
}
.t-rangeinput:focus::-ms-fill-upper, [type=range]:focus::-ms-fill-upper {
  background: #d7d8d8;
}
.t-rangeinput::-webkit-slider-runnable-track, [type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 4px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
  background: #d4d5d5;
  border: 0px solid #cfd8dc;
  border-radius: 2px;
}
.t-rangeinput::-webkit-slider-thumb, [type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: var(--var-color-accent, #a6cf39);
  border: 0px solid #eceff1;
  border-radius: 6px;
  cursor: pointer;
  height: 12px;
  width: 20px;
  -webkit-appearance: none;
  margin-top: -4px;
}
.t-rangeinput::-moz-range-track, [type=range]::-moz-range-track {
  cursor: pointer;
  height: 4px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
  background: #d4d5d5;
  border: 0px solid #cfd8dc;
  border-radius: 2px;
}
.t-rangeinput::-moz-range-thumb, [type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: var(--var-color-accent, #a6cf39);
  border: 0px solid #eceff1;
  border-radius: 6px;
  cursor: pointer;
  height: 12px;
  width: 20px;
}
.t-rangeinput::-ms-track, [type=range]::-ms-track {
  cursor: pointer;
  height: 4px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.t-rangeinput::-ms-fill-lower, [type=range]::-ms-fill-lower {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
  background: #d1d2d2;
  border: 0px solid #cfd8dc;
  border-radius: 4px;
}
.t-rangeinput::-ms-fill-upper, [type=range]::-ms-fill-upper {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
  background: #d4d5d5;
  border: 0px solid #cfd8dc;
  border-radius: 4px;
}
.t-rangeinput::-ms-thumb, [type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: var(--var-color-accent, #a6cf39);
  border: 0px solid #eceff1;
  border-radius: 6px;
  cursor: pointer;
  height: 12px;
  width: 20px;
  margin-top: 0;
}

input#positionBar,
input#targetVolumeBar,
input#sourceVolumeBar {
  border: none;
  background-color: transparent;
}

table.t-table {
  /*general table styles*/
  width: 100%;
  border-collapse: collapse;
  border: none;
  /* table header styles */
  /* table body styles */
  /*column classes: put the following classes on the TH or TD template tag.*/
  /*table classes: put the following classes on the table element tag */
}
table.t-table tr {
  height: 50px;
}
table.t-table tr th,
table.t-table tr td {
  border-bottom: 1px solid #eeeeef;
  text-align: left;
  padding: 0 20px;
  vertical-align: middle;
}
table.t-table thead tr th {
  color: #7e8082;
  font-weight: 600;
}
table.t-table tbody tr {
  cursor: pointer;
}
table.t-table tbody tr:hover {
  background-color: #f9fafa;
}
table.t-table tbody tr.active {
  background-color: #f2f3f3;
}
table.t-table tbody tr.active:hover {
  background-color: #f2f3f3;
}
table.t-table tbody tr.dropzone {
  background-color: #edf5d7;
}
table.t-table .iconcolumn {
  min-width: 45px;
  width: 45px;
  max-width: 45px;
  padding: 0;
  text-align: center;
  justify-content: center;
}
table.t-table .iconcolumn .zmdi,
table.t-table .iconcolumn .fa,
table.t-table .iconcolumn .pi,
table.t-table .iconcolumn .t-icon {
  font-size: 18px;
}
table.t-table .iconcolumn .zmdi.zmdi-folder, table.t-table .iconcolumn .zmdi.t-icon-folder,
table.t-table .iconcolumn .fa.zmdi-folder,
table.t-table .iconcolumn .fa.t-icon-folder,
table.t-table .iconcolumn .pi.zmdi-folder,
table.t-table .iconcolumn .pi.t-icon-folder,
table.t-table .iconcolumn .t-icon.zmdi-folder,
table.t-table .iconcolumn .t-icon.t-icon-folder {
  color: #cae288;
}
table.t-table .tooltipcolumn {
  overflow: visible;
}
table.t-table .rightalign {
  text-align: right;
}
table.t-table .centeralign {
  text-align: center;
}
table.t-table .dotscolumn {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  padding: 0 20px;
  text-align: center;
}
table.t-table .dotscolumn button.icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
  /* on top of row hover background*/
}
table.t-table .dotscolumn .t-icon-column-add {
  color: #7e8082;
}
table.t-table .bulkselectcolumn {
  padding: 0px 15px;
  width: 20px;
  max-width: 20px;
  box-sizing: content-box;
}
table.t-table .rearrangecolumn {
  padding: 0px 15px;
  width: 40px;
  max-width: 40px;
  text-align: center;
  text-overflow: clip;
}
table.t-table .rearrangecolumn .t-icon-handlebar-vertical {
  color: rgba(0, 0, 0, 0.2);
}
table.t-table .rearrangecolumn .t-icon-handlebar-vertical:hover {
  cursor: n-resize;
}
table.t-table .fillspace {
  width: 100%;
}
table.t-table .shrinkspace {
  width: 1px;
  white-space: nowrap;
}
table.t-table.nohover tbody tr {
  cursor: default;
}
table.t-table.nohover tbody tr:hover {
  background: none;
}
table.t-table.noresults .p-datatable-table {
  height: 100%;
}
table.t-table.noresults .p-datatable-wrapper {
  overflow: hidden !important;
}
table.t-table.noresults thead {
  display: none !important;
}
table.t-table.noresults tbody {
  height: calc(100% - 50px);
}
table.t-table.noresults tbody tr {
  height: 100%;
  justify-content: center;
  border-bottom: none !important;
}
table.t-table.noresults tbody tr:hover {
  background: none;
  cursor: default;
}

.t-section, section {
  box-sizing: border-box;
  padding: 20px;
}
.t-section.nopadding, section.nopadding {
  padding: 0;
}
.t-section:not(.shrinkspace), section:not(.shrinkspace) {
  flex-grow: 1;
}
.t-section .sectionheader, section .sectionheader {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  min-height: 30px;
  height: 30px;
}
.t-section .sectionheader h1, section .sectionheader h1,
.t-section .sectionheader h2,
section .sectionheader h2,
.t-section .sectionheader h3,
section .sectionheader h3,
.t-section .sectionheader h4,
section .sectionheader h4,
.t-section .sectionheader h5,
section .sectionheader h5,
.t-section .sectionheader h6,
section .sectionheader h6,
.t-section .sectionheader .sectiontitle,
section .sectionheader .sectiontitle {
  flex-grow: 1;
}
@media (max-width: 600px) {
  .t-section .sectionheader h2, section .sectionheader h2,
  .t-section .sectionheader h2 input[type=text],
  section .sectionheader h2 input[type=text] {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
}
.t-section .sectionheader .actions, section .sectionheader .actions {
  margin-left: 10px;
}
@media (max-width: 600px) {
  .t-section .sectionheader .actions, section .sectionheader .actions {
    display: none !important;
  }
}
.t-section .sectionheader .actions > *, section .sectionheader .actions > * {
  margin-left: 10px;
}

.t-form .formElement, form .formElement,
.form .formElement,
.t-form form-element,
form form-element,
.form form-element,
.t-form t-form-element,
form t-form-element,
.form t-form-element {
  display: block;
  margin-bottom: 10px;
}
.t-form .formElement > label, form .formElement > label,
.form .formElement > label,
.t-form form-element > label,
form form-element > label,
.form form-element > label,
.t-form t-form-element > label,
form t-form-element > label,
.form t-form-element > label {
  line-height: 30px;
  min-width: 150px;
  display: block;
}
.t-form .formElement input[type=text], form .formElement input[type=text],
.form .formElement input[type=text],
.t-form .formElement input[type=email],
form .formElement input[type=email],
.form .formElement input[type=email],
.t-form .formElement input[type=password],
form .formElement input[type=password],
.form .formElement input[type=password],
.t-form .formElement textarea,
form .formElement textarea,
.form .formElement textarea,
.t-form .formElement .p-dropdown,
form .formElement .p-dropdown,
.form .formElement .p-dropdown,
.t-form .formElement .p-autocomplete,
form .formElement .p-autocomplete,
.form .formElement .p-autocomplete,
.t-form form-element input[type=text],
form form-element input[type=text],
.form form-element input[type=text],
.t-form form-element input[type=email],
form form-element input[type=email],
.form form-element input[type=email],
.t-form form-element input[type=password],
form form-element input[type=password],
.form form-element input[type=password],
.t-form form-element textarea,
form form-element textarea,
.form form-element textarea,
.t-form form-element .p-dropdown,
form form-element .p-dropdown,
.form form-element .p-dropdown,
.t-form form-element .p-autocomplete,
form form-element .p-autocomplete,
.form form-element .p-autocomplete,
.t-form t-form-element input[type=text],
form t-form-element input[type=text],
.form t-form-element input[type=text],
.t-form t-form-element input[type=email],
form t-form-element input[type=email],
.form t-form-element input[type=email],
.t-form t-form-element input[type=password],
form t-form-element input[type=password],
.form t-form-element input[type=password],
.t-form t-form-element textarea,
form t-form-element textarea,
.form t-form-element textarea,
.t-form t-form-element .p-dropdown,
form t-form-element .p-dropdown,
.form t-form-element .p-dropdown,
.t-form t-form-element .p-autocomplete,
form t-form-element .p-autocomplete,
.form t-form-element .p-autocomplete {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.t-form .formElement p, form .formElement p,
.form .formElement p,
.t-form form-element p,
form form-element p,
.form form-element p,
.t-form t-form-element p,
form t-form-element p,
.form t-form-element p {
  margin: 0;
}
.t-form .formElement .message, form .formElement .message,
.form .formElement .message,
.t-form .formElement control-messages,
form .formElement control-messages,
.form .formElement control-messages,
.t-form .formElement t-control-messages,
form .formElement t-control-messages,
.form .formElement t-control-messages,
.t-form form-element .message,
form form-element .message,
.form form-element .message,
.t-form form-element control-messages,
form form-element control-messages,
.form form-element control-messages,
.t-form form-element t-control-messages,
form form-element t-control-messages,
.form form-element t-control-messages,
.t-form t-form-element .message,
form t-form-element .message,
.form t-form-element .message,
.t-form t-form-element control-messages,
form t-form-element control-messages,
.form t-form-element control-messages,
.t-form t-form-element t-control-messages,
form t-form-element t-control-messages,
.form t-form-element t-control-messages {
  display: inline-flex;
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.t-form .formElement .message .zmdi, form .formElement .message .zmdi,
.form .formElement .message .zmdi,
.t-form .formElement .message .fa,
form .formElement .message .fa,
.form .formElement .message .fa,
.t-form .formElement .message .pi,
form .formElement .message .pi,
.form .formElement .message .pi,
.t-form .formElement .message .t-icon,
form .formElement .message .t-icon,
.form .formElement .message .t-icon,
.t-form .formElement control-messages .zmdi,
form .formElement control-messages .zmdi,
.form .formElement control-messages .zmdi,
.t-form .formElement control-messages .fa,
form .formElement control-messages .fa,
.form .formElement control-messages .fa,
.t-form .formElement control-messages .pi,
form .formElement control-messages .pi,
.form .formElement control-messages .pi,
.t-form .formElement control-messages .t-icon,
form .formElement control-messages .t-icon,
.form .formElement control-messages .t-icon,
.t-form .formElement t-control-messages .zmdi,
form .formElement t-control-messages .zmdi,
.form .formElement t-control-messages .zmdi,
.t-form .formElement t-control-messages .fa,
form .formElement t-control-messages .fa,
.form .formElement t-control-messages .fa,
.t-form .formElement t-control-messages .pi,
form .formElement t-control-messages .pi,
.form .formElement t-control-messages .pi,
.t-form .formElement t-control-messages .t-icon,
form .formElement t-control-messages .t-icon,
.form .formElement t-control-messages .t-icon,
.t-form form-element .message .zmdi,
form form-element .message .zmdi,
.form form-element .message .zmdi,
.t-form form-element .message .fa,
form form-element .message .fa,
.form form-element .message .fa,
.t-form form-element .message .pi,
form form-element .message .pi,
.form form-element .message .pi,
.t-form form-element .message .t-icon,
form form-element .message .t-icon,
.form form-element .message .t-icon,
.t-form form-element control-messages .zmdi,
form form-element control-messages .zmdi,
.form form-element control-messages .zmdi,
.t-form form-element control-messages .fa,
form form-element control-messages .fa,
.form form-element control-messages .fa,
.t-form form-element control-messages .pi,
form form-element control-messages .pi,
.form form-element control-messages .pi,
.t-form form-element control-messages .t-icon,
form form-element control-messages .t-icon,
.form form-element control-messages .t-icon,
.t-form form-element t-control-messages .zmdi,
form form-element t-control-messages .zmdi,
.form form-element t-control-messages .zmdi,
.t-form form-element t-control-messages .fa,
form form-element t-control-messages .fa,
.form form-element t-control-messages .fa,
.t-form form-element t-control-messages .pi,
form form-element t-control-messages .pi,
.form form-element t-control-messages .pi,
.t-form form-element t-control-messages .t-icon,
form form-element t-control-messages .t-icon,
.form form-element t-control-messages .t-icon,
.t-form t-form-element .message .zmdi,
form t-form-element .message .zmdi,
.form t-form-element .message .zmdi,
.t-form t-form-element .message .fa,
form t-form-element .message .fa,
.form t-form-element .message .fa,
.t-form t-form-element .message .pi,
form t-form-element .message .pi,
.form t-form-element .message .pi,
.t-form t-form-element .message .t-icon,
form t-form-element .message .t-icon,
.form t-form-element .message .t-icon,
.t-form t-form-element control-messages .zmdi,
form t-form-element control-messages .zmdi,
.form t-form-element control-messages .zmdi,
.t-form t-form-element control-messages .fa,
form t-form-element control-messages .fa,
.form t-form-element control-messages .fa,
.t-form t-form-element control-messages .pi,
form t-form-element control-messages .pi,
.form t-form-element control-messages .pi,
.t-form t-form-element control-messages .t-icon,
form t-form-element control-messages .t-icon,
.form t-form-element control-messages .t-icon,
.t-form t-form-element t-control-messages .zmdi,
form t-form-element t-control-messages .zmdi,
.form t-form-element t-control-messages .zmdi,
.t-form t-form-element t-control-messages .fa,
form t-form-element t-control-messages .fa,
.form t-form-element t-control-messages .fa,
.t-form t-form-element t-control-messages .pi,
form t-form-element t-control-messages .pi,
.form t-form-element t-control-messages .pi,
.t-form t-form-element t-control-messages .t-icon,
form t-form-element t-control-messages .t-icon,
.form t-form-element t-control-messages .t-icon {
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
  float: left; /*prevent text wrapping under icon*/
}
.t-form .formElement .message a, form .formElement .message a,
.form .formElement .message a,
.t-form .formElement control-messages a,
form .formElement control-messages a,
.form .formElement control-messages a,
.t-form .formElement t-control-messages a,
form .formElement t-control-messages a,
.form .formElement t-control-messages a,
.t-form form-element .message a,
form form-element .message a,
.form form-element .message a,
.t-form form-element control-messages a,
form form-element control-messages a,
.form form-element control-messages a,
.t-form form-element t-control-messages a,
form form-element t-control-messages a,
.form form-element t-control-messages a,
.t-form t-form-element .message a,
form t-form-element .message a,
.form t-form-element .message a,
.t-form t-form-element control-messages a,
form t-form-element control-messages a,
.form t-form-element control-messages a,
.t-form t-form-element t-control-messages a,
form t-form-element t-control-messages a,
.form t-form-element t-control-messages a {
  color: inherit !important;
  font-weight: 600;
}
.t-form .formElement .message.hidden, form .formElement .message.hidden,
.form .formElement .message.hidden,
.t-form .formElement control-messages.hidden,
form .formElement control-messages.hidden,
.form .formElement control-messages.hidden,
.t-form .formElement t-control-messages.hidden,
form .formElement t-control-messages.hidden,
.form .formElement t-control-messages.hidden,
.t-form form-element .message.hidden,
form form-element .message.hidden,
.form form-element .message.hidden,
.t-form form-element control-messages.hidden,
form form-element control-messages.hidden,
.form form-element control-messages.hidden,
.t-form form-element t-control-messages.hidden,
form form-element t-control-messages.hidden,
.form form-element t-control-messages.hidden,
.t-form t-form-element .message.hidden,
form t-form-element .message.hidden,
.form t-form-element .message.hidden,
.t-form t-form-element control-messages.hidden,
form t-form-element control-messages.hidden,
.form t-form-element control-messages.hidden,
.t-form t-form-element t-control-messages.hidden,
form t-form-element t-control-messages.hidden,
.form t-form-element t-control-messages.hidden {
  display: none;
}
.t-form .formElement.error input[type=text], form .formElement.error input[type=text],
.form .formElement.error input[type=text],
.t-form .formElement.error input[type=email],
form .formElement.error input[type=email],
.form .formElement.error input[type=email],
.t-form .formElement.error input[type=password],
form .formElement.error input[type=password],
.form .formElement.error input[type=password],
.t-form .formElement.error textarea,
form .formElement.error textarea,
.form .formElement.error textarea,
.t-form .formElement.error .p-dropdown,
form .formElement.error .p-dropdown,
.form .formElement.error .p-dropdown,
.t-form .formElement.error .p-autocomplete input,
form .formElement.error .p-autocomplete input,
.form .formElement.error .p-autocomplete input,
.t-form .formElement.error .p-multiselect,
form .formElement.error .p-multiselect,
.form .formElement.error .p-multiselect,
.t-form form-element.error input[type=text],
form form-element.error input[type=text],
.form form-element.error input[type=text],
.t-form form-element.error input[type=email],
form form-element.error input[type=email],
.form form-element.error input[type=email],
.t-form form-element.error input[type=password],
form form-element.error input[type=password],
.form form-element.error input[type=password],
.t-form form-element.error textarea,
form form-element.error textarea,
.form form-element.error textarea,
.t-form form-element.error .p-dropdown,
form form-element.error .p-dropdown,
.form form-element.error .p-dropdown,
.t-form form-element.error .p-autocomplete input,
form form-element.error .p-autocomplete input,
.form form-element.error .p-autocomplete input,
.t-form form-element.error .p-multiselect,
form form-element.error .p-multiselect,
.form form-element.error .p-multiselect,
.t-form t-form-element.error input[type=text],
form t-form-element.error input[type=text],
.form t-form-element.error input[type=text],
.t-form t-form-element.error input[type=email],
form t-form-element.error input[type=email],
.form t-form-element.error input[type=email],
.t-form t-form-element.error input[type=password],
form t-form-element.error input[type=password],
.form t-form-element.error input[type=password],
.t-form t-form-element.error textarea,
form t-form-element.error textarea,
.form t-form-element.error textarea,
.t-form t-form-element.error .p-dropdown,
form t-form-element.error .p-dropdown,
.form t-form-element.error .p-dropdown,
.t-form t-form-element.error .p-autocomplete input,
form t-form-element.error .p-autocomplete input,
.form t-form-element.error .p-autocomplete input,
.t-form t-form-element.error .p-multiselect,
form t-form-element.error .p-multiselect,
.form t-form-element.error .p-multiselect {
  border: 1px solid #c20210;
}
.t-form .formElement.error input[type=text]:hover, form .formElement.error input[type=text]:hover,
.form .formElement.error input[type=text]:hover,
.t-form .formElement.error input[type=email]:hover,
form .formElement.error input[type=email]:hover,
.form .formElement.error input[type=email]:hover,
.t-form .formElement.error input[type=password]:hover,
form .formElement.error input[type=password]:hover,
.form .formElement.error input[type=password]:hover,
.t-form .formElement.error textarea:hover,
form .formElement.error textarea:hover,
.form .formElement.error textarea:hover,
.t-form .formElement.error .p-dropdown:hover,
form .formElement.error .p-dropdown:hover,
.form .formElement.error .p-dropdown:hover,
.t-form .formElement.error .p-autocomplete input:hover,
form .formElement.error .p-autocomplete input:hover,
.form .formElement.error .p-autocomplete input:hover,
.t-form .formElement.error .p-multiselect:hover,
form .formElement.error .p-multiselect:hover,
.form .formElement.error .p-multiselect:hover,
.t-form form-element.error input[type=text]:hover,
form form-element.error input[type=text]:hover,
.form form-element.error input[type=text]:hover,
.t-form form-element.error input[type=email]:hover,
form form-element.error input[type=email]:hover,
.form form-element.error input[type=email]:hover,
.t-form form-element.error input[type=password]:hover,
form form-element.error input[type=password]:hover,
.form form-element.error input[type=password]:hover,
.t-form form-element.error textarea:hover,
form form-element.error textarea:hover,
.form form-element.error textarea:hover,
.t-form form-element.error .p-dropdown:hover,
form form-element.error .p-dropdown:hover,
.form form-element.error .p-dropdown:hover,
.t-form form-element.error .p-autocomplete input:hover,
form form-element.error .p-autocomplete input:hover,
.form form-element.error .p-autocomplete input:hover,
.t-form form-element.error .p-multiselect:hover,
form form-element.error .p-multiselect:hover,
.form form-element.error .p-multiselect:hover,
.t-form t-form-element.error input[type=text]:hover,
form t-form-element.error input[type=text]:hover,
.form t-form-element.error input[type=text]:hover,
.t-form t-form-element.error input[type=email]:hover,
form t-form-element.error input[type=email]:hover,
.form t-form-element.error input[type=email]:hover,
.t-form t-form-element.error input[type=password]:hover,
form t-form-element.error input[type=password]:hover,
.form t-form-element.error input[type=password]:hover,
.t-form t-form-element.error textarea:hover,
form t-form-element.error textarea:hover,
.form t-form-element.error textarea:hover,
.t-form t-form-element.error .p-dropdown:hover,
form t-form-element.error .p-dropdown:hover,
.form t-form-element.error .p-dropdown:hover,
.t-form t-form-element.error .p-autocomplete input:hover,
form t-form-element.error .p-autocomplete input:hover,
.form t-form-element.error .p-autocomplete input:hover,
.t-form t-form-element.error .p-multiselect:hover,
form t-form-element.error .p-multiselect:hover,
.form t-form-element.error .p-multiselect:hover {
  border-color: #c20210;
}
.t-form .formElement.error .p-inputnumber input, form .formElement.error .p-inputnumber input,
.form .formElement.error .p-inputnumber input,
.t-form form-element.error .p-inputnumber input,
form form-element.error .p-inputnumber input,
.form form-element.error .p-inputnumber input,
.t-form t-form-element.error .p-inputnumber input,
form t-form-element.error .p-inputnumber input,
.form t-form-element.error .p-inputnumber input {
  border: 1px solid #c20210;
}
.t-form .formElement.error .p-inputnumber input:active, form .formElement.error .p-inputnumber input:active,
.form .formElement.error .p-inputnumber input:active, .t-form .formElement.error .p-inputnumber input:focus, form .formElement.error .p-inputnumber input:focus,
.form .formElement.error .p-inputnumber input:focus, .t-form .formElement.error .p-inputnumber input:hover, form .formElement.error .p-inputnumber input:hover,
.form .formElement.error .p-inputnumber input:hover,
.t-form form-element.error .p-inputnumber input:active,
form form-element.error .p-inputnumber input:active,
.form form-element.error .p-inputnumber input:active,
.t-form form-element.error .p-inputnumber input:focus,
form form-element.error .p-inputnumber input:focus,
.form form-element.error .p-inputnumber input:focus,
.t-form form-element.error .p-inputnumber input:hover,
form form-element.error .p-inputnumber input:hover,
.form form-element.error .p-inputnumber input:hover,
.t-form t-form-element.error .p-inputnumber input:active,
form t-form-element.error .p-inputnumber input:active,
.form t-form-element.error .p-inputnumber input:active,
.t-form t-form-element.error .p-inputnumber input:focus,
form t-form-element.error .p-inputnumber input:focus,
.form t-form-element.error .p-inputnumber input:focus,
.t-form t-form-element.error .p-inputnumber input:hover,
form t-form-element.error .p-inputnumber input:hover,
.form t-form-element.error .p-inputnumber input:hover {
  border-color: #c20210 !important;
}
.t-form .formElement.error .message, form .formElement.error .message,
.form .formElement.error .message,
.t-form .formElement.error control-messages,
form .formElement.error control-messages,
.form .formElement.error control-messages,
.t-form .formElement.error t-control-messages,
form .formElement.error t-control-messages,
.form .formElement.error t-control-messages,
.t-form form-element.error .message,
form form-element.error .message,
.form form-element.error .message,
.t-form form-element.error control-messages,
form form-element.error control-messages,
.form form-element.error control-messages,
.t-form form-element.error t-control-messages,
form form-element.error t-control-messages,
.form form-element.error t-control-messages,
.t-form t-form-element.error .message,
form t-form-element.error .message,
.form t-form-element.error .message,
.t-form t-form-element.error control-messages,
form t-form-element.error control-messages,
.form t-form-element.error control-messages,
.t-form t-form-element.error t-control-messages,
form t-form-element.error t-control-messages,
.form t-form-element.error t-control-messages {
  color: #c20210;
}
.t-form .formElement.required > label:after, form .formElement.required > label:after,
.form .formElement.required > label:after,
.t-form .formElement.required .formElement > label:after,
form .formElement.required .formElement > label:after,
.form .formElement.required .formElement > label:after,
.t-form form-element.required > label:after,
form form-element.required > label:after,
.form form-element.required > label:after,
.t-form form-element.required .formElement > label:after,
form form-element.required .formElement > label:after,
.form form-element.required .formElement > label:after,
.t-form t-form-element.required > label:after,
form t-form-element.required > label:after,
.form t-form-element.required > label:after,
.t-form t-form-element.required .formElement > label:after,
form t-form-element.required .formElement > label:after,
.form t-form-element.required .formElement > label:after {
  content: "*";
  margin-left: 10px;
}
.t-form.large .formElement, form.large .formElement,
.large.form .formElement,
.t-form.large form-element,
form.large form-element,
.large.form form-element,
.t-form.large t-form-element,
form.large t-form-element,
.large.form t-form-element {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.t-form.large .formElement > label, form.large .formElement > label,
.large.form .formElement > label,
.t-form.large form-element > label,
form.large form-element > label,
.large.form form-element > label,
.t-form.large t-form-element > label,
form.large t-form-element > label,
.large.form t-form-element > label {
  display: inline-block;
  width: 150px; /*default width, override at your component if needed */
}
.t-form.large .formElement input[type=text], form.large .formElement input[type=text],
.large.form .formElement input[type=text],
.t-form.large .formElement input[type=email],
form.large .formElement input[type=email],
.large.form .formElement input[type=email],
.t-form.large .formElement input[type=password],
form.large .formElement input[type=password],
.large.form .formElement input[type=password],
.t-form.large .formElement textarea,
form.large .formElement textarea,
.large.form .formElement textarea,
.t-form.large .formElement .p-dropdown,
form.large .formElement .p-dropdown,
.large.form .formElement .p-dropdown,
.t-form.large .formElement .p-autocomplete,
form.large .formElement .p-autocomplete,
.large.form .formElement .p-autocomplete,
.t-form.large .formElement .p-inputnumber-input,
form.large .formElement .p-inputnumber-input,
.large.form .formElement .p-inputnumber-input,
.t-form.large form-element input[type=text],
form.large form-element input[type=text],
.large.form form-element input[type=text],
.t-form.large form-element input[type=email],
form.large form-element input[type=email],
.large.form form-element input[type=email],
.t-form.large form-element input[type=password],
form.large form-element input[type=password],
.large.form form-element input[type=password],
.t-form.large form-element textarea,
form.large form-element textarea,
.large.form form-element textarea,
.t-form.large form-element .p-dropdown,
form.large form-element .p-dropdown,
.large.form form-element .p-dropdown,
.t-form.large form-element .p-autocomplete,
form.large form-element .p-autocomplete,
.large.form form-element .p-autocomplete,
.t-form.large form-element .p-inputnumber-input,
form.large form-element .p-inputnumber-input,
.large.form form-element .p-inputnumber-input,
.t-form.large t-form-element input[type=text],
form.large t-form-element input[type=text],
.large.form t-form-element input[type=text],
.t-form.large t-form-element input[type=email],
form.large t-form-element input[type=email],
.large.form t-form-element input[type=email],
.t-form.large t-form-element input[type=password],
form.large t-form-element input[type=password],
.large.form t-form-element input[type=password],
.t-form.large t-form-element textarea,
form.large t-form-element textarea,
.large.form t-form-element textarea,
.t-form.large t-form-element .p-dropdown,
form.large t-form-element .p-dropdown,
.large.form t-form-element .p-dropdown,
.t-form.large t-form-element .p-autocomplete,
form.large t-form-element .p-autocomplete,
.large.form t-form-element .p-autocomplete,
.t-form.large t-form-element .p-inputnumber-input,
form.large t-form-element .p-inputnumber-input,
.large.form t-form-element .p-inputnumber-input {
  width: 300px;
}
.t-form.large .formElement .message, form.large .formElement .message,
.large.form .formElement .message,
.t-form.large .formElement control-messages,
form.large .formElement control-messages,
.large.form .formElement control-messages,
.t-form.large .formElement t-control-messages,
form.large .formElement t-control-messages,
.large.form .formElement t-control-messages,
.t-form.large form-element .message,
form.large form-element .message,
.large.form form-element .message,
.t-form.large form-element control-messages,
form.large form-element control-messages,
.large.form form-element control-messages,
.t-form.large form-element t-control-messages,
form.large form-element t-control-messages,
.large.form form-element t-control-messages,
.t-form.large t-form-element .message,
form.large t-form-element .message,
.large.form t-form-element .message,
.t-form.large t-form-element control-messages,
form.large t-form-element control-messages,
.large.form t-form-element control-messages,
.t-form.large t-form-element t-control-messages,
form.large t-form-element t-control-messages,
.large.form t-form-element t-control-messages {
  flex-grow: 1;
  margin-top: 0;
  margin-left: 10px;
  line-height: 30px;
}
.t-form.large .formElement .message .zmdi, form.large .formElement .message .zmdi,
.large.form .formElement .message .zmdi,
.t-form.large .formElement .message .t-icon,
form.large .formElement .message .t-icon,
.large.form .formElement .message .t-icon,
.t-form.large .formElement control-messages .zmdi,
form.large .formElement control-messages .zmdi,
.large.form .formElement control-messages .zmdi,
.t-form.large .formElement control-messages .t-icon,
form.large .formElement control-messages .t-icon,
.large.form .formElement control-messages .t-icon,
.t-form.large .formElement t-control-messages .zmdi,
form.large .formElement t-control-messages .zmdi,
.large.form .formElement t-control-messages .zmdi,
.t-form.large .formElement t-control-messages .t-icon,
form.large .formElement t-control-messages .t-icon,
.large.form .formElement t-control-messages .t-icon,
.t-form.large form-element .message .zmdi,
form.large form-element .message .zmdi,
.large.form form-element .message .zmdi,
.t-form.large form-element .message .t-icon,
form.large form-element .message .t-icon,
.large.form form-element .message .t-icon,
.t-form.large form-element control-messages .zmdi,
form.large form-element control-messages .zmdi,
.large.form form-element control-messages .zmdi,
.t-form.large form-element control-messages .t-icon,
form.large form-element control-messages .t-icon,
.large.form form-element control-messages .t-icon,
.t-form.large form-element t-control-messages .zmdi,
form.large form-element t-control-messages .zmdi,
.large.form form-element t-control-messages .zmdi,
.t-form.large form-element t-control-messages .t-icon,
form.large form-element t-control-messages .t-icon,
.large.form form-element t-control-messages .t-icon,
.t-form.large t-form-element .message .zmdi,
form.large t-form-element .message .zmdi,
.large.form t-form-element .message .zmdi,
.t-form.large t-form-element .message .t-icon,
form.large t-form-element .message .t-icon,
.large.form t-form-element .message .t-icon,
.t-form.large t-form-element control-messages .zmdi,
form.large t-form-element control-messages .zmdi,
.large.form t-form-element control-messages .zmdi,
.t-form.large t-form-element control-messages .t-icon,
form.large t-form-element control-messages .t-icon,
.large.form t-form-element control-messages .t-icon,
.t-form.large t-form-element t-control-messages .zmdi,
form.large t-form-element t-control-messages .zmdi,
.large.form t-form-element t-control-messages .zmdi,
.t-form.large t-form-element t-control-messages .t-icon,
form.large t-form-element t-control-messages .t-icon,
.large.form t-form-element t-control-messages .t-icon {
  line-height: 30px;
}
.t-form.large .formElement > .tooltipwrapper, form.large .formElement > .tooltipwrapper,
.large.form .formElement > .tooltipwrapper,
.t-form.large form-element > .tooltipwrapper,
form.large form-element > .tooltipwrapper,
.large.form form-element > .tooltipwrapper,
.t-form.large t-form-element > .tooltipwrapper,
form.large t-form-element > .tooltipwrapper,
.large.form t-form-element > .tooltipwrapper {
  line-height: 30px;
  margin-left: 10px;
}

/* RTL */
[dir=rtl] .t-form .formElement .message .zmdi, [dir=rtl] form .formElement .message .zmdi,
[dir=rtl] .form .formElement .message .zmdi,
[dir=rtl] .t-form .formElement .message .fa,
[dir=rtl] form .formElement .message .fa,
[dir=rtl] .form .formElement .message .fa,
[dir=rtl] .t-form .formElement .message .pi,
[dir=rtl] form .formElement .message .pi,
[dir=rtl] .form .formElement .message .pi,
[dir=rtl] .t-form .formElement .message .t-icon,
[dir=rtl] form .formElement .message .t-icon,
[dir=rtl] .form .formElement .message .t-icon,
[dir=rtl] .t-form .formElement control-messages .zmdi,
[dir=rtl] form .formElement control-messages .zmdi,
[dir=rtl] .form .formElement control-messages .zmdi,
[dir=rtl] .t-form .formElement control-messages .fa,
[dir=rtl] form .formElement control-messages .fa,
[dir=rtl] .form .formElement control-messages .fa,
[dir=rtl] .t-form .formElement control-messages .pi,
[dir=rtl] form .formElement control-messages .pi,
[dir=rtl] .form .formElement control-messages .pi,
[dir=rtl] .t-form .formElement control-messages .t-icon,
[dir=rtl] form .formElement control-messages .t-icon,
[dir=rtl] .form .formElement control-messages .t-icon,
[dir=rtl] .t-form .formElement t-control-messages .zmdi,
[dir=rtl] form .formElement t-control-messages .zmdi,
[dir=rtl] .form .formElement t-control-messages .zmdi,
[dir=rtl] .t-form .formElement t-control-messages .fa,
[dir=rtl] form .formElement t-control-messages .fa,
[dir=rtl] .form .formElement t-control-messages .fa,
[dir=rtl] .t-form .formElement t-control-messages .pi,
[dir=rtl] form .formElement t-control-messages .pi,
[dir=rtl] .form .formElement t-control-messages .pi,
[dir=rtl] .t-form .formElement t-control-messages .t-icon,
[dir=rtl] form .formElement t-control-messages .t-icon,
[dir=rtl] .form .formElement t-control-messages .t-icon,
[dir=rtl] .t-form form-element .message .zmdi,
[dir=rtl] form form-element .message .zmdi,
[dir=rtl] .form form-element .message .zmdi,
[dir=rtl] .t-form form-element .message .fa,
[dir=rtl] form form-element .message .fa,
[dir=rtl] .form form-element .message .fa,
[dir=rtl] .t-form form-element .message .pi,
[dir=rtl] form form-element .message .pi,
[dir=rtl] .form form-element .message .pi,
[dir=rtl] .t-form form-element .message .t-icon,
[dir=rtl] form form-element .message .t-icon,
[dir=rtl] .form form-element .message .t-icon,
[dir=rtl] .t-form form-element control-messages .zmdi,
[dir=rtl] form form-element control-messages .zmdi,
[dir=rtl] .form form-element control-messages .zmdi,
[dir=rtl] .t-form form-element control-messages .fa,
[dir=rtl] form form-element control-messages .fa,
[dir=rtl] .form form-element control-messages .fa,
[dir=rtl] .t-form form-element control-messages .pi,
[dir=rtl] form form-element control-messages .pi,
[dir=rtl] .form form-element control-messages .pi,
[dir=rtl] .t-form form-element control-messages .t-icon,
[dir=rtl] form form-element control-messages .t-icon,
[dir=rtl] .form form-element control-messages .t-icon,
[dir=rtl] .t-form form-element t-control-messages .zmdi,
[dir=rtl] form form-element t-control-messages .zmdi,
[dir=rtl] .form form-element t-control-messages .zmdi,
[dir=rtl] .t-form form-element t-control-messages .fa,
[dir=rtl] form form-element t-control-messages .fa,
[dir=rtl] .form form-element t-control-messages .fa,
[dir=rtl] .t-form form-element t-control-messages .pi,
[dir=rtl] form form-element t-control-messages .pi,
[dir=rtl] .form form-element t-control-messages .pi,
[dir=rtl] .t-form form-element t-control-messages .t-icon,
[dir=rtl] form form-element t-control-messages .t-icon,
[dir=rtl] .form form-element t-control-messages .t-icon,
[dir=rtl] .t-form t-form-element .message .zmdi,
[dir=rtl] form t-form-element .message .zmdi,
[dir=rtl] .form t-form-element .message .zmdi,
[dir=rtl] .t-form t-form-element .message .fa,
[dir=rtl] form t-form-element .message .fa,
[dir=rtl] .form t-form-element .message .fa,
[dir=rtl] .t-form t-form-element .message .pi,
[dir=rtl] form t-form-element .message .pi,
[dir=rtl] .form t-form-element .message .pi,
[dir=rtl] .t-form t-form-element .message .t-icon,
[dir=rtl] form t-form-element .message .t-icon,
[dir=rtl] .form t-form-element .message .t-icon,
[dir=rtl] .t-form t-form-element control-messages .zmdi,
[dir=rtl] form t-form-element control-messages .zmdi,
[dir=rtl] .form t-form-element control-messages .zmdi,
[dir=rtl] .t-form t-form-element control-messages .fa,
[dir=rtl] form t-form-element control-messages .fa,
[dir=rtl] .form t-form-element control-messages .fa,
[dir=rtl] .t-form t-form-element control-messages .pi,
[dir=rtl] form t-form-element control-messages .pi,
[dir=rtl] .form t-form-element control-messages .pi,
[dir=rtl] .t-form t-form-element control-messages .t-icon,
[dir=rtl] form t-form-element control-messages .t-icon,
[dir=rtl] .form t-form-element control-messages .t-icon,
[dir=rtl] .t-form t-form-element t-control-messages .zmdi,
[dir=rtl] form t-form-element t-control-messages .zmdi,
[dir=rtl] .form t-form-element t-control-messages .zmdi,
[dir=rtl] .t-form t-form-element t-control-messages .fa,
[dir=rtl] form t-form-element t-control-messages .fa,
[dir=rtl] .form t-form-element t-control-messages .fa,
[dir=rtl] .t-form t-form-element t-control-messages .pi,
[dir=rtl] form t-form-element t-control-messages .pi,
[dir=rtl] .form t-form-element t-control-messages .pi,
[dir=rtl] .t-form t-form-element t-control-messages .t-icon,
[dir=rtl] form t-form-element t-control-messages .t-icon,
[dir=rtl] .form t-form-element t-control-messages .t-icon {
  margin-right: 0;
  margin-left: 5px;
}

.message:not(.block).info {
  display: inline-flex;
  font-size: 13px;
  color: #334580;
}
.message:not(.block).info .zmdi,
.message:not(.block).info .fa,
.message:not(.block).info .pi,
.message:not(.block).info .t-icon {
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
  float: left; /*prevent text wrapping under icon*/
}
.message:not(.block).info a {
  color: inherit !important;
  font-weight: 600;
}
.message:not(.block).info .zmdi,
.message:not(.block).info .fa,
.message:not(.block).info .pi,
.message:not(.block).info .t-icon {
  color: #334580;
}
.message:not(.block).warning {
  display: inline-flex;
  font-size: 13px;
  color: #ad5a00;
}
.message:not(.block).warning .zmdi,
.message:not(.block).warning .fa,
.message:not(.block).warning .pi,
.message:not(.block).warning .t-icon {
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
  float: left; /*prevent text wrapping under icon*/
}
.message:not(.block).warning a {
  color: inherit !important;
  font-weight: 600;
}
.message:not(.block).warning .zmdi,
.message:not(.block).warning .fa,
.message:not(.block).warning .pi,
.message:not(.block).warning .t-icon {
  color: #ad5a00;
}
.message:not(.block).error {
  display: inline-flex;
  font-size: 13px;
  color: #c20210;
}
.message:not(.block).error .zmdi,
.message:not(.block).error .fa,
.message:not(.block).error .pi,
.message:not(.block).error .t-icon {
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
  float: left; /*prevent text wrapping under icon*/
}
.message:not(.block).error a {
  color: inherit !important;
  font-weight: 600;
}
.message:not(.block).error .zmdi,
.message:not(.block).error .fa,
.message:not(.block).error .pi,
.message:not(.block).error .t-icon {
  color: #c20210;
}
.message:not(.block).success {
  display: inline-flex;
  font-size: 13px;
  color: #4b842a;
}
.message:not(.block).success .zmdi,
.message:not(.block).success .fa,
.message:not(.block).success .pi,
.message:not(.block).success .t-icon {
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
  float: left; /*prevent text wrapping under icon*/
}
.message:not(.block).success a {
  color: inherit !important;
  font-weight: 600;
}
.message:not(.block).success .zmdi,
.message:not(.block).success .fa,
.message:not(.block).success .pi,
.message:not(.block).success .t-icon {
  color: #4b842a;
}

.message.block:not(.info):not(.warning):not(.error):not(.success) {
  padding: 10px 20px;
  padding-left: 50px;
  border-radius: 6px;
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
  transform: translateY(0px); /* position fix */
  animation: fadeIn ease-in 0.25s;
  background-color: #f2f3f3;
  color: #282c2e;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message.block:not(.info):not(.warning):not(.error):not(.success):before {
  font-family: "televic-material-icons";
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-10px);
}
.message.block:not(.info):not(.warning):not(.error):not(.success) a {
  color: inherit !important;
  font-weight: 600;
}
.message.block.info {
  padding: 10px 20px;
  padding-left: 50px;
  border-radius: 6px;
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
  transform: translateY(0px); /* position fix */
  animation: fadeIn ease-in 0.25s;
  background-color: #f2f3f7;
  color: #334580;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message.block.info:before {
  font-family: "televic-material-icons";
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-10px);
}
.message.block.info a {
  color: inherit !important;
  font-weight: 600;
}
.message.block.info:before {
  content: "\f1f8";
  color: #334580;
}
.message.block.warning {
  padding: 10px 20px;
  padding-left: 50px;
  border-radius: 6px;
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
  transform: translateY(0px); /* position fix */
  animation: fadeIn ease-in 0.25s;
  background-color: #ffe6cc;
  color: #ad5a00;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message.block.warning:before {
  font-family: "televic-material-icons";
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-10px);
}
.message.block.warning a {
  color: inherit !important;
  font-weight: 600;
}
.message.block.warning:before {
  content: "\f1f4";
  color: #ad5a00;
}
.message.block.error {
  padding: 10px 20px;
  padding-left: 50px;
  border-radius: 6px;
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
  transform: translateY(0px); /* position fix */
  animation: fadeIn ease-in 0.25s;
  background-color: #ffd6cc;
  color: #c20210;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message.block.error:before {
  font-family: "televic-material-icons";
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-10px);
}
.message.block.error a {
  color: inherit !important;
  font-weight: 600;
}
.message.block.error:before {
  content: "\f135";
  color: #c20210;
}
.message.block.success {
  padding: 10px 20px;
  padding-left: 50px;
  border-radius: 6px;
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
  transform: translateY(0px); /* position fix */
  animation: fadeIn ease-in 0.25s;
  background-color: #dbe6d4;
  color: #4b842a;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message.block.success:before {
  font-family: "televic-material-icons";
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-10px);
}
.message.block.success a {
  color: inherit !important;
  font-weight: 600;
}
.message.block.success:before {
  content: "\f269";
  color: #4b842a;
}

/* RTL */
[dir=rtl] .message:not(.block).info .zmdi,
[dir=rtl] .message:not(.block).info .fa,
[dir=rtl] .message:not(.block).info .pi,
[dir=rtl] .message:not(.block).info .t-icon {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .message:not(.block).warning .zmdi,
[dir=rtl] .message:not(.block).warning .fa,
[dir=rtl] .message:not(.block).warning .pi,
[dir=rtl] .message:not(.block).warning .t-icon {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .message:not(.block).error .zmdi,
[dir=rtl] .message:not(.block).error .fa,
[dir=rtl] .message:not(.block).error .pi,
[dir=rtl] .message:not(.block).error .t-icon {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .message:not(.block).success .zmdi,
[dir=rtl] .message:not(.block).success .fa,
[dir=rtl] .message:not(.block).success .pi,
[dir=rtl] .message:not(.block).success .t-icon {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .message.block:before {
  margin-right: 0;
  margin-left: 10px;
}

@font-face {
  font-family: "televic-material-icons";
  src: url("fonts/televic-material-icons.ttf?abxsm4") format("truetype"), url("fonts/televic-material-icons.woff?abxsm4") format("woff"), url("fonts/televic-material-icons.svg?abxsm4#televic-material-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.t-icon {
  display: inline-block;
  font-size: 18px; /*default*/
  font-family: "televic-material-icons" !important; /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* FUNCTION CLASSES */
.t-icon-hc-fw {
  width: 1.2857142857em;
  text-align: center;
  /*deprecated*/
}

.t-icon-hc-lg {
  font-size: 1.3333333333em !important;
  line-height: 0.75em !important;
  vertical-align: -15% !important;
}

.t-icon-hc-2x {
  font-size: 2em !important;
}

.t-icon-hc-3x {
  font-size: 3em !important;
}

.t-icon-hc-4x {
  font-size: 4em !important;
}

.t-icon-hc-5x {
  font-size: 5em !important;
}

.t-icon-hc-rotate-90 {
  transform: rotate(90deg);
}

.t-icon-hc-rotate-180 {
  transform: rotate(180deg);
}

.t-icon-hc-rotate-270 {
  transform: rotate(270deg);
}

.t-icon-hc-flip-horizontal {
  transform: scale(-1, 1);
}

.t-icon-hc-flip-vertical {
  transform: scale(1, -1);
}

.t-icon-hc-spin {
  animation: zmdi-spin 1.5s infinite linear;
}
@keyframes zmdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.t-icon-hc-spin-reverse {
  animation: zmdi-spin-reverse 1.5s infinite linear;
}
@keyframes zmdi-spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}

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

.t-icon-hc-stack-1x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1em !important;
  line-height: inherit;
}

.t-icon-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2em !important;
}

.t-icon-hc-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.t-icon-hc-ul > li {
  position: relative;
}

.t-icon-hc-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
  line-height: inherit;
  font-size: 1em !important;
}
.t-icon-hc-li.t-icon-hc-lg {
  left: -1.8571428571em;
}

.t-icon-hc-border {
  padding: 0.25em;
  border: solid 0.1em #d4d5d5;
  border-radius: 2px;
}

.t-icon-hc-border-circle {
  padding: 0.25em;
  border: solid 0.1em #d4d5d5;
  border-radius: 50%;
}

/* ICON CLASSES */
.t-icon-advanced-linemap:before {
  content: "\e9a2";
}

.t-icon-assignment-diagnostics:before {
  content: "\e9a3";
}

.t-icon-cctv:before {
  content: "\e9a4";
}

.t-icon-cctv-side:before {
  content: "\e9a5";
}

.t-icon-maintenance:before {
  content: "\e9a6";
}

.t-icon-shield-settings:before {
  content: "\e9a7";
}

.t-icon-account-chart:before {
  content: "\e9a0";
}

.t-icon-account-chart-plus:before {
  content: "\e9a1";
}

.t-icon-line:before {
  content: "\e996";
}

.t-icon-line-close:before {
  content: "\e997";
}

.t-icon-line-square:before {
  content: "\e998";
}

.t-icon-line-square-close:before {
  content: "\e999";
}

.t-icon-line-circle:before {
  content: "\e99a";
}

.t-icon-line-circle-close:before {
  content: "\e99b";
}

.t-icon-line-arrow:before {
  content: "\e99c";
}

.t-icon-line-arrow-close:before {
  content: "\e99d";
}

.t-icon-view-dashed:before {
  content: "\e99e";
}

.t-icon-view-dashed-close:before {
  content: "\e99f";
}

.t-icon-link-play:before {
  content: "\e995";
}

.t-icon-shape-chart:before {
  content: "\e994";
}

.t-icon-marker:before {
  content: "\e992";
}

.t-icon-account-half-o:before {
  content: "\e993";
}

.t-icon-book-open:before {
  content: "\e991";
}

.t-icon-times1-circle:before {
  content: "\e989";
}

.t-icon-times2-circle:before {
  content: "\e98a";
}

.t-icon-times3-circle:before {
  content: "\e98b";
}

.t-icon-times4-circle:before {
  content: "\e98c";
}

.t-icon-wrench-circle:before {
  content: "\e98d";
}

.t-icon-arrow-split-circle:before {
  content: "\e98e";
}

.t-icon-flash-circle:before {
  content: "\e98f";
}

.t-icon-timer-circle:before {
  content: "\e990";
}

.t-icon-calculator:before {
  content: "\e987";
}

.t-icon-calculator-basic:before {
  content: "\e988";
}

.t-icon-abc-check:before {
  content: "\e973";
}

.t-icon-antenna:before {
  content: "\e974";
}

.t-icon-circle-o-half-left:before {
  content: "\e975";
}

.t-icon-circle-o-half-right:before {
  content: "\e976";
}

.t-icon-collection-arrow-split:before {
  content: "\e977";
}

.t-icon-collection-flash:before {
  content: "\e978";
}

.t-icon-hand-wave:before {
  content: "\e979";
}

.t-icon-live:before {
  content: "\e97a";
}

.t-icon-live-alt:before {
  content: "\e97b";
}

.t-icon-lms-square:before {
  content: "\e97c";
}

.t-icon-math-function:before {
  content: "\e97d";
}

.t-icon-memory-ai:before {
  content: "\e97e";
}

.t-icon-memory-plus:before {
  content: "\e97f";
}

.t-icon-repeat-circle:before {
  content: "\e980";
}

.t-icon-ribbon:before {
  content: "\e981";
}

.t-icon-signal:before {
  content: "\e982";
}

.t-icon-table:before {
  content: "\e983";
}

.t-icon-table-info:before {
  content: "\e984";
}

.t-icon-toll-check:before {
  content: "\e985";
}

.t-icon-webhook:before {
  content: "\e986";
}

.t-icon-wideshot-person:before {
  content: "\e971";
}

.t-icon-wideshot-wider:before {
  content: "\e972";
}

.t-icon-laptop-custom-globe-alt:before {
  content: "\e96d";
}

.t-icon-laptop-custom-globe:before {
  content: "\e96e";
}

.t-icon-laptop-wifi:before {
  content: "\e96f";
}

.t-icon-Laptop---Custom:before {
  content: "\e970";
}

.t-icon-chart-settings:before {
  content: "\e964";
}

.t-icon-collection-account:before {
  content: "\e965";
}

.t-icon-collection-chart:before {
  content: "\e966";
}

.t-icon-collection-check:before {
  content: "\e967";
}

.t-icon-collection-help:before {
  content: "\e968";
}

.t-icon-collection-portable-wifi:before {
  content: "\e969";
}

.t-icon-collection-s:before {
  content: "\e96a";
}

.t-icon-collection-settings:before {
  content: "\e96b";
}

.t-icon-search-chart:before {
  content: "\e96c";
}

.t-icon-voting-ballot-o:before {
  content: "\e962";
}

.t-icon-voting-ballot:before {
  content: "\e963";
}

.t-icon-home:before {
  content: "\f175";
}

.t-icon-edit:before {
  content: "\f158";
}

.t-icon-delete:before {
  content: "\f154";
}

.t-icon-copy:before {
  content: "\f237";
}

.t-icon-plus:before {
  content: "\f278";
}

.t-icon-plus-circle-o-duplicate:before {
  content: "\f274";
}

.t-icon-plus-circle-o:before {
  content: "\f275";
}

.t-icon-plus-circle:before {
  content: "\f276";
}

.t-icon-plus-square:before {
  content: "\f277";
}

.t-icon-minus:before {
  content: "\f273";
}

.t-icon-minus-circle-o:before {
  content: "\f270";
}

.t-icon-minus-circle:before {
  content: "\f271";
}

.t-icon-minus-square:before {
  content: "\f272";
}

.t-icon-check-all:before {
  content: "\f267";
}

.t-icon-check-circle-u:before {
  content: "\f268";
}

.t-icon-check-circle:before {
  content: "\f269";
}

.t-icon-check-square:before {
  content: "\f26a";
}

.t-icon-check:before {
  content: "\f26b";
}

.t-icon-circle-o:before {
  content: "\f26c";
}

.t-icon-circle:before {
  content: "\f26d";
}

.t-icon-dot-circle-alt:before {
  content: "\f26e";
}

.t-icon-dot-circle:before {
  content: "\f26f";
}

.t-icon-square-o:before {
  content: "\f279";
}

.t-icon-delete-permanently:before {
  content: "\e92b";
}

.t-icon-delete-swipe:before {
  content: "\e16c";
}

.t-icon-settings:before {
  content: "\f1c6";
}

.t-icon-settings-square:before {
  content: "\f1c5";
}

.t-icon-settings-lamp:before {
  content: "\e920";
}

.t-icon-customize:before {
  content: "\e908";
}

.t-icon-wrench:before {
  content: "\f1ed";
}

.t-icon-search:before {
  content: "\f1c3";
}

.t-icon-search-for:before {
  content: "\f1bf";
}

.t-icon-search-replace:before {
  content: "\f1c2";
}

.t-icon-attachment-alt:before {
  content: "\f10d";
}

.t-icon-attachment:before {
  content: "\f10e";
}

.t-icon-block-alt:before {
  content: "\f118";
}

.t-icon-block:before {
  content: "\f119";
}

.t-icon-close:before {
  content: "\f136";
}

.t-icon-close-circle-o:before {
  content: "\f134";
}

.t-icon-close-circle:before {
  content: "\f135";
}

.t-icon-power:before {
  content: "\f1af";
}

.t-icon-power-setting:before {
  content: "\f1ae";
}

.t-icon-email-open:before {
  content: "\f159";
}

.t-icon-email:before {
  content: "\f15a";
}

.t-icon-mail-sending:before {
  content: "\e934";
}

.t-icon-mail-send:before {
  content: "\f194";
}

.t-icon-mail-reply-all:before {
  content: "\f192";
}

.t-icon-mail-reply:before {
  content: "\f193";
}

.t-icon-forward:before {
  content: "\f2fd";
}

.t-icon-markunread-mailbox:before {
  content: "\f3df";
}

.t-icon-eye-off:before {
  content: "\f15b";
}

.t-icon-eye:before {
  content: "\f15c";
}

.t-icon-filter-list:before {
  content: "\f160";
}

.t-icon-fire:before {
  content: "\f161";
}

.t-icon-flag:before {
  content: "\f162";
}

.t-icon-globe-alt:before {
  content: "\f171";
}

.t-icon-globe-lock:before {
  content: "\f172";
}

.t-icon-globe:before {
  content: "\f173";
}

.t-icon-hourglass-alt:before {
  content: "\f179";
}

.t-icon-hourglass-outline:before {
  content: "\f17a";
}

.t-icon-hourglass:before {
  content: "\f17b";
}

.t-icon-spinner:before {
  content: "\f3ec";
}

.t-icon-inbox:before {
  content: "\f180";
}

.t-icon-archive:before {
  content: "\f105";
}

.t-icon-archive-box:before {
  content: "\e905";
}

.t-icon-key:before {
  content: "\f183";
}

.t-icon-label-alt-outline:before {
  content: "\f184";
}

.t-icon-label-alt:before {
  content: "\f185";
}

.t-icon-label-heart:before {
  content: "\f186";
}

.t-icon-label:before {
  content: "\f187";
}

.t-icon-labels:before {
  content: "\f188";
}

.t-icon-lamp:before {
  content: "\f189";
}

.t-icon-lock-open:before {
  content: "\f18f";
}

.t-icon-lock-outline:before {
  content: "\f190";
}

.t-icon-lock:before {
  content: "\f191";
}

.t-icon-shield-check:before {
  content: "\f1c7";
}

.t-icon-shield-security:before {
  content: "\f1c8";
}

.t-icon-badge-check:before {
  content: "\f110";
}

.t-icon-menu:before {
  content: "\f197";
}

.t-icon-more-vert:before {
  content: "\f19b";
}

.t-icon-more:before {
  content: "\f19c";
}

.t-icon-handlebar-horizontal:before {
  content: "\e93e";
}

.t-icon-handlebar-vertical:before {
  content: "\e93d";
}

.t-icon-puzzle-piece:before {
  content: "\f1b1";
}

.t-icon-translate:before {
  content: "\f1e3";
}

.t-icon-tag-close:before {
  content: "\f1d9";
}

.t-icon-tag-more:before {
  content: "\f1da";
}

.t-icon-tag:before {
  content: "\f1db";
}

.t-icon-tag-new:before {
  content: "\e05e";
}

.t-icon-ticket-star:before {
  content: "\f1df";
}

.t-icon-confirmation-number:before {
  content: "\f3d4";
}

.t-icon-receipt:before {
  content: "\f1b4";
}

.t-icon-toll:before {
  content: "\f1e0";
}

.t-icon-explicit:before {
  content: "\f3d7";
}

.t-icon-closed-caption:before {
  content: "\f3d3";
}

.t-icon-copyright:before {
  content: "\e90c";
}

.t-icon-highlight:before {
  content: "\e946";
}

.t-icon-highlight-outline:before {
  content: "\e947";
}

.t-icon-audio:before {
  content: "\f10f";
}

.t-icon-movie:before {
  content: "\f19e";
}

.t-icon-movie-alt:before {
  content: "\f19d";
}

.t-icon-fast-rewind:before {
  content: "\f3a0";
}

.t-icon-play:before {
  content: "\f3aa";
}

.t-icon-pause:before {
  content: "\f3a7";
}

.t-icon-stop:before {
  content: "\f3b6";
}

.t-icon-fast-forward:before {
  content: "\f39f";
}

.t-icon-play-circle-outline:before {
  content: "\f3a8";
}

.t-icon-play-circle:before {
  content: "\f3a9";
}

.t-icon-forward-10:before {
  content: "\f3a1";
}

.t-icon-forward-30:before {
  content: "\f3a2";
}

.t-icon-forward-5:before {
  content: "\f3a3";
}

.t-icon-hearing:before {
  content: "\f3a4";
}

.t-icon-pause-circle:before {
  content: "\f3a6";
}

.t-icon-pause-circle-outline:before {
  content: "\f3a5";
}

.t-icon-skip-next:before {
  content: "\f3b4";
}

.t-icon-skip-previous:before {
  content: "\f3b5";
}

.t-icon-eject-alt:before {
  content: "\f39c";
}

.t-icon-eject:before {
  content: "\f39d";
}

.t-icon-playlist-audio:before {
  content: "\f3ab";
}

.t-icon-playlist-plus:before {
  content: "\f3ac";
}

.t-icon-list-check:before {
  content: "\e065";
}

.t-icon-repeat-one:before {
  content: "\f3ad";
}

.t-icon-repeat:before {
  content: "\f3ae";
}

.t-icon-repeat-off:before {
  content: "\e948";
}

.t-icon-replay-10:before {
  content: "\f3af";
}

.t-icon-replay-30:before {
  content: "\f3b0";
}

.t-icon-replay-5:before {
  content: "\f3b1";
}

.t-icon-replay:before {
  content: "\f3b2";
}

.t-icon-shuffle:before {
  content: "\f3b3";
}

.t-icon-volume-down:before {
  content: "\f3b9";
}

.t-icon-volume-down-outline:before {
  content: "\e949";
}

.t-icon-volume-mute:before {
  content: "\f3ba";
}

.t-icon-volume-off:before {
  content: "\f3bb";
}

.t-icon-volume-up:before {
  content: "\f3bc";
}

.t-icon-tune:before {
  content: "\f3b8";
}

.t-icon-hd:before {
  content: "\f3dd";
}

.t-icon-hq:before {
  content: "\f3de";
}

.t-icon-undo:before {
  content: "\f258";
}

.t-icon-redo:before {
  content: "\f253";
}

.t-icon-refresh-alt:before {
  content: "\f1b5";
}

.t-icon-refresh-sync-alert:before {
  content: "\f1b6";
}

.t-icon-refresh-sync-off:before {
  content: "\f1b7";
}

.t-icon-refresh-sync:before {
  content: "\f1b8";
}

.t-icon-refresh:before {
  content: "\f1b9";
}

.t-icon-triangle-down:before {
  content: "\f1e4";
}

.t-icon-triangle-up:before {
  content: "\f1e5";
}

.t-icon-long-arrow-left:before {
  content: "\f2ff";
}

.t-icon-long-arrow-right:before {
  content: "\f301";
}

.t-icon-arrow-left:before {
  content: "\f2ea";
}

.t-icon-arrow-right:before {
  content: "\f2ee";
}

.t-icon-arrow-left-bottom:before {
  content: "\f2e9";
}

.t-icon-arrow-right-top:before {
  content: "\f2ed";
}

.t-icon-long-arrow-down:before {
  content: "\f2fe";
}

.t-icon-long-arrow-up:before {
  content: "\f303";
}

.t-icon-arrows:before {
  content: "\f2f0";
}

.t-icon-caret-down-circle:before {
  content: "\f2f1";
}

.t-icon-caret-left-circle:before {
  content: "\f2f3";
}

.t-icon-caret-right-circle:before {
  content: "\f2f5";
}

.t-icon-caret-up-circle:before {
  content: "\f2f7";
}

.t-icon-caret-down:before {
  content: "\f2f2";
}

.t-icon-caret-left:before {
  content: "\f2f4";
}

.t-icon-caret-right:before {
  content: "\f2f6";
}

.t-icon-caret-up:before {
  content: "\f2f8";
}

.t-icon-chevron-down:before {
  content: "\f2f9";
}

.t-icon-chevron-left:before {
  content: "\f2fa";
}

.t-icon-chevron-right:before {
  content: "\f2fb";
}

.t-icon-chevron-up:before {
  content: "\f2fc";
}

.t-icon-chevron-first-item:before {
  content: "\e5dc";
}

.t-icon-chevron-last-item:before {
  content: "\e5dd";
}

.t-icon-long-arrow-tab:before {
  content: "\f302";
}

.t-icon-rotate-ccw:before {
  content: "\f304";
}

.t-icon-rotate-cw:before {
  content: "\f305";
}

.t-icon-rotate-left:before {
  content: "\f306";
}

.t-icon-rotate-right:before {
  content: "\f307";
}

.t-icon-square-down:before {
  content: "\f308";
}

.t-icon-square-right:before {
  content: "\f309";
}

.t-icon-present-to-all:before {
  content: "\f3e4";
}

.t-icon-sign-in:before {
  content: "\f1cc";
}

.t-icon-airplay:before {
  content: "\f3d2";
}

.t-icon-open-in-browser:before {
  content: "\f1a2";
}

.t-icon-open-in-new:before {
  content: "\f1a3";
}

.t-icon-swap-alt:before {
  content: "\f30a";
}

.t-icon-swap-vertical-circle:before {
  content: "\f30b";
}

.t-icon-swap-vertical:before {
  content: "\f30c";
}

.t-icon-swap:before {
  content: "\f30d";
}

.t-icon-swap-inverse:before {
  content: "\e915";
}

.t-icon-arrow-missed:before {
  content: "\f2ec";
}

.t-icon-long-arrow-return:before {
  content: "\f300";
}

.t-icon-sub-arrow-left:before {
  content: "\e5d9";
}

.t-icon-sub-arrow-right:before {
  content: "\e5da";
}

.t-icon-arrow-merge:before {
  content: "\f2eb";
}

.t-icon-arrow-split:before {
  content: "\f2ef";
}

.t-icon-trending-down:before {
  content: "\f30e";
}

.t-icon-trending-flat:before {
  content: "\f30f";
}

.t-icon-trending-up:before {
  content: "\f310";
}

.t-icon-unfold-less:before {
  content: "\f311";
}

.t-icon-unfold-more:before {
  content: "\f312";
}

.t-icon-flexibility:before {
  content: "\e91c";
}

.t-icon-file:before {
  content: "\f223";
}

.t-icon-file-landscape:before {
  content: "\e06f";
}

.t-icon-file-plus:before {
  content: "\f221";
}

.t-icon-file-text:before {
  content: "\f222";
}

.t-icon-file-restore:before {
  content: "\e929";
}

.t-icon-search-in-file:before {
  content: "\f1c0";
}

.t-icon-certificate:before {
  content: "\e933";
}

.t-icon-folder:before {
  content: "\f228";
}

.t-icon-folder-outline:before {
  content: "\f224";
}

.t-icon-folder-add:before {
  content: "\e2cc";
}

.t-icon-folder-person:before {
  content: "\f225";
}

.t-icon-folder-star-alt:before {
  content: "\f226";
}

.t-icon-folder-star:before {
  content: "\f227";
}

.t-icon-balance-wallet:before {
  content: "\f111";
}

.t-icon-cloud-box:before {
  content: "\f217";
}

.t-icon-cloud-circle:before {
  content: "\f218";
}

.t-icon-cloud-done:before {
  content: "\f219";
}

.t-icon-cloud-download:before {
  content: "\f21a";
}

.t-icon-cloud-off:before {
  content: "\f21b";
}

.t-icon-cloud-outline-alt:before {
  content: "\f21c";
}

.t-icon-cloud-outline:before {
  content: "\f21d";
}

.t-icon-cloud-upload:before {
  content: "\f21e";
}

.t-icon-cloud:before {
  content: "\f21f";
}

.t-icon-download:before {
  content: "\f220";
}

.t-icon-upload:before {
  content: "\f22a";
}

.t-icon-book-image:before {
  content: "\f11b";
}

.t-icon-book:before {
  content: "\f11c";
}

.t-icon-bookmark-outline:before {
  content: "\f11d";
}

.t-icon-bookmark:before {
  content: "\f11e";
}

.t-icon-assignment-account:before {
  content: "\f106";
}

.t-icon-assignment-alert:before {
  content: "\f107";
}

.t-icon-assignment-check:before {
  content: "\f108";
}

.t-icon-assignment-o:before {
  content: "\f109";
}

.t-icon-assignment-return:before {
  content: "\f10a";
}

.t-icon-assignment-returned:before {
  content: "\f10b";
}

.t-icon-assignment:before {
  content: "\f10c";
}

.t-icon-e-assessment:before {
  content: "\e900";
}

.t-icon-library:before {
  content: "\e90e";
}

.t-icon-gif:before {
  content: "\f229";
}

.t-icon-file-document:before {
  content: "\e925";
}

.t-icon-file-word:before {
  content: "\e92f";
}

.t-icon-file-excel:before {
  content: "\e927";
}

.t-icon-file-pdf:before {
  content: "\e92a";
}

.t-icon-file-powerpoint:before {
  content: "\e92c";
}

.t-icon-file-publisher:before {
  content: "\e92d";
}

.t-icon-file-access:before {
  content: "\e93a";
}

.t-icon-file-image:before {
  content: "\e928";
}

.t-icon-file-video:before {
  content: "\e92e";
}

.t-icon-file-audio:before {
  content: "\e93b";
}

.t-icon-file-code:before {
  content: "\e93c";
}

.t-icon-file-zipped:before {
  content: "\e953";
}

.t-icon-collection-bookmark:before {
  content: "\f13c";
}

.t-icon-collection-case-play:before {
  content: "\f13d";
}

.t-icon-collection-folder-image:before {
  content: "\f13e";
}

.t-icon-collection-image-o:before {
  content: "\f13f";
}

.t-icon-collection-image:before {
  content: "\f140";
}

.t-icon-collection-item:before {
  content: "\f14b";
}

.t-icon-collection-music:before {
  content: "\f14c";
}

.t-icon-collection-pdf:before {
  content: "\f14d";
}

.t-icon-collection-plus:before {
  content: "\f14e";
}

.t-icon-collection-speaker:before {
  content: "\f14f";
}

.t-icon-collection-text:before {
  content: "\f150";
}

.t-icon-collection-video:before {
  content: "\f151";
}

.t-icon-format-bold:before {
  content: "\f23d";
}

.t-icon-format-italic:before {
  content: "\f245";
}

.t-icon-format-underlined:before {
  content: "\f24f";
}

.t-icon-format-strikethrough-s:before {
  content: "\f24c";
}

.t-icon-format-strikethrough:before {
  content: "\f24d";
}

.t-icon-link:before {
  content: "\f18e";
}

.t-icon-functions:before {
  content: "\f16e";
}

.t-icon-spellcheck:before {
  content: "\f1d1";
}

.t-icon-font:before {
  content: "\f16a";
}

.t-icon-text-format:before {
  content: "\f256";
}

.t-icon-format-color-text:before {
  content: "\f242";
}

.t-icon-brush:before {
  content: "\f11f";
}

.t-icon-format-color-fill:before {
  content: "\f240";
}

.t-icon-border-color:before {
  content: "\f22e";
}

.t-icon-palette:before {
  content: "\f1a4";
}

.t-icon-eyedropper:before {
  content: "\f15d";
}

.t-icon-invert-colors-off:before {
  content: "\f181";
}

.t-icon-invert-colors:before {
  content: "\f182";
}

.t-icon-format-color-reset:before {
  content: "\f241";
}

.t-icon-roller:before {
  content: "\f1ba";
}

.t-icon-border-all:before {
  content: "\f22b";
}

.t-icon-border-bottom:before {
  content: "\f22c";
}

.t-icon-border-clear:before {
  content: "\f22d";
}

.t-icon-border-horizontal:before {
  content: "\f22f";
}

.t-icon-border-inner:before {
  content: "\f230";
}

.t-icon-border-left:before {
  content: "\f231";
}

.t-icon-border-outer:before {
  content: "\f232";
}

.t-icon-border-right:before {
  content: "\f233";
}

.t-icon-border-style:before {
  content: "\f234";
}

.t-icon-border-top:before {
  content: "\f235";
}

.t-icon-border-vertical:before {
  content: "\f236";
}

.t-icon-select-all:before {
  content: "\f254";
}

.t-icon-transform:before {
  content: "\f257";
}

.t-icon-crop:before {
  content: "\f238";
}

.t-icon-format-align-center:before {
  content: "\f239";
}

.t-icon-format-align-justify:before {
  content: "\f23a";
}

.t-icon-format-align-left:before {
  content: "\f23b";
}

.t-icon-format-align-right:before {
  content: "\f23c";
}

.t-icon-format-clear-all:before {
  content: "\f23e";
}

.t-icon-format-subject:before {
  content: "\f24e";
}

.t-icon-wrap-text:before {
  content: "\f259";
}

.t-icon-format-indent-decrease:before {
  content: "\f243";
}

.t-icon-format-indent-increase:before {
  content: "\f244";
}

.t-icon-format-list-bulleted:before {
  content: "\f247";
}

.t-icon-format-list-numbered:before {
  content: "\f248";
}

.t-icon-format-ltr:before {
  content: "\f249";
}

.t-icon-format-rtl:before {
  content: "\f24a";
}

.t-icon-format-size:before {
  content: "\f24b";
}

.t-icon-format-valign-bottom:before {
  content: "\f250";
}

.t-icon-format-valign-center:before {
  content: "\f251";
}

.t-icon-format-valign-top:before {
  content: "\f252";
}

.t-icon-space-bar:before {
  content: "\f255";
}

.t-icon-format-clear:before {
  content: "\f23f";
}

.t-icon-thumb-up:before {
  content: "\f1de";
}

.t-icon-thumb-down:before {
  content: "\f1dc";
}

.t-icon-thumb-up-down:before {
  content: "\f1dd";
}

.t-icon-favorite-outline:before {
  content: "\f15e";
}

.t-icon-favorite:before {
  content: "\f15f";
}

.t-icon-star-outline:before {
  content: "\f27c";
}

.t-icon-star-half:before {
  content: "\f27b";
}

.t-icon-star:before {
  content: "\f27d";
}

.t-icon-star-circle:before {
  content: "\f27a";
}

.t-icon-crown:before {
  content: "\e94a";
}

.t-icon-quote:before {
  content: "\f1b2";
}

.t-icon-comment-alert:before {
  content: "\f25a";
}

.t-icon-comment-alt-text:before {
  content: "\f25b";
}

.t-icon-comment-alt:before {
  content: "\f25c";
}

.t-icon-comment-edit:before {
  content: "\f25d";
}

.t-icon-comment-image:before {
  content: "\f25e";
}

.t-icon-comment-list:before {
  content: "\f25f";
}

.t-icon-comment-more:before {
  content: "\f260";
}

.t-icon-comment-outline:before {
  content: "\f261";
}

.t-icon-comment-text-alt:before {
  content: "\f262";
}

.t-icon-comment-text:before {
  content: "\f263";
}

.t-icon-comment-video:before {
  content: "\f264";
}

.t-icon-comment:before {
  content: "\f265";
}

.t-icon-comment-flash:before {
  content: "\e94b";
}

.t-icon-comments:before {
  content: "\f266";
}

.t-icon-no-non-sense:before {
  content: "\e940";
}

.t-icon-euro:before {
  content: "\e926";
}

.t-icon-money:before {
  content: "\f19a";
}

.t-icon-money-off:before {
  content: "\f199";
}

.t-icon-money-box:before {
  content: "\f198";
}

.t-icon-effectiveness:before {
  content: "\e91d";
}

.t-icon-mall:before {
  content: "\f195";
}

.t-icon-shopping-basket:before {
  content: "\f1c9";
}

.t-icon-shopping-cart-plus:before {
  content: "\f1ca";
}

.t-icon-shopping-cart:before {
  content: "\f1cb";
}

.t-icon-card-giftcard:before {
  content: "\f126";
}

.t-icon-card-membership:before {
  content: "\f127";
}

.t-icon-card-travel:before {
  content: "\f128";
}

.t-icon-card:before {
  content: "\f129";
}

.t-icon-case-check:before {
  content: "\f12a";
}

.t-icon-case-download:before {
  content: "\f12b";
}

.t-icon-case-play:before {
  content: "\f12c";
}

.t-icon-case:before {
  content: "\f12d";
}

.t-icon-corporate:before {
  content: "\e911";
}

.t-icon-chart-donut:before {
  content: "\f130";
}

.t-icon-chart:before {
  content: "\f131";
}

.t-icon-chart-pie:before {
  content: "\e6c4";
}

.t-icon-chart-donut-fat:before {
  content: "\e918";
}

.t-icon-chart-pie-outline:before {
  content: "\e6c5";
}

.t-icon-chart-line:before {
  content: "\e6e1";
}

.t-icon-chart-linear:before {
  content: "\e260";
}

.t-icon-chart-timeline:before {
  content: "\e922";
}

.t-icon-equalizer:before {
  content: "\f39e";
}

.t-icon-3d-rotation:before {
  content: "\f101";
}

.t-icon-code-setting:before {
  content: "\f138";
}

.t-icon-code:before {
  content: "\f13a";
}

.t-icon-bug:before {
  content: "\f120";
}

.t-icon-cast-connected:before {
  content: "\f12e";
}

.t-icon-cast:before {
  content: "\f12f";
}

.t-icon-screen-rotation-lock:before {
  content: "\f1bd";
}

.t-icon-screen-rotation:before {
  content: "\f1be";
}

.t-icon-gesture:before {
  content: "\f170";
}

.t-icon-fingerprint:before {
  content: "\e90d";
}

.t-icon-developer-board:before {
  content: "\f3d5";
}

.t-icon-battery-alert:before {
  content: "\f113";
}

.t-icon-battery-flash:before {
  content: "\f114";
}

.t-icon-battery-unknown:before {
  content: "\f115";
}

.t-icon-battery:before {
  content: "\f116";
}

.t-icon-battery-o:before {
  content: "\e954";
}

.t-icon-battery-o-off:before {
  content: "\e955";
}

.t-icon-code-smartphone:before {
  content: "\f139";
}

.t-icon-flare:before {
  content: "\f163";
}

.t-icon-flash-auto:before {
  content: "\f164";
}

.t-icon-flash-off:before {
  content: "\f165";
}

.t-icon-flash:before {
  content: "\f166";
}

.t-icon-print:before {
  content: "\f1b0";
}

.t-icon-album:before {
  content: "\f104";
}

.t-icon-bluetooth-connected:before {
  content: "\f27e";
}

.t-icon-bluetooth-off:before {
  content: "\f27f";
}

.t-icon-bluetooth-search:before {
  content: "\f280";
}

.t-icon-bluetooth-setting:before {
  content: "\f281";
}

.t-icon-bluetooth:before {
  content: "\f282";
}

.t-icon-camera-add:before {
  content: "\f283";
}

.t-icon-camera-alt:before {
  content: "\f284";
}

.t-icon-camera-bw:before {
  content: "\f285";
}

.t-icon-camera-front:before {
  content: "\f286";
}

.t-icon-camera-mic:before {
  content: "\f287";
}

.t-icon-camera-party-mode:before {
  content: "\f288";
}

.t-icon-camera-rear:before {
  content: "\f289";
}

.t-icon-camera-roll:before {
  content: "\f28a";
}

.t-icon-camera-switch:before {
  content: "\f28b";
}

.t-icon-camera:before {
  content: "\f28c";
}

.t-icon-card-alert:before {
  content: "\f28d";
}

.t-icon-card-off:before {
  content: "\f28e";
}

.t-icon-card-sd:before {
  content: "\f28f";
}

.t-icon-card-sim:before {
  content: "\f290";
}

.t-icon-desktop-mac:before {
  content: "\f291";
}

.t-icon-simulation:before {
  content: "\e941";
}

.t-icon-blank-screen:before {
  content: "\e939";
}

.t-icon-desktop-windows:before {
  content: "\f292";
}

.t-icon-device-hub:before {
  content: "\f293";
}

.t-icon-devices-off:before {
  content: "\f294";
}

.t-icon-devices:before {
  content: "\f295";
}

.t-icon-dock:before {
  content: "\f296";
}

.t-icon-gamepad:before {
  content: "\f298";
}

.t-icon-gps-dot:before {
  content: "\f299";
}

.t-icon-gps-off:before {
  content: "\f29a";
}

.t-icon-gps:before {
  content: "\f29b";
}

.t-icon-headset-mic:before {
  content: "\f29c";
}

.t-icon-accessories:before {
  content: "\e90a";
}

.t-icon-headset:before {
  content: "\f29d";
}

.t-icon-healthcare:before {
  content: "\e90b";
}

.t-icon-input-antenna:before {
  content: "\f29e";
}

.t-icon-input-composite:before {
  content: "\f29f";
}

.t-icon-input-hdmi:before {
  content: "\f2a0";
}

.t-icon-input-power:before {
  content: "\f2a1";
}

.t-icon-plug-play:before {
  content: "\e906";
}

.t-icon-floppy:before {
  content: "\f297";
}

.t-icon-disc-full:before {
  content: "\f3d6";
}

.t-icon-input-svideo:before {
  content: "\f2a2";
}

.t-icon-keyboard-hide:before {
  content: "\f2a3";
}

.t-icon-keyboard:before {
  content: "\f2a4";
}

.t-icon-laptop-chromebook:before {
  content: "\f2a5";
}

.t-icon-laptop-mac:before {
  content: "\f2a6";
}

.t-icon-software:before {
  content: "\e909";
}

.t-icon-laptop:before {
  content: "\f2a7";
}

.t-icon-mic-off:before {
  content: "\f2a8";
}

.t-icon-mic-outline:before {
  content: "\f2a9";
}

.t-icon-mic-setting:before {
  content: "\f2aa";
}

.t-icon-mic:before {
  content: "\f2ab";
}

.t-icon-mouse:before {
  content: "\f2ac";
}

.t-icon-network-alert:before {
  content: "\f2ad";
}

.t-icon-network-locked:before {
  content: "\f2ae";
}

.t-icon-network-off:before {
  content: "\f2af";
}

.t-icon-network-outline:before {
  content: "\f2b0";
}

.t-icon-network-setting:before {
  content: "\f2b1";
}

.t-icon-network:before {
  content: "\f2b2";
}

.t-icon-phone-bluetooth:before {
  content: "\f2b3";
}

.t-icon-phone-end:before {
  content: "\f2b4";
}

.t-icon-phone-forwarded:before {
  content: "\f2b5";
}

.t-icon-phone-in-talk:before {
  content: "\f2b6";
}

.t-icon-phone-locked:before {
  content: "\f2b7";
}

.t-icon-phone-missed:before {
  content: "\f2b8";
}

.t-icon-phone-msg:before {
  content: "\f2b9";
}

.t-icon-phone-paused:before {
  content: "\f2ba";
}

.t-icon-phone-ring:before {
  content: "\f2bb";
}

.t-icon-phone-setting:before {
  content: "\f2bc";
}

.t-icon-phone-sip:before {
  content: "\f2bd";
}

.t-icon-phone:before {
  content: "\f2be";
}

.t-icon-dialpad:before {
  content: "\f155";
}

.t-icon-portable-wifi-changes:before {
  content: "\f2bf";
}

.t-icon-portable-wifi-off:before {
  content: "\f2c0";
}

.t-icon-portable-wifi:before {
  content: "\f2c1";
}

.t-icon-infrared:before {
  content: "\e907";
}

.t-icon-radio:before {
  content: "\f2c2";
}

.t-icon-reader:before {
  content: "\f2c3";
}

.t-icon-remote-control-alt:before {
  content: "\f2c4";
}

.t-icon-remote-control:before {
  content: "\f2c5";
}

.t-icon-surround-sound:before {
  content: "\f3b7";
}

.t-icon-router:before {
  content: "\f2c6";
}

.t-icon-scanner:before {
  content: "\f2c7";
}

.t-icon-smartphone-android:before {
  content: "\f2c8";
}

.t-icon-smartphone-download:before {
  content: "\f2c9";
}

.t-icon-smartphone-erase:before {
  content: "\f2ca";
}

.t-icon-smartphone-info:before {
  content: "\f2cb";
}

.t-icon-smartphone-iphone:before {
  content: "\f2cc";
}

.t-icon-smartphone-landscape-lock:before {
  content: "\f2cd";
}

.t-icon-smartphone-landscape:before {
  content: "\f2ce";
}

.t-icon-smartphone-lock:before {
  content: "\f2cf";
}

.t-icon-smartphone-portrait-lock:before {
  content: "\f2d0";
}

.t-icon-smartphone-ring:before {
  content: "\f2d1";
}

.t-icon-tap-and-play:before {
  content: "\f3e6";
}

.t-icon-smartphone-setting:before {
  content: "\f2d2";
}

.t-icon-smartphone-setup:before {
  content: "\f2d3";
}

.t-icon-smartphone:before {
  content: "\f2d4";
}

.t-icon-speaker:before {
  content: "\f2d5";
}

.t-icon-tablet-android:before {
  content: "\f2d6";
}

.t-icon-tablet-mac:before {
  content: "\f2d7";
}

.t-icon-tablet:before {
  content: "\f2d8";
}

.t-icon-tv-alt-play:before {
  content: "\f2d9";
}

.t-icon-tv-list:before {
  content: "\f2da";
}

.t-icon-tv-play:before {
  content: "\f2db";
}

.t-icon-tv:before {
  content: "\f2dc";
}

.t-icon-tv-plus:before {
  content: "\e05c";
}

.t-icon-tv-minus:before {
  content: "\e067";
}

.t-icon-usb:before {
  content: "\f2dd";
}

.t-icon-videocam-off:before {
  content: "\f2de";
}

.t-icon-videocam-switch:before {
  content: "\f2df";
}

.t-icon-videocam:before {
  content: "\f2e0";
}

.t-icon-watch:before {
  content: "\f2e1";
}

.t-icon-wifi-alt-2:before {
  content: "\f2e2";
}

.t-icon-wifi-alt:before {
  content: "\f2e3";
}

.t-icon-wifi-info:before {
  content: "\f2e4";
}

.t-icon-wifi-lock:before {
  content: "\f2e5";
}

.t-icon-wifi-off:before {
  content: "\f2e6";
}

.t-icon-wifi-outline:before {
  content: "\f2e7";
}

.t-icon-wifi:before {
  content: "\f2e8";
}

.t-icon-rss:before {
  content: "\f3ea";
}

.t-icon-play-for-work:before {
  content: "\f3e2";
}

.t-icon-power-input:before {
  content: "\f3e3";
}

.t-icon-api:before {
  content: "\e945";
}

.t-icon-voicemail:before {
  content: "\f3e8";
}

.t-icon-memory:before {
  content: "\f3e0";
}

.t-icon-nfc:before {
  content: "\f3e1";
}

.t-icon-airplane-off:before {
  content: "\f102";
}

.t-icon-airplane:before {
  content: "\f103";
}

.t-icon-http:before {
  content: "\f17c";
}

.t-icon-ruler:before {
  content: "\f1bb";
}

.t-icon-scissors:before {
  content: "\f1bc";
}

.t-icon-language-css3:before {
  content: "\f350";
}

.t-icon-language-html5:before {
  content: "\f351";
}

.t-icon-language-javascript:before {
  content: "\f352";
}

.t-icon-language-python:before {
  content: "\f354";
}

.t-icon-language-python-alt:before {
  content: "\f353";
}

.t-icon-polymer:before {
  content: "\f35a";
}

.t-icon-image-alt:before {
  content: "\f17d";
}

.t-icon-image-o:before {
  content: "\f17e";
}

.t-icon-image:before {
  content: "\f17f";
}

.t-icon-sun:before {
  content: "\f1d6";
}

.t-icon-toys:before {
  content: "\f1e1";
}

.t-icon-landscape:before {
  content: "\f18a";
}

.t-icon-flip:before {
  content: "\f167";
}

.t-icon-flower-alt:before {
  content: "\f168";
}

.t-icon-flower:before {
  content: "\f169";
}

.t-icon-blur-circular:before {
  content: "\f366";
}

.t-icon-blur-linear:before {
  content: "\f367";
}

.t-icon-blur-off:before {
  content: "\f368";
}

.t-icon-blur:before {
  content: "\f369";
}

.t-icon-brightness-2:before {
  content: "\f36a";
}

.t-icon-brightness-3:before {
  content: "\f36b";
}

.t-icon-brightness-4:before {
  content: "\f36c";
}

.t-icon-brightness-5:before {
  content: "\f36d";
}

.t-icon-brightness-6:before {
  content: "\f36e";
}

.t-icon-brightness-7:before {
  content: "\f36f";
}

.t-icon-brightness-auto:before {
  content: "\f370";
}

.t-icon-brightness-setting:before {
  content: "\f371";
}

.t-icon-broken-image:before {
  content: "\f372";
}

.t-icon-center-focus-strong:before {
  content: "\f373";
}

.t-icon-center-focus-weak:before {
  content: "\f374";
}

.t-icon-wallpaper:before {
  content: "\f1e8";
}

.t-icon-compare:before {
  content: "\f375";
}

.t-icon-satellite:before {
  content: "\f3e5";
}

.t-icon-flip-to-back:before {
  content: "\f3da";
}

.t-icon-flip-to-front:before {
  content: "\f3db";
}

.t-icon-crop-16-9:before {
  content: "\f376";
}

.t-icon-crop-3-2:before {
  content: "\f377";
}

.t-icon-crop-5-4:before {
  content: "\f378";
}

.t-icon-crop-7-5:before {
  content: "\f379";
}

.t-icon-crop-din:before {
  content: "\f37a";
}

.t-icon-crop-landscape:before {
  content: "\f37c";
}

.t-icon-crop-portrait:before {
  content: "\f37d";
}

.t-icon-crop-square:before {
  content: "\f37e";
}

.t-icon-exposure-alt:before {
  content: "\f37f";
}

.t-icon-exposure:before {
  content: "\f380";
}

.t-icon-filter-b-and-w:before {
  content: "\f381";
}

.t-icon-filter-center-focus:before {
  content: "\f382";
}

.t-icon-filter-frames:before {
  content: "\f383";
}

.t-icon-filter-tilt-shift:before {
  content: "\f384";
}

.t-icon-gradient:before {
  content: "\f385";
}

.t-icon-grain:before {
  content: "\f386";
}

.t-icon-graphic-eq:before {
  content: "\f387";
}

.t-icon-hdr-off:before {
  content: "\f388";
}

.t-icon-hdr-strong:before {
  content: "\f389";
}

.t-icon-hdr-weak:before {
  content: "\f38a";
}

.t-icon-hdr:before {
  content: "\f38b";
}

.t-icon-iridescent:before {
  content: "\f38c";
}

.t-icon-leak-off:before {
  content: "\f38d";
}

.t-icon-leak:before {
  content: "\f38e";
}

.t-icon-looks:before {
  content: "\f38f";
}

.t-icon-loupe:before {
  content: "\f390";
}

.t-icon-panorama-horizontal:before {
  content: "\f391";
}

.t-icon-panorama-vertical:before {
  content: "\f392";
}

.t-icon-panorama-wide-angle:before {
  content: "\f393";
}

.t-icon-slideshow:before {
  content: "\f397";
}

.t-icon-texture:before {
  content: "\f398";
}

.t-icon-tonality:before {
  content: "\f399";
}

.t-icon-vignette:before {
  content: "\f39a";
}

.t-icon-wb-auto:before {
  content: "\f39b";
}

.t-icon-ungroup:before {
  content: "\f3ed";
}

.t-icon-group:before {
  content: "\f3e9";
}

.t-icon-navigation:before {
  content: "\f1a1";
}

.t-icon-compass:before {
  content: "\f152";
}

.t-icon-pin:before {
  content: "\f1ab";
}

.t-icon-pin-off:before {
  content: "\f1aa";
}

.t-icon-pin-drop:before {
  content: "\f1a8";
}

.t-icon-pin-person:before {
  content: "\e56a";
}

.t-icon-pin-edit:before {
  content: "\e568";
}

.t-icon-pin-previous:before {
  content: "\e935";
}

.t-icon-pin-next:before {
  content: "\e936";
}

.t-icon-pin-add:before {
  content: "\e938";
}

.t-icon-pin-delete:before {
  content: "\e937";
}

.t-icon-pin-account:before {
  content: "\f1a6";
}

.t-icon-graduation-cap:before {
  content: "\f174";
}

.t-icon-pin-assistant:before {
  content: "\f1a7";
}

.t-icon-pin-help:before {
  content: "\f1a9";
}

.t-icon-gas-station:before {
  content: "\f16f";
}

.t-icon-airline-seat-flat-angled:before {
  content: "\f3ca";
}

.t-icon-airline-seat-flat:before {
  content: "\f3cb";
}

.t-icon-airline-seat-individual-suite:before {
  content: "\f3cc";
}

.t-icon-airline-seat-legroom-extra:before {
  content: "\f3cd";
}

.t-icon-airline-seat-legroom-normal:before {
  content: "\f3ce";
}

.t-icon-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}

.t-icon-airline-seat-recline-extra:before {
  content: "\f3d0";
}

.t-icon-airline-seat-recline-normal:before {
  content: "\f3d1";
}

.t-icon-flight-land:before {
  content: "\f3d8";
}

.t-icon-flight-takeoff:before {
  content: "\f3d9";
}

.t-icon-subway:before {
  content: "\f1d5";
}

.t-icon-bus:before {
  content: "\f121";
}

.t-icon-railway:before {
  content: "\f1b3";
}

.t-icon-vehicle-group:before {
  content: "\e921";
}

.t-icon-vehicle-configuration:before {
  content: "\e93f";
}

.t-icon-fleet-wide:before {
  content: "\e91e";
}

.t-icon-fleet-configuration:before {
  content: "\e956";
}

.t-icon-conductor:before {
  content: "\e91a";
}

.t-icon-driver:before {
  content: "\e91b";
}

.t-icon-bogie:before {
  content: "\e944";
}

.t-icon-track:before {
  content: "\e943";
}

.t-icon-train-wheel:before {
  content: "\e942";
}

.t-icon-courtroom:before {
  content: "\e912";
}

.t-icon-hospital-alt:before {
  content: "\f176";
}

.t-icon-store-24:before {
  content: "\f1d3";
}

.t-icon-plaster:before {
  content: "\f1ad";
}

.t-icon-hospital:before {
  content: "\f177";
}

.t-icon-hotel:before {
  content: "\f178";
}

.t-icon-seat:before {
  content: "\f1c4";
}

.t-icon-balance:before {
  content: "\f112";
}

.t-icon-institutions:before {
  content: "\e910";
}

.t-icon-local:before {
  content: "\e913";
}

.t-icon-authorities:before {
  content: "\e919";
}

.t-icon-parliaments:before {
  content: "\e917";
}

.t-icon-map:before {
  content: "\f196";
}

.t-icon-nature:before {
  content: "\f1a0";
}

.t-icon-nature-people:before {
  content: "\f19f";
}

.t-icon-bike:before {
  content: "\f117";
}

.t-icon-boat:before {
  content: "\f11a";
}

.t-icon-car-taxi:before {
  content: "\f123";
}

.t-icon-car-wash:before {
  content: "\f124";
}

.t-icon-car:before {
  content: "\f125";
}

.t-icon-truck:before {
  content: "\f1e6";
}

.t-icon-city:before {
  content: "\f132";
}

.t-icon-city-alt:before {
  content: "\f133";
}

.t-icon-store:before {
  content: "\f1d4";
}

.t-icon-cocktail:before {
  content: "\f137";
}

.t-icon-coffee:before {
  content: "\f13b";
}

.t-icon-cutlery:before {
  content: "\f153";
}

.t-icon-pizza:before {
  content: "\f1ac";
}

.t-icon-cake:before {
  content: "\f122";
}

.t-icon-drink:before {
  content: "\f157";
}

.t-icon-parking:before {
  content: "\f1a5";
}

.t-icon-traffic:before {
  content: "\f1e2";
}

.t-icon-turning-sign:before {
  content: "\f1e7";
}

.t-icon-layers-off:before {
  content: "\f18b";
}

.t-icon-layers:before {
  content: "\f18c";
}

.t-icon-washing-machine:before {
  content: "\f1e9";
}

.t-icon-notifications:before {
  content: "\f1fe";
}

.t-icon-notifications-off:before {
  content: "\f1fc";
}

.t-icon-notifications-none:before {
  content: "\f1fb";
}

.t-icon-notifications-active:before {
  content: "\f1f9";
}

.t-icon-notifications-add:before {
  content: "\f1fa";
}

.t-icon-notifications-paused:before {
  content: "\f1fd";
}

.t-icon-alert-circle-o:before {
  content: "\f1f0";
}

.t-icon-alert-circle:before {
  content: "\f1f1";
}

.t-icon-alert-octagon:before {
  content: "\f1f2";
}

.t-icon-alert-polygon:before {
  content: "\f1f3";
}

.t-icon-alert-triangle:before {
  content: "\f1f4";
}

.t-icon-help-outline:before {
  content: "\f1f5";
}

.t-icon-help:before {
  content: "\f1f6";
}

.t-icon-info-outline:before {
  content: "\f1f7";
}

.t-icon-info:before {
  content: "\f1f8";
}

.t-icon-account:before {
  content: "\f207";
}

.t-icon-account-o:before {
  content: "\f206";
}

.t-icon-account-circle:before {
  content: "\f205";
}

.t-icon-account-add:before {
  content: "\f1ff";
}

.t-icon-account-next:before {
  content: "\e94c";
}

.t-icon-account-speak:before {
  content: "\e91f";
}

.t-icon-accounts:before {
  content: "\f20d";
}

.t-icon-accounts-outline:before {
  content: "\f20c";
}

.t-icon-accounts-alt:before {
  content: "\f209";
}

.t-icon-accounts-add:before {
  content: "\f208";
}

.t-icon-account-box-mail:before {
  content: "\f200";
}

.t-icon-account-box-o:before {
  content: "\f201";
}

.t-icon-account-box-phone:before {
  content: "\f202";
}

.t-icon-account-box:before {
  content: "\f203";
}

.t-icon-account-calendar:before {
  content: "\f204";
}

.t-icon-accounts-list-alt:before {
  content: "\f20a";
}

.t-icon-accounts-list:before {
  content: "\f20b";
}

.t-icon-face:before {
  content: "\f20e";
}

.t-icon-mood-bad:before {
  content: "\f213";
}

.t-icon-mood:before {
  content: "\f214";
}

.t-icon-mood-dissatisfied:before {
  content: "\e811";
}

.t-icon-mood-neutral:before {
  content: "\e812";
}

.t-icon-mood-satisfied:before {
  content: "\e813";
}

.t-icon-mood-very-dissatisfied:before {
  content: "\e814";
}

.t-icon-mood-very-satisfied:before {
  content: "\e815";
}

.t-icon-male-alt:before {
  content: "\f210";
}

.t-icon-female:before {
  content: "\f20f";
}

.t-icon-male-female:before {
  content: "\f211";
}

.t-icon-male:before {
  content: "\f212";
}

.t-icon-run:before {
  content: "\f215";
}

.t-icon-walk:before {
  content: "\f216";
}

.t-icon-collaborative:before {
  content: "\e901";
}

.t-icon-interpreter:before {
  content: "\e902";
}

.t-icon-training:before {
  content: "\e90f";
}

.t-icon-rental:before {
  content: "\e914";
}

.t-icon-e-learning:before {
  content: "\e903";
}

.t-icon-group-work:before {
  content: "\f3dc";
}

.t-icon-sign-language:before {
  content: "\e904";
}

.t-icon-share:before {
  content: "\f35b";
}

.t-icon-500px:before {
  content: "\f3ee";
}

.t-icon-8tracks:before {
  content: "\f3ef";
}

.t-icon-amazon:before {
  content: "\f3f0";
}

.t-icon-android:before {
  content: "\f33b";
}

.t-icon-android-alt:before {
  content: "\f33a";
}

.t-icon-apple:before {
  content: "\f33c";
}

.t-icon-behance:before {
  content: "\f33d";
}

.t-icon-blogger:before {
  content: "\f3f1";
}

.t-icon-codepen:before {
  content: "\f33e";
}

.t-icon-delicious:before {
  content: "\f3f2";
}

.t-icon-disqus:before {
  content: "\f3f3";
}

.t-icon-dribbble:before {
  content: "\f33f";
}

.t-icon-dropbox:before {
  content: "\f340";
}

.t-icon-evernote:before {
  content: "\f341";
}

.t-icon-facebook:before {
  content: "\f343";
}

.t-icon-facebook-box:before {
  content: "\f342";
}

.t-icon-flattr:before {
  content: "\f3f4";
}

.t-icon-flickr:before {
  content: "\f3f5";
}

.t-icon-github:before {
  content: "\f345";
}

.t-icon-github-alt:before {
  content: "\f3f6";
}

.t-icon-github-box:before {
  content: "\f344";
}

.t-icon-google:before {
  content: "\f34e";
}

.t-icon-google-drive:before {
  content: "\f346";
}

.t-icon-google-earth:before {
  content: "\f347";
}

.t-icon-google-glass:before {
  content: "\f348";
}

.t-icon-google-maps:before {
  content: "\f349";
}

.t-icon-google-old:before {
  content: "\f3f7";
}

.t-icon-google-pages:before {
  content: "\f34a";
}

.t-icon-google-play:before {
  content: "\f34b";
}

.t-icon-google-plus:before {
  content: "\f34d";
}

.t-icon-google-plus-box:before {
  content: "\f34c";
}

.t-icon-instagram:before {
  content: "\f34f";
}

.t-icon-lastfm:before {
  content: "\f355";
}

.t-icon-linkedin:before {
  content: "\f3f8";
}

.t-icon-linkedin-box:before {
  content: "\f356";
}

.t-icon-odnoklassniki:before {
  content: "\f3f9";
}

.t-icon-outlook:before {
  content: "\f3fa";
}

.t-icon-paypal:before {
  content: "\f357";
}

.t-icon-paypal-alt:before {
  content: "\f3fb";
}

.t-icon-pinterest:before {
  content: "\f3fc";
}

.t-icon-pinterest-box:before {
  content: "\f358";
}

.t-icon-playstation:before {
  content: "\f3fd";
}

.t-icon-pocket:before {
  content: "\f359";
}

.t-icon-reddit:before {
  content: "\f3fe";
}

.t-icon-skype:before {
  content: "\f3ff";
}

.t-icon-slideshare:before {
  content: "\f400";
}

.t-icon-soundcloud:before {
  content: "\f401";
}

.t-icon-stackoverflow:before {
  content: "\f35c";
}

.t-icon-steam:before {
  content: "\f35e";
}

.t-icon-steam-square:before {
  content: "\f35d";
}

.t-icon-tumblr:before {
  content: "\f402";
}

.t-icon-twitch:before {
  content: "\f403";
}

.t-icon-twitter:before {
  content: "\f360";
}

.t-icon-twitter-box:before {
  content: "\f35f";
}

.t-icon-vimeo:before {
  content: "\f404";
}

.t-icon-vk:before {
  content: "\f361";
}

.t-icon-whatsapp:before {
  content: "\f405";
}

.t-icon-wikipedia:before {
  content: "\f362";
}

.t-icon-windows:before {
  content: "\f363";
}

.t-icon-xbox:before {
  content: "\f406";
}

.t-icon-yahoo:before {
  content: "\f407";
}

.t-icon-youtube:before {
  content: "\f409";
}

.t-icon-youtube-play:before {
  content: "\f408";
}

.t-icon-apps:before {
  content: "\f313";
}

.t-icon-grid:before {
  content: "\f315";
}

.t-icon-grid-off:before {
  content: "\f314";
}

.t-icon-view-comfy:before {
  content: "\f31a";
}

.t-icon-view-module:before {
  content: "\f321";
}

.t-icon-view-headline:before {
  content: "\f31e";
}

.t-icon-view-list-alt:before {
  content: "\f31f";
}

.t-icon-view-toc:before {
  content: "\f325";
}

.t-icon-storage:before {
  content: "\f1d2";
}

.t-icon-dns:before {
  content: "\f156";
}

.t-icon-view-agenda:before {
  content: "\f316";
}

.t-icon-view-stream:before {
  content: "\f323";
}

.t-icon-view-list:before {
  content: "\f320";
}

.t-icon-view-array:before {
  content: "\f317";
}

.t-icon-view-carousel:before {
  content: "\f318";
}

.t-icon-vibration:before {
  content: "\f3e7";
}

.t-icon-view-column:before {
  content: "\f319";
}

.t-icon-view-week:before {
  content: "\f327";
}

.t-icon-column-add:before {
  content: "\e932";
}

.t-icon-view-compact:before {
  content: "\f31b";
}

.t-icon-view-quilt:before {
  content: "\f322";
}

.t-icon-view-web:before {
  content: "\f326";
}

.t-icon-view-subtitles:before {
  content: "\f324";
}

.t-icon-view-dashboard:before {
  content: "\f31c";
}

.t-icon-view-day:before {
  content: "\f31d";
}

.t-icon-view-text:before {
  content: "\e86d";
}

.t-icon-view-image-text:before {
  content: "\e060";
}

.t-icon-view-panel-bottom-right:before {
  content: "\e06b";
}

.t-icon-view-panel-bottom:before {
  content: "\e06c";
}

.t-icon-view-panel-top-left:before {
  content: "\e06e";
}

.t-icon-view-list-top:before {
  content: "\e06d";
}

.t-icon-picture-in-picture:before {
  content: "\f396";
}

.t-icon-tab-unselected:before {
  content: "\f1d7";
}

.t-icon-tab:before {
  content: "\f1d8";
}

.t-icon-photo-size-select-large:before {
  content: "\f394";
}

.t-icon-photo-size-select-small:before {
  content: "\f395";
}

.t-icon-move-bottom:before {
  content: "\e16d";
}

.t-icon-format-line-spacing:before {
  content: "\f246";
}

.t-icon-sort-asc:before {
  content: "\f1cf";
}

.t-icon-sort-desc:before {
  content: "\f1d0";
}

.t-icon-sort-amount-desc:before {
  content: "\f1ce";
}

.t-icon-sort-amount-asc:before {
  content: "\f1cd";
}

.t-icon-align-top-circle-o:before {
  content: "\e94d";
}

.t-icon-align-middle-circle-o:before {
  content: "\e94e";
}

.t-icon-align-bottom-circle-o:before {
  content: "\e94f";
}

.t-icon-align-left-circle-o:before {
  content: "\e950";
}

.t-icon-align-center-circle-o:before {
  content: "\e951";
}

.t-icon-align-right-circle-o:before {
  content: "\e952";
}

.t-icon-align-top-rectangle:before {
  content: "\e957";
}

.t-icon-align-middle-rectangle:before {
  content: "\e958";
}

.t-icon-align-bottom-rectangle:before {
  content: "\e959";
}

.t-icon-distribute-vertical-rectangle:before {
  content: "\e95a";
}

.t-icon-align-left-rectangle:before {
  content: "\e95b";
}

.t-icon-align-center-rectangle:before {
  content: "\e95c";
}

.t-icon-align-right-rectangle:before {
  content: "\e95d";
}

.t-icon-distribute-horizontal-rectangle:before {
  content: "\e95e";
}

.t-icon-size-height-rectangle:before {
  content: "\e95f";
}

.t-icon-size-width-rectangle:before {
  content: "\e960";
}

.t-icon-size-height-width-rectangle:before {
  content: "\e961";
}

.t-icon-zoom-in:before {
  content: "\f1ee";
}

.t-icon-zoom-out:before {
  content: "\f1ef";
}

.t-icon-window-maximize:before {
  content: "\f1ea";
}

.t-icon-window-minimize:before {
  content: "\f1eb";
}

.t-icon-window-restore:before {
  content: "\f1ec";
}

.t-icon-fullscreen-alt:before {
  content: "\f16b";
}

.t-icon-fullscreen-exit:before {
  content: "\f16c";
}

.t-icon-fullscreen:before {
  content: "\f16d";
}

.t-icon-crop-free:before {
  content: "\f37b";
}

.t-icon-aspect-ratio-alt:before {
  content: "\f364";
}

.t-icon-aspect-ratio:before {
  content: "\f365";
}

.t-icon-widgets:before {
  content: "\f328";
}

.t-icon-shape:before {
  content: "\f3eb";
}

.t-icon-tree:before {
  content: "\e930";
}

.t-icon-tree-outline:before {
  content: "\e931";
}

.t-icon-search-in-page:before {
  content: "\f1c1";
}

.t-icon-calendar-alt:before {
  content: "\f32e";
}

.t-icon-calendar-check:before {
  content: "\f32f";
}

.t-icon-calendar-close:before {
  content: "\f330";
}

.t-icon-calendar-note:before {
  content: "\f331";
}

.t-icon-calendar:before {
  content: "\f332";
}

.t-icon-calendar-range:before {
  content: "\e916";
}

.t-icon-time:before {
  content: "\f337";
}

.t-icon-time-filled:before {
  content: "\e924";
}

.t-icon-time-restore:before {
  content: "\f336";
}

.t-icon-time-forward:before {
  content: "\e923";
}

.t-icon-timer:before {
  content: "\f339";
}

.t-icon-timer-off:before {
  content: "\f338";
}

.t-icon-alarm-check:before {
  content: "\f329";
}

.t-icon-alarm-off:before {
  content: "\f32a";
}

.t-icon-alarm-plus:before {
  content: "\f32b";
}

.t-icon-alarm-snooze:before {
  content: "\f32c";
}

.t-icon-alarm:before {
  content: "\f32d";
}

.t-icon-time-countdown:before {
  content: "\f333";
}

.t-icon-time-interval:before {
  content: "\f334";
}

.t-icon-time-restore-setting:before {
  content: "\f335";
}

.t-icon-collection-item-1:before {
  content: "\f141";
}

.t-icon-collection-item-2:before {
  content: "\f142";
}

.t-icon-collection-item-3:before {
  content: "\f143";
}

.t-icon-collection-item-4:before {
  content: "\f144";
}

.t-icon-collection-item-5:before {
  content: "\f145";
}

.t-icon-collection-item-6:before {
  content: "\f146";
}

.t-icon-collection-item-7:before {
  content: "\f147";
}

.t-icon-collection-item-8:before {
  content: "\f148";
}

.t-icon-collection-item-9-plus:before {
  content: "\f149";
}

.t-icon-collection-item-9:before {
  content: "\f14a";
}

.t-icon-n-1-square:before {
  content: "\f3bd";
}

.t-icon-n-2-square:before {
  content: "\f3be";
}

.t-icon-n-3-square:before {
  content: "\f3bf";
}

.t-icon-n-4-square:before {
  content: "\f3c0";
}

.t-icon-n-5-square:before {
  content: "\f3c1";
}

.t-icon-n-6-square:before {
  content: "\f3c2";
}

.t-icon-neg-1:before {
  content: "\f3c3";
}

.t-icon-neg-2:before {
  content: "\f3c4";
}

.t-icon-plus-1:before {
  content: "\f3c5";
}

.t-icon-plus-2:before {
  content: "\f3c6";
}

.t-icon-sec-10:before {
  content: "\f3c7";
}

.t-icon-sec-3:before {
  content: "\f3c8";
}

.t-icon-zero:before {
  content: "\f3c9";
}

/*FIXED COLORS OVERRIDES FOR FILE ICONS*/
.t-icon-file-excel:before {
  color: #1e7145;
}

.t-icon-file-pdf:before {
  color: #d40b0b;
}

.t-icon-file-powerpoint:before {
  color: #d04525;
}

.t-icon-file-publisher:before {
  color: #087366;
}

.t-icon-file-word:before {
  color: #2b5797;
}

.t-icon-file-access:before {
  color: #a13638;
}

/* DEPRECATED - Old names of icons, before rename */
.t-icon-e-assessment-black:before {
  content: "\e900";
}

.t-icon-collaborative-black:before {
  content: "\e901";
}

.t-icon-interpreter-black:before {
  content: "\e902";
}

.t-icon-e-learning-black:before {
  content: "\e903";
}

.t-icon-sign-language-black:before {
  content: "\e904";
}

.t-icon-legacy-black:before {
  content: "\e905";
}

.t-icon-plug-play-black:before {
  content: "\e906";
}

.t-icon-infrared-black:before {
  content: "\e907";
}

.t-icon-custom-black:before {
  content: "\e908";
}

.t-icon-software-black:before {
  content: "\e909";
}

.t-icon-accessories-black:before {
  content: "\e90a";
}

.t-icon-healthcare-black:before {
  content: "\e90b";
}

.t-icon-publishers-black:before {
  content: "\e90e";
}

.t-icon-training-black:before {
  content: "\e90f";
}

.t-icon-institutions-black:before {
  content: "\e910";
}

.t-icon-corporate-black:before {
  content: "\e911";
}

.t-icon-courtroom-black:before {
  content: "\e912";
}

.t-icon-local-black:before {
  content: "\e913";
}

.t-icon-rental-black:before {
  content: "\e914";
}

.t-icon-parliaments-black:before {
  content: "\e917";
}

.t-icon-authorities-black:before {
  content: "\e919";
}

.t-icon-conductor-black:before {
  content: "\e91a";
}

.t-icon-driver-black:before {
  content: "\e91b";
}

.t-icon-flexibility-black:before {
  content: "\e91c";
}

.t-icon-effectiveness-black:before {
  content: "\e91d";
}

.t-icon-fleet-wide-black:before {
  content: "\e91e";
}

.t-icon-cutting-edge-black:before {
  content: "\e920";
}

.t-icon-no-non-sense-black:before {
  content: "\e940";
}

.t-icon-simulation-black:before {
  content: "\e941";
}

.t-icon-train-wheel-black:before {
  content: "\e942";
}

.t-icon-track-black:before {
  content: "\e943";
}

.t-icon-bogie-black:before {
  content: "\e944";
}

.t-icon-api-black:before {
  content: "\e945";
}

.page {
  min-height: 100%;
  height: auto;
  background-image: var(--var-background);
  background-position: top, center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page .contentblockwrapper {
  padding: 0;
}
@media (min-width: 600px) {
  .page .contentblockwrapper {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
}
.page .contentblockwrapper .contentblock {
  padding: 20px 10px;
  flex-direction: column;
  align-items: center;
  border: none;
}
@media (min-width: 600px) {
  .page .contentblockwrapper .contentblock {
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  .page .contentblockwrapper .contentblock p-inputOtp {
    gap: 2px;
  }
}
.page .contentblockwrapper .contentblock section {
  padding: 0;
}
.page .contentblockwrapper .contentblock h2 {
  margin-bottom: 30px;
}

.header {
  width: 100%;
  height: 36px;
  min-height: 36px;
  background-color: #282c2e;
  display: flex;
  align-items: center;
  background-color: #a6cf39;
  background-color: var(--var-color-header, #a6cf39);
  border-bottom-width: 0;
  border-bottom-width: var(--var-header-border-width, 0);
  border-bottom-style: none;
  border-bottom-style: var(--var-header-border-style, none);
  border-bottom-color: #a6cf39;
  border-bottom-color: var(--var-color-header-border, #a6cf39);
  height: 75px;
  min-height: 75px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 2;
}
.header .logo {
  width: 105px;
  height: 36px;
  background-color: #a6cf39;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105.347 18"><defs><style>.a{fill:%23fff;}</style></defs><rect class="a" width="3.012" height="17.99" transform="translate(40.282)"/><rect class="a" width="3.012" height="2.233" transform="translate(82.972)"/><rect class="a" width="3.012" height="13.861" transform="translate(82.972 4.129)"/><path class="a" d="M2.889,22.169s-.113,5.348,3.452,5.348h8.206s3.207-.154,3.207-5.348H15.08c0,3.053-2.315,2.981-2.315,2.981H7.745c-2.285,0-2.182-2.981-2.182-2.981V16.535H17.549V13.912H5.563V10.9H2.889v3.012H0v2.623H2.9l-.01,5.635Z" transform="translate(0 -9.783)"/><path class="a" d="M620.6,40.3h3.647l5.86,10.5,5.573-10.5h3.2l-7.141,13.861H628.6Z" transform="translate(-557.021 -36.171)"/><path class="a" d="M884.515,48.586v.6a2.907,2.907,0,0,1-2.909,2.91h-5.286a2.908,2.908,0,0,1-2.909-2.91V45.461a2.908,2.908,0,0,1,2.909-2.91h5.286a2.907,2.907,0,0,1,2.909,2.91v.461h2.51v-1.3A4.215,4.215,0,0,0,882.8,40.4h-7.684a4.215,4.215,0,0,0-4.221,4.221V50.04a4.215,4.215,0,0,0,4.221,4.221H882.8a4.215,4.215,0,0,0,4.221-4.221V48.6l-2.51-.01Z" transform="translate(-781.679 -36.261)"/><path class="a" d="M468.4,40.3h-7.684a4.221,4.221,0,0,0-4.221,4.221V49.93a4.215,4.215,0,0,0,4.221,4.221H468.4a4.215,4.215,0,0,0,4.221-4.221v-1.1h-2.51v.246a2.908,2.908,0,0,1-2.91,2.91h-5.286a2.908,2.908,0,0,1-2.91-2.91V47.871h13.615v-3.35A4.221,4.221,0,0,0,468.4,40.3Zm-9.394,5.2v-.143a2.908,2.908,0,0,1,2.91-2.91h5.286a2.908,2.908,0,0,1,2.91,2.91V45.5Z" transform="translate(-409.733 -36.171)"/><path class="a" d="M217.8,40.3h-7.684a4.221,4.221,0,0,0-4.221,4.221V49.93a4.215,4.215,0,0,0,4.221,4.221H217.8a4.221,4.221,0,0,0,4.221-4.221v-1.1h-2.51v.246a2.908,2.908,0,0,1-2.91,2.91h-5.286a2.908,2.908,0,0,1-2.91-2.91V47.871h13.615v-3.35A4.221,4.221,0,0,0,217.8,40.3Zm-9.394,5.2v-.143a2.908,2.908,0,0,1,2.91-2.91h5.286a2.908,2.908,0,0,1,2.91,2.91V45.5Z" transform="translate(-184.806 -36.171)"/></svg>');
  background-position: center center;
  background-size: 65px auto;
  background-repeat: no-repeat;
}
@media (max-width: 769px) {
  .header .logo {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.754 16.617"><defs><style>.a{fill:%23fff;}</style></defs><path class="a" d="M2.889,22.169s-.113,5.348,3.452,5.348h8.206s3.207-.154,3.207-5.348H15.08c0,3.053-2.315,2.981-2.315,2.981H7.745c-2.285,0-2.182-2.981-2.182-2.981V16.535H17.549V13.912H5.563V10.9H2.889v3.012H0v2.623H2.9l-.01,5.635Z" transform="translate(0 -10.9)"/></svg>');
    background-size: 15px auto;
    width: 50px;
  }
}
.header .product {
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  flex-grow: 1;
}
.header .product label {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
}
.header .product a {
  font-weight: 600;
  color: #282c2e;
  text-decoration: none;
  color: #ffffff;
}
.header .product a:visited, .header .product a:hover, .header .product a:focus, .header .product a:active {
  color: #282c2e;
}
.header .product a:hover, .header .product a:focus, .header .product a:active {
  border-color: var(--var-color-accent, #a6cf39);
}
.header .product a:active, .header .product a:focus {
  outline: none;
}
.header .product a:focus-visible {
  outline: 2px solid #282c2e;
}
.header .product a:focus-visible:active {
  outline: none;
}
.header .actions {
  padding-right: 20px;
}
.header .actions button,
.header .actions .button {
  margin-left: 10px;
}
.header .actions button.icon.inline,
.header .actions .button.icon.inline {
  margin-top: 2px;
  color: #ffffff;
}
.header .actions button.icon.inline:hover,
.header .actions .button.icon.inline:hover {
  background-color: #7e8082;
  border-color: #7e8082;
}
.header img {
  max-height: 75px;
  margin-left: 20px;
}
.header img.televic {
  height: 28px;
}
.header .languageSelector {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  padding: 0 30px 0 10px;
  outline: 0;
  background: none;
  margin-right: 20px;
  color: var(--var-color-header-text, #fff);
  line-height: 42px;
  height: 42px;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.header .languageSelector:focus {
  box-shadow: 0 0 0 1px #d4d5d5;
}
.header .languageSelector option {
  color: black;
}
.header .selectLanguageForm {
  position: relative;
}
.header .languageSelectorArrow:before {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: rotate(45deg);
  border-color: var(--var-color-header-text, #fff);
  height: 7px;
  width: 7px;
  margin-top: -7px;
}

.branding {
  background-color: rgba(255, 255, 255, 0.75);
  color: #535658;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #d4d5d5;
  width: 100%;
}
@media (min-width: 600px) {
  .branding {
    box-sizing: border-box;
    width: 500px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
    border-radius: 6px 6px 0 0;
    border-top: 0;
  }
}

::-ms-reveal {
  display: none;
}
