@charset "UTF-8";
.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.materialize {
  /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers (opinionated).
   */
  /**
   * Add the correct display in IE 9-.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  /**
   * Add the correct margin in IE 8.
   */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font style in Android 4.3-.
   */
  /**
   * Add the correct background and color in IE 9-.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  /**
   * Add the correct display in iOS 4-7.
   */
  /**
   * Remove the border on images inside links in IE 10-.
   */
  /**
   * Hide the overflow in IE.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE.
   */
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Scripting
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  /**
   * Add the correct display in IE.
   */
  /* Hidden
     ========================================================================== */
  /**
   * Add the correct display in IE 10-.
   */
  /* 2dp elevation modified*/
  /* 6dp elevation modified*/
  /* 12dp elevation modified*/
  /* 16dp elevation */
  /* 24dp elevation */
  /*********************
    Transition Classes
  **********************/
  /*********************
    Media Query Classes
  **********************/
  /*******************
    Utility Classes
  *******************/
}
.materialize .materialize-red {
  background-color: #e51c23 !important;
}
.materialize .materialize-red-text {
  color: #e51c23 !important;
}
.materialize .materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}
.materialize .materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}
.materialize .materialize-red.lighten-4, .materialize .function-btns .materialize-red.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .materialize-red.function-btns__btn.function-btns__btn--tertiary {
  background-color: #f8c1c3 !important;
}
.materialize .materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}
.materialize .materialize-red.lighten-3 {
  background-color: #f3989b !important;
}
.materialize .materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}
.materialize .materialize-red.lighten-2, .materialize .materialize-red.calculator {
  background-color: #ee6e73 !important;
}
.materialize .materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}
.materialize .materialize-red.lighten-1, .materialize .function-btns .materialize-red.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .materialize-red.function-btns__btn.function-btns__btn--secondary {
  background-color: #ea454b !important;
}
.materialize .materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}
.materialize .materialize-red.darken-1, .materialize .toolbar .materialize-red.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .materialize-red.toolbar__btn.toolbar__btn--selected {
  background-color: #d0181e !important;
}
.materialize .materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}
.materialize .materialize-red.darken-2, .materialize .function-btns .materialize-red.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .materialize-red.function-btns__btn.function-btns__btn--primary {
  background-color: #b9151b !important;
}
.materialize .materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}
.materialize .materialize-red.darken-3 {
  background-color: #a21318 !important;
}
.materialize .materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}
.materialize .materialize-red.darken-4 {
  background-color: #8b1014 !important;
}
.materialize .materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}
.materialize .red {
  background-color: #F44336 !important;
}
.materialize .red-text {
  color: #F44336 !important;
}
.materialize .red.lighten-5 {
  background-color: #FFEBEE !important;
}
.materialize .red-text.text-lighten-5 {
  color: #FFEBEE !important;
}
.materialize .red.lighten-4, .materialize .function-btns .red.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .red.function-btns__btn.function-btns__btn--tertiary {
  background-color: #FFCDD2 !important;
}
.materialize .red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}
.materialize .red.lighten-3 {
  background-color: #EF9A9A !important;
}
.materialize .red-text.text-lighten-3 {
  color: #EF9A9A !important;
}
.materialize .red.lighten-2, .materialize .red.calculator {
  background-color: #E57373 !important;
}
.materialize .red-text.text-lighten-2 {
  color: #E57373 !important;
}
.materialize .red.lighten-1, .materialize .function-btns .red.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .red.function-btns__btn.function-btns__btn--secondary {
  background-color: #EF5350 !important;
}
.materialize .red-text.text-lighten-1 {
  color: #EF5350 !important;
}
.materialize .red.darken-1, .materialize .toolbar .red.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .red.toolbar__btn.toolbar__btn--selected {
  background-color: #E53935 !important;
}
.materialize .red-text.text-darken-1 {
  color: #E53935 !important;
}
.materialize .red.darken-2, .materialize .function-btns .red.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .red.function-btns__btn.function-btns__btn--primary {
  background-color: #D32F2F !important;
}
.materialize .red-text.text-darken-2 {
  color: #D32F2F !important;
}
.materialize .red.darken-3 {
  background-color: #C62828 !important;
}
.materialize .red-text.text-darken-3 {
  color: #C62828 !important;
}
.materialize .red.darken-4 {
  background-color: #B71C1C !important;
}
.materialize .red-text.text-darken-4 {
  color: #B71C1C !important;
}
.materialize .red.accent-1 {
  background-color: #FF8A80 !important;
}
.materialize .red-text.text-accent-1 {
  color: #FF8A80 !important;
}
.materialize .red.accent-2 {
  background-color: #FF5252 !important;
}
.materialize .red-text.text-accent-2 {
  color: #FF5252 !important;
}
.materialize .red.accent-3 {
  background-color: #FF1744 !important;
}
.materialize .red-text.text-accent-3 {
  color: #FF1744 !important;
}
.materialize .red.accent-4 {
  background-color: #D50000 !important;
}
.materialize .red-text.text-accent-4 {
  color: #D50000 !important;
}
.materialize .pink {
  background-color: #e91e63 !important;
}
.materialize .pink-text {
  color: #e91e63 !important;
}
.materialize .pink.lighten-5 {
  background-color: #fce4ec !important;
}
.materialize .pink-text.text-lighten-5 {
  color: #fce4ec !important;
}
.materialize .pink.lighten-4, .materialize .function-btns .pink.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .pink.function-btns__btn.function-btns__btn--tertiary {
  background-color: #f8bbd0 !important;
}
.materialize .pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}
.materialize .pink.lighten-3 {
  background-color: #f48fb1 !important;
}
.materialize .pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}
.materialize .pink.lighten-2, .materialize .pink.calculator {
  background-color: #f06292 !important;
}
.materialize .pink-text.text-lighten-2 {
  color: #f06292 !important;
}
.materialize .pink.lighten-1, .materialize .function-btns .pink.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .pink.function-btns__btn.function-btns__btn--secondary {
  background-color: #ec407a !important;
}
.materialize .pink-text.text-lighten-1 {
  color: #ec407a !important;
}
.materialize .pink.darken-1, .materialize .toolbar .pink.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .pink.toolbar__btn.toolbar__btn--selected {
  background-color: #d81b60 !important;
}
.materialize .pink-text.text-darken-1 {
  color: #d81b60 !important;
}
.materialize .pink.darken-2, .materialize .function-btns .pink.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .pink.function-btns__btn.function-btns__btn--primary {
  background-color: #c2185b !important;
}
.materialize .pink-text.text-darken-2 {
  color: #c2185b !important;
}
.materialize .pink.darken-3 {
  background-color: #ad1457 !important;
}
.materialize .pink-text.text-darken-3 {
  color: #ad1457 !important;
}
.materialize .pink.darken-4 {
  background-color: #880e4f !important;
}
.materialize .pink-text.text-darken-4 {
  color: #880e4f !important;
}
.materialize .pink.accent-1 {
  background-color: #ff80ab !important;
}
.materialize .pink-text.text-accent-1 {
  color: #ff80ab !important;
}
.materialize .pink.accent-2 {
  background-color: #ff4081 !important;
}
.materialize .pink-text.text-accent-2 {
  color: #ff4081 !important;
}
.materialize .pink.accent-3 {
  background-color: #f50057 !important;
}
.materialize .pink-text.text-accent-3 {
  color: #f50057 !important;
}
.materialize .pink.accent-4 {
  background-color: #c51162 !important;
}
.materialize .pink-text.text-accent-4 {
  color: #c51162 !important;
}
.materialize .purple {
  background-color: #9c27b0 !important;
}
.materialize .purple-text {
  color: #9c27b0 !important;
}
.materialize .purple.lighten-5 {
  background-color: #f3e5f5 !important;
}
.materialize .purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}
.materialize .purple.lighten-4, .materialize .function-btns .purple.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .purple.function-btns__btn.function-btns__btn--tertiary {
  background-color: #e1bee7 !important;
}
.materialize .purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}
.materialize .purple.lighten-3 {
  background-color: #ce93d8 !important;
}
.materialize .purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}
.materialize .purple.lighten-2, .materialize .purple.calculator {
  background-color: #ba68c8 !important;
}
.materialize .purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}
.materialize .purple.lighten-1, .materialize .function-btns .purple.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .purple.function-btns__btn.function-btns__btn--secondary {
  background-color: #ab47bc !important;
}
.materialize .purple-text.text-lighten-1 {
  color: #ab47bc !important;
}
.materialize .purple.darken-1, .materialize .toolbar .purple.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .purple.toolbar__btn.toolbar__btn--selected {
  background-color: #8e24aa !important;
}
.materialize .purple-text.text-darken-1 {
  color: #8e24aa !important;
}
.materialize .purple.darken-2, .materialize .function-btns .purple.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .purple.function-btns__btn.function-btns__btn--primary {
  background-color: #7b1fa2 !important;
}
.materialize .purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}
.materialize .purple.darken-3 {
  background-color: #6a1b9a !important;
}
.materialize .purple-text.text-darken-3 {
  color: #6a1b9a !important;
}
.materialize .purple.darken-4 {
  background-color: #4a148c !important;
}
.materialize .purple-text.text-darken-4 {
  color: #4a148c !important;
}
.materialize .purple.accent-1 {
  background-color: #ea80fc !important;
}
.materialize .purple-text.text-accent-1 {
  color: #ea80fc !important;
}
.materialize .purple.accent-2 {
  background-color: #e040fb !important;
}
.materialize .purple-text.text-accent-2 {
  color: #e040fb !important;
}
.materialize .purple.accent-3 {
  background-color: #d500f9 !important;
}
.materialize .purple-text.text-accent-3 {
  color: #d500f9 !important;
}
.materialize .purple.accent-4 {
  background-color: #aa00ff !important;
}
.materialize .purple-text.text-accent-4 {
  color: #aa00ff !important;
}
.materialize .deep-purple {
  background-color: #673ab7 !important;
}
.materialize .deep-purple-text {
  color: #673ab7 !important;
}
.materialize .deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}
.materialize .deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}
.materialize .deep-purple.lighten-4, .materialize .function-btns .deep-purple.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .deep-purple.function-btns__btn.function-btns__btn--tertiary {
  background-color: #d1c4e9 !important;
}
.materialize .deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}
.materialize .deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}
.materialize .deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}
.materialize .deep-purple.lighten-2, .materialize .deep-purple.calculator {
  background-color: #9575cd !important;
}
.materialize .deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}
.materialize .deep-purple.lighten-1, .materialize .function-btns .deep-purple.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .deep-purple.function-btns__btn.function-btns__btn--secondary {
  background-color: #7e57c2 !important;
}
.materialize .deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}
.materialize .deep-purple.darken-1, .materialize .toolbar .deep-purple.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .deep-purple.toolbar__btn.toolbar__btn--selected {
  background-color: #5e35b1 !important;
}
.materialize .deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}
.materialize .deep-purple.darken-2, .materialize .function-btns .deep-purple.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .deep-purple.function-btns__btn.function-btns__btn--primary {
  background-color: #512da8 !important;
}
.materialize .deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}
.materialize .deep-purple.darken-3 {
  background-color: #4527a0 !important;
}
.materialize .deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}
.materialize .deep-purple.darken-4 {
  background-color: #311b92 !important;
}
.materialize .deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}
.materialize .deep-purple.accent-1 {
  background-color: #b388ff !important;
}
.materialize .deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}
.materialize .deep-purple.accent-2 {
  background-color: #7c4dff !important;
}
.materialize .deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}
.materialize .deep-purple.accent-3 {
  background-color: #651fff !important;
}
.materialize .deep-purple-text.text-accent-3 {
  color: #651fff !important;
}
.materialize .deep-purple.accent-4 {
  background-color: #6200ea !important;
}
.materialize .deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}
.materialize .indigo {
  background-color: #3f51b5 !important;
}
.materialize .indigo-text {
  color: #3f51b5 !important;
}
.materialize .indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}
.materialize .indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}
.materialize .indigo.lighten-4, .materialize .function-btns .indigo.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .indigo.function-btns__btn.function-btns__btn--tertiary {
  background-color: #c5cae9 !important;
}
.materialize .indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}
.materialize .indigo.lighten-3 {
  background-color: #9fa8da !important;
}
.materialize .indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}
.materialize .indigo.lighten-2, .materialize .indigo.calculator {
  background-color: #7986cb !important;
}
.materialize .indigo-text.text-lighten-2 {
  color: #7986cb !important;
}
.materialize .indigo.lighten-1, .materialize .function-btns .indigo.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .indigo.function-btns__btn.function-btns__btn--secondary {
  background-color: #5c6bc0 !important;
}
.materialize .indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}
.materialize .indigo.darken-1, .materialize .toolbar .indigo.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .indigo.toolbar__btn.toolbar__btn--selected {
  background-color: #3949ab !important;
}
.materialize .indigo-text.text-darken-1 {
  color: #3949ab !important;
}
.materialize .indigo.darken-2, .materialize .function-btns .indigo.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .indigo.function-btns__btn.function-btns__btn--primary {
  background-color: #303f9f !important;
}
.materialize .indigo-text.text-darken-2 {
  color: #303f9f !important;
}
.materialize .indigo.darken-3 {
  background-color: #283593 !important;
}
.materialize .indigo-text.text-darken-3 {
  color: #283593 !important;
}
.materialize .indigo.darken-4 {
  background-color: #1a237e !important;
}
.materialize .indigo-text.text-darken-4 {
  color: #1a237e !important;
}
.materialize .indigo.accent-1 {
  background-color: #8c9eff !important;
}
.materialize .indigo-text.text-accent-1 {
  color: #8c9eff !important;
}
.materialize .indigo.accent-2 {
  background-color: #536dfe !important;
}
.materialize .indigo-text.text-accent-2 {
  color: #536dfe !important;
}
.materialize .indigo.accent-3 {
  background-color: #3d5afe !important;
}
.materialize .indigo-text.text-accent-3 {
  color: #3d5afe !important;
}
.materialize .indigo.accent-4 {
  background-color: #304ffe !important;
}
.materialize .indigo-text.text-accent-4 {
  color: #304ffe !important;
}
.materialize .blue {
  background-color: #2196F3 !important;
}
.materialize .blue-text {
  color: #2196F3 !important;
}
.materialize .blue.lighten-5 {
  background-color: #E3F2FD !important;
}
.materialize .blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}
.materialize .blue.lighten-4, .materialize .function-btns .blue.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .blue.function-btns__btn.function-btns__btn--tertiary {
  background-color: #BBDEFB !important;
}
.materialize .blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}
.materialize .blue.lighten-3 {
  background-color: #90CAF9 !important;
}
.materialize .blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}
.materialize .blue.lighten-2, .materialize .blue.calculator {
  background-color: #64B5F6 !important;
}
.materialize .blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}
.materialize .blue.lighten-1, .materialize .function-btns .blue.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .blue.function-btns__btn.function-btns__btn--secondary {
  background-color: #42A5F5 !important;
}
.materialize .blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}
.materialize .blue.darken-1, .materialize .toolbar .blue.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .blue.toolbar__btn.toolbar__btn--selected {
  background-color: #1E88E5 !important;
}
.materialize .blue-text.text-darken-1 {
  color: #1E88E5 !important;
}
.materialize .blue.darken-2, .materialize .function-btns .blue.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .blue.function-btns__btn.function-btns__btn--primary {
  background-color: #1976D2 !important;
}
.materialize .blue-text.text-darken-2 {
  color: #1976D2 !important;
}
.materialize .blue.darken-3 {
  background-color: #1565C0 !important;
}
.materialize .blue-text.text-darken-3 {
  color: #1565C0 !important;
}
.materialize .blue.darken-4 {
  background-color: #0D47A1 !important;
}
.materialize .blue-text.text-darken-4 {
  color: #0D47A1 !important;
}
.materialize .blue.accent-1 {
  background-color: #82B1FF !important;
}
.materialize .blue-text.text-accent-1 {
  color: #82B1FF !important;
}
.materialize .blue.accent-2 {
  background-color: #448AFF !important;
}
.materialize .blue-text.text-accent-2 {
  color: #448AFF !important;
}
.materialize .blue.accent-3 {
  background-color: #2979FF !important;
}
.materialize .blue-text.text-accent-3 {
  color: #2979FF !important;
}
.materialize .blue.accent-4 {
  background-color: #2962FF !important;
}
.materialize .blue-text.text-accent-4 {
  color: #2962FF !important;
}
.materialize .light-blue, .materialize .function-btns .function-btns__btn.function-btns__btn--primary, .function-btns .materialize .function-btns__btn.function-btns__btn--primary {
  background-color: #03a9f4 !important;
}
.materialize .light-blue-text {
  color: #03a9f4 !important;
}
.materialize .light-blue.lighten-5, .materialize .function-btns .lighten-5.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .lighten-5.function-btns__btn.function-btns__btn--primary {
  background-color: #e1f5fe !important;
}
.materialize .light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}
.materialize .light-blue.lighten-4, .materialize .function-btns .lighten-4.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .lighten-4.function-btns__btn.function-btns__btn--primary, .materialize .function-btns .light-blue.function-btns__btn.function-btns__btn--tertiary, .materialize .function-btns .function-btns__btn.function-btns__btn--tertiary.function-btns__btn--primary, .function-btns .materialize .light-blue.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .function-btns__btn.function-btns__btn--tertiary.function-btns__btn--primary {
  background-color: #b3e5fc !important;
}
.materialize .light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}
.materialize .light-blue.lighten-3, .materialize .function-btns .lighten-3.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .lighten-3.function-btns__btn.function-btns__btn--primary {
  background-color: #81d4fa !important;
}
.materialize .light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}
.materialize .light-blue.lighten-2, .materialize .function-btns .lighten-2.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .lighten-2.function-btns__btn.function-btns__btn--primary, .materialize .light-blue.calculator, .materialize .function-btns .calculator.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .calculator.function-btns__btn.function-btns__btn--primary {
  background-color: #4fc3f7 !important;
}
.materialize .light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}
.materialize .light-blue.lighten-1, .materialize .function-btns .lighten-1.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .lighten-1.function-btns__btn.function-btns__btn--primary, .materialize .function-btns .light-blue.function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .function-btns__btn.function-btns__btn--secondary.function-btns__btn--primary, .function-btns .materialize .light-blue.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .function-btns__btn.function-btns__btn--secondary.function-btns__btn--primary {
  background-color: #29b6f6 !important;
}
.materialize .light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}
.materialize .light-blue.darken-1, .materialize .function-btns .darken-1.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .darken-1.function-btns__btn.function-btns__btn--primary, .materialize .toolbar .light-blue.toolbar__btn.toolbar__btn--selected, .materialize .toolbar .function-btns .toolbar__btn.toolbar__btn--selected.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .toolbar .toolbar__btn.toolbar__btn--selected.function-btns__btn.function-btns__btn--primary, .toolbar .materialize .light-blue.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .function-btns .toolbar__btn.toolbar__btn--selected.function-btns__btn.function-btns__btn--primary, .function-btns .toolbar .materialize .toolbar__btn.toolbar__btn--selected.function-btns__btn.function-btns__btn--primary {
  background-color: #039be5 !important;
}
.materialize .light-blue-text.text-darken-1 {
  color: #039be5 !important;
}
.materialize .light-blue.darken-2, .materialize .function-btns .function-btns__btn.function-btns__btn--primary, .function-btns .materialize .function-btns__btn.function-btns__btn--primary {
  background-color: #0288d1 !important;
}
.materialize .light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}
.materialize .light-blue.darken-3, .materialize .function-btns .darken-3.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .darken-3.function-btns__btn.function-btns__btn--primary {
  background-color: #0277bd !important;
}
.materialize .light-blue-text.text-darken-3 {
  color: #0277bd !important;
}
.materialize .light-blue.darken-4, .materialize .function-btns .darken-4.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .darken-4.function-btns__btn.function-btns__btn--primary {
  background-color: #01579b !important;
}
.materialize .light-blue-text.text-darken-4 {
  color: #01579b !important;
}
.materialize .light-blue.accent-1, .materialize .function-btns .accent-1.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .accent-1.function-btns__btn.function-btns__btn--primary {
  background-color: #80d8ff !important;
}
.materialize .light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}
.materialize .light-blue.accent-2, .materialize .function-btns .accent-2.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .accent-2.function-btns__btn.function-btns__btn--primary {
  background-color: #40c4ff !important;
}
.materialize .light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}
.materialize .light-blue.accent-3, .materialize .function-btns .accent-3.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .accent-3.function-btns__btn.function-btns__btn--primary {
  background-color: #00b0ff !important;
}
.materialize .light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}
.materialize .light-blue.accent-4, .materialize .function-btns .accent-4.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .accent-4.function-btns__btn.function-btns__btn--primary {
  background-color: #0091ea !important;
}
.materialize .light-blue-text.text-accent-4 {
  color: #0091ea !important;
}
.materialize .cyan {
  background-color: #00bcd4 !important;
}
.materialize .cyan-text {
  color: #00bcd4 !important;
}
.materialize .cyan.lighten-5 {
  background-color: #e0f7fa !important;
}
.materialize .cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}
.materialize .cyan.lighten-4, .materialize .function-btns .cyan.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .cyan.function-btns__btn.function-btns__btn--tertiary {
  background-color: #b2ebf2 !important;
}
.materialize .cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}
.materialize .cyan.lighten-3 {
  background-color: #80deea !important;
}
.materialize .cyan-text.text-lighten-3 {
  color: #80deea !important;
}
.materialize .cyan.lighten-2, .materialize .cyan.calculator {
  background-color: #4dd0e1 !important;
}
.materialize .cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}
.materialize .cyan.lighten-1, .materialize .function-btns .cyan.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .cyan.function-btns__btn.function-btns__btn--secondary {
  background-color: #26c6da !important;
}
.materialize .cyan-text.text-lighten-1 {
  color: #26c6da !important;
}
.materialize .cyan.darken-1, .materialize .toolbar .cyan.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .cyan.toolbar__btn.toolbar__btn--selected {
  background-color: #00acc1 !important;
}
.materialize .cyan-text.text-darken-1 {
  color: #00acc1 !important;
}
.materialize .cyan.darken-2, .materialize .function-btns .cyan.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .cyan.function-btns__btn.function-btns__btn--primary {
  background-color: #0097a7 !important;
}
.materialize .cyan-text.text-darken-2 {
  color: #0097a7 !important;
}
.materialize .cyan.darken-3 {
  background-color: #00838f !important;
}
.materialize .cyan-text.text-darken-3 {
  color: #00838f !important;
}
.materialize .cyan.darken-4 {
  background-color: #006064 !important;
}
.materialize .cyan-text.text-darken-4 {
  color: #006064 !important;
}
.materialize .cyan.accent-1 {
  background-color: #84ffff !important;
}
.materialize .cyan-text.text-accent-1 {
  color: #84ffff !important;
}
.materialize .cyan.accent-2 {
  background-color: #18ffff !important;
}
.materialize .cyan-text.text-accent-2 {
  color: #18ffff !important;
}
.materialize .cyan.accent-3 {
  background-color: #00e5ff !important;
}
.materialize .cyan-text.text-accent-3 {
  color: #00e5ff !important;
}
.materialize .cyan.accent-4 {
  background-color: #00b8d4 !important;
}
.materialize .cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}
.materialize .teal {
  background-color: #009688 !important;
}
.materialize .teal-text {
  color: #009688 !important;
}
.materialize .teal.lighten-5 {
  background-color: #e0f2f1 !important;
}
.materialize .teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}
.materialize .teal.lighten-4, .materialize .function-btns .teal.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .teal.function-btns__btn.function-btns__btn--tertiary {
  background-color: #b2dfdb !important;
}
.materialize .teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}
.materialize .teal.lighten-3 {
  background-color: #80cbc4 !important;
}
.materialize .teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}
.materialize .teal.lighten-2, .materialize .teal.calculator {
  background-color: #4db6ac !important;
}
.materialize .teal-text.text-lighten-2 {
  color: #4db6ac !important;
}
.materialize .teal.lighten-1, .materialize .function-btns .teal.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .teal.function-btns__btn.function-btns__btn--secondary {
  background-color: #26a69a !important;
}
.materialize .teal-text.text-lighten-1 {
  color: #26a69a !important;
}
.materialize .teal.darken-1, .materialize .toolbar .teal.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .teal.toolbar__btn.toolbar__btn--selected {
  background-color: #00897b !important;
}
.materialize .teal-text.text-darken-1 {
  color: #00897b !important;
}
.materialize .teal.darken-2, .materialize .function-btns .teal.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .teal.function-btns__btn.function-btns__btn--primary {
  background-color: #00796b !important;
}
.materialize .teal-text.text-darken-2 {
  color: #00796b !important;
}
.materialize .teal.darken-3 {
  background-color: #00695c !important;
}
.materialize .teal-text.text-darken-3 {
  color: #00695c !important;
}
.materialize .teal.darken-4 {
  background-color: #004d40 !important;
}
.materialize .teal-text.text-darken-4 {
  color: #004d40 !important;
}
.materialize .teal.accent-1 {
  background-color: #a7ffeb !important;
}
.materialize .teal-text.text-accent-1 {
  color: #a7ffeb !important;
}
.materialize .teal.accent-2 {
  background-color: #64ffda !important;
}
.materialize .teal-text.text-accent-2 {
  color: #64ffda !important;
}
.materialize .teal.accent-3 {
  background-color: #1de9b6 !important;
}
.materialize .teal-text.text-accent-3 {
  color: #1de9b6 !important;
}
.materialize .teal.accent-4 {
  background-color: #00bfa5 !important;
}
.materialize .teal-text.text-accent-4 {
  color: #00bfa5 !important;
}
.materialize .green {
  background-color: #4CAF50 !important;
}
.materialize .green-text {
  color: #4CAF50 !important;
}
.materialize .green.lighten-5 {
  background-color: #E8F5E9 !important;
}
.materialize .green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}
.materialize .green.lighten-4, .materialize .function-btns .green.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .green.function-btns__btn.function-btns__btn--tertiary {
  background-color: #C8E6C9 !important;
}
.materialize .green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}
.materialize .green.lighten-3 {
  background-color: #A5D6A7 !important;
}
.materialize .green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}
.materialize .green.lighten-2, .materialize .green.calculator {
  background-color: #81C784 !important;
}
.materialize .green-text.text-lighten-2 {
  color: #81C784 !important;
}
.materialize .green.lighten-1, .materialize .function-btns .green.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .green.function-btns__btn.function-btns__btn--secondary {
  background-color: #66BB6A !important;
}
.materialize .green-text.text-lighten-1 {
  color: #66BB6A !important;
}
.materialize .green.darken-1, .materialize .toolbar .green.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .green.toolbar__btn.toolbar__btn--selected {
  background-color: #43A047 !important;
}
.materialize .green-text.text-darken-1 {
  color: #43A047 !important;
}
.materialize .green.darken-2, .materialize .function-btns .green.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .green.function-btns__btn.function-btns__btn--primary {
  background-color: #388E3C !important;
}
.materialize .green-text.text-darken-2 {
  color: #388E3C !important;
}
.materialize .green.darken-3 {
  background-color: #2E7D32 !important;
}
.materialize .green-text.text-darken-3 {
  color: #2E7D32 !important;
}
.materialize .green.darken-4 {
  background-color: #1B5E20 !important;
}
.materialize .green-text.text-darken-4 {
  color: #1B5E20 !important;
}
.materialize .green.accent-1 {
  background-color: #B9F6CA !important;
}
.materialize .green-text.text-accent-1 {
  color: #B9F6CA !important;
}
.materialize .green.accent-2 {
  background-color: #69F0AE !important;
}
.materialize .green-text.text-accent-2 {
  color: #69F0AE !important;
}
.materialize .green.accent-3 {
  background-color: #00E676 !important;
}
.materialize .green-text.text-accent-3 {
  color: #00E676 !important;
}
.materialize .green.accent-4 {
  background-color: #00C853 !important;
}
.materialize .green-text.text-accent-4 {
  color: #00C853 !important;
}
.materialize .light-green {
  background-color: #8bc34a !important;
}
.materialize .light-green-text {
  color: #8bc34a !important;
}
.materialize .light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}
.materialize .light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}
.materialize .light-green.lighten-4, .materialize .function-btns .light-green.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .light-green.function-btns__btn.function-btns__btn--tertiary {
  background-color: #dcedc8 !important;
}
.materialize .light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}
.materialize .light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}
.materialize .light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}
.materialize .light-green.lighten-2, .materialize .light-green.calculator {
  background-color: #aed581 !important;
}
.materialize .light-green-text.text-lighten-2 {
  color: #aed581 !important;
}
.materialize .light-green.lighten-1, .materialize .function-btns .light-green.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .light-green.function-btns__btn.function-btns__btn--secondary {
  background-color: #9ccc65 !important;
}
.materialize .light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}
.materialize .light-green.darken-1, .materialize .toolbar .light-green.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .light-green.toolbar__btn.toolbar__btn--selected {
  background-color: #7cb342 !important;
}
.materialize .light-green-text.text-darken-1 {
  color: #7cb342 !important;
}
.materialize .light-green.darken-2, .materialize .function-btns .light-green.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .light-green.function-btns__btn.function-btns__btn--primary {
  background-color: #689f38 !important;
}
.materialize .light-green-text.text-darken-2 {
  color: #689f38 !important;
}
.materialize .light-green.darken-3 {
  background-color: #558b2f !important;
}
.materialize .light-green-text.text-darken-3 {
  color: #558b2f !important;
}
.materialize .light-green.darken-4 {
  background-color: #33691e !important;
}
.materialize .light-green-text.text-darken-4 {
  color: #33691e !important;
}
.materialize .light-green.accent-1 {
  background-color: #ccff90 !important;
}
.materialize .light-green-text.text-accent-1 {
  color: #ccff90 !important;
}
.materialize .light-green.accent-2 {
  background-color: #b2ff59 !important;
}
.materialize .light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}
.materialize .light-green.accent-3 {
  background-color: #76ff03 !important;
}
.materialize .light-green-text.text-accent-3 {
  color: #76ff03 !important;
}
.materialize .light-green.accent-4 {
  background-color: #64dd17 !important;
}
.materialize .light-green-text.text-accent-4 {
  color: #64dd17 !important;
}
.materialize .lime {
  background-color: #cddc39 !important;
}
.materialize .lime-text {
  color: #cddc39 !important;
}
.materialize .lime.lighten-5 {
  background-color: #f9fbe7 !important;
}
.materialize .lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}
.materialize .lime.lighten-4, .materialize .function-btns .lime.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .lime.function-btns__btn.function-btns__btn--tertiary {
  background-color: #f0f4c3 !important;
}
.materialize .lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}
.materialize .lime.lighten-3 {
  background-color: #e6ee9c !important;
}
.materialize .lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}
.materialize .lime.lighten-2, .materialize .lime.calculator {
  background-color: #dce775 !important;
}
.materialize .lime-text.text-lighten-2 {
  color: #dce775 !important;
}
.materialize .lime.lighten-1, .materialize .function-btns .lime.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .lime.function-btns__btn.function-btns__btn--secondary {
  background-color: #d4e157 !important;
}
.materialize .lime-text.text-lighten-1 {
  color: #d4e157 !important;
}
.materialize .lime.darken-1, .materialize .toolbar .lime.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .lime.toolbar__btn.toolbar__btn--selected {
  background-color: #c0ca33 !important;
}
.materialize .lime-text.text-darken-1 {
  color: #c0ca33 !important;
}
.materialize .lime.darken-2, .materialize .function-btns .lime.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .lime.function-btns__btn.function-btns__btn--primary {
  background-color: #afb42b !important;
}
.materialize .lime-text.text-darken-2 {
  color: #afb42b !important;
}
.materialize .lime.darken-3 {
  background-color: #9e9d24 !important;
}
.materialize .lime-text.text-darken-3 {
  color: #9e9d24 !important;
}
.materialize .lime.darken-4 {
  background-color: #827717 !important;
}
.materialize .lime-text.text-darken-4 {
  color: #827717 !important;
}
.materialize .lime.accent-1 {
  background-color: #f4ff81 !important;
}
.materialize .lime-text.text-accent-1 {
  color: #f4ff81 !important;
}
.materialize .lime.accent-2 {
  background-color: #eeff41 !important;
}
.materialize .lime-text.text-accent-2 {
  color: #eeff41 !important;
}
.materialize .lime.accent-3 {
  background-color: #c6ff00 !important;
}
.materialize .lime-text.text-accent-3 {
  color: #c6ff00 !important;
}
.materialize .lime.accent-4 {
  background-color: #aeea00 !important;
}
.materialize .lime-text.text-accent-4 {
  color: #aeea00 !important;
}
.materialize .yellow {
  background-color: #ffeb3b !important;
}
.materialize .yellow-text {
  color: #ffeb3b !important;
}
.materialize .yellow.lighten-5 {
  background-color: #fffde7 !important;
}
.materialize .yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}
.materialize .yellow.lighten-4, .materialize .function-btns .yellow.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .yellow.function-btns__btn.function-btns__btn--tertiary {
  background-color: #fff9c4 !important;
}
.materialize .yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}
.materialize .yellow.lighten-3 {
  background-color: #fff59d !important;
}
.materialize .yellow-text.text-lighten-3 {
  color: #fff59d !important;
}
.materialize .yellow.lighten-2, .materialize .yellow.calculator {
  background-color: #fff176 !important;
}
.materialize .yellow-text.text-lighten-2 {
  color: #fff176 !important;
}
.materialize .yellow.lighten-1, .materialize .function-btns .yellow.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .yellow.function-btns__btn.function-btns__btn--secondary {
  background-color: #ffee58 !important;
}
.materialize .yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}
.materialize .yellow.darken-1, .materialize .toolbar .yellow.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .yellow.toolbar__btn.toolbar__btn--selected {
  background-color: #fdd835 !important;
}
.materialize .yellow-text.text-darken-1 {
  color: #fdd835 !important;
}
.materialize .yellow.darken-2, .materialize .function-btns .yellow.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .yellow.function-btns__btn.function-btns__btn--primary {
  background-color: #fbc02d !important;
}
.materialize .yellow-text.text-darken-2 {
  color: #fbc02d !important;
}
.materialize .yellow.darken-3 {
  background-color: #f9a825 !important;
}
.materialize .yellow-text.text-darken-3 {
  color: #f9a825 !important;
}
.materialize .yellow.darken-4 {
  background-color: #f57f17 !important;
}
.materialize .yellow-text.text-darken-4 {
  color: #f57f17 !important;
}
.materialize .yellow.accent-1 {
  background-color: #ffff8d !important;
}
.materialize .yellow-text.text-accent-1 {
  color: #ffff8d !important;
}
.materialize .yellow.accent-2 {
  background-color: #ffff00 !important;
}
.materialize .yellow-text.text-accent-2 {
  color: #ffff00 !important;
}
.materialize .yellow.accent-3 {
  background-color: #ffea00 !important;
}
.materialize .yellow-text.text-accent-3 {
  color: #ffea00 !important;
}
.materialize .yellow.accent-4 {
  background-color: #ffd600 !important;
}
.materialize .yellow-text.text-accent-4 {
  color: #ffd600 !important;
}
.materialize .amber {
  background-color: #ffc107 !important;
}
.materialize .amber-text {
  color: #ffc107 !important;
}
.materialize .amber.lighten-5 {
  background-color: #fff8e1 !important;
}
.materialize .amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}
.materialize .amber.lighten-4, .materialize .function-btns .amber.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .amber.function-btns__btn.function-btns__btn--tertiary {
  background-color: #ffecb3 !important;
}
.materialize .amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}
.materialize .amber.lighten-3 {
  background-color: #ffe082 !important;
}
.materialize .amber-text.text-lighten-3 {
  color: #ffe082 !important;
}
.materialize .amber.lighten-2, .materialize .amber.calculator {
  background-color: #ffd54f !important;
}
.materialize .amber-text.text-lighten-2 {
  color: #ffd54f !important;
}
.materialize .amber.lighten-1, .materialize .function-btns .amber.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .amber.function-btns__btn.function-btns__btn--secondary {
  background-color: #ffca28 !important;
}
.materialize .amber-text.text-lighten-1 {
  color: #ffca28 !important;
}
.materialize .amber.darken-1, .materialize .toolbar .amber.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .amber.toolbar__btn.toolbar__btn--selected {
  background-color: #ffb300 !important;
}
.materialize .amber-text.text-darken-1 {
  color: #ffb300 !important;
}
.materialize .amber.darken-2, .materialize .function-btns .amber.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .amber.function-btns__btn.function-btns__btn--primary {
  background-color: #ffa000 !important;
}
.materialize .amber-text.text-darken-2 {
  color: #ffa000 !important;
}
.materialize .amber.darken-3 {
  background-color: #ff8f00 !important;
}
.materialize .amber-text.text-darken-3 {
  color: #ff8f00 !important;
}
.materialize .amber.darken-4 {
  background-color: #ff6f00 !important;
}
.materialize .amber-text.text-darken-4 {
  color: #ff6f00 !important;
}
.materialize .amber.accent-1 {
  background-color: #ffe57f !important;
}
.materialize .amber-text.text-accent-1 {
  color: #ffe57f !important;
}
.materialize .amber.accent-2 {
  background-color: #ffd740 !important;
}
.materialize .amber-text.text-accent-2 {
  color: #ffd740 !important;
}
.materialize .amber.accent-3 {
  background-color: #ffc400 !important;
}
.materialize .amber-text.text-accent-3 {
  color: #ffc400 !important;
}
.materialize .amber.accent-4 {
  background-color: #ffab00 !important;
}
.materialize .amber-text.text-accent-4 {
  color: #ffab00 !important;
}
.materialize .orange {
  background-color: #ff9800 !important;
}
.materialize .orange-text {
  color: #ff9800 !important;
}
.materialize .orange.lighten-5 {
  background-color: #fff3e0 !important;
}
.materialize .orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}
.materialize .orange.lighten-4, .materialize .function-btns .orange.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .orange.function-btns__btn.function-btns__btn--tertiary {
  background-color: #ffe0b2 !important;
}
.materialize .orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}
.materialize .orange.lighten-3 {
  background-color: #ffcc80 !important;
}
.materialize .orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}
.materialize .orange.lighten-2, .materialize .orange.calculator {
  background-color: #ffb74d !important;
}
.materialize .orange-text.text-lighten-2 {
  color: #ffb74d !important;
}
.materialize .orange.lighten-1, .materialize .function-btns .orange.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .orange.function-btns__btn.function-btns__btn--secondary {
  background-color: #ffa726 !important;
}
.materialize .orange-text.text-lighten-1 {
  color: #ffa726 !important;
}
.materialize .orange.darken-1, .materialize .toolbar .orange.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .orange.toolbar__btn.toolbar__btn--selected {
  background-color: #fb8c00 !important;
}
.materialize .orange-text.text-darken-1 {
  color: #fb8c00 !important;
}
.materialize .orange.darken-2, .materialize .function-btns .orange.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .orange.function-btns__btn.function-btns__btn--primary {
  background-color: #f57c00 !important;
}
.materialize .orange-text.text-darken-2 {
  color: #f57c00 !important;
}
.materialize .orange.darken-3 {
  background-color: #ef6c00 !important;
}
.materialize .orange-text.text-darken-3 {
  color: #ef6c00 !important;
}
.materialize .orange.darken-4 {
  background-color: #e65100 !important;
}
.materialize .orange-text.text-darken-4 {
  color: #e65100 !important;
}
.materialize .orange.accent-1 {
  background-color: #ffd180 !important;
}
.materialize .orange-text.text-accent-1 {
  color: #ffd180 !important;
}
.materialize .orange.accent-2 {
  background-color: #ffab40 !important;
}
.materialize .orange-text.text-accent-2 {
  color: #ffab40 !important;
}
.materialize .orange.accent-3 {
  background-color: #ff9100 !important;
}
.materialize .orange-text.text-accent-3 {
  color: #ff9100 !important;
}
.materialize .orange.accent-4 {
  background-color: #ff6d00 !important;
}
.materialize .orange-text.text-accent-4 {
  color: #ff6d00 !important;
}
.materialize .deep-orange {
  background-color: #ff5722 !important;
}
.materialize .deep-orange-text {
  color: #ff5722 !important;
}
.materialize .deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}
.materialize .deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}
.materialize .deep-orange.lighten-4, .materialize .function-btns .deep-orange.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .deep-orange.function-btns__btn.function-btns__btn--tertiary {
  background-color: #ffccbc !important;
}
.materialize .deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}
.materialize .deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}
.materialize .deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}
.materialize .deep-orange.lighten-2, .materialize .deep-orange.calculator {
  background-color: #ff8a65 !important;
}
.materialize .deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}
.materialize .deep-orange.lighten-1, .materialize .function-btns .deep-orange.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .deep-orange.function-btns__btn.function-btns__btn--secondary {
  background-color: #ff7043 !important;
}
.materialize .deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}
.materialize .deep-orange.darken-1, .materialize .toolbar .deep-orange.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .deep-orange.toolbar__btn.toolbar__btn--selected {
  background-color: #f4511e !important;
}
.materialize .deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}
.materialize .deep-orange.darken-2, .materialize .function-btns .deep-orange.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .deep-orange.function-btns__btn.function-btns__btn--primary {
  background-color: #e64a19 !important;
}
.materialize .deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}
.materialize .deep-orange.darken-3 {
  background-color: #d84315 !important;
}
.materialize .deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}
.materialize .deep-orange.darken-4 {
  background-color: #bf360c !important;
}
.materialize .deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}
.materialize .deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}
.materialize .deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}
.materialize .deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}
.materialize .deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}
.materialize .deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}
.materialize .deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}
.materialize .deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}
.materialize .deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}
.materialize .brown {
  background-color: #795548 !important;
}
.materialize .brown-text {
  color: #795548 !important;
}
.materialize .brown.lighten-5 {
  background-color: #efebe9 !important;
}
.materialize .brown-text.text-lighten-5 {
  color: #efebe9 !important;
}
.materialize .brown.lighten-4, .materialize .function-btns .brown.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .brown.function-btns__btn.function-btns__btn--tertiary {
  background-color: #d7ccc8 !important;
}
.materialize .brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}
.materialize .brown.lighten-3 {
  background-color: #bcaaa4 !important;
}
.materialize .brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}
.materialize .brown.lighten-2, .materialize .brown.calculator {
  background-color: #a1887f !important;
}
.materialize .brown-text.text-lighten-2 {
  color: #a1887f !important;
}
.materialize .brown.lighten-1, .materialize .function-btns .brown.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .brown.function-btns__btn.function-btns__btn--secondary {
  background-color: #8d6e63 !important;
}
.materialize .brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}
.materialize .brown.darken-1, .materialize .toolbar .brown.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .brown.toolbar__btn.toolbar__btn--selected {
  background-color: #6d4c41 !important;
}
.materialize .brown-text.text-darken-1 {
  color: #6d4c41 !important;
}
.materialize .brown.darken-2, .materialize .function-btns .brown.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .brown.function-btns__btn.function-btns__btn--primary {
  background-color: #5d4037 !important;
}
.materialize .brown-text.text-darken-2 {
  color: #5d4037 !important;
}
.materialize .brown.darken-3 {
  background-color: #4e342e !important;
}
.materialize .brown-text.text-darken-3 {
  color: #4e342e !important;
}
.materialize .brown.darken-4 {
  background-color: #3e2723 !important;
}
.materialize .brown-text.text-darken-4 {
  color: #3e2723 !important;
}
.materialize .blue-grey {
  background-color: #607d8b !important;
}
.materialize .blue-grey-text {
  color: #607d8b !important;
}
.materialize .blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}
.materialize .blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}
.materialize .blue-grey.lighten-4, .materialize .function-btns .blue-grey.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .blue-grey.function-btns__btn.function-btns__btn--tertiary {
  background-color: #cfd8dc !important;
}
.materialize .blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}
.materialize .blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}
.materialize .blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}
.materialize .blue-grey.lighten-2, .materialize .blue-grey.calculator {
  background-color: #90a4ae !important;
}
.materialize .blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}
.materialize .blue-grey.lighten-1, .materialize .function-btns .blue-grey.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .blue-grey.function-btns__btn.function-btns__btn--secondary {
  background-color: #78909c !important;
}
.materialize .blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}
.materialize .blue-grey.darken-1, .materialize .toolbar .blue-grey.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .blue-grey.toolbar__btn.toolbar__btn--selected {
  background-color: #546e7a !important;
}
.materialize .blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}
.materialize .blue-grey.darken-2, .materialize .function-btns .blue-grey.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .blue-grey.function-btns__btn.function-btns__btn--primary {
  background-color: #455a64 !important;
}
.materialize .blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}
.materialize .blue-grey.darken-3 {
  background-color: #37474f !important;
}
.materialize .blue-grey-text.text-darken-3 {
  color: #37474f !important;
}
.materialize .blue-grey.darken-4 {
  background-color: #263238 !important;
}
.materialize .blue-grey-text.text-darken-4 {
  color: #263238 !important;
}
.materialize .grey, .materialize .function-btns .function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .function-btns__btn.function-btns__btn--tertiary, .materialize .toolbar .toolbar__btn.toolbar__btn--selected, .toolbar .materialize .toolbar__btn.toolbar__btn--selected, .materialize .calculator {
  background-color: #9e9e9e !important;
}
.materialize .grey-text {
  color: #9e9e9e !important;
}
.materialize .grey.lighten-5, .materialize .function-btns .lighten-5.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .lighten-5.function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .lighten-5.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .lighten-5.function-btns__btn.function-btns__btn--tertiary, .materialize .toolbar .lighten-5.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .lighten-5.toolbar__btn.toolbar__btn--selected, .materialize .lighten-5.calculator {
  background-color: #fafafa !important;
}
.materialize .grey-text.text-lighten-5 {
  color: #fafafa !important;
}
.materialize .grey.lighten-4, .materialize .function-btns .lighten-4.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .lighten-4.function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .function-btns__btn.function-btns__btn--tertiary, .materialize .toolbar .lighten-4.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .lighten-4.toolbar__btn.toolbar__btn--selected, .materialize .lighten-4.calculator {
  background-color: #f5f5f5 !important;
}
.materialize .grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}
.materialize .grey.lighten-3, .materialize .function-btns .lighten-3.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .lighten-3.function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .lighten-3.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .lighten-3.function-btns__btn.function-btns__btn--tertiary, .materialize .toolbar .lighten-3.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .lighten-3.toolbar__btn.toolbar__btn--selected, .materialize .lighten-3.calculator {
  background-color: #eeeeee !important;
}
.materialize .grey-text.text-lighten-3 {
  color: #eeeeee !important;
}
.materialize .grey.lighten-2, .materialize .function-btns .lighten-2.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .lighten-2.function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .lighten-2.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .lighten-2.function-btns__btn.function-btns__btn--tertiary, .materialize .toolbar .lighten-2.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .lighten-2.toolbar__btn.toolbar__btn--selected, .materialize .calculator {
  background-color: #e0e0e0 !important;
}
.materialize .grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}
.materialize .grey.lighten-1, .materialize .function-btns .function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .lighten-1.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .lighten-1.function-btns__btn.function-btns__btn--tertiary, .materialize .toolbar .lighten-1.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .lighten-1.toolbar__btn.toolbar__btn--selected, .materialize .lighten-1.calculator {
  background-color: #bdbdbd !important;
}
.materialize .grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}
.materialize .grey.darken-1, .materialize .function-btns .darken-1.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .darken-1.function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .darken-1.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .darken-1.function-btns__btn.function-btns__btn--tertiary, .materialize .toolbar .toolbar__btn.toolbar__btn--selected, .toolbar .materialize .toolbar__btn.toolbar__btn--selected, .materialize .darken-1.calculator {
  background-color: #757575 !important;
}
.materialize .grey-text.text-darken-1 {
  color: #757575 !important;
}
.materialize .grey.darken-2, .materialize .function-btns .grey.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .grey.function-btns__btn.function-btns__btn--primary, .materialize .function-btns .darken-2.function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .function-btns__btn.function-btns__btn--secondary.function-btns__btn--primary, .function-btns .materialize .darken-2.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .function-btns__btn.function-btns__btn--secondary.function-btns__btn--primary, .materialize .function-btns .darken-2.function-btns__btn.function-btns__btn--tertiary, .materialize .function-btns .function-btns__btn.function-btns__btn--tertiary.function-btns__btn--primary, .function-btns .materialize .darken-2.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .function-btns__btn.function-btns__btn--tertiary.function-btns__btn--primary, .materialize .toolbar .darken-2.toolbar__btn.toolbar__btn--selected, .materialize .toolbar .function-btns .toolbar__btn.toolbar__btn--selected.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .toolbar .toolbar__btn.toolbar__btn--selected.function-btns__btn.function-btns__btn--primary, .toolbar .materialize .darken-2.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .function-btns .toolbar__btn.toolbar__btn--selected.function-btns__btn.function-btns__btn--primary, .function-btns .toolbar .materialize .toolbar__btn.toolbar__btn--selected.function-btns__btn.function-btns__btn--primary, .materialize .darken-2.calculator, .materialize .function-btns .calculator.function-btns__btn.function-btns__btn--primary, .function-btns .materialize .calculator.function-btns__btn.function-btns__btn--primary {
  background-color: #616161 !important;
}
.materialize .grey-text.text-darken-2 {
  color: #616161 !important;
}
.materialize .grey.darken-3, .materialize .function-btns .darken-3.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .darken-3.function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .darken-3.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .darken-3.function-btns__btn.function-btns__btn--tertiary, .materialize .toolbar .darken-3.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .darken-3.toolbar__btn.toolbar__btn--selected, .materialize .darken-3.calculator {
  background-color: #424242 !important;
}
.materialize .grey-text.text-darken-3 {
  color: #424242 !important;
}
.materialize .grey.darken-4, .materialize .function-btns .darken-4.function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .darken-4.function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .darken-4.function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .darken-4.function-btns__btn.function-btns__btn--tertiary, .materialize .toolbar .darken-4.toolbar__btn.toolbar__btn--selected, .toolbar .materialize .darken-4.toolbar__btn.toolbar__btn--selected, .materialize .darken-4.calculator {
  background-color: #212121 !important;
}
.materialize .grey-text.text-darken-4 {
  color: #212121 !important;
}
.materialize .black {
  background-color: #000000 !important;
}
.materialize .black-text, .materialize .function-btns .function-btns__btn.function-btns__btn--secondary, .function-btns .materialize .function-btns__btn.function-btns__btn--secondary, .materialize .function-btns .function-btns__btn.function-btns__btn--tertiary, .function-btns .materialize .function-btns__btn.function-btns__btn--tertiary {
  color: #000000 !important;
}
.materialize .white {
  background-color: #FFFFFF !important;
}
.materialize .white-text, .materialize .toolbar .toolbar__btn.toolbar__btn--selected, .toolbar .materialize .toolbar__btn.toolbar__btn--selected {
  color: #FFFFFF !important;
}
.materialize .transparent {
  background-color: transparent !important;
}
.materialize .transparent-text {
  color: transparent !important;
}
.materialize html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.materialize body {
  margin: 0;
}
.materialize article,
.materialize aside,
.materialize footer,
.materialize header,
.materialize nav,
.materialize section {
  display: block;
}
.materialize h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.materialize figcaption,
.materialize figure,
.materialize main {
  /* 1 */
  display: block;
}
.materialize figure {
  margin: 1em 40px;
}
.materialize hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
.materialize pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.materialize a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
.materialize abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
.materialize b,
.materialize strong {
  font-weight: inherit;
}
.materialize b,
.materialize strong {
  font-weight: bolder;
}
.materialize code,
.materialize kbd,
.materialize samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.materialize dfn {
  font-style: italic;
}
.materialize mark {
  background-color: #ff0;
  color: #000;
}
.materialize small {
  font-size: 80%;
}
.materialize sub,
.materialize sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.materialize sub {
  bottom: -0.25em;
}
.materialize sup {
  top: -0.5em;
}
.materialize audio,
.materialize video {
  display: inline-block;
}
.materialize audio:not([controls]) {
  display: none;
  height: 0;
}
.materialize img {
  border-style: none;
}
.materialize svg:not(:root) {
  overflow: hidden;
}
.materialize button,
.materialize input,
.materialize optgroup,
.materialize select,
.materialize textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
.materialize button,
.materialize input {
  /* 1 */
  overflow: visible;
}
.materialize button,
.materialize select {
  /* 1 */
  text-transform: none;
}
.materialize button,
.materialize html [type=button],
.materialize [type=reset],
.materialize [type=submit] {
  -webkit-appearance: button;
  /* 2 */
}
.materialize button::-moz-focus-inner,
.materialize [type=button]::-moz-focus-inner,
.materialize [type=reset]::-moz-focus-inner,
.materialize [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.materialize button:-moz-focusring,
.materialize [type=button]:-moz-focusring,
.materialize [type=reset]:-moz-focusring,
.materialize [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.materialize fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.materialize legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
.materialize progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
.materialize textarea {
  overflow: auto;
}
.materialize [type=checkbox],
.materialize [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.materialize [type=number]::-webkit-inner-spin-button,
.materialize [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.materialize [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.materialize [type=search]::-webkit-search-cancel-button,
.materialize [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.materialize ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.materialize details,
.materialize menu {
  display: block;
}
.materialize summary {
  display: list-item;
}
.materialize canvas {
  display: inline-block;
}
.materialize template {
  display: none;
}
.materialize [hidden] {
  display: none;
}
.materialize html {
  box-sizing: border-box;
}
.materialize *, .materialize *:before, .materialize *:after {
  box-sizing: inherit;
}
.materialize button,
.materialize input,
.materialize optgroup,
.materialize select,
.materialize textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.materialize ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
.materialize ul:not(.browser-default) > li {
  list-style-type: none;
}
.materialize a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.materialize .valign-wrapper {
  display: flex;
  align-items: center;
}
.materialize .clearfix {
  clear: both;
}
.materialize .z-depth-0 {
  box-shadow: none !important;
}
.materialize .z-depth-1, .materialize .btn-floating, .materialize .btn, .materialize .function-btns .function-btns__btn, .function-btns .materialize .function-btns__btn, .materialize .btn-small, .materialize .btn-large {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.materialize .z-depth-1-half, .materialize .btn-floating:hover, .materialize .btn:hover, .materialize .function-btns .function-btns__btn:hover, .function-btns .materialize .function-btns__btn:hover, .materialize .btn-small:hover, .materialize .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.materialize .z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.materialize .z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.materialize .z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.materialize .z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.materialize .hoverable {
  transition: box-shadow 0.25s;
}
.materialize .hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.materialize .divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
.materialize blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}
.materialize i {
  line-height: inherit;
}
.materialize i.left {
  float: left;
  margin-right: 15px;
}
.materialize i.right {
  float: right;
  margin-left: 15px;
}
.materialize i.tiny {
  font-size: 1rem;
}
.materialize i.small {
  font-size: 2rem;
}
.materialize i.medium {
  font-size: 4rem;
}
.materialize i.large {
  font-size: 6rem;
}
.materialize img.responsive-img,
.materialize video.responsive-video {
  max-width: 100%;
  height: auto;
}
.materialize .pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.materialize .pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.materialize .pagination li.active a {
  color: #fff;
}
.materialize .pagination li.active {
  background-color: #ee6e73;
}
.materialize .pagination li.disabled a {
  cursor: default;
  color: #999;
}
.materialize .pagination li i {
  font-size: 2rem;
}
.materialize .pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width : 992px) {
  .materialize .pagination {
    width: 100%;
  }
  .materialize .pagination li.prev,
.materialize .pagination li.next {
    width: 10%;
  }
  .materialize .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.materialize .breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.materialize .breadcrumb i,
.materialize .breadcrumb [class^=mdi-], .materialize .breadcrumb [class*=mdi-],
.materialize .breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
.materialize .breadcrumb:before {
  content: "";
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.materialize .breadcrumb:first-child:before {
  display: none;
}
.materialize .breadcrumb:last-child {
  color: #fff;
}
.materialize .parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.materialize .parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.materialize .parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
.materialize .pin-top, .materialize .pin-bottom {
  position: relative;
}
.materialize .pinned {
  position: fixed !important;
}
.materialize ul.staggered-list li {
  opacity: 0;
}
.materialize .fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}
@media only screen and (max-width : 600px) {
  .materialize .hide-on-small-only, .materialize .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width : 992px) {
  .materialize .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width : 601px) {
  .materialize .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .materialize .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width : 993px) {
  .materialize .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width : 1201px) {
  .materialize .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width : 1201px) {
  .materialize .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width : 993px) {
  .materialize .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .materialize .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width : 600px) {
  .materialize .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width : 601px) {
  .materialize .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width : 992px) {
  .materialize .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width : 600px) {
  .materialize .center-on-small-only {
    text-align: center;
  }
}
.materialize .page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}
.materialize .page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
.materialize table, .materialize th, .materialize td {
  border: none;
}
.materialize table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.materialize table.striped tr {
  border-bottom: none;
}
.materialize table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
.materialize table.striped > tbody > tr > td {
  border-radius: 0;
}
.materialize table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
.materialize table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
.materialize table.centered thead tr th, .materialize table.centered tbody tr td {
  text-align: center;
}
.materialize tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.materialize td, .materialize th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width : 992px) {
  .materialize table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  .materialize table.responsive-table td:empty:before {
    content: " ";
  }
  .materialize table.responsive-table th,
.materialize table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  .materialize table.responsive-table th {
    text-align: left;
  }
  .materialize table.responsive-table thead {
    display: block;
    float: left;
  }
  .materialize table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  .materialize table.responsive-table thead tr th::before {
    content: " ";
  }
  .materialize table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .materialize table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .materialize table.responsive-table th {
    display: block;
    text-align: right;
  }
  .materialize table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .materialize table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  .materialize table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.materialize .collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.materialize .collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.materialize .collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.materialize .collection .collection-item.avatar:not(.circle-clipper) > .circle,
.materialize .collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.materialize .collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.materialize .collection .collection-item.avatar .title {
  font-size: 16px;
}
.materialize .collection .collection-item.avatar p {
  margin: 0;
}
.materialize .collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.materialize .collection .collection-item:last-child {
  border-bottom: none;
}
.materialize .collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.materialize .collection .collection-item.active .secondary-content {
  color: #fff;
}
.materialize .collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #26a69a;
}
.materialize .collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.materialize .collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.materialize .collection.with-header .collection-item {
  padding-left: 30px;
}
.materialize .collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.materialize .secondary-content {
  float: right;
  color: #26a69a;
}
.materialize .collapsible .collection {
  margin: 0;
  border: none;
}
.materialize .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.materialize .video-container iframe, .materialize .video-container object, .materialize .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.materialize .progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.materialize .progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width 0.3s linear;
}
.materialize .progress .indeterminate {
  background-color: #26a69a;
}
.materialize .progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.materialize .progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@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%;
  }
}
.materialize .hide {
  display: none !important;
}
.materialize .left-align {
  text-align: left;
}
.materialize .right-align {
  text-align: right;
}
.materialize .center, .materialize .center-align {
  text-align: center;
}
.materialize .left {
  float: left !important;
}
.materialize .right {
  float: right !important;
}
.materialize .no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.materialize .circle {
  border-radius: 50%;
}
.materialize .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.materialize .truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.materialize .no-padding {
  padding: 0 !important;
}
.materialize .btn, .materialize .function-btns .function-btns__btn, .function-btns .materialize .function-btns__btn, .materialize .btn-small, .materialize .btn-large,
.materialize .btn-flat,
.materialize .toolbar .toolbar__btn,
.toolbar .materialize .toolbar__btn {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.materialize .btn.disabled, .materialize .function-btns .disabled.function-btns__btn, .function-btns .materialize .disabled.function-btns__btn,
.materialize .btn-floating.disabled,
.materialize .btn-large.disabled,
.materialize .btn-small.disabled,
.materialize .btn-flat.disabled,
.materialize .toolbar .disabled.toolbar__btn,
.toolbar .materialize .disabled.toolbar__btn,
.materialize .btn:disabled,
.materialize .function-btns .function-btns__btn:disabled,
.function-btns .materialize .function-btns__btn:disabled,
.materialize .btn-floating:disabled,
.materialize .btn-large:disabled,
.materialize .btn-small:disabled,
.materialize .btn-flat:disabled,
.materialize .toolbar .toolbar__btn:disabled,
.toolbar .materialize .toolbar__btn:disabled,
.materialize .btn[disabled],
.materialize .function-btns [disabled].function-btns__btn,
.function-btns .materialize [disabled].function-btns__btn,
.materialize .btn-floating[disabled],
.materialize .btn-large[disabled],
.materialize .btn-small[disabled],
.materialize .btn-flat[disabled],
.materialize .toolbar [disabled].toolbar__btn,
.toolbar .materialize [disabled].toolbar__btn {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.materialize .btn.disabled:hover, .materialize .function-btns .disabled.function-btns__btn:hover, .function-btns .materialize .disabled.function-btns__btn:hover,
.materialize .btn-floating.disabled:hover,
.materialize .btn-large.disabled:hover,
.materialize .btn-small.disabled:hover,
.materialize .btn-flat.disabled:hover,
.materialize .toolbar .disabled.toolbar__btn:hover,
.toolbar .materialize .disabled.toolbar__btn:hover,
.materialize .btn:disabled:hover,
.materialize .function-btns .function-btns__btn:disabled:hover,
.function-btns .materialize .function-btns__btn:disabled:hover,
.materialize .btn-floating:disabled:hover,
.materialize .btn-large:disabled:hover,
.materialize .btn-small:disabled:hover,
.materialize .btn-flat:disabled:hover,
.materialize .toolbar .toolbar__btn:disabled:hover,
.toolbar .materialize .toolbar__btn:disabled:hover,
.materialize .btn[disabled]:hover,
.materialize .function-btns [disabled].function-btns__btn:hover,
.function-btns .materialize [disabled].function-btns__btn:hover,
.materialize .btn-floating[disabled]:hover,
.materialize .btn-large[disabled]:hover,
.materialize .btn-small[disabled]:hover,
.materialize .btn-flat[disabled]:hover,
.materialize .toolbar [disabled].toolbar__btn:hover,
.toolbar .materialize [disabled].toolbar__btn:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
.materialize .btn, .materialize .function-btns .function-btns__btn, .function-btns .materialize .function-btns__btn,
.materialize .btn-floating,
.materialize .btn-large,
.materialize .btn-small,
.materialize .btn-flat,
.materialize .toolbar .toolbar__btn,
.toolbar .materialize .toolbar__btn {
  font-size: 14px;
  outline: 0;
}
.materialize .btn i, .materialize .function-btns .function-btns__btn i, .function-btns .materialize .function-btns__btn i,
.materialize .btn-floating i,
.materialize .btn-large i,
.materialize .btn-small i,
.materialize .btn-flat i,
.materialize .toolbar .toolbar__btn i,
.toolbar .materialize .toolbar__btn i {
  font-size: 1.3rem;
  line-height: inherit;
}
.materialize .btn:focus, .materialize .function-btns .function-btns__btn:focus, .function-btns .materialize .function-btns__btn:focus, .materialize .btn-small:focus, .materialize .btn-large:focus,
.materialize .btn-floating:focus {
  background-color: #1d7d74;
}
.materialize .btn, .materialize .function-btns .function-btns__btn, .function-btns .materialize .function-btns__btn, .materialize .btn-small, .materialize .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.materialize .btn:hover, .materialize .function-btns .function-btns__btn:hover, .function-btns .materialize .function-btns__btn:hover, .materialize .btn-small:hover, .materialize .btn-large:hover {
  background-color: #2bbbad;
}
.materialize .btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}
.materialize .btn-floating:hover {
  background-color: #26a69a;
}
.materialize .btn-floating:before {
  border-radius: 0;
}
.materialize .btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}
.materialize .btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}
.materialize .btn-floating.btn-large i {
  line-height: 56px;
}
.materialize .btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}
.materialize .btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}
.materialize .btn-floating.btn-small i {
  line-height: 32.4px;
}
.materialize .btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}
.materialize .btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}
.materialize .btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}
.materialize button.btn-floating {
  border: none;
}
.materialize .fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.materialize .fixed-action-btn.active ul {
  visibility: visible;
}
.materialize .fixed-action-btn.direction-left, .materialize .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}
.materialize .fixed-action-btn.direction-left ul, .materialize .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}
.materialize .fixed-action-btn.direction-left ul li, .materialize .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}
.materialize .fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}
.materialize .fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}
.materialize .fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}
.materialize .fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}
.materialize .fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}
.materialize .fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}
.materialize .fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}
.materialize .fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}
.materialize .fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.materialize .fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}
.materialize .fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}
.materialize .fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}
.materialize .fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.materialize .fixed-action-btn ul li {
  margin-bottom: 15px;
}
.materialize .fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.materialize .fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  transform: scale(0);
}
.materialize .btn-flat, .materialize .toolbar .toolbar__btn, .toolbar .materialize .toolbar__btn {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}
.materialize .btn-flat:focus, .materialize .toolbar .toolbar__btn:focus, .toolbar .materialize .toolbar__btn:focus, .materialize .btn-flat:hover, .materialize .toolbar .toolbar__btn:hover, .toolbar .materialize .toolbar__btn:hover {
  box-shadow: none;
}
.materialize .btn-flat:focus, .materialize .toolbar .toolbar__btn:focus, .toolbar .materialize .toolbar__btn:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.materialize .btn-flat.disabled, .materialize .toolbar .disabled.toolbar__btn, .toolbar .materialize .disabled.toolbar__btn, .materialize .btn-flat.btn-flat[disabled], .materialize .toolbar [disabled].toolbar__btn, .toolbar .materialize [disabled].toolbar__btn {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}
.materialize .btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}
.materialize .btn-large i {
  font-size: 1.6rem;
}
.materialize .btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}
.materialize .btn-small i {
  font-size: 1.2rem;
}
.materialize .btn-block {
  display: block;
}

.face, .button, .galaxy-card, .filters-side, .mission-card, .alien-card, .content-card_footer, .content-card_header, .content-card__select-text, .navbar-side, .meta, .heading, .input .input__label, .galaxy-card .galaxy-card__name, .points .points__value, .mission-card .mission-card__selected-text, .mission-card .mission-card__name, .planet-card .planet-card__name, .alien-card .alien-card__name, .form-field .form-field__label, .draggable-popup .draggable-popup__header {
  font-family: ff-enzo-web, arial, "helvetica neue", helvetica, sans-serif;
}
.face--title, .button, .heading, .input .input__label, .galaxy-card .galaxy-card__name, .points .points__value, .mission-card .mission-card__selected-text, .mission-card .mission-card__name, .planet-card .planet-card__name, .alien-card .alien-card__name, .form-field .form-field__label, .draggable-popup .draggable-popup__header {
  font-weight: 700;
}
.face--alternate, .galaxy-card .galaxy-card__sync-status {
  font-weight: 500;
  line-height: 1.5;
}
.face--copy, .content-card_footer, .content-card_header, .meta {
  font-weight: 600;
}

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

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

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.icon {
  height: 20px;
  width: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.25em;
  display: inline-block;
}
.icon--lg {
  height: 50px;
  width: 50px;
}
.icon--xl {
  height: 80px;
  width: 80px;
}
.icon--xxl {
  height: 120px;
  width: 120px;
}
.icon--key {
  background-image: url("images/key.svg");
}

.MathJax_Preview {
  display: none;
}

.heading, .input .input__label, .galaxy-card .galaxy-card__name, .points .points__value, .mission-card .mission-card__selected-text, .mission-card .mission-card__name, .planet-card .planet-card__name, .alien-card .alien-card__name, .form-field .form-field__label, .draggable-popup .draggable-popup__header {
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #4c4c4e;
}
.heading--1 {
  font-size: 2.5em;
}
.heading--2 {
  font-size: 1.8em;
}
.heading--3 {
  font-size: 1.4em;
}
.heading--4, .galaxy-card .galaxy-card__name, .mission-card .mission-card__name, .planet-card .planet-card__name, .alien-card .alien-card__name {
  font-size: 1.2em;
}
.heading--5, .input .input__label, .points .points__value, .mission-card .mission-card__selected-text, .form-field .form-field__label, .draggable-popup .draggable-popup__header {
  font-size: 1em;
}
.heading--6 {
  font-size: 0.875em;
}
.heading--tight, .galaxy-card .galaxy-card__name, .mission-card .mission-card__name, .planet-card .planet-card__name, .alien-card .alien-card__name, .draggable-popup .draggable-popup__header {
  margin: 0;
  padding: 0;
}

.body {
  background-color: transparent;
}

.html {
  background: #0d1c4b url("/assets/images/bg-pattern-dark-theme.svg") left -50px repeat;
}

.page {
  background-color: white;
}

.flex-grid, .planet-list .planet-list__item {
  display: flex;
  flex-wrap: wrap;
}
.flex-grid .flex-grid__col, .planet-list .planet-list__item .flex-grid__col {
  flex: 1;
}
.flex-grid.flex-grid--thirds, .planet-list .flex-grid--thirds.planet-list__item {
  justify-content: space-between;
}
.flex-grid.flex-grid--thirds .flex-grid__col, .planet-list .flex-grid--thirds.planet-list__item .flex-grid__col {
  flex: 0 auto;
  width: 32%;
}

.page-header {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdcde;
}
.page-header.page-header--space-above {
  margin-top: 1em;
}

.loading-section {
  position: relative;
}
.loading-section .loading-section_icon {
  display: block;
  position: absolute;
  top: 10em;
  left: 48%;
}
.loading-section .loading-section_overlay {
  display: none;
  background-color: white;
  opacity: 0.8;
  position: absolute;
  z-index: 500;
  height: 100%;
  width: 100%;
}
.loading-section.loading-section--loading .loading-section_overlay {
  display: block;
}

.spaceship-icon {
  transform: rotateZ(-39deg) scale3d(3, 3, 3);
  opacity: 1;
  position: absolute;
}

@keyframes bounce-in {
  0%, 20%, 50%, 80%, 100% {
    right: 0em;
  }
  40% {
    right: 3em;
  }
  60% {
    right: 2em;
  }
}
.notify {
  position: fixed;
  top: 10%;
  right: 2em;
  z-index: 2000;
  width: 20%;
}
.notify .callout {
  position: relative;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #34b127;
  background-color: white;
  animation-name: bounce-in;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

.meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
.meta_item {
  display: inline;
  position: relative;
  padding-left: 10px;
}
.meta_item:first-of-type {
  padding-left: 0px;
}
.meta_item:first-of-type:before {
  display: none;
}
.meta_item:before {
  content: "";
  background-color: #c0c2c6;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0px;
  display: block;
}
.meta--align-right {
  float: right;
}

.actions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.actions .actions__action {
  margin-bottom: 1em;
  display: block;
}
.actions .actions__action:last-child {
  margin-bottom: 0;
}

.inline-actions {
  margin: 0;
  padding: 0;
}

.icon-group {
  display: inline-block;
}
.icon-group .icon-group_text {
  display: inline;
}

.wrapper, .form-field {
  padding: 0.7em 0;
}
.wrapper--full {
  padding: 0.7em;
}
.wrapper--text-center {
  text-align: center;
}

.login-form {
  height: 50vh;
}
.login-form .login-form__username, .login-form__password {
  width: 100%;
}
.login-form .login-form__box {
  padding: 2em;
  background-color: white;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-form .login-form__heading {
  margin-bottom: 2em;
}
.login-form .login-form__button {
  margin-top: 1em;
  width: 25%;
  align-self: flex-start;
}

.calculator {
  padding: 0.5em;
}
.calculator .calculator__output {
  padding-bottom: 0.5em;
}
.calculator .calculator__layer {
  display: none;
}
.calculator .calculator__layer.calculator__layer--active {
  display: flex;
}

.qwerty-layer-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.qwerty-layer-row.qwerty-layer-row--4 .function-btns__btn {
  flex-grow: 1;
}

.output {
  background-color: white;
}
.output .output__text {
  display: block;
  font-family: sans-serif;
  line-height: 16px;
  font-size: 16px;
  padding: 0 0.5em;
}

.toolbar {
  display: inline-block;
  width: 100%;
}
.toolbar .toolbar__btn {
  text-align: center;
  font-size: 14px;
  z-index: 0;
  float: left;
  min-width: 5.5em;
  margin-right: 7px;
}
.toolbar .toolbar__btn.toolbar__btn--min-size {
  min-width: 0;
}
.toolbar .toolbar__btn.toolbar__btn--right {
  float: right;
}
.function-btns {
  margin-right: 2em;
  padding-top: 0.5em;
}
.function-btns .function-btns__btn {
  min-width: 4.5em;
}
.function-btns .function-btns__btn.function-btns__btn--tertiary {
  z-index: 0;
  text-transform: none;
  font-size: 17px;
}
.function-btns .function-btns__btn.function-btns__btn--secondary {
  z-index: 0;
  font-size: 17px;
}
.function-btns .function-btns__btn.function-btns__btn--primary {
  z-index: 0;
  font-size: 17px;
}
.function-btns.function-btns--qwerty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.function-btns.function-btns--qwerty .function-btns__btn {
  min-width: 3.25em;
  margin-bottom: 7px;
  margin-right: 7px;
}
.function-btns.function-btns--3-4 {
  display: grid;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto auto;
}
.function-btns.function-btns--5-4 {
  display: grid;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
}
.function-btns:last-child {
  margin-right: 0;
}

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

.icon-arrow-up {
  display: block;
}
.icon-arrow-up .icon-arrow-up__head {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid black;
}
.icon-arrow-up .icon-arrow-up__tail {
  margin: 0 auto;
  height: 10px;
  width: 6px;
  background-color: black;
}

.icon-arrow-down {
  display: block;
}
.icon-arrow-down .icon-arrow-down__head {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
}
.icon-arrow-down .icon-arrow-down__tail {
  margin: 0 auto;
  height: 10px;
  width: 6px;
  background-color: black;
}

.draggable-popup {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: absolute;
  z-index: 2000;
  display: none;
  top: 0;
  left: 0;
  margin: auto;
  border: 2px solid #b1b3b5;
  border-top-left-radius: 0.6em;
  border-top-right-radius: 0.6em;
}
.draggable-popup.draggable-popup--open {
  display: block;
}
.draggable-popup .draggable-popup__close {
  padding: 0.25em;
  font-size: 18px;
  line-height: 16px;
  cursor: pointer;
}
.draggable-popup .draggable-popup__header {
  vertical-align: middle;
  color: white;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-bottom: 2px solid #b1b3b5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
  background-color: #152d76;
}
.draggable-popup .draggable-popup__body {
  background-color: white;
}

.navbar-top {
  padding: 1em 0.5em;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
}
.navbar-top--light {
  background-color: transparent;
}
.navbar-top .navbar-top__nav {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}
.navbar-top .navbar-top__brand {
  color: white;
}
.navbar-top .navbar-top__brand:hover {
  color: #e6e6e6;
}

.navbar-side {
  background-color: #ebf4f8;
  padding: 0;
  text-align: left;
}
.navbar-side .heading, .navbar-side .input .input__label, .input .navbar-side .input__label, .navbar-side .galaxy-card .galaxy-card__name, .galaxy-card .navbar-side .galaxy-card__name, .navbar-side .points .points__value, .points .navbar-side .points__value, .navbar-side .mission-card .mission-card__selected-text, .mission-card .navbar-side .mission-card__selected-text, .navbar-side .mission-card .mission-card__name, .mission-card .navbar-side .mission-card__name, .navbar-side .planet-card .planet-card__name, .planet-card .navbar-side .planet-card__name, .navbar-side .alien-card .alien-card__name, .alien-card .navbar-side .alien-card__name, .navbar-side .form-field .form-field__label, .form-field .navbar-side .form-field__label, .navbar-side .draggable-popup .draggable-popup__header, .draggable-popup .navbar-side .draggable-popup__header {
  padding-left: 1em;
}
.navbar-side .navbar-side_module {
  padding-top: 1rem;
  padding-left: 60%;
}
.navbar-side .navbar-side_module:nth-last-child(1) {
  padding-bottom: 1rem;
}
.navbar-side .navbar-side_links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-side .navbar-side_link {
  padding: 0.3em;
  padding-left: 2em;
  font-size: 1.2em;
  cursor: pointer;
}
.navbar-side .navbar-side_link.active {
  background-color: white;
}

.pagination {
  margin: 1em 0;
  width: 100%;
}

.nav-logo {
  display: inline-block;
  font-size: 20pt;
  font-weight: bolder;
  font-family: ff-enzo-web, arial, "helvetica neue", helvetica, sans-serif;
  height: 44px;
}
.nav-logo .nav-logo_logo {
  float: left;
}
.nav-logo .nav-logo_text {
  display: block;
  float: left;
  margin-top: 7px;
}

.form-field .form-field__item {
  width: 100%;
}

.card, .content-card, .action-card {
  border: 1px solid #dbdcde;
  border-radius: 0.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.card:hover, .content-card:hover, .action-card:hover {
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.card_row, .content-card_body, .content-card_row, .action-card .action-card_text {
  padding: 0 0.7em 0 0.7em;
  margin-bottom: 0.7em;
  width: 100%;
}
.card_header, .content-card_header, .action-card .action-card_actions {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.card_footer {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.action-card {
  box-shadow: none;
  border-radius: 0;
  width: 100%;
}
.action-card:hover {
  transition: none;
  box-shadow: none;
}
.action-card .action-card_actions {
  border-radius: 0;
  padding: 1em;
  margin-bottom: 0.7em;
  background-color: #eeeff0;
  border-bottom: 1px solid #dbdcde;
}
.action-card .action-card_text {
  min-height: 100px;
}

.content-card {
  margin-bottom: 1em;
}
.content-card.content-card--selected {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.content-card.content-card--selected .content-card__select-text {
  background-color: #2e72e3;
}
.content-card__select-text {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #b1b3b5;
  color: white;
  font-weight: 700;
  font-size: 1em;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  margin-bottom: 0.5em;
}
.content-card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7em;
  background-color: #445584;
  color: white;
}
.content-card_meta {
  padding: 0.7em;
  width: 100%;
  text-align: center;
  border-right: 1px solid #dbdcde;
}
.content-card_meta--left {
  text-align: left;
}
.content-card_meta--right {
  text-align: right;
}
.content-card_meta:nth-last-child(1) {
  border-right: none;
}
.content-card_body {
  min-height: 100px;
}
.content-card_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eeeff0;
}
.content-card_body--truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.resource-card {
  border: 1px solid #dbdcde;
  margin-bottom: 0.7em;
}
.resource-card .inline-actions {
  padding-top: 0.3em;
  margin: 0 20% 0 0;
}
.resource-card .resource-card_header {
  margin-bottom: 0.7em;
  background-color: #445584;
  color: white;
}
.resource-card .resource-card_id {
  border-top: top;
  border-right: right;
  border-bottom: bottom;
  border-left: left;
  border-style: style;
  border-color: color;
  text-align: center;
  padding: 0.3em 0.7em;
  background-color: #445584;
  color: white;
}
.resource-card .resource-card_sync-status {
  text-align: center;
  padding: 0.3em 0.7em;
  background-color: #445584;
  color: white;
}
.resource-card .resource-card_body {
  padding: 0 0.7em;
}
.resource-card .resource-card_footer {
  margin-top: 0.7em;
  padding: 0.3em 0.7em;
  border: 1px solid #dbdcde;
  background-color: #eeeff0;
}
.resource-card .resource-card_actions {
  padding: 0 0.7em;
}

.alien-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  padding: 1em;
  position: relative;
}
.alien-card .alien-card__name {
  display: block;
}
.alien-card .alien-card__img {
  display: block;
  margin: 0 auto;
  height: 150px;
}
.alien-card.alien-card--selectable:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.alien-icon.alien-icon--small {
  padding: 0 0;
  height: 25px;
}
.alien-icon.alien-icon--huge {
  padding: 0 1em;
  height: 100px;
}

.alien-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.alien-list .alien-list__item {
  margin: 0.5em;
  width: 23%;
}

.planet-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0.5em 0;
  position: relative;
  min-height: 90px;
}
.planet-card .planet-card__body {
  padding: 1em;
}
.planet-card .planet-card__galaxy {
  font-size: 1em;
  color: #7a7a7a;
}
.planet-card .planet-card__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
}
.planet-card .planet-card__svg-background {
  position: absolute;
  top: 0;
}
.planet-card .planet-card__svg {
  position: absolute;
  width: 70px;
  z-index: 10;
  top: 0.5em;
  right: 0.5em;
}
.planet-card.planet-card--hoverable:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.planet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.planet-list .planet-list__sort {
  flex: 0 auto;
  margin-right: 0.5em;
}
.planet-list .planet-list__actions {
  flex: 0 auto;
  margin-right: 0.5em;
  width: 20%;
}
.planet-list .planet-list__card {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 0 0;
}
.planet-list .planet-list__card .planet-card {
  flex: 0 auto;
  width: 100%;
  margin: 0 0;
}
.planet-list .planet-list__item {
  margin-bottom: 2em;
}

.planet-missions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.planet-missions .planet-missions__item {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2em;
}
.planet-missions .planet-missions__col {
  margin-right: 0.5em;
}
.planet-missions .planet-missions__col:last-child {
  flex: 70%;
}

.mission-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 1em;
  position: relative;
  margin: 0.5em 0;
}
.mission-card .mission-card__id {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-weight: bold;
}
.mission-card .mission-card__location {
  font-size: 1em;
  color: #7a7a7a;
}
.mission-card .mission-card__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0.5em 0;
}
.mission-card.mission-card--selectable:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.mission-card.mission-card--selected {
  padding-bottom: 0;
}
.mission-card.mission-card--selected .mission-card__selected-text {
  background-color: #2e72e3;
  color: white;
}
.mission-card.mission-card--unselected {
  padding-bottom: 0;
}
.mission-card.mission-card--unselected .mission-card__selected-text {
  background-color: #b1b3b5;
  color: white;
}
.mission-card .mission-card__selected-text {
  margin: 0 auto;
  text-align: center;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

@keyframes bounce-in {
  0%, 20%, 50%, 80%, 100% {
    right: 0em;
  }
  40% {
    right: 3em;
  }
  60% {
    right: 2em;
  }
}
.notify {
  position: fixed;
  top: 10%;
  right: 2em;
  z-index: 2000;
  width: 20%;
}
.notify .callout {
  position: relative;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #34b127;
  background-color: white;
  animation-name: bounce-in;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

.filters-side {
  background-color: #ebf4f8;
  padding-top: 1em;
  height: 100%;
}
.filters-side .filters-side_inner {
  position: -webkit-sticky;
  position: sticky;
  padding: 0 1em;
  top: 1em;
}

.input-text {
  position: relative;
  margin-bottom: 45px;
}
.input-text__input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #757575;
}
.input-text__input:focus {
  outline: none;
}
.input-text__input:focus ~ .input-textbox__label, .input-text__input:valid ~ .input-textbox__label {
  top: -20px;
  font-size: 14px;
  color: #152d76;
}
.input-text__label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
}

.editor_section-heading {
  padding-top: 5px;
}
.editor_section-heading .editor_section-heading--divider {
  border-bottom: 1px solid #dbdcde;
}
.editor_section {
  margin-top: 1em;
  padding: 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.editor_section--no-background {
  background: none;
  border: none;
  border-radius: 0;
}
.editor_section--nested {
  padding: 0;
}
.editor_primary-actions {
  padding: 0.5em 0;
  background-color: white;
  z-index: 1500;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
}
.editor_inner {
  padding: 1em;
  border: 1px solid #dbdcde;
  border-radius: 0.2em;
}
.editor_inner--no-border {
  border: none;
}

.answer-option {
  display: flex;
  margin-bottom: 1em;
}
.answer-option .answer-option_correct-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  color: #ed633b;
}
.answer-option .answer-option_correct-icon--correct {
  color: #a8cd4d;
}

.back-to-top {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  display: none;
  position: fixed;
  bottom: 2em;
  right: 2em;
  padding: 1em;
  cursor: pointer;
  background-color: #152d76;
  color: white;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 0.5em;
}
.back-to-top:hover {
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.back-to-top.back-to-top--scrolled {
  display: block;
}

.modal.is-open {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.number-badge {
  background-color: #445584;
  border-radius: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  color: white;
  width: 24px;
  line-height: 1.2;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
}

.checkbox {
  position: relative;
  display: block;
  padding-left: calc(.5em + 25px);
  line-height: 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox:hover .checkbox_checkmark {
  transition: background-color 0.5s;
  transition-timing-function: ease;
}
.checkbox .checkbox_input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox .checkbox_input:checked ~ .checkbox_checkmark:after {
  content: "";
  width: 8px;
  height: 13px;
  border-bottom: 3px solid #152d76;
  border-right: 3px solid #152d76;
  position: absolute;
  display: block;
  transform: rotateZ(45deg);
  left: 8px;
  top: 3px;
}
.checkbox .checkbox_checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  border: 1px solid #152d76;
}

.points .points__value {
  color: #7a7a7a;
}
.points .points__icon {
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 0.25em;
  margin: 0 0.25em 0 0;
  background: url(http://d3r1419feix6os.cloudfront.net/mission-control/missions/points.svg) no-repeat;
}

.mission-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mission-items .mission-items__item {
  width: 60%;
}

.mission-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mission-items .mission-items__item {
  width: 60%;
}

.galaxy-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  padding: 1em;
  position: relative;
}
.galaxy-card .galaxy-card__name {
  display: block;
}
.galaxy-card .galaxy-card__sync-status {
  display: block;
}
.galaxy-card .galaxy-card__id {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-weight: bold;
}
.galaxy-card.galaxy-card--selectable:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.galaxy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.galaxy-list .galaxy-list__item {
  margin: 0.5em;
  width: calc(33.33% - 1em);
}

.input .input__icon {
  position: absolute;
  width: 1em;
  height: 1em;
  top: calc(50% - .5em);
  left: 0.75em;
}
.input .input__icon + .input__textbox {
  padding-left: 2em;
}
.input .input__icon.input__icon--actionable {
  cursor: pointer;
}
.input .input__field-wrapper {
  position: relative;
}
.input .input__textbox {
  font-size: 1em;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #dbdcde;
  border-bottom: none;
  display: inline-block;
}
.input .input__textbox:focus {
  outline: none;
  border-color: #152d76;
}
.input .input__textbox:focus ~ .input__bar {
  background-color: #152d76;
}
.input .input__bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #dbdcde;
}
.input .input__bar.input__bar--error {
  background-color: #eb5024;
}
.input .input__bar.input__bar--valid {
  background-color: #81E177;
}

.validated-input__error {
  margin-top: 0.35em;
  color: #c93b12;
}

.button {
  transition: background-color 0.4s ease-in-out color 0.4s ease-in-out border-color 0.4s ease-in-out;
  border: 1px solid #c1ddea;
  border-radius: 2px;
  display: inline-block;
  padding: 0.75em 1em;
  text-decoration: none;
  color: #152d76;
  background-color: #c1ddea;
  text-align: center;
  cursor: pointer;
}
.button:hover, .button:focus {
  outline: 0;
  text-decoration: none;
  background-color: #9bc8dd;
  border-color: #9bc8dd;
  color: #0d1c4b;
}
.button--thin {
  padding: 0.4em 1em;
  font-size: 0.8em;
}
.button--highlight {
  border-color: #152d76;
  background-color: #152d76;
  color: #fff;
}
.button--highlight:hover, .button--highlight:focus {
  border-color: #0d1c4b;
  background-color: #0d1c4b;
  color: white;
}
.button--danger {
  border-color: #eb5024;
  background-color: #fff;
  color: #c93b12;
}
.button--danger:hover, .button--danger:focus {
  border-color: #c93b12;
  color: #9a2e0e;
  background-color: tint(#ed633b, 90%);
}
.button--subtle {
  background-color: #fff;
  border-color: #dbdcde;
}
.button--subtle:hover, .button--subtle:focus {
  background-color: #ebf9f9;
  border-color: #dbdcde;
}
.button--good {
  border-color: #81E177;
  background-color: #fff;
  color: #34b127;
}
.button--good:hover, .button--good:focus {
  background-color: tint(#81E177, 90%);
  color: #1c5e15;
  border-color: #34b127;
}

.error {
  margin-top: 0.35em;
  color: #c93b12;
}

.switch {
  cursor: pointer;
  width: 50px;
  height: 25px;
  position: relative;
}
.switch:active > .switch__nob {
  width: 25px;
}
.switch__background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  background-color: grey;
}
.switch__nob {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 45px;
  transition: 0.3s;
}
.switch__input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.switch__input:checked ~ .switch__background {
  background: #152d76;
}
.switch__input:checked ~ .switch__nob {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}