﻿:root {
    --colors-red: #d30535;
    --colors-red-light: #e34585;
    --colors-blue: #171b3d;
    --colors-white: #fff;
    --colors-black: #000;
    --item-bg-color: var(--colors-blue);
    --item-fg-color: var(--colors-white);
    --fg-color: var(--colors-black);
    --link-fg-color: var(--colors-red);
    --link-light-fg-color: var(--colors-red-light);
    --btn1-bg-color: var(--colors-white);
    --btn1-fg-color: var(--colors-blue);
    --btn2-bg-color: var(--colors-red);
    --btn2-fg-color: var(--colors-white);
    --btn3-bg-color: var(--colors-blue);
    --btn3-fg-color: var(--colors-white);
    --nav-bg-color: var(--colors-white);
    --nav-fg-color: var(--colors-black);
    --nav-hover-bg-color: var(--colors-blue);
    --nav-hover-fg-color: var(--colors-white);
}
@font-face {
  font-family: 'Regular';
  src: url('../../../content/fonts/Roboto-Regular-webfont.eot');
  src: url('../../../content/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../content/fonts/Roboto-Regular-webfont.woff') format('woff'), url('../../../content/fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../../../content/fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Light';
  src: url('../../../content/fonts/Roboto-Light-webfont.eot');
  src: url('../../../content/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../../../content/fonts/Roboto-Light-webfont.woff') format('woff'), url('../../../content/fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../../../content/fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Medium';
  src: url('../../../content/fonts/Roboto-Medium-webfont.eot');
  src: url('../../../content/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../../../content/fonts/Roboto-Medium-webfont.woff') format('woff'), url('../../../content/fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('../../../content/fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: Regular;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
}
html,
body,
.container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    background-image: linear-gradient(173deg, transparent 0, rgba(0, 0, 0, 0.1) 250px, transparent 251px);
    position: relative;
}
html a,
body a,
.container a {
  text-decoration: none;
  color: var(--colors-red);
}
html header,
body header,
.container header {
    width: 100%;

    &.new {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 64px;
        z-index: 100;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 72px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        font-family: Light;
        font-size: 30px;

        .logo {
            height: 30px;
        }
    }
}

html header.app-bar,
body header.app-bar,
.container header.app-bar {
  background: #212121;
  height: 64px;
  padding: 0 16px;
}
html header.app-bar .vitec-badge,
body header.app-bar .vitec-badge,
.container header.app-bar .vitec-badge {
  width: 48px;
  height: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--colors-red);
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
html header.app-bar .vitec-badge img,
body header.app-bar .vitec-badge img,
.container header.app-bar .vitec-badge img {
  width: 32px;
  height: 32px;
}
html header.app-bar .product-name,
body header.app-bar .product-name,
.container header.app-bar .product-name {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 8px 0 16px;
  font-family: "Medium";
}
html header .search i,
body header .search i,
.container header .search i {
  color: #ffffff;
}
html .container,
body .container,
.container .container {
  overflow-y: auto;
  margin-top: 64px;
}
html .container .main-content,
body .container .main-content,
.container .container .main-content {
  padding: 24px 72px 0;
  position: relative;
}
html .container .main-content section,
body .container .main-content section,
.container .container .main-content section {
  margin: 16px 0;
}
html .container.extended-header-template,
body .container.extended-header-template,
.container .container.extended-header-template {
  background-image: linear-gradient(to bottom, var(--colors-red), var(--colors-red) 128px, transparent 128px, transparent 100%);
}
html .container.extended-header-template .main-content,
body .container.extended-header-template .main-content,
.container .container.extended-header-template .main-content {
  padding-top: 0;
}
html .container.extended-header-template .main-content .navigation-area,
body .container.extended-header-template .main-content .navigation-area,
.container .container.extended-header-template .main-content .navigation-area {
  height: 64px;
}
html .container.extended-header-template .main-content .display1,
body .container.extended-header-template .main-content .display1,
.container .container.extended-header-template .main-content .display1,
html .container.extended-header-template .main-content .back-button,
body .container.extended-header-template .main-content .back-button,
.container .container.extended-header-template .main-content .back-button {
  color: #ffffff;
}
html .container.extended-header-template .main-content .display1 > i,
body .container.extended-header-template .main-content .display1 > i,
.container .container.extended-header-template .main-content .display1 > i,
html .container.extended-header-template .main-content .back-button > i,
body .container.extended-header-template .main-content .back-button > i,
.container .container.extended-header-template .main-content .back-button > i {
  color: #ffffff;
}
html .container.extended-header-template .main-content .back-button,
body .container.extended-header-template .main-content .back-button,
.container .container.extended-header-template .main-content .back-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
html .container.extended-header-template .main-content .back-button i,
body .container.extended-header-template .main-content .back-button i,
.container .container.extended-header-template .main-content .back-button i {
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  body .container header.new {
    padding: 0 16px;
  }
  body .container .main-content {
    padding: 24px 16px 0;
  }
  body .container.extended-header-template .main-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .product-name {
    font-size: 13px;
  }
}
/**
* defines a flexbox container
*/
.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.inline-flexbox {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
/**
* layout flow direction
*/
.flexbox.horizontal {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flexbox.horizontal-nowrap {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.flexbox.vertical {
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.flexbox.vertical-nowrap {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
/**
* define layout of children
*/
.flexbox.layout-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  ms-align-content: flex-start;
  align-content: flex-start;
}
.flexbox.layout-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  ms-align-content: flex-end;
  align-content: flex-end;
}
.flexbox.layout-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  ms-align-content: center;
  align-content: center;
}
.flexbox.layout-spaced {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  ms-align-content: space-between;
  align-content: space-between;
}
.flexbox.layout-stretched {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  ms-align-content: stretch;
  align-content: stretch;
}
/**
* horizantal alignment along the main axis
*/
.flexbox.align-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flexbox.align-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flexbox.centered {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flexbox.justify {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
/**
* vertical alignment along the cross axis
*/
.flexbox.top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.flexbox.bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.flexbox.middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flexbox.stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
/**
* define a child's flexibility and behaviour
*/
.flexbox > .flexible {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flexbox > .fixed {
  -webkit-flex: noflex;
  -moz-flex: noflex;
  -ms-flex: noflex;
  flex: noflex;
}
.card-panel {
  padding: 1rem;
  margin: 8px 8px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #ffffff;
}
.card {
  position: relative;
  overflow: hidden;
  margin: 8px 16px 8px 0;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  min-width: 240px;
  width: 320px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.card .card-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
}
.card .card-title.activator {
  cursor: pointer;
}
.card a {
  color: var(--colors-red);
  margin-right: 16px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card.small {
  height: 300px;
  position: relative;
}
.card.small .card-image {
  overflow: hidden;
  height: 150px;
}
.card.small .card-content {
  overflow: hidden;
  height: 150px;
}
.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
.card .card-content {
  padding: 16px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content .card-title {
  line-height: 48px;
}
.card .card-action {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px;
  font-size: 14px;
}
.card .card-reveal {
  padding: 16px;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.z-depth-1,
.menu-wrap,
.card-panel,
.card,
.paper,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
ul.side-nav.full,
ul.side-nav.fixed {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-floating:hover,
.modal {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
i {
  line-height: inherit;
  font-size: 24px;
  margin: 8px;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.small {
  font-size: 16px;
}
i.medium {
  font-size: 32px;
}
i.large {
  font-size: 40px;
}
@font-face {
  font-family: "Material-Design-Icons";
  src: url("../../../content/fonts/icons/material-design-icons/Material-Design-Icons.eot?-g7cqhn");
  src: url("../../../content/fonts/icons/material-design-icons/Material-Design-Icons.eot?#iefix-g7cqhn") format("embedded-opentype"), url("../../../content/fonts/icons/material-design-icons.woff?-g7cqhn") format("woff"), url("../../../content/fonts/icons/material-design-icons/Material-Design-Icons.ttf?-g7cqhn") format("truetype"), url("../../../content/fonts/icons/material-design-icons/Material-Design-Icons.svg?-g7cqhn#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="mdi-"],
.select-wrapper span.select-dropdown:after,
[class*=" mdi-"] {
  font-family: "Material-Design-Icons";
  color: rgba(0, 0, 0, 0.54);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mdi-action-3d-rotation:before {
  content: "\e600";
}
.mdi-action-accessibility:before {
  content: "\e601";
}
.mdi-action-account-balance:before {
  content: "\e602";
}
.mdi-action-account-balance-wallet:before {
  content: "\e603";
}
.mdi-action-account-box:before {
  content: "\e604";
}
.mdi-action-account-child:before {
  content: "\e605";
}
.mdi-action-account-circle:before {
  content: "\e606";
}
.mdi-action-add-shopping-cart:before {
  content: "\e607";
}
.mdi-action-alarm:before {
  content: "\e608";
}
.mdi-action-alarm-add:before {
  content: "\e609";
}
.mdi-action-alarm-off:before {
  content: "\e60a";
}
.mdi-action-alarm-on:before {
  content: "\e60b";
}
.mdi-action-android:before {
  content: "\e60c";
}
.mdi-action-announcement:before {
  content: "\e60d";
}
.mdi-action-aspect-ratio:before {
  content: "\e60e";
}
.mdi-action-assessment:before {
  content: "\e60f";
}
.mdi-action-assignment:before {
  content: "\e610";
}
.mdi-action-assignment-ind:before {
  content: "\e611";
}
.mdi-action-assignment-late:before {
  content: "\e612";
}
.mdi-action-assignment-return:before {
  content: "\e613";
}
.mdi-action-assignment-returned:before {
  content: "\e614";
}
.mdi-action-assignment-turned-in:before {
  content: "\e615";
}
.mdi-action-autorenew:before {
  content: "\e616";
}
.mdi-action-backup:before {
  content: "\e617";
}
.mdi-action-book:before {
  content: "\e618";
}
.mdi-action-bookmark:before {
  content: "\e619";
}
.mdi-action-bookmark-outline:before {
  content: "\e61a";
}
.mdi-action-bug-report:before {
  content: "\e61b";
}
.mdi-action-cached:before {
  content: "\e61c";
}
.mdi-action-class:before {
  content: "\e61d";
}
.mdi-action-credit-card:before {
  content: "\e61e";
}
.mdi-action-dashboard:before {
  content: "\e61f";
}
.mdi-action-delete:before {
  content: "\e620";
}
.mdi-action-description:before {
  content: "\e621";
}
.mdi-action-dns:before {
  content: "\e622";
}
.mdi-action-done:before {
  content: "\e623";
}
.mdi-action-done-all:before {
  content: "\e624";
}
.mdi-action-event:before {
  content: "\e625";
}
.mdi-action-exit-to-app:before {
  content: "\e626";
}
.mdi-action-explore:before {
  content: "\e627";
}
.mdi-action-extension:before {
  content: "\e628";
}
.mdi-action-face-unlock:before {
  content: "\e629";
}
.mdi-action-favorite:before {
  content: "\e62a";
}
.mdi-action-favorite-outline:before {
  content: "\e62b";
}
.mdi-action-find-in-page:before {
  content: "\e62c";
}
.mdi-action-find-replace:before {
  content: "\e62d";
}
.mdi-action-flip-to-back:before {
  content: "\e62e";
}
.mdi-action-flip-to-front:before {
  content: "\e62f";
}
.mdi-action-get-app:before {
  content: "\e630";
}
.mdi-action-grade:before {
  content: "\e631";
}
.mdi-action-group-work:before {
  content: "\e632";
}
.mdi-action-help:before {
  content: "\e633";
}
.mdi-action-highlight-remove:before {
  content: "\e634";
}
.mdi-action-history:before {
  content: "\e635";
}
.mdi-action-home:before {
  content: "\e636";
}
.mdi-action-https:before {
  content: "\e637";
}
.mdi-action-info:before {
  content: "\e638";
}
.mdi-action-info-outline:before {
  content: "\e639";
}
.mdi-action-input:before {
  content: "\e63a";
}
.mdi-action-invert-colors:before {
  content: "\e63b";
}
.mdi-action-label:before {
  content: "\e63c";
}
.mdi-action-label-outline:before {
  content: "\e63d";
}
.mdi-action-language:before {
  content: "\e63e";
}
.mdi-action-launch:before {
  content: "\e63f";
}
.mdi-action-list:before {
  content: "\e640";
}
.mdi-action-lock:before {
  content: "\e641";
}
.mdi-action-lock-open:before {
  content: "\e642";
}
.mdi-action-lock-outline:before {
  content: "\e643";
}
.mdi-action-loyalty:before {
  content: "\e644";
}
.mdi-action-markunread-mailbox:before {
  content: "\e645";
}
.mdi-action-note-add:before {
  content: "\e646";
}
.mdi-action-open-in-browser:before {
  content: "\e647";
}
.mdi-action-open-in-new:before {
  content: "\e648";
}
.mdi-action-open-with:before {
  content: "\e649";
}
.mdi-action-pageview:before {
  content: "\e64a";
}
.mdi-action-payment:before {
  content: "\e64b";
}
.mdi-action-perm-camera-mic:before {
  content: "\e64c";
}
.mdi-action-perm-contact-cal:before {
  content: "\e64d";
}
.mdi-action-perm-data-setting:before {
  content: "\e64e";
}
.mdi-action-perm-device-info:before {
  content: "\e64f";
}
.mdi-action-perm-identity:before {
  content: "\e650";
}
.mdi-action-perm-media:before {
  content: "\e651";
}
.mdi-action-perm-phone-msg:before {
  content: "\e652";
}
.mdi-action-perm-scan-wifi:before {
  content: "\e653";
}
.mdi-action-picture-in-picture:before {
  content: "\e654";
}
.mdi-action-polymer:before {
  content: "\e655";
}
.mdi-action-print:before {
  content: "\e656";
}
.mdi-action-query-builder:before {
  content: "\e657";
}
.mdi-action-question-answer:before {
  content: "\e658";
}
.mdi-action-receipt:before {
  content: "\e659";
}
.mdi-action-redeem:before {
  content: "\e65a";
}
.mdi-action-report-problem:before {
  content: "\e65b";
}
.mdi-action-restore:before {
  content: "\e65c";
}
.mdi-action-room:before {
  content: "\e65d";
}
.mdi-action-schedule:before {
  content: "\e65e";
}
.mdi-action-search:before {
  content: "\e65f";
}
.mdi-action-settings:before {
  content: "\e660";
}
.mdi-action-settings-applications:before {
  content: "\e661";
}
.mdi-action-settings-backup-restore:before {
  content: "\e662";
}
.mdi-action-settings-bluetooth:before {
  content: "\e663";
}
.mdi-action-settings-cell:before {
  content: "\e664";
}
.mdi-action-settings-display:before {
  content: "\e665";
}
.mdi-action-settings-ethernet:before {
  content: "\e666";
}
.mdi-action-settings-input-antenna:before {
  content: "\e667";
}
.mdi-action-settings-input-component:before {
  content: "\e668";
}
.mdi-action-settings-input-composite:before {
  content: "\e669";
}
.mdi-action-settings-input-hdmi:before {
  content: "\e66a";
}
.mdi-action-settings-input-svideo:before {
  content: "\e66b";
}
.mdi-action-settings-overscan:before {
  content: "\e66c";
}
.mdi-action-settings-phone:before {
  content: "\e66d";
}
.mdi-action-settings-power:before {
  content: "\e66e";
}
.mdi-action-settings-remote:before {
  content: "\e66f";
}
.mdi-action-settings-voice:before {
  content: "\e670";
}
.mdi-action-shop:before {
  content: "\e671";
}
.mdi-action-shopping-basket:before {
  content: "\e672";
}
.mdi-action-shopping-cart:before {
  content: "\e673";
}
.mdi-action-shop-two:before {
  content: "\e674";
}
.mdi-action-speaker-notes:before {
  content: "\e675";
}
.mdi-action-spellcheck:before {
  content: "\e676";
}
.mdi-action-star-rate:before {
  content: "\e677";
}
.mdi-action-stars:before {
  content: "\e678";
}
.mdi-action-store:before {
  content: "\e679";
}
.mdi-action-subject:before {
  content: "\e67a";
}
.mdi-action-swap-horiz:before {
  content: "\e67b";
}
.mdi-action-swap-vert:before {
  content: "\e67c";
}
.mdi-action-swap-vert-circle:before {
  content: "\e67d";
}
.mdi-action-system-update-tv:before {
  content: "\e67e";
}
.mdi-action-tab:before {
  content: "\e67f";
}
.mdi-action-tab-unselected:before {
  content: "\e680";
}
.mdi-action-theaters:before {
  content: "\e681";
}
.mdi-action-thumb-down:before {
  content: "\e682";
}
.mdi-action-thumbs-up-down:before {
  content: "\e683";
}
.mdi-action-thumb-up:before {
  content: "\e684";
}
.mdi-action-toc:before {
  content: "\e685";
}
.mdi-action-today:before {
  content: "\e686";
}
.mdi-action-track-changes:before {
  content: "\e687";
}
.mdi-action-translate:before {
  content: "\e688";
}
.mdi-action-trending-down:before {
  content: "\e689";
}
.mdi-action-trending-neutral:before {
  content: "\e68a";
}
.mdi-action-trending-up:before {
  content: "\e68b";
}
.mdi-action-turned-in:before {
  content: "\e68c";
}
.mdi-action-turned-in-not:before {
  content: "\e68d";
}
.mdi-action-verified-user:before {
  content: "\e68e";
}
.mdi-action-view-agenda:before {
  content: "\e68f";
}
.mdi-action-view-array:before {
  content: "\e690";
}
.mdi-action-view-carousel:before {
  content: "\e691";
}
.mdi-action-view-column:before {
  content: "\e692";
}
.mdi-action-view-day:before {
  content: "\e693";
}
.mdi-action-view-headline:before {
  content: "\e694";
}
.mdi-action-view-list:before {
  content: "\e695";
}
.mdi-action-view-module:before {
  content: "\e696";
}
.mdi-action-view-quilt:before {
  content: "\e697";
}
.mdi-action-view-stream:before {
  content: "\e698";
}
.mdi-action-view-week:before {
  content: "\e699";
}
.mdi-action-visibility:before {
  content: "\e69a";
}
.mdi-action-visibility-off:before {
  content: "\e69b";
}
.mdi-action-wallet-giftcard:before {
  content: "\e69c";
}
.mdi-action-wallet-membership:before {
  content: "\e69d";
}
.mdi-action-wallet-travel:before {
  content: "\e69e";
}
.mdi-action-work:before {
  content: "\e69f";
}
.mdi-alert-error:before {
  content: "\e6a0";
}
.mdi-alert-warning:before {
  content: "\e6a1";
}
.mdi-av-album:before {
  content: "\e6a2";
}
.mdi-av-timer:before {
  content: "\e6a3";
}
.mdi-av-closed-caption:before {
  content: "\e6a4";
}
.mdi-av-equalizer:before {
  content: "\e6a5";
}
.mdi-av-explicit:before {
  content: "\e6a6";
}
.mdi-av-fast-forward:before {
  content: "\e6a7";
}
.mdi-av-fast-rewind:before {
  content: "\e6a8";
}
.mdi-av-games:before {
  content: "\e6a9";
}
.mdi-av-hearing:before {
  content: "\e6aa";
}
.mdi-av-high-quality:before {
  content: "\e6ab";
}
.mdi-av-loop:before {
  content: "\e6ac";
}
.mdi-av-mic:before {
  content: "\e6ad";
}
.mdi-av-mic-none:before {
  content: "\e6ae";
}
.mdi-av-mic-off:before {
  content: "\e6af";
}
.mdi-av-movie:before {
  content: "\e6b0";
}
.mdi-av-my-library-add:before {
  content: "\e6b1";
}
.mdi-av-my-library-books:before {
  content: "\e6b2";
}
.mdi-av-my-library-music:before {
  content: "\e6b3";
}
.mdi-av-new-releases:before {
  content: "\e6b4";
}
.mdi-av-not-interested:before {
  content: "\e6b5";
}
.mdi-av-pause:before {
  content: "\e6b6";
}
.mdi-av-pause-circle-fill:before {
  content: "\e6b7";
}
.mdi-av-pause-circle-outline:before {
  content: "\e6b8";
}
.mdi-av-play-arrow:before {
  content: "\e6b9";
}
.mdi-av-play-circle-fill:before {
  content: "\e6ba";
}
.mdi-av-play-circle-outline:before {
  content: "\e6bb";
}
.mdi-av-playlist-add:before {
  content: "\e6bc";
}
.mdi-av-play-shopping-bag:before {
  content: "\e6bd";
}
.mdi-av-queue:before {
  content: "\e6be";
}
.mdi-av-queue-music:before {
  content: "\e6bf";
}
.mdi-av-radio:before {
  content: "\e6c0";
}
.mdi-av-recent-actors:before {
  content: "\e6c1";
}
.mdi-av-repeat:before {
  content: "\e6c2";
}
.mdi-av-repeat-one:before {
  content: "\e6c3";
}
.mdi-av-replay:before {
  content: "\e6c4";
}
.mdi-av-shuffle:before {
  content: "\e6c5";
}
.mdi-av-skip-next:before {
  content: "\e6c6";
}
.mdi-av-skip-previous:before {
  content: "\e6c7";
}
.mdi-av-snooze:before {
  content: "\e6c8";
}
.mdi-av-stop:before {
  content: "\e6c9";
}
.mdi-av-subtitles:before {
  content: "\e6ca";
}
.mdi-av-surround-sound:before {
  content: "\e6cb";
}
.mdi-av-videocam:before {
  content: "\e6cc";
}
.mdi-av-videocam-off:before {
  content: "\e6cd";
}
.mdi-av-video-collection:before {
  content: "\e6ce";
}
.mdi-av-volume-down:before {
  content: "\e6cf";
}
.mdi-av-volume-mute:before {
  content: "\e6d0";
}
.mdi-av-volume-off:before {
  content: "\e6d1";
}
.mdi-av-volume-up:before {
  content: "\e6d2";
}
.mdi-av-web:before {
  content: "\e6d3";
}
.mdi-communication-business:before {
  content: "\e6d4";
}
.mdi-communication-call:before {
  content: "\e6d5";
}
.mdi-communication-call-end:before {
  content: "\e6d6";
}
.mdi-communication-call-made:before {
  content: "\e6d7";
}
.mdi-communication-call-merge:before {
  content: "\e6d8";
}
.mdi-communication-call-missed:before {
  content: "\e6d9";
}
.mdi-communication-call-received:before {
  content: "\e6da";
}
.mdi-communication-call-split:before {
  content: "\e6db";
}
.mdi-communication-chat:before {
  content: "\e6dc";
}
.mdi-communication-clear-all:before {
  content: "\e6dd";
}
.mdi-communication-comment:before {
  content: "\e6de";
}
.mdi-communication-contacts:before {
  content: "\e6df";
}
.mdi-communication-dialer-sip:before {
  content: "\e6e0";
}
.mdi-communication-dialpad:before {
  content: "\e6e1";
}
.mdi-communication-dnd-on:before {
  content: "\e6e2";
}
.mdi-communication-email:before {
  content: "\e6e3";
}
.mdi-communication-forum:before {
  content: "\e6e4";
}
.mdi-communication-import-export:before {
  content: "\e6e5";
}
.mdi-communication-invert-colors-off:before {
  content: "\e6e6";
}
.mdi-communication-invert-colors-on:before {
  content: "\e6e7";
}
.mdi-communication-live-help:before {
  content: "\e6e8";
}
.mdi-communication-location-off:before {
  content: "\e6e9";
}
.mdi-communication-location-on:before {
  content: "\e6ea";
}
.mdi-communication-message:before {
  content: "\e6eb";
}
.mdi-communication-messenger:before {
  content: "\e6ec";
}
.mdi-communication-no-sim:before {
  content: "\e6ed";
}
.mdi-communication-phone:before {
  content: "\e6ee";
}
.mdi-communication-portable-wifi-off:before {
  content: "\e6ef";
}
.mdi-communication-quick-contacts-dialer:before {
  content: "\e6f0";
}
.mdi-communication-quick-contacts-mail:before {
  content: "\e6f1";
}
.mdi-communication-ring-volume:before {
  content: "\e6f2";
}
.mdi-communication-stay-current-landscape:before {
  content: "\e6f3";
}
.mdi-communication-stay-current-portrait:before {
  content: "\e6f4";
}
.mdi-communication-stay-primary-landscape:before {
  content: "\e6f5";
}
.mdi-communication-stay-primary-portrait:before {
  content: "\e6f6";
}
.mdi-communication-swap-calls:before {
  content: "\e6f7";
}
.mdi-communication-textsms:before {
  content: "\e6f8";
}
.mdi-communication-voicemail:before {
  content: "\e6f9";
}
.mdi-communication-vpn-key:before {
  content: "\e6fa";
}
.mdi-content-add:before {
  content: "\e6fb";
}
.mdi-content-add-box:before {
  content: "\e6fc";
}
.mdi-content-add-circle:before {
  content: "\e6fd";
}
.mdi-content-add-circle-outline:before {
  content: "\e6fe";
}
.mdi-content-archive:before {
  content: "\e6ff";
}
.mdi-content-backspace:before {
  content: "\e700";
}
.mdi-content-block:before {
  content: "\e701";
}
.mdi-content-clear:before {
  content: "\e702";
}
.mdi-content-content-copy:before {
  content: "\e703";
}
.mdi-content-content-cut:before {
  content: "\e704";
}
.mdi-content-content-paste:before {
  content: "\e705";
}
.mdi-content-create:before {
  content: "\e706";
}
.mdi-content-drafts:before {
  content: "\e707";
}
.mdi-content-filter-list:before {
  content: "\e708";
}
.mdi-content-flag:before {
  content: "\e709";
}
.mdi-content-forward:before {
  content: "\e70a";
}
.mdi-content-gesture:before {
  content: "\e70b";
}
.mdi-content-inbox:before {
  content: "\e70c";
}
.mdi-content-link:before {
  content: "\e70d";
}
.mdi-content-mail:before {
  content: "\e70e";
}
.mdi-content-markunread:before {
  content: "\e70f";
}
.mdi-content-redo:before {
  content: "\e710";
}
.mdi-content-remove:before {
  content: "\e711";
}
.mdi-content-remove-circle:before {
  content: "\e712";
}
.mdi-content-remove-circle-outline:before {
  content: "\e713";
}
.mdi-content-reply:before {
  content: "\e714";
}
.mdi-content-reply-all:before {
  content: "\e715";
}
.mdi-content-report:before {
  content: "\e716";
}
.mdi-content-save:before {
  content: "\e717";
}
.mdi-content-select-all:before {
  content: "\e718";
}
.mdi-content-send:before {
  content: "\e719";
}
.mdi-content-sort:before {
  content: "\e71a";
}
.mdi-content-text-format:before {
  content: "\e71b";
}
.mdi-content-undo:before {
  content: "\e71c";
}
.mdi-device-access-alarm:before {
  content: "\e71d";
}
.mdi-device-access-alarms:before {
  content: "\e71e";
}
.mdi-device-access-time:before {
  content: "\e71f";
}
.mdi-device-add-alarm:before {
  content: "\e720";
}
.mdi-device-airplanemode-off:before {
  content: "\e721";
}
.mdi-device-airplanemode-on:before {
  content: "\e722";
}
.mdi-device-battery-20:before {
  content: "\e723";
}
.mdi-device-battery-30:before {
  content: "\e724";
}
.mdi-device-battery-50:before {
  content: "\e725";
}
.mdi-device-battery-60:before {
  content: "\e726";
}
.mdi-device-battery-80:before {
  content: "\e727";
}
.mdi-device-battery-90:before {
  content: "\e728";
}
.mdi-device-battery-alert:before {
  content: "\e729";
}
.mdi-device-battery-charging-20:before {
  content: "\e72a";
}
.mdi-device-battery-charging-30:before {
  content: "\e72b";
}
.mdi-device-battery-charging-50:before {
  content: "\e72c";
}
.mdi-device-battery-charging-60:before {
  content: "\e72d";
}
.mdi-device-battery-charging-80:before {
  content: "\e72e";
}
.mdi-device-battery-charging-90:before {
  content: "\e72f";
}
.mdi-device-battery-charging-full:before {
  content: "\e730";
}
.mdi-device-battery-full:before {
  content: "\e731";
}
.mdi-device-battery-std:before {
  content: "\e732";
}
.mdi-device-battery-unknown:before {
  content: "\e733";
}
.mdi-device-bluetooth:before {
  content: "\e734";
}
.mdi-device-bluetooth-connected:before {
  content: "\e735";
}
.mdi-device-bluetooth-disabled:before {
  content: "\e736";
}
.mdi-device-bluetooth-searching:before {
  content: "\e737";
}
.mdi-device-brightness-auto:before {
  content: "\e738";
}
.mdi-device-brightness-high:before {
  content: "\e739";
}
.mdi-device-brightness-low:before {
  content: "\e73a";
}
.mdi-device-brightness-medium:before {
  content: "\e73b";
}
.mdi-device-data-usage:before {
  content: "\e73c";
}
.mdi-device-developer-mode:before {
  content: "\e73d";
}
.mdi-device-devices:before {
  content: "\e73e";
}
.mdi-device-dvr:before {
  content: "\e73f";
}
.mdi-device-gps-fixed:before {
  content: "\e740";
}
.mdi-device-gps-not-fixed:before {
  content: "\e741";
}
.mdi-device-gps-off:before {
  content: "\e742";
}
.mdi-device-location-disabled:before {
  content: "\e743";
}
.mdi-device-location-searching:before {
  content: "\e744";
}
.mdi-device-multitrack-audio:before {
  content: "\e745";
}
.mdi-device-network-cell:before {
  content: "\e746";
}
.mdi-device-network-wifi:before {
  content: "\e747";
}
.mdi-device-nfc:before {
  content: "\e748";
}
.mdi-device-now-wallpaper:before {
  content: "\e749";
}
.mdi-device-now-widgets:before {
  content: "\e74a";
}
.mdi-device-screen-lock-landscape:before {
  content: "\e74b";
}
.mdi-device-screen-lock-portrait:before {
  content: "\e74c";
}
.mdi-device-screen-lock-rotation:before {
  content: "\e74d";
}
.mdi-device-screen-rotation:before {
  content: "\e74e";
}
.mdi-device-sd-storage:before {
  content: "\e74f";
}
.mdi-device-settings-system-daydream:before {
  content: "\e750";
}
.mdi-device-signal-cellular-0-bar:before {
  content: "\e751";
}
.mdi-device-signal-cellular-1-bar:before {
  content: "\e752";
}
.mdi-device-signal-cellular-2-bar:before {
  content: "\e753";
}
.mdi-device-signal-cellular-3-bar:before {
  content: "\e754";
}
.mdi-device-signal-cellular-4-bar:before {
  content: "\e755";
}
.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
  content: "\e756";
}
.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
  content: "\e757";
}
.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
  content: "\e758";
}
.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
  content: "\e759";
}
.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e75a";
}
.mdi-device-signal-cellular-no-sim:before {
  content: "\e75b";
}
.mdi-device-signal-cellular-null:before {
  content: "\e75c";
}
.mdi-device-signal-cellular-off:before {
  content: "\e75d";
}
.mdi-device-signal-wifi-0-bar:before {
  content: "\e75e";
}
.mdi-device-signal-wifi-1-bar:before {
  content: "\e75f";
}
.mdi-device-signal-wifi-2-bar:before {
  content: "\e760";
}
.mdi-device-signal-wifi-3-bar:before {
  content: "\e761";
}
.mdi-device-signal-wifi-4-bar:before {
  content: "\e762";
}
.mdi-device-signal-wifi-off:before {
  content: "\e763";
}
.mdi-device-storage:before {
  content: "\e764";
}
.mdi-device-usb:before {
  content: "\e765";
}
.mdi-device-wifi-lock:before {
  content: "\e766";
}
.mdi-device-wifi-tethering:before {
  content: "\e767";
}
.mdi-editor-attach-file:before {
  content: "\e768";
}
.mdi-editor-attach-money:before {
  content: "\e769";
}
.mdi-editor-border-all:before {
  content: "\e76a";
}
.mdi-editor-border-bottom:before {
  content: "\e76b";
}
.mdi-editor-border-clear:before {
  content: "\e76c";
}
.mdi-editor-border-color:before {
  content: "\e76d";
}
.mdi-editor-border-horizontal:before {
  content: "\e76e";
}
.mdi-editor-border-inner:before {
  content: "\e76f";
}
.mdi-editor-border-left:before {
  content: "\e770";
}
.mdi-editor-border-outer:before {
  content: "\e771";
}
.mdi-editor-border-right:before {
  content: "\e772";
}
.mdi-editor-border-style:before {
  content: "\e773";
}
.mdi-editor-border-top:before {
  content: "\e774";
}
.mdi-editor-border-vertical:before {
  content: "\e775";
}
.mdi-editor-format-align-center:before {
  content: "\e776";
}
.mdi-editor-format-align-justify:before {
  content: "\e777";
}
.mdi-editor-format-align-left:before {
  content: "\e778";
}
.mdi-editor-format-align-right:before {
  content: "\e779";
}
.mdi-editor-format-bold:before {
  content: "\e77a";
}
.mdi-editor-format-clear:before {
  content: "\e77b";
}
.mdi-editor-format-color-fill:before {
  content: "\e77c";
}
.mdi-editor-format-color-reset:before {
  content: "\e77d";
}
.mdi-editor-format-color-text:before {
  content: "\e77e";
}
.mdi-editor-format-indent-decrease:before {
  content: "\e77f";
}
.mdi-editor-format-indent-increase:before {
  content: "\e780";
}
.mdi-editor-format-italic:before {
  content: "\e781";
}
.mdi-editor-format-line-spacing:before {
  content: "\e782";
}
.mdi-editor-format-list-bulleted:before {
  content: "\e783";
}
.mdi-editor-format-list-numbered:before {
  content: "\e784";
}
.mdi-editor-format-paint:before {
  content: "\e785";
}
.mdi-editor-format-quote:before {
  content: "\e786";
}
.mdi-editor-format-size:before {
  content: "\e787";
}
.mdi-editor-format-strikethrough:before {
  content: "\e788";
}
.mdi-editor-functions:before {
  content: "\e789";
}
.mdi-editor-format-textdirection-l-to-r:before {
  content: "\e78a";
}
.mdi-editor-format-underline:before {
  content: "\e78b";
}
.mdi-editor-format-textdirection-r-to-l:before {
  content: "\e78c";
}
.mdi-editor-insert-chart:before {
  content: "\e78d";
}
.mdi-editor-insert-comment:before {
  content: "\e78e";
}
.mdi-editor-insert-drive-file:before {
  content: "\e78f";
}
.mdi-editor-insert-emoticon:before {
  content: "\e790";
}
.mdi-editor-insert-invitation:before {
  content: "\e791";
}
.mdi-editor-insert-link:before {
  content: "\e792";
}
.mdi-editor-insert-photo:before {
  content: "\e793";
}
.mdi-editor-merge-type:before {
  content: "\e794";
}
.mdi-editor-mode-comment:before {
  content: "\e795";
}
.mdi-editor-mode-edit:before {
  content: "\e796";
}
.mdi-editor-publish:before {
  content: "\e797";
}
.mdi-editor-vertical-align-bottom:before {
  content: "\e798";
}
.mdi-editor-vertical-align-center:before {
  content: "\e799";
}
.mdi-editor-vertical-align-top:before {
  content: "\e79a";
}
.mdi-editor-wrap-text:before {
  content: "\e79b";
}
.mdi-file-attachment:before {
  content: "\e79c";
}
.mdi-file-cloud:before {
  content: "\e79d";
}
.mdi-file-cloud-circle:before {
  content: "\e79e";
}
.mdi-file-cloud-done:before {
  content: "\e79f";
}
.mdi-file-cloud-download:before {
  content: "\e7a0";
}
.mdi-file-cloud-off:before {
  content: "\e7a1";
}
.mdi-file-cloud-queue:before {
  content: "\e7a2";
}
.mdi-file-cloud-upload:before {
  content: "\e7a3";
}
.mdi-file-file-download:before {
  content: "\e7a4";
}
.mdi-file-file-upload:before {
  content: "\e7a5";
}
.mdi-file-folder:before {
  content: "\e7a6";
}
.mdi-file-folder-open:before {
  content: "\e7a7";
}
.mdi-file-folder-shared:before {
  content: "\e7a8";
}
.mdi-hardware-cast:before {
  content: "\e7a9";
}
.mdi-hardware-cast-connected:before {
  content: "\e7aa";
}
.mdi-hardware-computer:before {
  content: "\e7ab";
}
.mdi-hardware-desktop-mac:before {
  content: "\e7ac";
}
.mdi-hardware-desktop-windows:before {
  content: "\e7ad";
}
.mdi-hardware-dock:before {
  content: "\e7ae";
}
.mdi-hardware-gamepad:before {
  content: "\e7af";
}
.mdi-hardware-headset:before {
  content: "\e7b0";
}
.mdi-hardware-headset-mic:before {
  content: "\e7b1";
}
.mdi-hardware-keyboard:before {
  content: "\e7b2";
}
.mdi-hardware-keyboard-alt:before {
  content: "\e7b3";
}
.mdi-hardware-keyboard-arrow-down:before {
  content: "\e7b4";
}
.mdi-hardware-keyboard-arrow-left:before {
  content: "\e7b5";
}
.mdi-hardware-keyboard-arrow-right:before {
  content: "\e7b6";
}
.mdi-hardware-keyboard-arrow-up:before {
  content: "\e7b7";
}
.mdi-hardware-keyboard-backspace:before {
  content: "\e7b8";
}
.mdi-hardware-keyboard-capslock:before {
  content: "\e7b9";
}
.mdi-hardware-keyboard-control:before {
  content: "\e7ba";
}
.mdi-hardware-keyboard-hide:before {
  content: "\e7bb";
}
.mdi-hardware-keyboard-return:before {
  content: "\e7bc";
}
.mdi-hardware-keyboard-tab:before {
  content: "\e7bd";
}
.mdi-hardware-keyboard-voice:before {
  content: "\e7be";
}
.mdi-hardware-laptop:before {
  content: "\e7bf";
}
.mdi-hardware-laptop-chromebook:before {
  content: "\e7c0";
}
.mdi-hardware-laptop-mac:before {
  content: "\e7c1";
}
.mdi-hardware-laptop-windows:before {
  content: "\e7c2";
}
.mdi-hardware-memory:before {
  content: "\e7c3";
}
.mdi-hardware-mouse:before {
  content: "\e7c4";
}
.mdi-hardware-phone-android:before {
  content: "\e7c5";
}
.mdi-hardware-phone-iphone:before {
  content: "\e7c6";
}
.mdi-hardware-phonelink:before {
  content: "\e7c7";
}
.mdi-hardware-phonelink-off:before {
  content: "\e7c8";
}
.mdi-hardware-security:before {
  content: "\e7c9";
}
.mdi-hardware-sim-card:before {
  content: "\e7ca";
}
.mdi-hardware-smartphone:before {
  content: "\e7cb";
}
.mdi-hardware-speaker:before {
  content: "\e7cc";
}
.mdi-hardware-tablet:before {
  content: "\e7cd";
}
.mdi-hardware-tablet-android:before {
  content: "\e7ce";
}
.mdi-hardware-tablet-mac:before {
  content: "\e7cf";
}
.mdi-hardware-tv:before {
  content: "\e7d0";
}
.mdi-hardware-watch:before {
  content: "\e7d1";
}
.mdi-image-add-to-photos:before {
  content: "\e7d2";
}
.mdi-image-adjust:before {
  content: "\e7d3";
}
.mdi-image-assistant-photo:before {
  content: "\e7d4";
}
.mdi-image-audiotrack:before {
  content: "\e7d5";
}
.mdi-image-blur-circular:before {
  content: "\e7d6";
}
.mdi-image-blur-linear:before {
  content: "\e7d7";
}
.mdi-image-blur-off:before {
  content: "\e7d8";
}
.mdi-image-blur-on:before {
  content: "\e7d9";
}
.mdi-image-brightness-1:before {
  content: "\e7da";
}
.mdi-image-brightness-2:before {
  content: "\e7db";
}
.mdi-image-brightness-3:before {
  content: "\e7dc";
}
.mdi-image-brightness-4:before {
  content: "\e7dd";
}
.mdi-image-brightness-5:before {
  content: "\e7de";
}
.mdi-image-brightness-6:before {
  content: "\e7df";
}
.mdi-image-brightness-7:before {
  content: "\e7e0";
}
.mdi-image-brush:before {
  content: "\e7e1";
}
.mdi-image-camera:before {
  content: "\e7e2";
}
.mdi-image-camera-alt:before {
  content: "\e7e3";
}
.mdi-image-camera-front:before {
  content: "\e7e4";
}
.mdi-image-camera-rear:before {
  content: "\e7e5";
}
.mdi-image-camera-roll:before {
  content: "\e7e6";
}
.mdi-image-center-focus-strong:before {
  content: "\e7e7";
}
.mdi-image-center-focus-weak:before {
  content: "\e7e8";
}
.mdi-image-collections:before {
  content: "\e7e9";
}
.mdi-image-colorize:before {
  content: "\e7ea";
}
.mdi-image-color-lens:before {
  content: "\e7eb";
}
.mdi-image-compare:before {
  content: "\e7ec";
}
.mdi-image-control-point:before {
  content: "\e7ed";
}
.mdi-image-control-point-duplicate:before {
  content: "\e7ee";
}
.mdi-image-crop:before {
  content: "\e7ef";
}
.mdi-image-crop-3-2:before {
  content: "\e7f0";
}
.mdi-image-crop-5-4:before {
  content: "\e7f1";
}
.mdi-image-crop-7-5:before {
  content: "\e7f2";
}
.mdi-image-crop-16-9:before {
  content: "\e7f3";
}
.mdi-image-crop-din:before {
  content: "\e7f4";
}
.mdi-image-crop-free:before {
  content: "\e7f5";
}
.mdi-image-crop-landscape:before {
  content: "\e7f6";
}
.mdi-image-crop-original:before {
  content: "\e7f7";
}
.mdi-image-crop-portrait:before {
  content: "\e7f8";
}
.mdi-image-crop-square:before {
  content: "\e7f9";
}
.mdi-image-dehaze:before {
  content: "\e7fa";
}
.mdi-image-details:before {
  content: "\e7fb";
}
.mdi-image-edit:before {
  content: "\e7fc";
}
.mdi-image-exposure:before {
  content: "\e7fd";
}
.mdi-image-exposure-minus-1:before {
  content: "\e7fe";
}
.mdi-image-exposure-minus-2:before {
  content: "\e7ff";
}
.mdi-image-exposure-plus-1:before {
  content: "\e800";
}
.mdi-image-exposure-plus-2:before {
  content: "\e801";
}
.mdi-image-exposure-zero:before {
  content: "\e802";
}
.mdi-image-filter:before {
  content: "\e803";
}
.mdi-image-filter-1:before {
  content: "\e804";
}
.mdi-image-filter-2:before {
  content: "\e805";
}
.mdi-image-filter-3:before {
  content: "\e806";
}
.mdi-image-filter-4:before {
  content: "\e807";
}
.mdi-image-filter-5:before {
  content: "\e808";
}
.mdi-image-filter-6:before {
  content: "\e809";
}
.mdi-image-filter-7:before {
  content: "\e80a";
}
.mdi-image-filter-8:before {
  content: "\e80b";
}
.mdi-image-filter-9:before {
  content: "\e80c";
}
.mdi-image-filter-9-plus:before {
  content: "\e80d";
}
.mdi-image-filter-b-and-w:before {
  content: "\e80e";
}
.mdi-image-filter-center-focus:before {
  content: "\e80f";
}
.mdi-image-filter-drama:before {
  content: "\e810";
}
.mdi-image-filter-frames:before {
  content: "\e811";
}
.mdi-image-filter-hdr:before {
  content: "\e812";
}
.mdi-image-filter-none:before {
  content: "\e813";
}
.mdi-image-filter-tilt-shift:before {
  content: "\e814";
}
.mdi-image-filter-vintage:before {
  content: "\e815";
}
.mdi-image-flare:before {
  content: "\e816";
}
.mdi-image-flash-auto:before {
  content: "\e817";
}
.mdi-image-flash-off:before {
  content: "\e818";
}
.mdi-image-flash-on:before {
  content: "\e819";
}
.mdi-image-flip:before {
  content: "\e81a";
}
.mdi-image-gradient:before {
  content: "\e81b";
}
.mdi-image-grain:before {
  content: "\e81c";
}
.mdi-image-grid-off:before {
  content: "\e81d";
}
.mdi-image-grid-on:before {
  content: "\e81e";
}
.mdi-image-hdr-off:before {
  content: "\e81f";
}
.mdi-image-hdr-on:before {
  content: "\e820";
}
.mdi-image-hdr-strong:before {
  content: "\e821";
}
.mdi-image-hdr-weak:before {
  content: "\e822";
}
.mdi-image-healing:before {
  content: "\e823";
}
.mdi-image-image:before {
  content: "\e824";
}
.mdi-image-image-aspect-ratio:before {
  content: "\e825";
}
.mdi-image-iso:before {
  content: "\e826";
}
.mdi-image-landscape:before {
  content: "\e827";
}
.mdi-image-leak-add:before {
  content: "\e828";
}
.mdi-image-leak-remove:before {
  content: "\e829";
}
.mdi-image-lens:before {
  content: "\e82a";
}
.mdi-image-looks:before {
  content: "\e82b";
}
.mdi-image-looks-3:before {
  content: "\e82c";
}
.mdi-image-looks-4:before {
  content: "\e82d";
}
.mdi-image-looks-5:before {
  content: "\e82e";
}
.mdi-image-looks-6:before {
  content: "\e82f";
}
.mdi-image-looks-one:before {
  content: "\e830";
}
.mdi-image-looks-two:before {
  content: "\e831";
}
.mdi-image-loupe:before {
  content: "\e832";
}
.mdi-image-movie-creation:before {
  content: "\e833";
}
.mdi-image-nature:before {
  content: "\e834";
}
.mdi-image-nature-people:before {
  content: "\e835";
}
.mdi-image-navigate-before:before {
  content: "\e836";
}
.mdi-image-navigate-next:before {
  content: "\e837";
}
.mdi-image-palette:before {
  content: "\e838";
}
.mdi-image-panorama:before {
  content: "\e839";
}
.mdi-image-panorama-fisheye:before {
  content: "\e83a";
}
.mdi-image-panorama-horizontal:before {
  content: "\e83b";
}
.mdi-image-panorama-vertical:before {
  content: "\e83c";
}
.mdi-image-panorama-wide-angle:before {
  content: "\e83d";
}
.mdi-image-photo:before {
  content: "\e83e";
}
.mdi-image-photo-album:before {
  content: "\e83f";
}
.mdi-image-photo-camera:before {
  content: "\e840";
}
.mdi-image-photo-library:before {
  content: "\e841";
}
.mdi-image-portrait:before {
  content: "\e842";
}
.mdi-image-remove-red-eye:before {
  content: "\e843";
}
.mdi-image-rotate-left:before {
  content: "\e844";
}
.mdi-image-rotate-right:before {
  content: "\e845";
}
.mdi-image-slideshow:before {
  content: "\e846";
}
.mdi-image-straighten:before {
  content: "\e847";
}
.mdi-image-style:before {
  content: "\e848";
}
.mdi-image-switch-camera:before {
  content: "\e849";
}
.mdi-image-switch-video:before {
  content: "\e84a";
}
.mdi-image-tag-faces:before {
  content: "\e84b";
}
.mdi-image-texture:before {
  content: "\e84c";
}
.mdi-image-timelapse:before {
  content: "\e84d";
}
.mdi-image-timer:before {
  content: "\e84e";
}
.mdi-image-timer-3:before {
  content: "\e84f";
}
.mdi-image-timer-10:before {
  content: "\e850";
}
.mdi-image-timer-auto:before {
  content: "\e851";
}
.mdi-image-timer-off:before {
  content: "\e852";
}
.mdi-image-tonality:before {
  content: "\e853";
}
.mdi-image-transform:before {
  content: "\e854";
}
.mdi-image-tune:before {
  content: "\e855";
}
.mdi-image-wb-auto:before {
  content: "\e856";
}
.mdi-image-wb-cloudy:before {
  content: "\e857";
}
.mdi-image-wb-incandescent:before {
  content: "\e858";
}
.mdi-image-wb-irradescent:before {
  content: "\e859";
}
.mdi-image-wb-sunny:before {
  content: "\e85a";
}
.mdi-maps-beenhere:before {
  content: "\e85b";
}
.mdi-maps-directions:before {
  content: "\e85c";
}
.mdi-maps-directions-bike:before {
  content: "\e85d";
}
.mdi-maps-directions-bus:before {
  content: "\e85e";
}
.mdi-maps-directions-car:before {
  content: "\e85f";
}
.mdi-maps-directions-ferry:before {
  content: "\e860";
}
.mdi-maps-directions-subway:before {
  content: "\e861";
}
.mdi-maps-directions-train:before {
  content: "\e862";
}
.mdi-maps-directions-transit:before {
  content: "\e863";
}
.mdi-maps-directions-walk:before {
  content: "\e864";
}
.mdi-maps-flight:before {
  content: "\e865";
}
.mdi-maps-hotel:before {
  content: "\e866";
}
.mdi-maps-layers:before {
  content: "\e867";
}
.mdi-maps-layers-clear:before {
  content: "\e868";
}
.mdi-maps-local-airport:before {
  content: "\e869";
}
.mdi-maps-local-atm:before {
  content: "\e86a";
}
.mdi-maps-local-attraction:before {
  content: "\e86b";
}
.mdi-maps-local-bar:before {
  content: "\e86c";
}
.mdi-maps-local-cafe:before {
  content: "\e86d";
}
.mdi-maps-local-car-wash:before {
  content: "\e86e";
}
.mdi-maps-local-convenience-store:before {
  content: "\e86f";
}
.mdi-maps-local-drink:before {
  content: "\e870";
}
.mdi-maps-local-florist:before {
  content: "\e871";
}
.mdi-maps-local-gas-station:before {
  content: "\e872";
}
.mdi-maps-local-grocery-store:before {
  content: "\e873";
}
.mdi-maps-local-hospital:before {
  content: "\e874";
}
.mdi-maps-local-hotel:before {
  content: "\e875";
}
.mdi-maps-local-laundry-service:before {
  content: "\e876";
}
.mdi-maps-local-library:before {
  content: "\e877";
}
.mdi-maps-local-mall:before {
  content: "\e878";
}
.mdi-maps-local-movies:before {
  content: "\e879";
}
.mdi-maps-local-offer:before {
  content: "\e87a";
}
.mdi-maps-local-parking:before {
  content: "\e87b";
}
.mdi-maps-local-pharmacy:before {
  content: "\e87c";
}
.mdi-maps-local-phone:before {
  content: "\e87d";
}
.mdi-maps-local-pizza:before {
  content: "\e87e";
}
.mdi-maps-local-play:before {
  content: "\e87f";
}
.mdi-maps-local-post-office:before {
  content: "\e880";
}
.mdi-maps-local-print-shop:before {
  content: "\e881";
}
.mdi-maps-local-restaurant:before {
  content: "\e882";
}
.mdi-maps-local-see:before {
  content: "\e883";
}
.mdi-maps-local-shipping:before {
  content: "\e884";
}
.mdi-maps-local-taxi:before {
  content: "\e885";
}
.mdi-maps-location-history:before {
  content: "\e886";
}
.mdi-maps-map:before {
  content: "\e887";
}
.mdi-maps-my-location:before {
  content: "\e888";
}
.mdi-maps-navigation:before {
  content: "\e889";
}
.mdi-maps-pin-drop:before {
  content: "\e88a";
}
.mdi-maps-place:before {
  content: "\e88b";
}
.mdi-maps-rate-review:before {
  content: "\e88c";
}
.mdi-maps-restaurant-menu:before {
  content: "\e88d";
}
.mdi-maps-satellite:before {
  content: "\e88e";
}
.mdi-maps-store-mall-directory:before {
  content: "\e88f";
}
.mdi-maps-terrain:before {
  content: "\e890";
}
.mdi-maps-traffic:before {
  content: "\e891";
}
.mdi-navigation-apps:before {
  content: "\e892";
}
.mdi-navigation-arrow-back:before {
  content: "\e893";
}
.mdi-navigation-arrow-drop-down:before,
.select-wrapper span.select-dropdown:after {
  content: "\e894";
}
.mdi-navigation-arrow-drop-down-circle:before {
  content: "\e895";
}
.mdi-navigation-arrow-drop-up:before {
  content: "\e896";
}
.mdi-navigation-arrow-forward:before {
  content: "\e897";
}
.mdi-navigation-cancel:before {
  content: "\e898";
}
.mdi-navigation-check:before {
  content: "\e899";
}
.mdi-navigation-chevron-left:before {
  content: "\e89a";
}
.mdi-navigation-chevron-right:before {
  content: "\e89b";
}
.mdi-navigation-close:before {
  content: "\e89c";
}
.mdi-navigation-expand-less:before {
  content: "\e89d";
}
.mdi-navigation-expand-more:before {
  content: "\e89e";
}
.mdi-navigation-fullscreen:before {
  content: "\e89f";
}
.mdi-navigation-fullscreen-exit:before {
  content: "\e8a0";
}
.mdi-navigation-menu:before {
  content: "\e8a1";
}
.mdi-navigation-more-horiz:before {
  content: "\e8a2";
}
.mdi-navigation-more-vert:before {
  content: "\e8a3";
}
.mdi-navigation-refresh:before {
  content: "\e8a4";
}
.mdi-navigation-unfold-less:before {
  content: "\e8a5";
}
.mdi-navigation-unfold-more:before {
  content: "\e8a6";
}
.mdi-notification-adb:before {
  content: "\e8a7";
}
.mdi-notification-bluetooth-audio:before {
  content: "\e8a8";
}
.mdi-notification-disc-full:before {
  content: "\e8a9";
}
.mdi-notification-dnd-forwardslash:before {
  content: "\e8aa";
}
.mdi-notification-do-not-disturb:before {
  content: "\e8ab";
}
.mdi-notification-drive-eta:before {
  content: "\e8ac";
}
.mdi-notification-event-available:before {
  content: "\e8ad";
}
.mdi-notification-event-busy:before {
  content: "\e8ae";
}
.mdi-notification-event-note:before {
  content: "\e8af";
}
.mdi-notification-folder-special:before {
  content: "\e8b0";
}
.mdi-notification-mms:before {
  content: "\e8b1";
}
.mdi-notification-more:before {
  content: "\e8b2";
}
.mdi-notification-network-locked:before {
  content: "\e8b3";
}
.mdi-notification-phone-bluetooth-speaker:before {
  content: "\e8b4";
}
.mdi-notification-phone-forwarded:before {
  content: "\e8b5";
}
.mdi-notification-phone-in-talk:before {
  content: "\e8b6";
}
.mdi-notification-phone-locked:before {
  content: "\e8b7";
}
.mdi-notification-phone-missed:before {
  content: "\e8b8";
}
.mdi-notification-phone-paused:before {
  content: "\e8b9";
}
.mdi-notification-play-download:before {
  content: "\e8ba";
}
.mdi-notification-play-install:before {
  content: "\e8bb";
}
.mdi-notification-sd-card:before {
  content: "\e8bc";
}
.mdi-notification-sim-card-alert:before {
  content: "\e8bd";
}
.mdi-notification-sms:before {
  content: "\e8be";
}
.mdi-notification-sms-failed:before {
  content: "\e8bf";
}
.mdi-notification-sync:before {
  content: "\e8c0";
}
.mdi-notification-sync-disabled:before {
  content: "\e8c1";
}
.mdi-notification-sync-problem:before {
  content: "\e8c2";
}
.mdi-notification-system-update:before {
  content: "\e8c3";
}
.mdi-notification-tap-and-play:before {
  content: "\e8c4";
}
.mdi-notification-time-to-leave:before {
  content: "\e8c5";
}
.mdi-notification-vibration:before {
  content: "\e8c6";
}
.mdi-notification-voice-chat:before {
  content: "\e8c7";
}
.mdi-notification-vpn-lock:before {
  content: "\e8c8";
}
.mdi-social-cake:before {
  content: "\e8c9";
}
.mdi-social-domain:before {
  content: "\e8ca";
}
.mdi-social-group:before {
  content: "\e8cb";
}
.mdi-social-group-add:before {
  content: "\e8cc";
}
.mdi-social-location-city:before {
  content: "\e8cd";
}
.mdi-social-mood:before {
  content: "\e8ce";
}
.mdi-social-notifications:before {
  content: "\e8cf";
}
.mdi-social-notifications-none:before {
  content: "\e8d0";
}
.mdi-social-notifications-off:before {
  content: "\e8d1";
}
.mdi-social-notifications-on:before {
  content: "\e8d2";
}
.mdi-social-notifications-paused:before {
  content: "\e8d3";
}
.mdi-social-pages:before {
  content: "\e8d4";
}
.mdi-social-party-mode:before {
  content: "\e8d5";
}
.mdi-social-people:before {
  content: "\e8d6";
}
.mdi-social-people-outline:before {
  content: "\e8d7";
}
.mdi-social-person:before {
  content: "\e8d8";
}
.mdi-social-person-add:before {
  content: "\e8d9";
}
.mdi-social-person-outline:before {
  content: "\e8da";
}
.mdi-social-plus-one:before {
  content: "\e8db";
}
.mdi-social-poll:before {
  content: "\e8dc";
}
.mdi-social-public:before {
  content: "\e8dd";
}
.mdi-social-school:before {
  content: "\e8de";
}
.mdi-social-share:before {
  content: "\e8df";
}
.mdi-social-whatshot:before {
  content: "\e8e0";
}
.mdi-toggle-check-box:before {
  content: "\e8e1";
}
.mdi-toggle-check-box-outline-blank:before {
  content: "\e8e2";
}
.mdi-toggle-radio-button-off:before {
  content: "\e8e3";
}
.mdi-toggle-radio-button-on:before {
  content: "\e8e4";
}
.display1 {
  font-size: 34px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -1px;
  line-height: 40px;
  display: block;
  font-family: "Regular";
}
.paper-content .display1 {
  color: rgba(0, 0, 0, 0.54) !important;
}
.headline {
  font-size: 24px;
  color: var(--item-bg-color);
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Light";
  display: block;
}
.title {
    &:not(:first-child) {
        margin-top: 40px;
    }

  font-size: 20px;
  color: var(--item-bg-color);
  line-height: 28px;
  margin-bottom: 10px;
  letter-spacing: 0;
  display: block;
  font-family: "Medium";
}
.subhead {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 0;
  display: block;
  font-family: "Regular";
}
.body-text {
  font-size: 13px;
  font-family: "Regular";
  display: block;
  line-height: 20px;
  padding-top: 6px;
  margin-bottom: 14px;
  letter-spacing: 0;
}
.labels {
  font-size: 12px;
  font-family: "Regular";
  display: block;
  line-height: 20px;
  padding-top: 6px;
  margin-bottom: 14px;
  letter-spacing: 0;
}
.paper {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-clip: padding-box;
  width: 100%;
}
.paper .paper-content {
  padding: 20px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
.paper .paper-content p {
  margin: 0;
  color: inherit;
}
.paper .paper-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
}
button,
a {
  background: transparent;
  border: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
button i,
a i {
  margin: 0;
}
button.icon-button,
a.icon-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
button.icon-button:hover,
a.icon-button:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
button.btn,
a.btn,
button.btn-flat,
a.btn-flat {
  font-size: 13px;
  font-family: "Medium";
  padding: 0 16px;
  letter-spacing: 0.5px;
  margin: 4px;
  display: inline-block;
  height: 36px;
  margin-bottom: 15px;
  padding: 0 2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  line-height: 36px;
  text-transform: uppercase;
  border: none;
  -webkit-tap-highlight-color: transparent;
  color: rgba(0, 0, 0, 0.87) !important;
  text-decoration: none;
  color: #FFF;
  background-color: #ffffff;
  text-align: center;
  letter-spacing: 0.8px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
button.btn.btn-colored,
a.btn.btn-colored,
button.btn-flat.btn-colored,
a.btn-flat.btn-colored {
  background-color: var(--colors-red);
  color: #ffffff !important;
}
button.btn.btn-colored i,
a.btn.btn-colored i,
button.btn-flat.btn-colored i,
a.btn-flat.btn-colored i {
  color: #ffffff;
}
button.btn.btn-accent,
a.btn.btn-accent,
button.btn-flat.btn-accent,
a.btn-flat.btn-accent {
  background-color: #00b8d4;
  color: #ffffff !important;
}
button.btn.btn-accent i,
a.btn.btn-accent i,
button.btn-flat.btn-accent i,
a.btn-flat.btn-accent i {
  color: #ffffff;
}
button.btn.disabled,
a.btn.disabled,
button.btn-flat.disabled,
a.btn-flat.disabled {
  background-color: #DFDFDF;
  box-shadow: none;
  color: #9F9F9F!important;
  cursor: not-allowed;
}
button.btn.disabled i,
a.btn.disabled i,
button.btn-flat.disabled i,
a.btn-flat.disabled i {
  color: #9F9F9F!important;
}
button.btn i,
a.btn i,
button.btn-flat i,
a.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}
/* Floating button */
.btn-floating {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #00b8d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 37px;
}
.btn-floating.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px;
}
.btn-floating.btn-floating.btn-large i {
  line-height: 55.5px;
}
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
}
.btn-flat.btn-flat-colored {
  color: var(--colors-red) !important;
}
.btn-flat.btn-flat-accent {
  color: #00b8d4 !important;
}
.btn-flat.disabled {
  color: #b3b3b3;
}
.btn-large {
  height: 54px;
  line-height: 56px;
}
.btn-large i {
  font-size: 1.6rem;
}
.list-holder {
  margin: 24px 0;
  clear: both;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 8px 40px 8px 0;
  width: 300px;
}
ul.fullwidth {
  width: 100%;
}
ul li {
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  padding: 0 16px;
  position: relative;
}
ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
ul li span.primary-text {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
}
ul.single-line li {
  height: 56px;
}
ul.single-line.single-icon li {
  padding: 0 40px 0 48px;
}
ul.single-line.single-icon li i.first-icon {
  position: absolute;
  left: 0;
  top: 8px;
}
ul.single-line.double-icon li {
  padding: 0 40px 0 48px;
}
ul.single-line.double-icon li i.first-icon {
  position: absolute;
  left: 0;
  top: 8px;
}
ul.single-line.double-icon li i.second-icon {
  position: absolute;
  right: 0;
  top: 8px;
}
ul.double-line li {
  height: 72px;
}
ul.double-line.single-icon li {
  padding: 0 40px 0 48px;
}
ul.double-line.single-icon li i.first-icon {
  position: absolute;
  left: 0;
  top: 8px;
}
ul.double-line.double-icon li {
  padding: 0 40px 0 48px;
}
ul.double-line.double-icon li i.first-icon {
  position: absolute;
  left: 0;
  top: 8px;
}
ul.double-line.double-icon li i.second-icon {
  position: absolute;
  right: 0;
  top: 8px;
}
ul.triple-line li {
  height: 88px;
}
ul.triple-line.single-icon li {
  padding: 0 40px 0 48px;
}
ul.triple-line.single-icon li i.first-icon {
  position: absolute;
  left: 0;
  top: 8px;
}
ul.triple-line.double-icon li {
  padding: 0 40px 0 48px;
}
ul.triple-line.double-icon li i.first-icon {
  position: absolute;
  left: 0;
  top: 8px;
}
ul.triple-line.double-icon li i.second-icon {
  position: absolute;
  right: 0;
  top: 8px;
}
.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  background-color: #ffffff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
  background-color: #ffffff;
}
.table .no-border {
  border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #ffffff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
  }
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.preloader {
  /*position:absolute;
  top:20%;
  left:50%;*/
  width: 50px;
  height: 50px;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #3f88f8;
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #3f88f8;
  }
  20% {
    stroke: #3f88f8;
  }
  25% {
    stroke: #dd413b;
  }
  45% {
    stroke: #dd413b;
  }
  50% {
    stroke: #f6ae2e;
  }
  70% {
    stroke: #f6ae2e;
  }
  75% {
    stroke: #259a5d;
  }
  95% {
    stroke: #259a5d;
  }
}
@keyframes color {
  0% {
    stroke: #3f88f8;
  }
  20% {
    stroke: #3f88f8;
  }
  25% {
    stroke: #dd413b;
  }
  45% {
    stroke: #dd413b;
  }
  50% {
    stroke: #f6ae2e;
  }
  70% {
    stroke: #f6ae2e;
  }
  75% {
    stroke: #259a5d;
  }
  95% {
    stroke: #259a5d;
  }
}
.progress {
  background-clip: padding-box;
  background-color: #ffcdd2;
  border-radius: 2px;
  display: block;
  height: 4px;
  margin: 0.5rem 0 1rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.progress .determinate {
  background-color: var(--colors-red);
  bottom: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s linear 0s;
}
.progress .indeterminate {
  background-color: var(--colors-red);
}
.progress .indeterminate:before {
  animation: 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) 0s normal none infinite running indeterminate;
  background-color: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.progress .indeterminate:after {
  animation: 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s normal none infinite running indeterminate-short;
  background-color: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.toast-title {
  font-family: "Medium";
  font-size: 13px;
}
.toast-message {
  font-size: 13px;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 16px 24px;
  min-width: 290px;
  max-width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: #ffffff;
  opacity: 0.8;
}
#toast-container > :hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
  cursor: pointer;
}
#toast-container .btn {
  display: inline;
}
#toast-container .btn.success {
  color: #4caf50;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: rgba(0, 0, 0, 0.87);
}
/*Responsive Design*/
@media all and (max-width: 768px) {
  #toast-container > div {
    width: 11em;
  }
}
ul.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  margin: 0;
  min-width: 100px;
  width: auto !important;
  z-index: 1000;
  max-height: 70%;
  height: auto !important;
  opacity: 0;
  overflow-y: hidden;
  will-change: width, height;
  padding: 0;
}
ul.dropdown-content li {
  cursor: pointer;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  border: none;
  text-transform: uppercase;
}
ul.dropdown-content li > a,
ul.dropdown-content li > span {
  display: block;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.87);
}
ul.dropdown-content li > a.active-item {
  color: #00b8d4;
}
ul.dropdown-content li.divider {
  background-color: #e0e0e0;
  height: 1px;
  overflow: hidden;
}
ul.dropdown-content li:hover a,
ul.dropdown-content li:hover span {
  color: #00b8d4;
}
.tabs {
  position: relative;
  height: 48px;
  background-color: #FFF;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}
.tabs li.tab {
  display: block;
  float: left;
  text-align: center;
  background-color: #ffffff;
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  margin: 0;
  text-transform: uppercase;
  width: 15%;
  font-family: "Medium";
}
.tabs li.tab a {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.28s ease;
  -moz-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  transition: color 0.28s ease;
}
.tabs li.tab a:hover,
.tabs li.tab a.active {
  color: #00b8d4;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #00b8d4;
  will-change: left, right;
}
ul.tabs li.tab {
  padding: 0;
}
ul.tabs li.tab:first-child {
  border-top: none;
}
.tab-content {
  margin: 24px 0;
}
.paper-header ul.tabs {
  height: 64px;
}
.paper-header ul.tabs li {
  line-height: 64px;
  height: 64px;
}
/*!
 * Waves v0.5.3
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  transition: all 650ms ease;
}
.waves-effect .waves-ripple {
  position: absolute;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  opacity: 0.25;
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  will-change: transform, opacity;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.35);
}
.waves-effect.waves-colored .waves-ripple {
  background-color: #ffcdd2;
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-icon {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button:link,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button-input {
  margin: 0;
  padding: 10px 15px;
}
.waves-input-wrapper {
  border-radius: 2px;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
.form-holder {
  width: 100%;
  margin-left: -8px;
  margin-right: 8px;
}
.form-holder .form-elements,
.form-holder .form-group {
  width: 250px;
  margin: 8px;
  /***************
          Select Field
        ***************/
}
.form-holder .form-elements.full-width,
.form-holder .form-group.full-width {
  width: 100%;
}
.form-holder .form-elements .input-field,
.form-holder .form-group .input-field {
  margin-top: 16px;
  position: relative;
  height: 56px;
  /***************
              Input & textareas
            ***************/
  /***************
              Radio Buttons
            ***************/
  /* Remove default Radio Buttons */
  /***************
               Checkboxes
            ***************/
  /* Remove default checkbox */
}
.form-holder .form-elements .input-field label,
.form-holder .form-group .input-field label {
  color: rgba(0, 0, 0, 0.54);
  cursor: text;
  font-size: 13px;
  left: 0;
  position: absolute;
  top: 8px;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.form-holder .form-elements .input-field label.active,
.form-holder .form-group .input-field label.active,
.form-holder .form-elements .input-field label.form-group-label,
.form-holder .form-group .input-field label.form-group-label {
  -webkit-transform: translateY(-130%);
  -moz-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  -o-transform: translateY(-130%);
  transform: translateY(-130%);
}
.form-holder .form-elements .input-field label.form-group-label,
.form-holder .form-group .input-field label.form-group-label {
  display: block;
  width: 100%;
}
.form-holder .form-elements .input-field input[type=text],
.form-holder .form-group .input-field input[type=text],
.form-holder .form-elements .input-field input[type=date],
.form-holder .form-group .input-field input[type=date],
.form-holder .form-elements .input-field input[type=datetime-local],
.form-holder .form-group .input-field input[type=datetime-local],
.form-holder .form-elements .input-field input[type=time],
.form-holder .form-group .input-field input[type=time],
.form-holder .form-elements .input-field input[type=number],
.form-holder .form-group .input-field input[type=number],
.form-holder .form-elements .input-field input[type=password],
.form-holder .form-group .input-field input[type=password],
.form-holder .form-elements .input-field input[type=email],
.form-holder .form-group .input-field input[type=email],
.form-holder .form-elements .input-field input[type=date],
.form-holder .form-group .input-field input[type=date],
.form-holder .form-elements .input-field textarea,
.form-holder .form-group .input-field textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.form-holder .form-elements .input-field input[type=text]:focus,
.form-holder .form-group .input-field input[type=text]:focus,
.form-holder .form-elements .input-field input[type=date]:focus,
.form-holder .form-group .input-field input[type=date]:focus,
.form-holder .form-elements .input-field input[type=datetime-local]:focus,
.form-holder .form-group .input-field input[type=datetime-local]:focus,
.form-holder .form-elements .input-field input[type=time]:focus,
.form-holder .form-group .input-field input[type=time]:focus,
.form-holder .form-elements .input-field input[type=number]:focus,
.form-holder .form-group .input-field input[type=number]:focus,
.form-holder .form-elements .input-field input[type=password]:focus,
.form-holder .form-group .input-field input[type=password]:focus,
.form-holder .form-elements .input-field input[type=email]:focus,
.form-holder .form-group .input-field input[type=email]:focus,
.form-holder .form-elements .input-field input[type=date]:focus,
.form-holder .form-group .input-field input[type=date]:focus,
.form-holder .form-elements .input-field textarea:focus,
.form-holder .form-group .input-field textarea:focus {
  border-bottom: 1px solid #00b8d4;
  -webkit-box-shadow: 0 1px 0 0 #00b8d4;
  -moz-box-shadow: 0 1px 0 0 #00b8d4;
  box-shadow: 0 1px 0 0 #00b8d4;
}
.form-holder .form-elements .input-field input[type=text]:focus + label,
.form-holder .form-group .input-field input[type=text]:focus + label,
.form-holder .form-elements .input-field input[type=date]:focus + label,
.form-holder .form-group .input-field input[type=date]:focus + label,
.form-holder .form-elements .input-field input[type=datetime-local]:focus + label,
.form-holder .form-group .input-field input[type=datetime-local]:focus + label,
.form-holder .form-elements .input-field input[type=time]:focus + label,
.form-holder .form-group .input-field input[type=time]:focus + label,
.form-holder .form-elements .input-field input[type=number]:focus + label,
.form-holder .form-group .input-field input[type=number]:focus + label,
.form-holder .form-elements .input-field input[type=password]:focus + label,
.form-holder .form-group .input-field input[type=password]:focus + label,
.form-holder .form-elements .input-field input[type=email]:focus + label,
.form-holder .form-group .input-field input[type=email]:focus + label,
.form-holder .form-elements .input-field input[type=date]:focus + label,
.form-holder .form-group .input-field input[type=date]:focus + label,
.form-holder .form-elements .input-field textarea:focus + label,
.form-holder .form-group .input-field textarea:focus + label {
  color: #00b8d4;
}
.form-holder .form-elements .input-field input[type=text].valid,
.form-holder .form-group .input-field input[type=text].valid,
.form-holder .form-elements .input-field input[type=date].valid,
.form-holder .form-group .input-field input[type=date].valid,
.form-holder .form-elements .input-field input[type=datetime-local].valid,
.form-holder .form-group .input-field input[type=datetime-local].valid,
.form-holder .form-elements .input-field input[type=time].valid,
.form-holder .form-group .input-field input[type=time].valid,
.form-holder .form-elements .input-field input[type=number].valid,
.form-holder .form-group .input-field input[type=number].valid,
.form-holder .form-elements .input-field input[type=password].valid,
.form-holder .form-group .input-field input[type=password].valid,
.form-holder .form-elements .input-field input[type=email].valid,
.form-holder .form-group .input-field input[type=email].valid,
.form-holder .form-elements .input-field input[type=date].valid,
.form-holder .form-group .input-field input[type=date].valid,
.form-holder .form-elements .input-field textarea.valid,
.form-holder .form-group .input-field textarea.valid {
  border-bottom: 1px solid #4caf50;
  -webkit-box-shadow: 0 1px 0 0 #4caf50;
  -moz-box-shadow: 0 1px 0 0 #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}
.form-holder .form-elements .input-field input[type=text].invalid,
.form-holder .form-group .input-field input[type=text].invalid,
.form-holder .form-elements .input-field input[type=date].invalid,
.form-holder .form-group .input-field input[type=date].invalid,
.form-holder .form-elements .input-field input[type=datetime-local].invalid,
.form-holder .form-group .input-field input[type=datetime-local].invalid,
.form-holder .form-elements .input-field input[type=time].invalid,
.form-holder .form-group .input-field input[type=time].invalid,
.form-holder .form-elements .input-field input[type=number].invalid,
.form-holder .form-group .input-field input[type=number].invalid,
.form-holder .form-elements .input-field input[type=password].invalid,
.form-holder .form-group .input-field input[type=password].invalid,
.form-holder .form-elements .input-field input[type=email].invalid,
.form-holder .form-group .input-field input[type=email].invalid,
.form-holder .form-elements .input-field input[type=date].invalid,
.form-holder .form-group .input-field input[type=date].invalid,
.form-holder .form-elements .input-field textarea.invalid,
.form-holder .form-group .input-field textarea.invalid {
  border-bottom: 1px solid #f44336;
  -webkit-box-shadow: 0 1px 0 0 #f44336;
  -moz-box-shadow: 0 1px 0 0 #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}
.form-holder .form-elements .input-field textarea,
.form-holder .form-group .input-field textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 10px 0 11px 0;
  height: 18px;
  /* prevents text jump on Enter keypress */
  resize: none;
  white-space: pre-line;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.form-holder .form-elements .input-field input[type="radio"],
.form-holder .form-group .input-field input[type="radio"] {
  /* Unchecked styles */
  /* Checked styles */
  /* Disabled style */
}
.form-holder .form-elements .input-field input[type="radio"]:not(:checked),
.form-holder .form-group .input-field input[type="radio"]:not(:checked),
.form-holder .form-elements .input-field input[type="radio"]:checked,
.form-holder .form-group .input-field input[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.form-holder .form-elements .input-field input[type="radio"]:not(:checked) + label,
.form-holder .form-group .input-field input[type="radio"]:not(:checked) + label,
.form-holder .form-elements .input-field input[type="radio"]:checked + label,
.form-holder .form-group .input-field input[type="radio"]:checked + label {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  display: inline-block;
  height: 0;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  -ms-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  margin-right: 16px;
}
.form-holder .form-elements .input-field input[type="radio"]:not(:checked) + label:before,
.form-holder .form-group .input-field input[type="radio"]:not(:checked) + label:before,
.form-holder .form-elements .input-field input[type="radio"]:checked + label:before,
.form-holder .form-group .input-field input[type="radio"]:checked + label:before,
.form-holder .form-elements .input-field input[type="radio"]:not(:checked) + label:after,
.form-holder .form-group .input-field input[type="radio"]:not(:checked) + label:after,
.form-holder .form-elements .input-field input[type="radio"]:checked + label:after,
.form-holder .form-group .input-field input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  -ms-transition: 0.28s ease;
  transition: 0.28s ease;
}
.form-holder .form-elements .input-field input[type="radio"]:not(:checked) + label:before,
.form-holder .form-group .input-field input[type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.form-holder .form-elements .input-field input[type="radio"]:not(:checked) + label:after,
.form-holder .form-group .input-field input[type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.54);
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.form-holder .form-elements .input-field input[type="radio"]:not(:checked) + label:hover:after,
.form-holder .form-group .input-field input[type="radio"]:not(:checked) + label:hover:after {
  border-radius: 50%;
  border: 2px solid #00b8d4;
  background-color: #00b8d4;
  z-index: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.form-holder .form-elements .input-field input[type="radio"]:checked + label:before,
.form-holder .form-group .input-field input[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid #00b8d4;
}
.form-holder .form-elements .input-field input[type="radio"]:checked + label:after,
.form-holder .form-group .input-field input[type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #00b8d4;
  background-color: #00b8d4;
  z-index: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.form-holder .form-elements .input-field input[type="radio"]:disabled:not(:checked) + label,
.form-holder .form-group .input-field input[type="radio"]:disabled:not(:checked) + label,
.form-holder .form-elements .input-field input[type="radio"]:disabled:checked + label,
.form-holder .form-group .input-field input[type="radio"]:disabled:checked + label {
  cursor: not-allowed;
}
.form-holder .form-elements .input-field input[type="radio"]:disabled:not(:checked) + label:before,
.form-holder .form-group .input-field input[type="radio"]:disabled:not(:checked) + label:before,
.form-holder .form-elements .input-field input[type="radio"]:disabled:checked + label:before,
.form-holder .form-group .input-field input[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}
.form-holder .form-elements .input-field input[type="radio"]:disabled:not(:checked) + label:after,
.form-holder .form-group .input-field input[type="radio"]:disabled:not(:checked) + label:after,
.form-holder .form-elements .input-field input[type="radio"]:disabled:checked + label:after,
.form-holder .form-group .input-field input[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
}
.form-holder .form-elements .input-field input[type="checkbox"],
.form-holder .form-group .input-field input[type="checkbox"] {
  /* Unchecked styles */
  /* Checked styles */
  /* disabled checkbox */
}
.form-holder .form-elements .input-field input[type="checkbox"]:not(:checked),
.form-holder .form-group .input-field input[type="checkbox"]:not(:checked),
.form-holder .form-elements .input-field input[type="checkbox"]:checked,
.form-holder .form-group .input-field input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-holder .form-elements .input-field input[type="checkbox"]:not(:checked) + label,
.form-holder .form-group .input-field input[type="checkbox"]:not(:checked) + label,
.form-holder .form-elements .input-field input[type="checkbox"]:checked + label,
.form-holder .form-group .input-field input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  top: 40px;
  margin-right: 16px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.form-holder .form-elements .input-field input[type="checkbox"] + label:before,
.form-holder .form-group .input-field input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  margin-top: 2px;
  left: 0;
  z-index: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-clip: padding-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.form-holder .form-elements .input-field input[type="checkbox"]:not(:checked) + label:before,
.form-holder .form-group .input-field input[type="checkbox"]:not(:checked) + label:before {
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.form-holder .form-elements .input-field input[type="checkbox"]:checked + label:before,
.form-holder .form-group .input-field input[type="checkbox"]:checked + label:before {
  /*left: -3px;*/
  top: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #00b8d4;
  border-bottom: 2px solid #00b8d4;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.form-holder .form-elements .input-field input[type="checkbox"]:disabled:not(:checked) + label:before,
.form-holder .form-group .input-field input[type="checkbox"]:disabled:not(:checked) + label:before,
.form-holder .form-elements .input-field input[type="checkbox"]:disabled:checked + label:before,
.form-holder .form-group .input-field input[type="checkbox"]:disabled:checked + label:before {
  left: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.26);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.form-holder .form-elements .input-field input[type="checkbox"]:disabled + label,
.form-holder .form-group .input-field input[type="checkbox"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}
.form-holder .form-elements .input-field input[type="checkbox"]:disabled:not(:checked) + label:hover:before,
.form-holder .form-group .input-field input[type="checkbox"]:disabled:not(:checked) + label:hover:before {
  border-color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}
.form-holder .form-elements label.select-label,
.form-holder .form-group label.select-label {
  color: rgba(0, 0, 0, 0.54);
}
.form-holder .form-elements .select-wrapper span.select-dropdown,
.form-holder .form-group .select-wrapper span.select-dropdown {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  position: relative;
}
.form-holder .form-elements .select-wrapper span.select-dropdown.disabled,
.form-holder .form-group .select-wrapper span.select-dropdown.disabled {
  color: rgba(0, 0, 0, 0.26);
}
.form-holder .form-elements .select-wrapper span.select-dropdown.disabled:hover,
.form-holder .form-group .select-wrapper span.select-dropdown.disabled:hover {
  cursor: not-allowed;
}
.form-holder .form-elements .select-wrapper span.select-dropdown:after,
.form-holder .form-group .select-wrapper span.select-dropdown:after {
  position: absolute;
  right: 0;
  font-size: 23px;
}
.form-holder .form-elements .select-wrapper span li.disabled,
.form-holder .form-group .select-wrapper span li.disabled {
  color: purple;
}
.form-holder .form-elements .select-wrapper span li.disabled:hover,
.form-holder .form-group .select-wrapper span li.disabled:hover {
  background-color: transparent;
  cursor: not-allowed;
}
.form-holder .form-elements .select-wrapper select,
.form-holder .form-group .select-wrapper select {
  display: none;
}
.form-holder .form-elements .select-wrapper select .browser-default,
.form-holder .form-group .select-wrapper select .browser-default {
  display: block;
}
.form-holder .form-elements .select-wrapper select:disabled,
.form-holder .form-group .select-wrapper select:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.form-holder .form-group {
  width: auto;
  min-width: 250px;
}
.form-holder .form-group label {
  font-size: 12px;
  -webkit-transform: translateY(-130%);
  -moz-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  -o-transform: translateY(-130%);
  transform: translateY(-130%);
}
ul.dropdown-content.select-dropdown {
  width: 250px !important;
}
@media screen and (max-width: 600px) {
  .form-elements {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.modal {
  display: none;
  position: fixed;
  background-color: #ffffff;
  padding: 0;
  max-width: 55%;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 70%;
  z-index: 1000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  will-change: top, opacity;
  overflow-y: auto;
}
.modal .modal-header {
  height: 48px;
  padding: 0 16px;
}
.modal .modal-content {
  padding: 16px;
}
.modal .modal-footer {
  padding: 16px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .modal {
    max-width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
#lean-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 115%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal-action {
  margin-top: 10px;
  margin-bottom: 0;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is "activated".
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only "scrollable" top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 28.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: 20% auto;
  }
}
/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}
@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0.5em;
}
.picker__table th,
.picker__table td {
  text-align: center;
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.picker__day--outfocus {
  padding: 0.75rem 0;
  color: #fff;
}
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__box {
  border-radius: 2px;
  overflow: hidden;
}
.picker__date-display {
  text-align: center;
  background-color: var(--colors-red);
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}
.picker__weekday-display {
  background-color: #212121;
  padding: 10px;
  font-weight: 200;
  letter-spacing: 0.5;
  font-size: 1rem;
  margin-bottom: 15px;
}
.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}
.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}
.picker__year-display {
  font-size: 1.8rem;
  color: #ffcdd2;
}
.picker__box {
  padding: 0;
}
.picker__calendar-container {
  padding: 0 1rem;
}
.picker__calendar-container thead {
  border: none;
}
.picker__table {
  /*margin-top: 0;*/
  margin-bottom: 0.5em;
}
.picker__day--infocus {
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker--focused .picker__day--highlighted {
  color: var(--colors-red);
}
.picker__weekday {
  font-size: 0.9rem;
}
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: var(--colors-red);
  color: #ffffff;
}
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #ffcdd2;
}
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}
.picker__close,
.picker__today {
  font-size: 13px;
  text-transform: uppercase;
  padding: 1rem;
  color: #00b8d4;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid rgba(0, 0, 0, 0.54);
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid rgba(0, 0, 0, 0.54);
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}
/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
aside.side-nav {
  border: none;
  padding: 0;
  position: fixed;
  width: 312px;
  top: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 999;
}
aside.side-nav.right-aligned {
  will-change: right;
  right: -322px;
  left: auto;
}
aside.side-nav.right-aligned .function-view-header {
  height: 64px;
  padding: 0 16px;
  background: var(--colors-red);
  color: #ffffff !important;
}
aside.side-nav.right-aligned .function-view-header .subhead {
  margin: 0;
}
aside.side-nav.right-aligned .function-view-content {
  bottom: 64px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 64px;
}
aside.side-nav.right-aligned .function-view-footer {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
}
/*ul.side-nav ul.collapsible {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }*/
/*ul.side-nav ul.collapsible li {
    padding: 0; }*/
/*ul.side-nav .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  margin: 0 1rem; }
  ul.side-nav .collapsible-header i {
    line-height: inherit; }
ul.side-nav .collapsible-body {
  border: 0;
  background-color: #FFF; }
  ul.side-nav .collapsible-body li a {
    margin: 0 1rem 0 2rem; }*/
/***************
    Nav List
***************/
/*ul.table-of-contents.fixed {
  position: fixed; }
ul.table-of-contents li {
  padding: 2px 0; }
ul.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.4;
  display: inline-block; }
  ul.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #ea4a4f; }
  ul.table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #ea4a4f; }*/
/*@media only screen and (max-width : 992px) {
  ul.side-nav {
    position: fixed;
    width: 240px;
    left: -250px;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 999;
    will-change: left; }
    ul.side-nav.right-aligned {
      will-change: right;
      right: -250px;
      left: auto; }
    ul.side-nav .collapsible {
      margin: 0; }
    ul.side-nav li {
      float: none;
      padding: 0 15px;
      width: 240px; }
      ul.side-nav li:hover, ul.side-nav li.active {
        background-color: #ddd; }
    ul.side-nav a {
      color: #444; }
 }*/
/*ul.side-nav.full, ul.side-nav.fixed {
  position: fixed;
  width: 240px;
  left: -250px;
  top: 0;
  bottom: 0;
  margin: 0;
  background-color: #FFF;
  z-index: 999;
  will-change: left; }
  ul.side-nav.full.right-aligned, ul.side-nav.fixed.right-aligned {
    will-change: right;
    right: -250px;
    left: auto; }
  ul.side-nav.full .collapsible, ul.side-nav.fixed .collapsible {
    margin: 0; }
  ul.side-nav.full li, ul.side-nav.fixed li {
    float: none;
    line-height: 64px;
    padding: 0 15px;
    width: 240px;
    -webkit-transition: background-color 0s;
    -moz-transition: background-color 0s;
    -o-transition: background-color 0s;
    -ms-transition: background-color 0s;
    transition: background-color 0s; }
    ul.side-nav.full li:hover, ul.side-nav.full li.active, ul.side-nav.fixed li:hover, ul.side-nav.fixed li.active {
      background-color: #ddd; }
  ul.side-nav.full a, ul.side-nav.fixed a {
    display: block;
    padding: 0 15px;
    color: #444; }

ul.side-nav.fixed {
  left: 0;
  position: fixed; }
  ul.side-nav.fixed.right-aligned {
    will-change: right;
    right: 0;
    left: auto; }

@media only screen and (max-width : 992px) {
  ul.side-nav.fixed {
    left: -250px; }
    ul.side-nav.fixed.right-aligned {
      right: -250px;
      left: auto; }
 }*/
#sidenav-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  will-change: opacity;
}
/* Close Button */
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.54);
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Menu */
.menu-wrap {
  position: absolute;
  z-index: 1001;
  width: 320px;
  height: 100%;
  background: #ffffff;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-wrap .user {
  height: 64px;
  padding: 0 16px 0 8px;
  background: #ffcdd2;
  color: #212121;
}
.menu-wrap .user span {
  font-size: 12px;
  margin-left: 8px;
}
.menu-wrap nav {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 64px;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-wrap .logout-area {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
}
.menu-wrap nav .menu-item,
.menu-wrap .logout-area .menu-item {
  display: block;
  padding: 8px 24px;
  text-decoration: none;
  font-size: 13px;
  line-height: 32px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-family: "Regular";
  color: rgba(0, 0, 0, 0.87);
}
.menu-wrap nav .menu-item:hover,
.menu-wrap .logout-area .menu-item:hover,
.menu-wrap nav .menu-item:focus,
.menu-wrap .logout-area .menu-item:focus {
  color: #212121;
}
.menu-wrap nav .menu-item.logout,
.menu-wrap .logout-area .menu-item.logout {
  border-bottom: none;
  padding: 0 24px;
}
/* Shown menu animation */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/*# sourceMappingURL=application.css.map */