/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

/*!
 *  Weather Icons 1.3
 *  Updated November 30th, 2014
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/* 
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/* Namespace all things! */

/* Design Parameters

	font-size:   14px;
	line-height: 20px;
	color:       rgba(255, 255, 255, 0.6);
	navbar:      rgba(0,0,0,.36);

*/

/* 
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/* Namespace all things! */

/* Design Parameters

	font-size:   14px;
	line-height: 20px;
	color:       rgba(255, 255, 255, 0.6);
	navbar:      rgba(0,0,0,.36);

*/

/* 
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/* Change the word SDK to the name of your package */

/* Instructions: Change the word Method to your package name */

/* 
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/*
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/* Change the word SDK to the name of your package */

/* Instructions: Change the word Pub to your package name */

/* Namespace all things! */

/* Design Parameters

	font-size:   14px;
	line-height: 20px;
	color:       rgba(255, 255, 255, 0.6);
	navbar:      rgba(0,0,0,.36);

*/

/* 
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/* Namespace all things! */

/* Design Parameters

	font-size:   14px;
	line-height: 20px;
	color:       rgba(255, 255, 255, 0.6);
	navbar:      rgba(0,0,0,.36);

*/

/* 
	I do not recommend changing the parameters
	to keep the look and feel consistent
*/

/* Namespace all things! */

/* Design Parameters

	font-size:   14px;
	line-height: 20px;
	color:       rgba(255, 255, 255, 0.6);
	navbar:      rgba(0,0,0,.36);

*/

/* 
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/*
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/* 
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/* 
	We do not recommend changing the parameters
	to keep the look and feel consistent
*/

/**
 * material-design-lite - Material Design Components in CSS, JS and HTML
 * @version v1.0.6
 * @license Apache-2.0
 * @copyright 2015 Google, Inc.
 * @link https://github.com/google/material-design-lite
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Material Design Lite */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.eot?') format('embedded-opentype'), url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('packages/fortawesome_fontawesome/upstream/fonts/fontawesome-webfont.svg?v=4.7.0') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

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

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

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

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

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

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

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

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

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

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: weathericons;
  src: url(packages/russ_weather-icons/font/weathericons-regular-webfont.eot);
  src: url(packages/russ_weather-icons/font/weathericons-regular-webfont.eot?) format('embedded-opentype'),url(packages/russ_weather-icons/font/weathericons-regular-webfont.woff) format('woff'),url(packages/russ_weather-icons/font/weathericons-regular-webfont.ttf) format('truetype'),url(packages/russ_weather-icons/font/weathericons-regular-webfont.svg) format('svg');
  font-weight: 400;
  font-style: normal;
}

.wi {
  display: inline-block;
  font-family: weathericons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-day-cloudy-gusts:before {
  content: "\f000";
}

.wi-day-cloudy-windy:before {
  content: "\f001";
}

.wi-day-cloudy:before {
  content: "\f002";
}

.wi-day-fog:before {
  content: "\f003";
}

.wi-day-hail:before {
  content: "\f004";
}

.wi-day-lightning:before {
  content: "\f005";
}

.wi-day-rain-mix:before {
  content: "\f006";
}

.wi-day-rain-wind:before {
  content: "\f007";
}

.wi-day-rain:before {
  content: "\f008";
}

.wi-day-showers:before {
  content: "\f009";
}

.wi-day-snow:before {
  content: "\f00a";
}

.wi-day-sprinkle:before {
  content: "\f00b";
}

.wi-day-sunny-overcast:before {
  content: "\f00c";
}

.wi-day-sunny:before {
  content: "\f00d";
}

.wi-day-storm-showers:before {
  content: "\f00e";
}

.wi-day-thunderstorm:before {
  content: "\f010";
}

.wi-cloudy-gusts:before {
  content: "\f011";
}

.wi-cloudy-windy:before {
  content: "\f012";
}

.wi-cloudy:before {
  content: "\f013";
}

.wi-fog:before {
  content: "\f014";
}

.wi-hail:before {
  content: "\f015";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-rain-mix:before {
  content: "\f017";
}

.wi-rain-wind:before {
  content: "\f018";
}

.wi-rain:before {
  content: "\f019";
}

.wi-showers:before {
  content: "\f01a";
}

.wi-snow:before {
  content: "\f01b";
}

.wi-sprinkle:before {
  content: "\f01c";
}

.wi-storm-showers:before {
  content: "\f01d";
}

.wi-thunderstorm:before {
  content: "\f01e";
}

.wi-windy:before {
  content: "\f021";
}

.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}

.wi-night-alt-hail:before {
  content: "\f024";
}

.wi-night-alt-lightning:before {
  content: "\f025";
}

.wi-night-alt-rain-mix:before {
  content: "\f026";
}

.wi-night-alt-rain-wind:before {
  content: "\f027";
}

.wi-night-alt-rain:before {
  content: "\f028";
}

.wi-night-alt-showers:before {
  content: "\f029";
}

.wi-night-alt-snow:before {
  content: "\f02a";
}

.wi-night-alt-sprinkle:before {
  content: "\f02b";
}

.wi-night-alt-storm-showers:before {
  content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}

.wi-night-clear:before {
  content: "\f02e";
}

.wi-night-cloudy-gusts:before {
  content: "\f02f";
}

.wi-night-cloudy-windy:before {
  content: "\f030";
}

.wi-night-cloudy:before {
  content: "\f031";
}

.wi-night-hail:before {
  content: "\f032";
}

.wi-night-lightning:before {
  content: "\f033";
}

.wi-night-rain-mix:before {
  content: "\f034";
}

.wi-night-rain-wind:before {
  content: "\f035";
}

.wi-night-rain:before {
  content: "\f036";
}

.wi-night-showers:before {
  content: "\f037";
}

.wi-night-snow:before {
  content: "\f038";
}

.wi-night-sprinkle:before {
  content: "\f039";
}

.wi-night-storm-showers:before {
  content: "\f03a";
}

.wi-night-thunderstorm:before {
  content: "\f03b";
}

.wi-celsius:before {
  content: "\f03c";
}

.wi-cloud-down:before {
  content: "\f03d";
}

.wi-cloud-refresh:before {
  content: "\f03e";
}

.wi-cloud-up:before {
  content: "\f040";
}

.wi-cloud:before {
  content: "\f041";
}

.wi-degrees:before {
  content: "\f042";
}

.wi-down-left:before {
  content: "\f043";
}

.wi-down:before {
  content: "\f044";
}

.wi-fahrenheit:before {
  content: "\f045";
}

.wi-horizon-alt:before {
  content: "\f046";
}

.wi-horizon:before {
  content: "\f047";
}

.wi-left:before {
  content: "\f048";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-night-fog:before {
  content: "\f04a";
}

.wi-refresh-alt:before {
  content: "\f04b";
}

.wi-refresh:before {
  content: "\f04c";
}

.wi-right:before {
  content: "\f04d";
}

.wi-sprinkles:before {
  content: "\f04e";
}

.wi-strong-wind:before {
  content: "\f050";
}

.wi-sunrise:before {
  content: "\f051";
}

.wi-sunset:before {
  content: "\f052";
}

.wi-thermometer-exterior:before {
  content: "\f053";
}

.wi-thermometer-internal:before {
  content: "\f054";
}

.wi-thermometer:before {
  content: "\f055";
}

.wi-tornado:before {
  content: "\f056";
}

.wi-up-right:before {
  content: "\f057";
}

.wi-up:before {
  content: "\f058";
}

.wi-wind-west:before {
  content: "\f059";
}

.wi-wind-south-west:before {
  content: "\f05a";
}

.wi-wind-south-east:before {
  content: "\f05b";
}

.wi-wind-south:before {
  content: "\f05c";
}

.wi-wind-north-west:before {
  content: "\f05d";
}

.wi-wind-north-east:before {
  content: "\f05e";
}

.wi-wind-north:before {
  content: "\f060";
}

.wi-wind-east:before {
  content: "\f061";
}

.wi-smoke:before {
  content: "\f062";
}

.wi-dust:before {
  content: "\f063";
}

.wi-snow-wind:before {
  content: "\f064";
}

.wi-day-snow-wind:before {
  content: "\f065";
}

.wi-night-snow-wind:before {
  content: "\f066";
}

.wi-night-alt-snow-wind:before {
  content: "\f067";
}

.wi-day-sleet-storm:before {
  content: "\f068";
}

.wi-night-sleet-storm:before {
  content: "\f069";
}

.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}

.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}

.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}

.wi-solar-eclipse:before {
  content: "\f06e";
}

.wi-lunar-eclipse:before {
  content: "\f070";
}

.wi-meteor:before {
  content: "\f071";
}

.wi-hot:before {
  content: "\f072";
}

.wi-hurricane:before {
  content: "\f073";
}

.wi-smog:before {
  content: "\f074";
}

.wi-alien:before {
  content: "\f075";
}

.wi-snowflake-cold:before {
  content: "\f076";
}

.wi-stars:before {
  content: "\f077";
}

.wi-night-partly-cloudy:before {
  content: "\f083";
}

.wi-umbrella:before {
  content: "\f084";
}

.wi-day-windy:before {
  content: "\f085";
}

.wi-night-alt-cloudy:before {
  content: "\f086";
}

.wi-up-left:before {
  content: "\f087";
}

.wi-down-right:before {
  content: "\f088";
}

.wi-time-12:before {
  content: "\f089";
}

.wi-time-1:before {
  content: "\f08a";
}

.wi-time-2:before {
  content: "\f08b";
}

.wi-time-3:before {
  content: "\f08c";
}

.wi-time-4:before {
  content: "\f08d";
}

.wi-time-5:before {
  content: "\f08e";
}

.wi-time-6:before {
  content: "\f08f";
}

.wi-time-7:before {
  content: "\f090";
}

.wi-time-8:before {
  content: "\f091";
}

.wi-time-9:before {
  content: "\f092";
}

.wi-time-10:before {
  content: "\f093";
}

.wi-time-11:before {
  content: "\f094";
}

.wi-day-sleet:before {
  content: "\f0b2";
}

.wi-night-sleet:before {
  content: "\f0b3";
}

.wi-night-alt-sleet:before {
  content: "\f0b4";
}

.wi-sleet:before {
  content: "\f0b5";
}

.wi-day-haze:before {
  content: "\f0b6";
}

.wi-beafort-0:before {
  content: "\f0b7";
}

.wi-beafort-1:before {
  content: "\f0b8";
}

.wi-beafort-2:before {
  content: "\f0b9";
}

.wi-beafort-3:before {
  content: "\f0ba";
}

.wi-beafort-4:before {
  content: "\f0bb";
}

.wi-beafort-5:before {
  content: "\f0bc";
}

.wi-beafort-6:before {
  content: "\f0bd";
}

.wi-beafort-7:before {
  content: "\f0be";
}

.wi-beafort-8:before {
  content: "\f0bf";
}

.wi-beafort-9:before {
  content: "\f0c0";
}

.wi-beafort-10:before {
  content: "\f0c1";
}

.wi-beafort-11:before {
  content: "\f0c2";
}

.wi-beafort-12:before {
  content: "\f0c3";
}

.wi-wind-default:before {
  content: "\f0b1";
}

.wi-wind-default._0-deg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wi-wind-default._15-deg {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.wi-wind-default._30-deg {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.wi-wind-default._45-deg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wi-wind-default._60-deg {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.wi-wind-default._75-deg {
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
}

.wi-wind-default._90-deg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wi-wind-default._105-deg {
  -webkit-transform: rotate(105deg);
  -moz-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  -o-transform: rotate(105deg);
  transform: rotate(105deg);
}

.wi-wind-default._120-deg {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.wi-wind-default._135-deg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.wi-wind-default._150-deg {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}

.wi-wind-default._165-deg {
  -webkit-transform: rotate(165deg);
  -moz-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  -o-transform: rotate(165deg);
  transform: rotate(165deg);
}

.wi-wind-default._180-deg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wi-wind-default._195-deg {
  -webkit-transform: rotate(195deg);
  -moz-transform: rotate(195deg);
  -ms-transform: rotate(195deg);
  -o-transform: rotate(195deg);
  transform: rotate(195deg);
}

.wi-wind-default._210-deg {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}

.wi-wind-default._225-deg {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.wi-wind-default._240-deg {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}

.wi-wind-default._255-deg {
  -webkit-transform: rotate(255deg);
  -moz-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  -o-transform: rotate(255deg);
  transform: rotate(255deg);
}

.wi-wind-default._270-deg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.wi-wind-default._285-deg {
  -webkit-transform: rotate(295deg);
  -moz-transform: rotate(295deg);
  -ms-transform: rotate(295deg);
  -o-transform: rotate(295deg);
  transform: rotate(295deg);
}

.wi-wind-default._300-deg {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}

.wi-wind-default._315-deg {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

.wi-wind-default._330-deg {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}

.wi-wind-default._345-deg {
  -webkit-transform: rotate(345deg);
  -moz-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  -o-transform: rotate(345deg);
  transform: rotate(345deg);
}

.wi-moon-new:before {
  content: "\f095";
}

.wi-moon-waxing-cresent-1:before {
  content: "\f096";
}

.wi-moon-waxing-cresent-2:before {
  content: "\f097";
}

.wi-moon-waxing-cresent-3:before {
  content: "\f098";
}

.wi-moon-waxing-cresent-4:before {
  content: "\f099";
}

.wi-moon-waxing-cresent-5:before {
  content: "\f09a";
}

.wi-moon-waxing-cresent-6:before {
  content: "\f09b";
}

.wi-moon-first-quarter:before {
  content: "\f09c";
}

.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}

.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}

.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}

.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}

.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}

.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}

.wi-moon-full:before {
  content: "\f0a3";
}

.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}

.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}

.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}

.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}

.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}

.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}

.wi-moon-3rd-quarter:before {
  content: "\f0aa";
}

.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}

.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}

.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}

.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}

.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}

.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}

.list-group-item.autoform-array-item > div {
  display: table;
  width: 100%;
}

.list-group-item.autoform-array-item .autoform-remove-item-wrap {
  display: table-cell;
}

.list-group-item.autoform-array-item .autoform-remove-item {
  vertical-align: top;
  margin-right: 15px;
}

.list-group-item.autoform-array-item .autoform-array-item-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.checkbox-inline.fix-indent,
.checkbox-inline.fix-indent+.checkbox-inline.fix-indent {
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-inline.fix-indent:last-child {
  margin-right: 0;
}

.radio-inline.fix-indent,
.radio-inline.fix-indent+.radio-inline.fix-indent {
  margin-left: 0;
  margin-right: 10px;
}

.radio-inline.fix-indent:last-child {
  margin-right: 0;
}

.form-horizontal .autoform-padding-fix .form-group {
  margin-right: 0;
  margin-left: 0;
}

.checkbox input[type="checkbox"].autoform-checkbox-margin-fix,
.checkbox-inline input[type="checkbox"].autoform-checkbox-margin-fix {
  margin-left: 0;
}

.btn.autoform-inline-align {
  vertical-align: top;
}

#login-buttons {
  display: inline-block;
  margin-right: 0.2px;
  line-height: 1;
}

#login-buttons .login-button {
  position: relative;
}

#login-buttons .login-buttons-with-only-one-button {
  display: inline-block;
}

#login-buttons .login-buttons-with-only-one-button .login-button {
  display: inline-block;
}

#login-buttons .login-buttons-with-only-one-button .login-text-and-button {
  display: inline-block;
}

#login-buttons .login-display-name {
  display: inline-block;
  padding-right: 2px;
  line-height: 1.5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#login-buttons .loading {
  line-height: 1;
  background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
  width: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

#login-buttons .login-button,
.accounts-dialog .login-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 4px 8px;
  font-size: 80%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #596595;
  border: 1px solid #464f75;
  border-radius: 4px;
}

#login-buttons .login-button:hover,
.accounts-dialog .login-button:hover {
  background: #7580ac;
}

#login-buttons .login-button:active,
.accounts-dialog .login-button:active {
  background: #7580ac;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
}

#login-buttons .login-button.login-button-disabled,
.accounts-dialog .login-button.login-button-disabled,
#login-buttons .login-button.login-button-disabled:active,
.accounts-dialog .login-button.login-button-disabled:active {
  color: #ddd;
  background: #aaa;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.accounts-dialog * {
  padding: 0;
  margin: 0;
  line-height: inherit;
  color: inherit;
  font: inherit;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.accounts-dialog .login-button {
  width: auto;
  margin-bottom: 4px;
}

#login-buttons .login-buttons-padding {
  display: inline-block;
  width: 30px;
}

#login-buttons .login-display-name {
  margin-right: 4px;
}

#login-buttons .configure-button {
  background: #ff2a00;
  border-color: #cc2200;
}

#login-buttons .configure-button:active,
#login-buttons .configure-button:hover {
  background: #ff5533;
  border-color: #ff2a00;
}

#login-buttons .login-image {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 16px;
  height: 16px;
}

#login-buttons .text-besides-image {
  margin-left: 18px;
}

#login-buttons .no-services {
  color: red;
}

#login-buttons .login-link-and-dropdown-list {
  position: relative;
}

#login-buttons .login-close-text {
  float: left;
  position: relative;
  padding-bottom: 8px;
}

#login-buttons .login-text-and-button .loading,
#login-buttons .login-link-and-dropdown-list .loading {
  display: inline-block;
}

#login-buttons.login-buttons-dropdown-align-left #login-dropdown-list .loading {
  float: right;
}

#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list .loading {
  float: left;
}

#login-buttons .login-close-text-clear {
  clear: both;
}

#login-buttons .or {
  text-align: center;
}

#login-buttons .hline {
  text-decoration: line-through;
  color: lightgrey;
}

#login-buttons .or-text {
  font-weight: bold;
}

#login-buttons #signup-link {
  float: right;
}

#login-buttons #forgot-password-link {
  float: left;
}

#login-buttons #back-to-login-link {
  float: right;
}

#login-buttons a,
.accounts-dialog a {
  cursor: pointer;
  text-decoration: underline;
}

#login-buttons.login-buttons-dropdown-align-right .login-close-text {
  float: right;
}

.accounts-dialog {
  border: 1px solid #cccccc;
  z-index: 1000;
  background: white;
  border-radius: 4px;
  padding: 8px 12px;
  margin: -8px -12px 0 -12px;
  width: 250px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #333;
}

.accounts-dialog > * {
  line-height: 1.6;
}

.accounts-dialog > .login-close-text {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

.accounts-dialog label,
.accounts-dialog .title {
  font-size: 80%;
  margin-top: 7px;
  margin-bottom: -2px;
}

.accounts-dialog label {
  display: inline;
}

.accounts-dialog input[type=text],
.accounts-dialog input[type=email],
.accounts-dialog input[type=password] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.accounts-dialog input[type=text][type],
.accounts-dialog input[type=email][type],
.accounts-dialog input[type=password][type] {
  height: auto;
}

.accounts-dialog .login-button-form-submit {
  margin-top: 8px;
}

.accounts-dialog .message {
  font-size: 80%;
  margin-top: 8px;
  line-height: 1.3;
}

.accounts-dialog .error-message {
  color: red;
}

.accounts-dialog .info-message {
  color: green;
}

.accounts-dialog .additional-link {
  font-size: 75%;
}

.accounts-dialog .accounts-close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  color: #000;
  opacity: 0.4;
}

.accounts-dialog .accounts-close:hover {
  opacity: 0.8;
}

.accounts-dialog #login-buttons-cancel-reset-password {
  float: right;
}

.accounts-dialog #login-buttons-cancel-enroll-account {
  float: right;
}

#login-dropdown-list {
  position: absolute;
  top: -1px;
  left: -1px;
}

#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list {
  left: auto;
  right: -1px;
}

#login-buttons-message-dialog .message {
  /* we intentionally want it bigger on this dialog since it's the only thing displayed */
  font-size: 100%;
}

.accounts-centered-dialog {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 1001;
  position: fixed;
  left: 50%;
  margin-left: -129px;
  top: 50%;
  margin-top: -40px;
  /* = approximately -height/2, though height can change */
}

#configure-login-service-dialog {
  width: 530px;
  margin-left: -269px;
  margin-top: -300px;
  /* = approximately -height/2, though height can change */
}

#configure-login-service-dialog table {
  width: 100%;
}

#configure-login-service-dialog input[type=text] {
  width: 100%;
  font-family: "Courier New", Courier, monospace;
}

#configure-login-service-dialog ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

#configure-login-service-dialog ol li {
  margin-left: 30px;
}

#configure-login-service-dialog .configuration_labels {
  width: 30%;
}

#configure-login-service-dialog .configuration_inputs {
  width: 70%;
}

#configure-login-service-dialog .new-section {
  margin-top: 10px;
}

#configure-login-service-dialog .url {
  font-family: "Courier New", Courier, monospace;
}

#configure-login-service-dialog-save-configuration {
  float: right;
}

.configure-login-service-dismiss-button {
  float: left;
}

#just-verified-dismiss-button,
#messages-dialog-dismiss-button {
  margin-top: 8px;
}

.hide-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* XXX consider replacing with DXImageTransform */
  background-color: #000000;
  /* fallback for IE7-8 */
  background-color: rgba(0, 0, 0, 0.7);
}

#login-buttons input[type=text],
.accounts-dialog input[type=text],
#login-buttons input[type=email],
.accounts-dialog input[type=email],
#login-buttons input[type=password],
.accounts-dialog input[type=password] {
  padding: 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
  line-height: 1;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('packages/matb33_bootstrap-glyphicons/glyphicons-halflings-regular.eot');
  src: url('packages/matb33_bootstrap-glyphicons/glyphicons-halflings-regular.eot?') format('embedded-opentype'), url('packages/matb33_bootstrap-glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('packages/matb33_bootstrap-glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('packages/matb33_bootstrap-glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('packages/matb33_bootstrap-glyphicons/glyphicons-halflings-regular.svg') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

@font-face {
  font-family: "Liberation Mono";
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAFQ0ABEAAAAAvIwAAFPNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGiAGYACDWghQCYRlERAKgsxUgrBhATYCJAOHHguDUgAEIAWLRAeFUQyCSz93ZWJmBhuZqzVsmxYPuR2gJmv/m5kdiGHjgIeG8NKoqJ+clajs//963BiDFlHrfxKnDa+Eyp4iL7TVpzBUcAlu4x56agv7aXqw38NmfVSc+tE978xg1hvG4KeNhL/YjA9xhFB57SwUXTs+znXdpGtvvDAkUlhq+UCLVMi5zaeqs8l8km9DvBvbiaa+l6ZhLRfYNvKN5eolqMbKnt0NEgkDqJAtgQPWzA7IMavE/ZVPFA7QNjttxMipKIpKKKWCAYiAZEgYqICEIIgRMZ0b6qKMhdO5zYWbm65c9ZfbvmLf++1zH7WOFKW3Z49rfq9NdjnbpAA0/wjWVZgDVPKsfv3k1AkzQvZe3evpE1oBUuAUtSwH0d9hkor0dqCVtE3X8ogr4rB35AQXAThyWs4QdTOsuFCVbkq3oCW8zSnEK50E2yx2hvZjDAql+1/dv/+lLZUSPqU0IhwEsXTp+SqTLrWJHowUAhM+rFYPIYT/L1v2ZQl7oHumqgXURCpBqzSUg/3/XwAOn8Cy1vDZuudlSopoa+M7xrpr5xIrZu919u9LICTYRTCjXdDChpuid96ObpJjrEKuXIVcta5DqjqaxjhUrnzc/fYPutV/AZIQhQABBpOBMVmx2d0vbkVz3b/rm/fedfUXJXz+YD31QOG2P4oq2eD5n0vtXdcM4flNAQo9NSlD0LtirpgyDzhJ8w/SNB0w68sI7zpAUgSawG9yfnryrByyEGp/r6rVvvchyR+Ubkby7tzIuhBS0cjxQnldJfwPkAI+GIDPIAKUbIr2eklK3iEpe5ekA0hLDmnkHXtTiKYkB9kbQ3VXdFd0MdbXVVdeWx78g3Nm88Zl6Wdd0wH9MQk3oeBUDqwiyfbgqV9bviGkC50NoZ+hD8l/FmlqybV7JVVCBP6nDXlW48XDF1poxg5LdqypOWywI8ssMpbVC14QAc/V9filf7Lt/0Mq7o4PQxzC6JFDMXr+yGNMrXRM+zsdM1PFyBQE8YDDfq/hrKHtSU5Msagju5C+7BACXo47ekwAHqwbgQfwfhrzUGqT+mi5WEkIVdyUs40hl8tsHLyUaofjREC0U7uSFwKWFFrTK9XItVKqlko5Ce43loGW38DigAyapGQBDAG/I97L/rcAql+KjB0BgBPfBQHK6GocANDRsCWvAtpamOQjj71RW55uA/QGG52a2urZ5nUo3Vrcb6ePOhKsKdZhIzbjDmzFATwMWwx++7+3yWuAqKej/ZGPaxVgDbEG66v0m+Qhe/3KM9fVqNvr/7L9be3be++89sKCcU9k/r/m/H/6K7vssYiL6nLzkYIo/fTdhQRjozhJs7woXdXyedHc2t7Z3ds/ODxqtTvdXn8wHI0n09lxeXJ6dj6/qC5FMzKzsklkSg41l0Zn5DFZbA6XxxcIRWKJVCZX5CtVak1BYVGxtqS0TKc3JBUwtHNkdNvumdmDh+bnDh85dnTx+MkTp5bOnF0+t7py6eLlNaBuidn28cUDNfYvz1cCw4eBesDy9UB0PqzZAizc7TU6AYC1Wz851je46/o6R6dL2F927SF59uP7n7+k9dt3MrCvf8umsfEJ146dwPaj05PArcdtAGCTEcawt1Ou6jJo1IQd9pvTbNm9Y8GDFiw6FZ/oC65o4WRXq98e7ba4bMUuGwmNaHQFsm1OoAnK52h+2dDseUugRmsosdcM2+utu2bxPcnylhqfmMavVO71KaLnVs2EstLcRPXZGqRg2ciZaX2K6fsMpJKXzQ/xwgrMas1/8cIKJSm+19DkeXsTFkJlHNf5A/t8Sujbzeym4YJ488ABQVBEUlLf3nZZJVh0Spdx7G/1Ka3x2gOY56JCSNHtMwoptmOWYDlyJ91R3BXtE1Ja4c78V9GHBWQsS/CEJ8mSshrfVoXOsRGtlNx7wCBOqcmj59DgiWP3oxg2bxQZLxYdTrnJo8qhU49iVcHBFMSIa+hFFAUnTxA8VzDS5fDHGikFfnQ+QO7ImUGCDbs4mSenqBV+fLChQjO3JiQxa1xl8s8op9DNTPZobjxGt1E+eXVgdiwvPbpTKwPWbWl1uRxxAh0Hl+sKhLgbPjOcPaFcknDZDInHqaut0HchwCAM2dwjD4ywQXOGbBgwWDXqGBKoUIxNjLasJFg1dwCB1Q3vMGTQMeFxqj1ZbyayUlNKpCJYG/qQAJDVlHQ1MEQBxoKtiOB4u1rCIQDavCRA71WAyOsImLyzY3MpicyqReoBzkmhwpKx5BWuJ8LITkmkwoQkktDJ6CqUFhkSO8hIrdBI6CKLvEKReMKVM9ekTypRtlqkuoZuYMZpKaCeSfEMbTFEKwglahJPd8II9x7Loq0c3nCuoe7qXvkwilyRsgKtg/GOW+updhdaL3TC2Es3M/htQmQs+cKOmWALISKB19oXLm+Ezx5J6h0FZQQSG+Kj2+ih1g2vD7pmMIWC3QxKz4uqcH2dD95S1OwADw2Ei8texxC+rR9aYLH0KMW7YIeuDaBoLvBMwzw4T6cB5DKCm7OtmxkkWBKJCTvp2o2hhERLregiFzhhWBWoHVvVnqtrX+BokAm/Zp8UM0pSnJybpRBS7PEXj9g9uvjIllnvEhDGclo/79IhbzBvOG6YyEPIcDKiRggHf6iVxstBplXNPVQBUyEGHFWwAcIaV7MOwok3akrvO76GC5a7SOmJTGtAe3tz/H/uz99LKlx3EGQoeEqKt9HWaoEUOSUUKUejBRgoEuBFlI4SUuTITBzhyivmTo/Ek14i9NNSlDRkmN9uDA6iFSuMFxz6iYY6GQgXqNPzunJzBmZoX0I/LdGtWNFLszqfI1U3Fm5XPC00/7jL6v312fNa25OqnQ/wCHc4DciVdO1eqwJoR76yL+YvhRbGjU84q59HwvENimsexZwmG9EIFxD7x7ELVGdwQ/P4d7Y6S++ofTiAMHF3HZ4tXKLnDi0gfq9S81Su+i9DyXbCUTfcDIMkaMkMhcmGAM8gs5+J0RB9uDLDKuey0lVacNj20vQ4DdIxqQK5OjzvkMoNAaso3PNv92a4FCLHtYNay6prcdKH2kuxGpMmJNXkoeTc15Zh7um//hVU7DCQQWZH2Kk8UKrnehBF2Zpm9IijSKXGuRKU7dCkJg+vOLlpzcyuQUKlS2i8Xk8lvhxfZxm8aBXtCzroxjWx5sygKyLtOOHtcVTlywlr5wtifJnFivFnKtUxQwXTHFJcU4gxiSqvMwcV/scMEERLwVMxR4asemHmCXTaerdEy8fd3ZT2W8mt4A6z+JS7bxf9WXK0H2CEQ8yWLGMnpd1SGN6HVoR3lLdj2j6jeI07BwD/Nqo4p6QZZSI5iLjksX0EwI+VaAWBl3kdYSTYcg4idtMHMY6U4ZOp4SxSKPP2VItr18mCHFbNxjH8VWbN8bBWq6G/O34NIfY9TQ+FdZuyI1u+zTnZTYtxYKvBNV5DNHfFYrrYPkcz2f8bj7KTwDhmGz5sOsZ7uP+B4EOBh4RvWsiHcUsReCz0ctJ+8Iso2Tk0ZPC5mnIg+AAnTs7K/GDAQaQuxisO+F8b5Zz3+0S/Ze+P5jr5h1Oq7KG8bcmzbL9pOrqft2P1diRcb4ja7IiwiJ3kMU3IssVb5oLXscNfQMHB2fDfwUfr5UBliK6Qqh863AjWI9BK6rLT2tlJuBNoDpsH/EP8ZaD61piRz3nwkeDmpAVsLN6jl+c9V+6zQjPHkr2G4+t9FupM3j3SySsi3prweItHJZcjtT+VRTajauKaqTf0lQ9eLqA9NvaF8tDPm+nJosU02LCukEOgr4C0Jrtw+QCCWsfGO3NiaM7qcU/vTa1hCF2eaFKXWQyev74S2zVsFHSFDT3itduL+7/zu10+T5X0yMCAWzZ4BIPYrnnHNTmAN/7apHA59J6XmtzQXD/oTjuHDAZKmSfuvEI6QQAmW22B4f7hZ56/+Do8QNTnxeFwEsw7ggXPIZfmlRQujcZhT94+MALE0RTpEGn2xJG+2ihTl2nw40ul0urICLUHQLoX70t7CiiQITyx2Va0+oo3pmbEZGlgxc4W98Y0CIxuKQS7O+8Y1OsJHxK2stqXduHHqPgqcHDNEKMbG9KalV06wr/xh2tQn7WDYZLDXPtb8bdMoR29g3pikCrRMHStxljh2iQe72WAXRpklkbffb5tbu9M76jjPXrOvQ2Op8NNq4VR0eNQ68Rotd9KQ4YOrmWJ/vja5vt5BMnpL4uo1dK1Pzd6+iNQO7XZskPY3TvSKA84/77oeM8iX/TetyyWfbdG7g97JsYXIh8eB/1LIUTWs3dBn4MB+/12Q68O9YfuoEcBPOe+axllz37Mdo/AE6usFtp3nb3oQ4qvQFKzxTYJoAreAGHMS4MbRllv9hm87z7+M7F9m+I85ho/nok3U6feoUQ4NGqizHk5PPeoPtzmMvzkvbH0E5tqYLVohNM7Ow5fqi6kClzLh9Upijk4CGbt4FGuyYL5s0x4GM5OITK850TzkJ2xObnuMJnCrpddbcKsJUADmLP82hbqyoul8inSUpS2ZNif89TLMHjCiYaiMGi9F0+gITAZdqJktenQMe+hkO5z/YkdWnHZkb4/cnnblTfRajt5INoyPZG7W5W94Ra4xpUXfwXTredXSpuRgaOUuceocUUiOf9gb+wcmSzvsf9+3Tc0uYg35yA0fsiTK4scoqdU8uLXXHy7e3WWD1dwyNDrAz1VZbhWyLyp3idMTl5zRT3wmXJMCRkmOH5iJCpwg8o5WHmdMBhBsKgvAOzTW9cAHuen+5gOAbeLE2FTySi8b23vurb3lw/kpCDDC24axvh+HJJhM1YjGfUxwwwzE1Noj54YPa/wgXJSruWC+aB7TvyiKfq6H44ue+omORDMfHayZped359EthiaKOzdBwDih7OIM0sVaDgcIPehJ560Oi56vv++30P23uys3Nedq4tDNhgICDvCLPXE9dPtEzMTbvuGZQjWjDnIKnQyw0+AkkfOL5p7tSVs+wWiAW7Q82To9w214jUWbBldTwsRyrNfAQi7InQb6pABNOuA5KApdN57PC2SYQs0sKR0/S0KbqKKT9bsd41PD/vy/scvVaaJAa+8xrWRgdJBaR/tMrhyZdhmOeRYSqFiie6dXGX18+l+WvZNPZOqlYkediuGmXOGgKbpDWZhsmk7AHhF+1rbDU0S8XOFDGU+ocySJbjE5BphXkkS8xOUpJ8wIkcIItMII6NnyHaeMphnx1foZJSYAJSlGDCABIG7wS7Abu6KACUQkSm5bKNWwiEgzAE0lGECV9Ga0+FA9odhrx8Met/LBdIGqYoMA7V1UaEaZFrZEpMq+7W5CrWqOQYe4SvdhY4fgOBqUE4fY5zKP0hD64MhS2sPTBUuVUWbzR/mT5FfGbymdQJbwWbeHmzHtnVarh25ht5O2kL4FpnkxcHpDyFBu7NCeS3HsgNkia+bwITBOphKSb60NG3yxI7CV8riZG8bb4hV+ZEKFcxzSIr73lMuh1myU+Z6LxeWB2KBUrWTi2p95HvBck7c7pxGmafdslTST4HRpyYthxyD8v2ifBSvqPdEJSZUJTpcZBUPmtU8e4HqZkt+RJXvcD8zyUa16sn7APRRkkcCZKRlKggOoBkrESLAD8KUL0fE0laU0koOBAoWoM2VCECE2MgQoAZZf8y7iLBBqjkpX6UpaByDs1+vwouu0dEjLqXFg4k9DsOmRPsQIsjYhQUy4ChPja1tET5RmlJamtDgkyWCtE0mcX7vOnPgHXqfRSIWk91BgeZvD6XIVzGe7vz2rbNGx1UeVXrDWkXEQZaQACU5IPNC7+PIv+jTdbb4kayoHVzSrguwou/IygJ+bw6wFD2WZs9ZAsGeggHTIrJFqzFjWarWDbx3xq13X4yfG7geT1YFbkbFnoztU0BPNLI+kbgNoy4+F3yqaXcLAGhw+W1e4KIdOyLeLk/G75qc3OWmBd+LxrttD9/uKBf5Rk5DZvCAuxsozLcdNUC4eMw5FhVc3A8ADJCZ1QoC+7bdKt3dRTu4lQ14qWHuNn3I2v1oN97j3vV7/l7sm279K9vZIeqHn6V0bdnV5VXARcrc5ficSf3Z4VO4y1mwy17w0sW64zsm1dMRg8Wrd9mVwP62H7JXMqnW16ritiPwOWyxmFWdLPb4rtaQpoC5gw2xBUhRVjY/Tk/PpzfVSqdQJe59PX1mj3GMWUZvCBMdh+1DSr8tgM0ena6Ns6ALyAx5kp0vyu6uLTtBavI80HPgqfcvq/6zyCwUl40vgZZOc90NsGUIO8pjkOFRCRVnoxXZ9FS5jGiDzbyWUSO2RyK2xdEoljixGNtj1GN7JbKKRCrVmiiRYvo8bxygcATbKGaB5yE3Rqgmk/thJDqz7hAGM6QADk9IUmeEaP79q4X+2apr9P5yoc0SbKfEUin/9DmEFc4HixA0tEMj78cVcRoT1axUI4PHsteqt3IksK9yjSydoGQ6RUO7FdYyjo7epPkyrXROT0iG/M7f2NaWkCIKZybOFK1y09UIS2RO1TTZbE4bOazMiNfSWXpkHoobetkrtNC4/7O8ehWudPtNeR6ivvLvmnQVOY2bmth8+xUKy4+SQJmj8WadegpVh42j/yz8cug9bc2arnH4s4Kvkn8d2RRwwb0CXeOatmbog8Kv0H9HyxZuZiSjccqvm0ZSzCPmq3vxvYIvU/4cH0/5u+CroQ+0NdFBAxuxg36V4ORhf6SPBdsfzV/9q4m3w23y9VrcpT/i6nVbFxa3LS6c7M1898qFHaCsHTDJm/vT9if+hHmOyawNI6o/O02M+Cy8/eBDIbh/5gy90nyKXlsnAj+8IfYdmD3DtVQscfsOCkFnr+9NflvaXZst4AXMH1H023v3odYlnTVEvrg+Q9qJeocNYj3cLnQltFN1yon5ZcPEo4mV/1A6bgdxS1zheCNGPzZ7cPxQ/0CPckBIRWq4JD0kJ6sEysnBFFauBPuK6INO0wFypW0+taEkd6SoTL1/aGy2d7K7uyees77V0m07H9yM1gryHEmC4b2drWx2kSWjJYJomSonVkUVZ1EK6ZUDTf3NW1vBzuUAvxLZSFvxNLaoeSHbriP0CLLhFr7aSRcEeip8O3KUGrSNrKWNtxiXMhv6zjDqK8nDLgttM+pM252WS65L9GX6r1t+O1vYTTkbfhglZFNMiXxuLVouwzQIqCkWiagGzceJghgxbOMp/LsJE+2xC7+NZRhth+mNNfTJEhP9aGfbBU579SFibTGzde/O3iV2UO/KhbImfifUwpRUbZAdi4spbpMrhM1s5SD2Zm9a8VJZvX4q11mbs89oohyt6zjCqW5fKWk9Rv3t5jk+qkdosJGYeRYsT4Go57KSqnkyG5abboTJGQSDDfTl8sTYqG7kKKI3TUTed2lGRhlMP5mkH6APNPPwdVKliVjoebwkl6aEGTPZpI5q3Rypqn6B7NRldrIzYEaasoT6wPNeRYZYia7hqUjjDfZlamcHQU2V/Q48b8iJN3EEtSkKpTOZJYy15OJiClncOoxG5sSwefFFcbmICAWZbcbKNWZcFjtYAU+FKD40Jgq45YnPYxSDvutjVtpCc/OJvOoffhLJljgB/eculTQremFmDq86QnoMElPcpNIKm1mq/rQbgJbyBSWESghJv5dlb6UsnDMxE+s4mop0DsGSkM/MMLEE8D5+eSWFm1eB5eUj66rncWTgmSAvLEdn35FuqraIO3Q95REt/eDezANON6reA9QXbH+2nUYAFgmQ+j174giR2Zv5xfsIsJ9dBRcJdnbaT1JrHKdSO0tYw8UceEWuQpqnoEgpNBYy3/ukGxNpzpVLGDKKmJLDgudnZicrxSQHlM12IhTcdFOV3+zyvRv3jBi3t5Xl+z2+ndjZf72x+w7NZ9t48kvJsVodP45u0mLdwWCQh/fXOO4cPw5NVzMyKjdsEoo37MBsZDTIVYZUEvqDE2v9XvE7G8r/bg2U+/FLIjJuhCczZPjxqLutvRmfmua26fQtFwa7vs7LXtpN+ct5+oDBkmOOKkyRk+VczSE9y5nRGSfoflCz5U0xonqG6meBCC/AUNwsshHn8tck1pvTgio5jhzEP0QhygipCWh6PSvxX3Hej1dzro90Eoc7L4a+OTF/K0aygeOZk/NqvKuiJDexBwEvzlTjCqJbymzXkGAmptxIYQWofPuyCzS4GmaFcmxL8cUUa9RuP0HHhuJsQimPTigoIfVGy//d8bmiNo5HgskI9p3Fuz411izM04H+E/eKN5l3ZTlLxC1ReYcZL4gFfJY+hVrUxVIMIW7396PuK0f7eCV0U6pUQjZzZhgxHMVAvXUv3bLloWloheFG7M5+yJ75RTx3QPXX4oIM2HX8o8LNpycPPn4E8tuYfaW25RipsZVUwHDX1HvzU3unHrlNCa/j51P71KWXh2YOQRk1C4dzgd4Td4pGTDuJzkJhSyT7aDaialNLdXEnWzqUeLvPfyFiMS0/mLnB964csf9TanZZZj12GCodumXtPU8HGilnXsnyy7qCFlftV02/P0UNoE5lr3acd7L0Qty+lJJJfmyK1eraBMqeenXARDhoqtuRW37swZKk4aoP5Oz//I8cuBL02dedBxeepL1IyDiyfwrbG3jxYvXboQ3iuYtXP7lwKFIyvPrd57A/DpqIgC0mFPD2/AhmfDJ7dmTubNl7L39q3oAJ8vAHRkTT6yaqhp8keNbxcrM8DUT9In40voYNVFKoCM9ClENqXjjOcus9tqbu+MOnWHOc49V/aq2wpftKafdpuufd+cDpsD2z2yL9qpD37qlJbzal58HDzvPkdlvudq2Ksrel+SyvPdp9z//5LWipAGGmdM72HPqdSfH5tY3wveHYZkdRRHLnYK059g/TUGGxf7q6h6Av44xANNV+hy01S9l/3u0/kp/mqH3RcprQpKeMFNCQbUpLr6g4cEz1URXtJf1plLIGxWbGFRE+TQvWShWr8HOpRUpGa5Ka3wRRkfvtSecyCmzZA4ms4FhzbClSnkEVJphYet5wp+YYytRwMLlGwWoJk12EHUTLuJnGGLbcDssjxUpw1AxhcVpLPDukqjrOklJIylMgqgTqXFdXxXXy0PeeK2ueN49MZUxdPLJ2hLLl3aorSkPUCLXAipIrnShWYexYBXdNO0K+1tS2nN3WcDyjroF8IRuY49wL9xj6N1Z//tM3Ln26CjX8H/Zs6F78Ds7thBF6etl7neXD8Gtn8AlB7CCm46PnTzUO10nfS+p3v//IEcQM4rh5sUBmcKvau591OQDBeauij7n+/cuqYE6wKES8PKt6+f07TFvfW/9HwD+8err/kQgQA48K7s4fNVIbqEh3Dmd7Ul5f/ujZv/xL/DTBGBEO+W7q+mh6GWeYwu9ZAHwak0arAW9d9WiqT+bD07cCyefCA6Cf2KSMf6SpA+cjZ0cfRN4Y3Ru+LSncmBTi2f5U/xQajdgFvfXFy/CO5G6cXTrcLTkYpwSemxwWpNSmhJAI8sCdcGb+xeB9WZVGyU60/e7dC0vvyFPkOUHr79REMn2QRD7kaaQc4X2GpSyg1MYLZ/Ydu7Q1v9CoUbbS5DpUfWbRZQ+9M7AwNbvYdcYXEgPwUC+WD0N9vUDenqnWhbLGGzfCo2PvR19uOKJONbhDNuBgHmBwM2qaX2ZF5tF1OLoZdrChBrqfZilLYzJtWL4FtVDRC51Vv7u5+0yGrnxPulPDafRnXQkIKu62NmkasrjWuL0mU9wMt6qBrHZssQU7LoN9maz22tJpkmlkTd20M/OhdCQsa7j1oDrN4O4FIviDZpdfoABeDMR30YOYEA3xSrMeKGu9fzniPLQmdh+1QpfG4lSm8q3wwy0N8CmezpbCYehwNHP8QdtA0pR0fbD3RLa+f1lZu5Ow3hPlqUa4RJYakjC7JEqAiT0zjf2XXmzj78Jb68/yOrcwH699x/cpJXaKRYb4LLwpVi2gdEl9Zxdd3tFmrMtYPJNSB5W5y7y4PqyJUJ6X1JPnHsY0hL2KKxX5PXc9X1xeVLrg/egHZZt3CZy181as3iMah+S5H5vatzgfRXm2/uXHxcOIci7V8GAlKlhYIy8hFycwhInNmuvuKIoon1yVyLeM5WkH0ffODzdCJ2mleiQz04yW6dL21tSmTkvLTZhMlgFLL4dO1Z4HvB6eHSJ4mXAeXXSRIsMay1D2Yoq0+DHz22dX5DDLoiwyLceCFaswHYp68ZhrPo7u+nWxwwXn+F+9e7Ww4WfVRR5I6p1M0sfwqMllrFu7XCJNFXdnY9lkiiZF4S0CMwJbYE2bcgaf/aGhY7+87wP/9XNvPbKuV/3Sb5jADbnmTyW4ngA2rcPF9M6g7PCMCvcJd7+dxEVw4vCFGl2o0T0Oza/lRafmKjFE7YZOrWfhhAxsgzCOwpjiwwv1717cCQRESVifQndEmQgI3ZjxTnAG5ahnTDIk3KOLIVJl2GKZym6MRosVy7Lc4Jgqe6GR/0Z9+9sLd4iL+U7n6DK7ruoUq2OU9c4lVxf+kNRgRZHznEiZATvX1YWeFRtsSEZeVbK0HDvLbuwYnnSHJ2Egnv00kSzNuIHm3CHTbkU96mxHvandsUPlzDaGqTFMjsHLLTAABD18FvDySAYEkOjz8Pp5Z9Kfy2yBgUSpijpgNUVOUir12YKcCrhYjz2mHwmLvh57k2mOkOKo7C736GQY0/2kb6QbCzCw7p9dgYBAAWD3PppEnmGKzrt/Oeo8pDJmJsemy+TkVCAl5dijA4fcV4qg1IrKY+sJVGvsfn0QnHKs4kUAE8SK9bqca1Rx6hH5JDto5+FvLH401SBL25A2Wfjv8mUSuD7IEqJ4jZ//YybuXAZDmGDwI1PKg3nJyYw0ArYgpQXKDf2pE1XOoBol29bn7slGYu00fnkA+0CY410mTAnGv9qFX5Ag7BBGMCNoOKWGw3coxZTWatVBnK1sJ6Q2V2z5Dfxs0XWUHN0COeU6tVmmEhmSVd5SEBvcMKLmBGkCzKCsgweGt+/7etX69vIJ2QZbBkMFoTMsWL4KueWgsxZvbQfP5M5kmCBuMW9YpRY5rvNUUe6DrzTGhbECVSp8WJ60MezavZiblCcJbirK6ZIylJ/KT+ejhS4u9IXxjUOHr/UuKEO5fQvTcT5F4DKwOtlUdgr8JeWh62lbGHvs0MDArCuMO7PtnQf/h5fNYDYH3MEcSjl0bzN4FnePcZF5EekJp1z16T0aL4WKq6LQDqgwTnrpn5612AEK3CCbMjibKdLEbb9vTPwlRLapMbUnOGnbCHobsndUnOfbLPLNUfwXD0cSyqMlWXg1Tc9FV0uk9pQ80OgTHCN8OlSQVUxO1uax8zEj7kfysQwWqoSirZQVap+MgvLsGIkM7WTr6HiNJLM82hB66WDm3QMAnYc+0coLK7UUVAmDpcAecR9RYPLYyVpycVaYYJoRjqvrNkUiRVdz9TS8WpJlXAIDbjPxGrqOjXZKZHaM7XeDnTUW0Y9TpEj9xWHCaDE3HoeK5LSlk3d8tXad5ZPMGcfwo3uwhUgG+Fz3RXfQExNkEenv2c5DeWOlDYw1kdeqRw7mV/iu9qyqvQey9Gqq843VgODiPnvb1P67l28fvruLVBLDy8TLB8+Ct5Dry7WjuUU+N3puVPnM5juGM1eGSHvneKkETqxZtOWC68JHJYStFeaZLIewM9ZE5qmj3J40f+dpjy9roEvbmus639vt2j2aE6hLEl88V5gzcOhw5KZ4dSZLjqa4pgVmMye5i8fDW47RWGEpN2m60AJeZ4par6+w6nQcNLkuplvludlqMqk6k3n87pRMq1X0kII1i0RmDIVMU2IRxkyhNCUWmzFkSpBIzDGp8+Bw7litDuudyek8V/dI93g3cBroHO90G+52MRpCWfPgebvfvB90xrg/7lwWV5JcHlRtH4eLsRhWahaJX0ZoS2QEMQL7cBV8hk2Ai8+ncJUZ0mkhbgwmSxt9Z+8D2Qh0D1upIZC9P6zjIyZcFYzv7Cnk5dpXOEf8cVbQJlw1n2MT42I0WXxFVomnlFANlRMF5Ibq/FmMvXQPhDEeVJzejk/LU6TaE9bkJZEsPJLzvZcy2AWEmsRHWwthZ+LY34T/duPF3OpXq7OrqXF/XtQGT59aV7e2PlZXfHHwxYvh6fTSY1Vry7pqZkkbXHZhQfyyf9cSx2yxzgZ3iV8uHBa/IH6JazET1L+r3xquQ+XoSbWzl1LAKk/iUdKEv9fC9vz85BmKko/LyI9q5PNjmrPVylRSyvc/+FysS0QT5QJaOYJVPEDX1KKnO/2fWThkbXl2byQXWPPAlJYWalRalp94O6grVaHMbUmU7ZkbHEyiPMf4L/eVmZsi84Uqd6EnWjxRaGkdrt3aERuiHkTlaA+WfZYgRxD3eAQX+bOgDY1df9FldUvx0nq5E3pmk4OuqDsdr6hXOqHLAG8m6xltYjENjSlngP9jeo9PJ7p2dlZbKtpUoR+VTtyWHZCfOidXqkScMp7i6EFA/Yv+qR4a3pBLxVVIxBWYnBwrRiLGVlBzsNGqVmzVCqxbXIWDgohh/MSIRSAj4icIIxlIJCIGiThW+lMMg98w8WyCRliYWNi0bZP3lTO6bdSQvWexoMwos3AVfKKCQOMKhewCvg9rwCcfpxHR7XBW/3hXTW6mQaWw8Mv5+ZKyB26VxZVhSX4b/X2ZBWy1JJ8nxnE6mL7Q3Coy9GHcb8lUAZvHVnK8GENgW7paSrLEUDgVMA4lUYoXqauKwtwzhPBXESxkw95uV0E9kk9Pkm+Ohi+Ff/HyFhTzVfLYMOB149wAB1JPU5nwAlY1UVGM6xTZzioSAZEbM9h7wQuGw4d5Zjjmq+ryu+l/eaYGxjRW+fz6sZw+UFYykl7Aa+sFvIMGwHzLcHBNPoDVFWQMcn6cfarwocA3qSPgKZsjfgxLvscPhL7NOGtHGkvdS/P5aCibkVYRLQq/2gcNebylKk0Twk+sBVq//MHeYgeV37MJoOpgZSA8VJXq0ldMUMortpJLKjAudUGay1AxQSovHSPpKwiuXRpxgoPKVsUTG7sG9uxqHqxr6NjIrdwMVThl9fGnpXV0qSPlTdVTipeewgG4LRc3h/6Dfg7kWxrsXfaNbveeIb/zYxdjXnHqMbc4kANG66stv7WZ2w50H/A1gTwDYPF+oEJpbbXtU7fwerVBX17d9YChSaBS8pQ0Fj2FiyWnUnOPd/R6liFlDLIWltvSUl2RjSvkCtUMBY3FeNVhvwycCdroP8qgpmXl5eQhXCNF0JQqBPtPZqYiBZdHKxwCmzEyVqYqOo2iidsZK0AzmSp2tLsiRGhkZyHzWaTSWBJDC/8wQbT+zfE1uvV9JP+zW4rThK2ASz2NTlBrIyHP2jk3KoYSSIzPhk0JzjACwyaKIWDlEh71vTHK7fck8mqcC//vpenXl262D0bcvxkBiFsp7wePs3PisAIsV4DJwSrhMqwAnhD5KW0yp0YUVoDmCrBUNOE2iOFJkW/iJsVuSa21I9/ki5x4++HD2iv42vfHYxXTge7AmXtQUN65YlhubiScg/JQEf8V08owgG06sVfxSdCjdz9JSPjkzqOgoId3lv8lvPuw2i3OzJncrTjB28l7u203Ykq2ZfJqWmyvgB6WF84LZynMuNAIbug3OKeK4zYmvWlU0yqqTQJKPadDFeGdWgaRayKkvpqb21yqykE81rsLF8UGG2ywcpHd9Q1vriRbbBhENdeVENWOjVocbCx16rXVqxm4krAjoQIXGlmeT+atTMceFCnMf11sHXl1+JsvJANwNyRYOauovin/oaG9qO7IAm2bFVqV1rKOteLYEl9oboVTAoNBp6uwlOpLy6zWUm2vy2zV643lQNvmS6kF+G8m2lzH+92D9ZOljNELqarUZ1tb96b6GIfGapjc/cY8tP71sX1ePUMkZ8rmpCO7m5oYh6C1NYWqGL9Mim70YO8tRBxSacUud0P6PlbpRw9JE8E/XCUrlZJyluAWVto9R0BSjZ8HdJ7PaXfmTuoKKTM8ShO32v+jbWOkUkQlfWh2+74XuTyaaceaq49nOi17cVZZhoOWA9MQmNtgbrBkh4JcRlcos5xSZnKjpmCIqJNveyv7/5PZmbxoQYgEhCgxlMlyMhVyWhlJzs0s5RJhfNA+j0AMIuCHomgyuzKRL0a2Fv43WBCL8fN8PSDDEfzrUGnMxyfxN8EviSJjH9nR0ZC+26MNoX88WNz5yP6TkeXTED3C+8d9GzM+viJvAUgSm7uPr3U0vO6/Pgru/WpGBnLDB2E4O2m4RNIY99Z8hy6OwFIQBQ7DazYwCYeDu1GVAkkNWq5t4SSysYIOhljfUyDZG/92W1RICKAI34gxcLLSRYWlQbwR7CV0MZ/vwEvI2kheVkZhPCNTxc/VJlHYegxNCW1a4OWTjGSSnEbURXX3WbfVgyEI3Acvfg6y+R4tmNLEfkQQJHatoboDyPknWtC9s1wbA/4ScN1+oFOR29cBAebPP3JM+7c2JGgd4oKlcHrpC4UnfNCn9uw0gPXy6eZlBDH+G4tcXhJGtGbIDM8lFp3k6234x0jCK/4VHZ/ZiWfrB88LB3kN8UeRhdYZEdujLqvq/dKOZkle4ts38gkzPrVZ9ne0s9vn+37zbiXdaB65KBzoXOY39mevXnKujS1NKBoxwqKkTboy2DC3qAYjV9Rh+VrYRgfmO7BUnf6mnEbKw7z/f5GVg+rzK5Ey1ya/GxK0LXEABoS1lZ62onZGls96olLKhO+knNpEtgWlRGIoT6aLrZyelYWVw5+8voqPr4JuZr7Vs/kip/VJq5GnkLBkRfrhP1ycd/pGL7KbzXMZr8QaEUtZlsomXLzUKgpuCPiXPlGD5HAaklXlqbOau4dqUxicRqTakDrXJQ5u/q+uwBzjs7xVs/o76gphxEWtOuBuSO+kRY3r30hBABnXZKxrP4ItuC3P9z4kaZXnTCwD6uKzEAKy/KGrhhXBn73Kh1fhV0katrBMfd2mXxV1UBD43a7V6p3Vd1Z2mwzukNfPFctaF+qBtL+eJt5wICkh8WCEtIEs6ULe6Y6BRh6JOnhRegpbOpCv0LYVCPbGnRs7/qAOdSVb/sTmSUoD1OUXUcUsvhnPPyc/l1IyUKQVfUTmXKPYdxZcXZBDOMO7SckMZJpRc/k/InIWY/gahWIk48ujZj0j2T5HZVOiaAdeEN+1OVoeB/eXMn0dypBlb3pXYYJ+WxqNNhq3bFl9/ZHrIy0jkSD47JRR62VZVe0LVbCoX8ssAcrayZLK8yQ4bKM4cZaLBSftElRyrdgl+7t62REy2igUlKP511VosQBjJPPC34zIjKWQy7FCEdqMb/zw5IcvPlx0b3XiQ1ER2ppCVBXL6Cn5/yO5I6H4wXjzhpBQSGhIs6s39ru/n/8mGQNKYjSY44rRPSNkjaA2Jp9LaPUre7TlwwC/CHTqB64HPtKUVrGyHi3P0IQIoXnwd0RDkwU4Xbw9hNayxGrr4C75OwYBTnXJvZKTiGpEAbx3auWtUEoEMhJ0rWxyUOe2Sb2716bfH0VCScIvv1M0pA7LXFv3xzypB0j6hWZ6sVb6d7flRJgoQjNaAWN77RhxvxmajLh7DGVY719fWV5JVq5QlilgDuyt26Nv3Je9Daq5J2PszuF+vZmrIV69NFvt/1yBs/9fs5LQc1hJBDWZrQ//H2JcJAyMjwEMxcJEkCkhgRFkrDYJPZwr4FRSYNdkE9g+XKiEA8pQCMf5hZNFwiECJYlFNU4hb40xC+9gArZEgyJ2EoqWsrV31iksFQ4WtvuXypqdrAbItHzDEcjxpkMw8ag13L0ElHza7x1aoYpIrR+yoN1BtAoXuVs605qUjiQ+KTnimyE+mZ3nCI/GZhABIgKGobBVmyaEyEGck0ZCF/3y/uc/b0JT3t0rv/uzr05TCGa/2WmTrwjWGsgH2tUWEA2w9h6E/bK5L4M6VTyiWbYSaxWUiUYvltHoyUmRDuVBpCqtXvyKGaDr8wlgP6F3qLNfnh57Zp5Xl6SzADb0EtulHp96/+R8j6QxkGjK2ZJnSbQ7+MCZvkvSIzcuCez/LsfApBvgQsJw96YaDueMymbnnw7rdQ68LsE25+QW1Ghmu9qpJRqXeE9tQ79R33+5TKUu6K2BU3GjxWDkg6y/6JbjLbemJwizp46b5fKP7r8p6t17mONuuBf8tYeHzUO/9z39hlUkb3trD+9IphVgP4jWodNVKLzm0Siy5b9XRr0d3UK445tPB7ZOx69ef1La8uu2s0vmNmnTdt5Mro86FFdAdnv98+HujF7OboWDdOClkkXJCkIY6/fO7sW6A++IvUUNhXc+3Gs6Z1LTBGglYAAMV/hoPypu9AInH6Ertou8MOQf1Mry+rOrgXD34vsd77zECy6us4zrpc9EzQheV/GCZrcBnRnVTawvmlW+pfcI98jwbXgbPwZdfM38S76tabr1XcrohGVAb9ReH2N043v82sHWSjsrTx4dnb5A70yrqBnqLOoLdwMm3fL1R0QrUhmXReN8IlN4XQiSsD7wyogyjfozzZtEvBZAFwM0XJmWCi6YFHlQu4GSUIjHOl9nB4yck2xA7rRUMM8MEVJpspmKes8zMhlaE2SjEzItEs9YIdCJZJC9mBeNvu8JxpmV5BY3VYAwJnRZ6jMBJKJVSXrB/SWrDlXLa5iWVnB8soaH1hq+DKIX/oxujiS3rVq6nGcmtQZtSQPlHMpbZq665XyTQX1LR9cZBeGNIifChpOO1IkidsAoDAhAVhHLEssEK2dbSObUFpUCjJZI5X4878AySDuRVYe+X2RiSUowQpDwG8BHUi6aZAWh67FvZE0fxGVGEVzHgBa94XDXO3oBpzGiJAbkmq0RZl1aFBekheSjTNWf+nWgUp47UjGSW8pBxtGGgoZtHKtZ57OJedCtKBlGz6Kz1tX2AZ5otKqJ+PDk9OkFdfWlBuRbr01SyC8NzUyc5euJVyNS10wGDoJp1nxLggFgCHOmDomOBFs1LDZS3GCsUFpIApdxB+ezYKJkRWaISdwxzbkSprt1UMZdtalIYcfPdD3waNjGjES7pmsz9PD325+/IY22SrcNjYBsdhuXAnGdLvrRbJs9RP7g0KN5cHlMUTfTpdQhk857hxI/ufGE1LGF9YEzueimezpTI6NcJ6YVywaWpsBWgswyN4azPWHsF3jWbyw7KEOx6Di7tFaCZZM67TVh0woNFzDHLXciLwlpkgrXYIgihrDq4rSKrWZV+ea3NPdCHD2s+0P/vM9iw6JJWoDuZwLwsjhx/9HhTDdr3Xo1GUKHD/TFX306L24wHByOzv26bdBrygL25coXMKD+cIOQ1VuuJp19lGkiSeHZyvqyPrwOSKmKVETA8WV0Q6diKflRW4xyttM9olq3pq/rkttMxMSftfgYFcluGI7PjJ9p4WcOyli5tvtuhePsnT62ss3IRCcLeiSzcDKEmnODTc2VoFabIVb8aXtZQiMwezVpZtkmBawlUExUuKbL82Lws14fyiqQxGvR9mI6sJmbOD5+5NrLdZdQyS47PPifUrrvRF8Q75aM+67v/vZcVYh3m8o/caY/M0Df8PAG9B+ab2v6FtAS8dq7z0Jw+VBVugYOEhxzwRGfm2Y+8d/4buWPf158h1YP24ZOtvJxCbG/DZQ1LOmP/2fDRiTVZwxUdtSoFBpUraJ99Petb+heSP+iapaQbmrKgpBxd9ksz4t+/ye3MvFR5qaaSPDQh0duyPK8tZANpSX9w/98nqtSlV6wn/temuVYmEYvCGlG7emR5biWYb+PbH1buvZ3vvu9U/cmnRS8ZLcxWcI/ntU/4AXplB/6zNd//AZERtK+9R4i54UFUb/o1VF5XJp+h7KcF8GrUjfEUSkvFqC86w6G8/13REODwJcVXLYm4lwazlPXnJCInBPzA9y5gsYpMRKbFNkf7U16sSU0bjf3rNhOTC9iLQ5Gare4owvvSpzdWFD0onrE76GNk+0BUmlqjXx2EAvybsKKWUo4VJ8XkYli0WUehYPMT0wSKxNTNjwpAW9f0CxItjliG7ohIEYFQdiLcguVV0SStpGGItwi8xRzQHLHqQQo9JKMkLWxQNNuzjnuicAprNiMIs74RHQIEgKimY8rMbZsvy66bDkshYZslhfmZLutDjVyNTqBmpbrLIFIzDg4UXOtd9k1QiFak5uMNeEcecFkcRCgdZ4rsEXcmRgpUe4zQJ/NzYTJ74TRRGFVwmxmEfETydoJt0ECwG6FCjwcU4KRlBH6LYdOT5Unlkj6G4VCQXRwHQqA5OdKYBCBd8fnmmtgFYemsAbfzxRXYEmzBomm0XHYcV1U0U07YQ6nKxgbWHkWPAnFjIKZfOjZ2K+RWauD/Ar1gDW9ERl+p09e/GMTxpBVy9XtbStPyaueTf7yYtF7akGAadopA1oRXF6eHv/zt+6BDLDcCU6IqFQGIVnu4lYK5eX/UX+a7QnDQHPaFS0hnWk1B71QBYrC0bIYBh00Gu3gVuAgtFoZVCXRLfzVn+htHOyP16KiHB/+4Puhz3752cXvc4SjS+7LqHc9jVnVHgwcUOiymyNVtAzQCZAUuUuEyApKnEJGEcQsa2+XOFlR0wfaWf0TYWplO5lSSr8CuvYklDupkDNxpajM8o6sCecRYSz6KMekV9Y8ZhYpQafsshxgiO0rmGkXxYjH4R3DYkcxoXKaEG2qLQ0wHh83dDyoMbSq114kqrzpvL8gL6SjFhiJ6BwNPXiXZMPyp1y/iFJy9MC3PS4ZWAUgWi67VtkoR/owNY8rw97GTpE7ya3RgkeI06sGTdACewVjzasGrDYODbsQswNg6Hf5f9VX6oPUwFZ09gO2bPDcw2apLYQdXTRL8wLGZlqK5g+6K7VLnc9NqfUdtxpsS4ZXr7xij8k9DLqfHYDh6OaULMwKcBVqkyHtkCyEM6LDsIiEUTIt8NEeS3/uLAuQEqihzSJTUYaxDirfQKKLs2bqEb6EA4D21YPY3OwuLw/AUhzvTaNW28gFzQqiZ/HLyrd/bnR0L9bNB+z1LbnHCI/1175ZF2mzZX9RSy42MjE35paXp///5PJgD1DTEmylcEUokjjjy2e+h4Ia8GBP+EQJFK2EJKrUHEJ70cNFR5RemSoDGcvL0//++nGbsB9Y7mZiRZS1slG2ZGdaN4NTTZTdVEpGOdHSGQE2sIU1rGCp9TS4v6ZBABrC0QitBwxgCoPoJ7TqNrpFsZn9XUX1zl5/Mivn/17B/rmC/VkF+5+KIz77NZFdFjVF7+LYXVwY1kpLOU7N2CgCXyTELVIoXOlBiph9cBK3LQqtZkqyx+AmoUBLYBMKmdEBniJBDW2E7OJWOIygRhI7ad0ITHHdMiCQyQ16DbOIwBhkWSScAxJedDGcAq3jBQocvmxKoLdYBKwPBuKQoYkcZulzrVYiTtAhGUHkbzy0trwbomgq8WvhmT0EYY62j5mJwgTSN+8CTUkX/LaSumRjGVxYGA49Nd+tA5TxPC+ge2zvGlx5pyuOeEwSXrPucstW/7Kq8mB8gd7idIiv5k/OcU5PB8WQieMy7iB6MWp+4EFa51j8WsGgWc/KsjOB9YgZFDf8TM9RMqvh27jLLu8VGlwWdZO4QGZDzcERy1oinvenu9PtojM/OKxPbtg4TGq1EHVwcmcIkbEWLFaJM3mr8eDCrhI90AEl1Vl8BUyKyRFqx4pXh2l9KVNm49KkuA1KP9Mzyuz2c7QGFvmAp13eYmWFY5lziy72JwNKxs9+bIcffBHk0XgfTEE7wXwcT/f57KPmmnK67kBjElBT2IWGTVigVV73mWv7QgjMCyLvvRoUqLDMmiFVOynkOBmLVcicgs3qk4LLBqLED2lhYRIqNur6MFSuyaarmTJHCnoGzxVNiMaHNVz65+Wf9NAsfwAGCeiTVUVomVcw+wBfHA1n6FXZfO/UV+hCK10f1FJsvOc5ud+q6NYO8zf4lmgvmZje5sGYSu1ksiogkMCnjw1WTWBTewWYS8WSDwFgDgZtIrUVO/ilYoErb46xVRAhO6Emq5INsCrPhDFTTNW8qMW7ePxkOFEjTYoCqLiczlBKZApKAbNcPl4FywVSSpCG0pr295NUAe1Tf2F/EqMPORnWY21uC4yBAcGUplNqAiFe7DRLw4OAQIszKAUjGezJM7InIzH9V706k1zRPC+URAnDCGcEJnQiP4bZNUNdadz/2CaB06UVvJ4w06QymnegTeTImZudnt1Bcl2+NYWBtaGWM70hnY0cMb1Xxo4ybH+sGzBpAHLTzIjstCOPGi5kGW5QtYrKUeHs0fDpYGv/wGK668hxdLOBAToKHeBhkBmJQFEwsenAJZrs/xrYuvYCKFhoLoWatepSKy16iVHV5hWQ2hS3OKUpePBUVqsmikEyRg6b6gGW4KpGR5mebqpby+LV7IgHLR7Rw/tke1RUrT1isNvD+x5EvdpO23h4tMEztgUWhmM0JxTYNM+cTEQYndJglKI0NvGGPRCfFuvQe4WIs/Z45rYIinQ2BZJUBXLcqN+5Y18wrUxH5UyipTEvJQ49vfVz/Z0p2Da0GNZjTG8FcPg9efPV7/M8zCvKYS14RgSr8HT5j4KKGzzYGiydPljPOUOlyR/EpeWT+6/e5nIfEN4JsK5pCaHYHMHIHAHAQClan3oK/+cvq1qYVmNw3Ghx5mvVA2ue1S1o3DQ2WmoczXClIbUQHrXIpDfHrCMIctigZ27rJgac5Og0RophDJMDAVpgYG7jpJQFaIIJn/tt8VkcODhTVv2ua8igVsSr1AzC/PwEFwtClqY5QQhoL2ChcG9A/SVudAvmjxutUExn5QmU2/s6HaDBSc7wYqHM7lKKz/Ra7XOM2dEPxMzI6m0lET+cQSrgG9ZK5qIuJG3OwSBNUlsGivdfXSkp9jWigOUhlF2oZYj89GTHciq3DdWwrhKINrehg/IrJATH+s3+Kfu/f6fl4h0UQQjbrWZpL8Hh1+IalJy58+2xP8uzrFp+a3uH66TVR5LhEazHFkg4L2kn3KYtmwMllGGqCCg3wr2PTzA8IapsoiJUbiVJOyE/koFkK+/TpHWUuBhXEVwQ+hEOWi6ciBTIjNC1+tSTy//KPg9AiyFvgNCT3Fz/t+uWBTZwOhYzu2F598+f6OuAgaSzJUyHnj16wa+LtNgyHtXyZRvxyeDc4snRfx+OVohksFYE3mN5+vevFzIuKKpgNn1gy2oxCHzickj3p3xIPoi3Q8+O/LJWqQ4Et2rbQq2IV6kOQnnUEkRFlJo0m5en336tBWP/cDbgbJozjJ6P3DAuTOtfcEyABVDrVdAWtB4wX2s2uBco8LQ2GAbVQnVUGd1ispJk//T399lu9waj6aqN8sLnne54kinFxvuL1sXRHl8YFjjiGkDuAy5LHa1Z0jpLw5ampIksfuLR3HUAliVfahsVypOwTGIEI/YK8Lh07VN7DqTVOPU3zJI0W3N9+KoHo5JkWx1E6LWTHDuG4wL1tTd9mi6n5DrsL5vGBWi5mDuUxPQ3nPbY+5zKnvYA4ujkyABB0aWDMrRUeOUZvFKTarDoy0/VqVDRFfQqn0DcpzYiz9Yan6OmNRCbq+IZmTZE606f+uXv93e97cm2oemA2NwSHmAIti47ZSArhRHeQSmEpN9rlpYatKgoSedNS9Giv6a7SXWS5kU5CjnGz+OH+2QZueY+L/CF98BK6TNQB7UpxS++2FgtmzPDH2qCYWyK/1nopjBtbAOxZqeeQerJ0Pby3hJhQ5ggsqTsoMWX89DXCDGdB4R2B9HY44OUnKlZ3ZZlD2ZJ5eUzNT6BocrDCGz12aYtXshFVgSkVukXnLSaDJBCPHXhGHtBUw65eFhDppckPCZslr1ulDam0dbZFg7hs16d+hphWaW4x8QVYk/ATqFV1A5JwdOwd4qigzxfpbtdlmolkvD8qoh5SkdCpjxXTKxNX1MPCGQxgsQ1auxVKIJhss04qjcYGBz1w2+MXPBm+4d5x3wvO5mKtaNHhgzT2Qe5hUx8ETYPdHCMtxUVNsRBNKBy4hx18wFQVM+YEDc5I5+RVkcZWX2roYTZHBtRKy81FzXTssJCehrje2o1IGNixKb5kTIErq9IW9JrBObM53tSNbKDpN23EbpAg8kKFK6Lt7fVwyX0KfOiMnbDGq7GFJxtmhEjKX5AQC/OfStUfEPfM/ABKoSE3mPg/TfXNC9ItBSdfO3twNaPn8F3nNDZo6Zr3PefvPloqR6ctV77JiAXk+kHDB9ThgFDfdsvY6gSj7RgDge4FRvSD3oll4zrUvZrkEsxWZbd/BbF5z9DpyBDp1b54rR3C5LQBuMaTj7ppMiUkb3JTfFq+dSPuN365rT6iCR59bw98tvb08pdfpg/pYZiys3Z8T5gCJkWoxiII3dVWdbkJLYpA7kEzUMTPq4q4prAEHpuyyE4mc439LKvuQK+NRzpagi7WFZ9nrnpnNgjgFzTZMLJKdUsTN+Zp8QYFEwROBMX956d3X2F3kx30p51T3H+aTCl1vaA5+ICeMfmJuY6cvA63fCR3tzCVX6w/m4un1dr1CGqdNpHx8WNOXTVvD1307pHrWMjo7EybloxSRQlx8Uuc7VlBJc0zA/3P9vNCECjEpJ4AEGZssEsraCaMKQUiH6mqiIjXq1Gs4IZ1sEub0o1xUJGPe85sRoqTiTEi9/g0paAUBrVocjQtsNhek22DYXB2cFonhb7dQJRDAPc+kaRg70NhZxOEk5JMcWaG1xARtM6ljYIXTV/yQWaG93Sb8PUqz7hrc7reEl1XxPh/nR2UQypVFMG5Etvj5Wzix7ZtA+pREpiO33nCsiVFfNljc97KrfKOdI9Fxiq67lpjxqkg8bROs9Ta6T0am2URFVRyhGt/Fj91rRHfs0NV1KUKiUhchdLX5TNckZmLCghgkoyCwHaIJPU2+iCuLyTryycztFkCoyCK3KVtwy81Yp/ANwWmSUJ50O6JGCQxAYsbkP4QI1m9ERVX3nG222FUGqSQ43dsHy1CmtfQQDq1UgH4hm+BYqutpSxtf6QHh50iLzsbDiIhCUT5mHo7+YAJaTigchRwHFIN7KYDBKgXlw9U/mklK3aLwnYcuu9B7q/y4cJLLY+uEUJFILu+upJURmwxmg9y2oSxZHhMe8lHOPc1I2yBzhT30KAboiZIQ3HsH0UvIg5fCEjJr6tEdpQJBtpVDcRUM5kIcA6qx1mfFASiYVLvJL5C+Gr7bLKO1gm/oXYvdH4rEVyUjyZESwuxJBpRyR3iHQzhRYiK3uAGmL1qWMvBlPVo7aMqfteDAx4xtoHDq0uAyiaW4HNUSy3ANEkFJIkNC5pYXE6YFQn5bAxSkxp8NqzvOCBlp4xbHWWUHmK/ybPgLjzR09LSQjyTFUMe8oh8/H3PhUxWtpXL3JUKsJbRF/wDIU/WxMQYgBdNCiCDnS/2UEh2qRDAapz+QwzRR0xAXrJwFoJGOmiK1hf2aRms1LepCUGMh0OwuDMFsLtg2LWBhINqyBT8lg17Jwl6CjyvTYkQIY5qJQa3dqSnvM3oSVkRjEH365roMAkYQMMkOTozS2pMYfIqsb54bbMVpQNhJQEqKpofqYFi00cksIhcfwcUu9pcXoLiKgEgyn9bo5O5k6SPZZrDs6iTSAuObziM3lFyIImThzo3NtzjWmf7605sXIyesXkoDup74EfK+AUe3ZRVwhxHi+1g0CAFtCnxoJ8jg7cD2qcgkP5A4cLLpWQxMhjqNNcKaVoDsANSA6kZ3HALBSErcdxJePVqCh8Ou15iqvGPPYyqGtKCOxHjNx4QvdNpwXIr49Hx0/983fFTo7pdV6Es/vnryJZ1MMespWJYgwAmwOQa319CJ4RKkKBsHbZ/cturkzWNzp2ccjOTJBUQCryGDMze+qnFAXEFLiQFJdHSRBAhz1LpNf6+zxdMfkpB/cztZORt7v+UXdcCk7d2Spqs2W3l3RNizHJ0JyLGJbIbVOWODHPVA/ZKw7IyjooD4CCSqcn4VouqddCFvJqFdshF7FOykMdIY03ULfrpY3HUr0JbYgko45D2Z3VwBxLa7bu6hArV8f+i88FBEFsg6grcq7MF4KEvIhmORrMGp0nlSPWsUdfrbXvnkKQ817Fbz39r6HRU2WmqVOGmYOd+/YwwtapXGC3F1CLV3K+vXe4HkWb2KBv0zHdo9pzDrdvwoqIM2o45P6kBkas7HOm96LgkH8+O5Lce2Ny9EooPtCrXdO19L3J+ocX/LKoVj7h29vEkEo1l1X18jFW1hspg6VsAGnGYmdP7TLh9MIx1B6IJnrtCIlwIJQ0YjU/NjOADOfo4ZpmyjOjm2w1aI4hKuZDoiUM8LLKO4bWkqAz4ldfGVVYm5WfbqEOXlr2AsBaa40NtYSuV91RYghXrU4V3le/pzKdDGF/9DtfCo30s1mttT/UNAwYZXdAyXUYW/dOzqyUVAYyRRVPNAymNJ3eu4CkItOScioKO47rTZGGbRuQ0Aq3WxkAy3bH/MSPLnYdNa7hrOVDxsqhg4zXTBOrSgpaSh08mHVkkoHnQFAMWrQbajGnEzVX4Hnxx1MvWHqhi5c+lkJcLJq4FHh3XANXboRT5C5BWRynIf2FvAjeCf2ufhmFIvhb70VyxJ2hGeAQBZHdtBUStstFA0f3x7ctAKC1U4exFD6S10K2yc4EEYICSnYexJvBOPBnvI68mj9+8uwlGmhdS/cdNmmD8bsF5Dr37gc+HBQs5aUPVbJjkS/R2hnDeIoYc9eSK3Mh1yIEJfHctEKOcjPx/OUibL33fkNUrl3TU1okaYXkd2B2hNyHT9YAH5NE1uYCQJVVh1HKLPIBsdx7xKSs49CGH42WtlvbFnk1f/URmXuff+9/4Fo+/8NgtorbCStGvI5MwkynzOx9cLwkTv7XPYF4USvhEhfhtiLwEiKGFD+V0qK43Pyzdr2eYhKUkXJVIOYU8ryiFW2eF8vcCi/HU3kIjGqq16RRxKaeOKqHiqst+5cMMqDnUXy2TB+V+HhPzPvzAnHoscuLiBjgJAnNh56gIaim7oiKba8CVZH0PHnJ6ojjplJMmbyH2YX8ZQIhvrwJPaer6AgAp+1EXP1XgrHhHxuN0ZYBL0pXFPK8sMinPuhVIQQCeUCfxzmg4XfmCHspLyIQf/bs3UzA4FTMmD4Z4D6mU44mrw5iwvy09n3IvtFqg/hDFuIWW9yJAqN648vHT17361aw99aqtPDEewRmaMY3SjRxMQQCtsHn4bprjI4GSIOsPq7h2DPOAe23Lod1ObZhhPuuJVmuuFh9ybSwjhA6bQ5bWB71MoRsnPP5XWCt4vshcnt5kxLO4HQL9tYqlzzCQJnuaCqg1SS3jl2/uhivvSL3uN58rgi0qLf4wnFyJzD7kc0dRtT13vrr7vCBmsTC7y2JkZwAV+TOBYFJCW5cxJyDiKJswNE2epCm3qSRc23jNJEvPToFIIcWdMdIX97SQUwi0e833qAybW/v9RqHsXyknzxeWA6qEIpEecfe4bK3uwfGq/JILDPdZV3YXS18wS0mB1Z/tGD0XL3UzDiDTxnBfMkPwvbwFfKSYjcpwCi6cj4jKPuO87vSfAO7vIDwrXXRvYQgt5MmofV0n9LAKMYTQMDXP557Vj0VmSsbTO3U0ZMRsgXhoxC1UHvFXXNnf5XqtEM33trchvScw4PWR48wG1B7IW2Gl+YUSysejMpda9wlW6o8KHPr2zsDHOOPL9Eb2umaN53R6oc3EXJUyyf8cJs8Z9aTZoGpojlrWI20YnFLj+BZ67AMD1imIFezWmcZ8fObziq33aUUzZTciddWnnpNcEQYG5v6A6X7Ssq8cp8pATNnGt3YGgnOyj6K6JG40kel4GXzcYRtAfmz5nIkdTtX246VA9e6mAHPs4u54d7QYuu3iq1nTVxhPUIpNOezcnNCkYOO7T8xfJaXa06n7BGfelKO+aVfrd/uUPs4YcycnO88xaSQxRXHM2sgLQKjoiVXG611+YbFe65sDuHIvzXUSbgwF8M+CCTDrbq4OJEmP2mLpBIDrq+VkElyoVG4Cc4Ig5mUa7W3NSdVpR5EpYJmqwJwXAx00WqIBvb2K3TWatfacG1Uk/pAo6AxXEUDNe0g3tUlTmh/lDNuUM3B8BFfuoWhmOtHRG+hnoy8anfrNbzgmcsKE2liQ5O4FUmae+LVWXatONMbuKD1omB+1uOVdJ2frcorCRbtVUYNUJmNN+VK48TqLSkQCVzgv84Dx9t6verA7TRZjtg0RPcSiFsgvX1nAfMkpsVn9PkxnNXRprXnTgiSrMPAnOFkvOgeqm7RwNnF/W1fOCEvIrZZVAaYIocz9bbV4AlIoxe0KW6iWLOhwRH4jkaeALkOhy3VCgOESYxj8/RM8JXSdKHJ5cCycQ1Ncwawl4O+NFNkewWu4WWrG9Ds3prTtl7262fjgiG4lhBvP2H/vL+rSxEpSS1uDBW9P1a9oa/aKN99mL9jZHXk2li8rZaO0NbCXg3zrBmW5xYuyVbVGl0C9x0TBpgAUl+YrfO7QBkKs7J0VMa/UAtGFkc74IRDIw1gcOwSwxZ1PO6LG4+fNgAMHB3A77zyF0Awl4xNV4Bq2jZZm1m+YcwrpHX4TM0kSdkDADIf/qRHJ1xXaB+pjhGgdLzCg3oChCDTkS1boYtq6SDEm0g/qMS9awVedGgW3p5SKHma48q7n0JoNXGSMX3GO0Uza/uasMVw1cjNlscggqErGZZwVwJfeWjAGwjXl5cAbYb05RLgTzZsubenamyR6viZc8GoJpT0tNu9nDhb2uHERQJD8FWzd5BsWfNo5WO/KyeRI/M+aT0KezHsGy5snytIgydehqgbl2etu61gry6I+qsWXxP4v+yMbHXa1z+Wp9UXAFDzScMqg+qX/tduRi/+of5o/9RbZ6pKP2ADKK9WNHnQiAD2ZImZZjBe/N7WgJF7/jQNncC1pWB+8tTRwXbG6VGFYhczDPa2YKeh129GlAlryhycqVVWuNfPua9TR14Ue5+yRMgQ45IfpeArI6jE3pF60Qu0yfv/j7bayhn6tMleGzFWPE8jPzDkGrE6g+MXDmsND0cR7tlwss08m6UwjOMIe2ZKpFApI7u9D6wrxPOGukPfk15ndosHqd4sCG70xnEZN6bZCyhfYCeGEMDOHu4fXj3lxkMDqt13Y0L/IGjanadcIDjeHl/SIxQe1qcGodqY28nBg0CDnDzcgctU1kQv1p5OuHF6nVVAr5kDoN5JIwFxGYBou/rQJ0DMBADzAH2gDhVHO//7im3njFHKUu+0yPpPp1EvBYo7TsoU0G48y8hjW5Vcu6Gildd/LjwnzW2nDSw+a+J7HqLUwg7AEdmE9nEAktR3XLKhFqXo7zOppmUESnVtAyk1/GRMqalnynLIt01lIHWMTG1S15x0ulTPvyid1De7+MtTG0q5PJNWWuS5wHIx/IJfufnHtwy0Llex2VSwaWDTxswEtrINGmyYI4YgLfmVDSZPPSMzJ9Omuw4MS7WiBjx8v001Jzwu4UgUpo7aslJ/pmb1ejSZ6ccTsym/mtNVGImqVstnnlQbORjkCtOv4MC0N8g4BiNHg8rWS02Hd3wlwQbk2FxNGICGVM9aquiH7WCqWczWTWD4WlUsGEGMMXTU2eQR0EAboLBBXQ1PiUCuZcyc4BnCCadUxiyZWthCN4fyzqjjOSBtVmtgDatWamRO65l0ouI99fCtAKVlNJlDkuadU5+OdVKtQZGahJrv4RlI00YJfv+ZKqk6pkGrxBxR3yLTTqbB09WrOKhbZpSbfAMrh2vwi0VpA5gzCYukOdRZM/ej9RqVq2QOncI0tLcgvAkYBFyknQbVoEKzaFbF535jeGm2JWGM+mFaVWvEY9SnJqj7JuKt2nsbvDjlMDIXzu8CZuUmg/6EEpeHkQVFCTLSTRrKxiLmM2V98STSj55ZtTD0UhqMByayXMql3SrVamRT54jV8VSI0/ynqCyKVQCR4nkGF19NdTXUVEttdf4x04VQXwMNhQgVJlyEDSJFiQYRIxZUnHgwCRIlgUNAQkmWAg0DCwcv1eosAqIMN75nspGQUeSgykVDx5CHiYWNg4uHT0BIRExCSkZOIZ+SippGgUJFimmVKFVGR88Qns4YMOiynb41xGXUtCMOhZc9PtBvW3hHDfvD1y43fBIgxx31CoJBx91zxwnljMaZPGB2131veuiRN3zHYt1b3nZShZ8ATz32hNVzL4yoZGPnuFun/arVqulPB75RgybNvteiTat2nTqsOqBblx69fvDSBacsueg97z8X1dlTN+pF/WgQDSMkQiMswiMiNkSk0844Z8VNy866ZaNjEWXNlYgOiM0RE7EBrV7haK2xpvs0Om1pChhXtUppxDkfEgAiQpl+ZIZwFwFQO9QBdUJdUDfUA/VCfSSVf4lvb4MltmcstorGOrPJUG+d1+yYLNo96clprKsWcLMsCOMybUDUm78RHtHXwwexLUAtIjcYbq6i2y8/pealgj/8uPRbu3/02AZ5Y77xFeck7IOyMB8QhH3QLFjDVnACKkFwhL7HjvCHkMh+BRqRe1hEz+ARO0WE/HrnptIwTkWGE9bL/2LchXN+inLcDLxE7fAT7xFB4hM6CbaEib4mSsIr4jjCV4pIX7nsL37WAw==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Liberation Mono";
  src: url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: bold;
  font-style: normal;
}

.MeteorToysReset input,
.MeteorToysReset label,
.MeteorToysReset select,
.MeteorToysReset button,
.MeteorToysReset textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none !important;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
}

/* Remove the stupid outer glow in Webkit */

.MeteorToysReset input:focus {
  outline: 0;
}

/* All of our custom controls should be what we expect them to be */

.MeteorToysReset input,
.MeteorToysReset textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: none !important;
  padding: 7px 0 !important;
}

/* These elements are usually rendered a certain way by the browser */

.MeteorToysReset button,
.MeteorToysReset input[type=reset],
.MeteorToysReset input[type=button],
.MeteorToysReset input[type=submit],
.MeteorToysReset input[type=checkbox],
.MeteorToysReset input[type=radio],
.MeteorToysReset select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs */

.MeteorToysReset input[type=date],
.MeteorToysReset input[type=datetime],
.MeteorToysReset input[type=datetime-local],
.MeteorToysReset input[type=email],
.MeteorToysReset input[type=month],
.MeteorToysReset input[type=number],
.MeteorToysReset input[type=password],
.MeteorToysReset input[type=range],
.MeteorToysReset input[type=search],
.MeteorToysReset input[type=tel],
.MeteorToysReset input[type=text],
.MeteorToysReset input[type=time],
.MeteorToysReset input[type=url],
.MeteorToysReset input[type=week] {
  background: none !important;
}

/* Button Controls */

.MeteorToysReset input[type=checkbox],
.MeteorToysReset input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads */

/* Search Input */

/* Make webkit render the search input like a normal text field */

.MeteorToysReset input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */

::-webkit-search-decoration {
  display: none;
}

/* Buttons */

.MeteorToysReset button,
.MeteorToysReset input[type="reset"],
.MeteorToysReset input[type="button"],
.MeteorToysReset input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
  font-weight: normal !important;
  font-family: Liberation Mono, Menlo, Courier, Lucidatypewriter, Fixed, monospace !important;
}

/* IE8 and FF freak out if this rule is within another selector */

.MeteorToysReset::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea */

.MeteorToysReset textarea {
  /* Move the label to the top */
  vertical-align: top;
  border: 0px solid transparent !important;
  box-shadow: none;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

.MeteorToysReset textarea:focus {
  background-color: transparent !important;
  border: 0px solid transparent !important;
}

/* Selects */

.MeteorToysReset select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/* Standard Font */

.MeteorToys {
  -webkit-font-smoothing: antialiased;
  font-family: "Liberation Mono", Consolas, Menlo, Courier, monospace;
  position: fixed;
  transition: 0.25s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  z-index: 2147483646;
  cursor: default;
  letter-spacing: -.2px;
}

.MeteorToys-off span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.MeteorToys *,
.MeteorToys div,
.MeteorToys_orb_wrapper {
  outline: none;
}

.MeteorToys strong {
  font-family: "Liberation Mono", Consolas, Menlo, Courier, monospace !important;
  font-weight: bold !important;
}

#MeteorToys_ToyKit {
  width: 100%;
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.3);
}

#MeteorToys_ToyKit strong {
  padding-left: 7px;
}

#MeteorToys_ToyKit div {
  float: right;
  padding: 0 7px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  /*#MeteorToys_ToyKit div:hover */
}

.MeteorToys_orbs {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  z-index: 2147483647;
  line-height: 20px;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-family: Liberation Mono, Menlo, Courier, Lucidatypewriter, Fixed, monospace;
}

.MeteorToys_row {
  padding: 4px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MeteorToys_row_remove {
  float: right;
}

.MeteorToys_row_hoverable:hover {
  margin: 0 -8px;
  padding: 4px 8px;
  cursor: pointer;
}

.MeteorToys_row_expanded {
  padding: 4px 0;
}

.MeteorToys_row_expanded:last-child {
  border-bottom: 0px solid transparent;
}

/* Form Resets */

/*, .MeteorToys */

.MeteorToys_orbs input,
.MeteorToys_orbs label,
.MeteorToys_orbs select,
.MeteorToys_orbs button,
.MeteorToys_orbs textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  background: transparent;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  outline: 0;
  /*color: rgba(255,255,255,.6) */
  color: inherit;
  resize: none;
}

.MeteorToys_orbs textarea {
  width: 100%;
  line-height: 20px !important;
  padding-top: 0px !important;
}

.MeteorToys_orbs input[type="submit"] {
  float: right;
  background: transparent !important;
  padding: 0px !important;
  height: 28px !important;
  line-height: 28px !important;
  margin-top: 0px !important;
  margin-right: 8px;
  line-height: 28px !important;
  padding: 0px !important;
  height: 28px !important;
}

.MeteorToys_row input {
  width: 62% !important;
  float: right !important;
  margin: -4px 0 !important;
  padding: 4px 0 !important;
  border: 0px solid transparent !important;
  box-shadow: 0 0 0 transparent !important;
  line-height: 20px !important;
  color: inherit !important;
  height: 28px !important;
  text-indent: 5px;
  margin-left: 7px;
  box-sizing: border-box;
  line-height: 28px !important;
}

.MeteorToys_row_name {
  width: calc(38% - 7px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MeteorToys form,
.MeteorToys_orbs form {
  line-height: inherit;
  padding: auto;
  margin: auto;
}

.MeteorToys_right {
  float: right;
}

.MeteorToys_name {
  line-height: 28px;
  width: auto;
}

.MeteorToys a {
  text-decoration: none !important;
}

.MeteorToys a:hover {
  text-decoration: none !important;
}

.MeteorToys_action:hover {
  transition: 0s !important;
}

.MeteorToys_disabled {
  transition: 0s !important;
}

#MeteorToys_basic {
  height: 500px;
}

/* Foundation */

.MeteorToys_notifications {
  position: fixed;
  top: 7px;
  right: 7px;
  z-index: 9999999;
  font-size: 14px;
  line-height: 16px;
  min-width: 312px;
  max-width: 312px;
  overflow: scroll;
  padding: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  max-height: calc(100% - 16px);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Notification Bubble */

.MeteorToys_notification,
.MeteorToys_notification_counter {
  margin-top: 1px;
  font-family: Liberation Mono, Courier, Lucidatypewriter, Fixed, monospace !important;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 20px;
  cursor: pointer;
}

.MeteorToys_notification_text {
  padding: 0 7px;
  padding-left: 35px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.MeteorToys_notification:first-child {
  border-radius: 5px 5px 0 0;
  margin-top: 0px;
}

.MeteorToys_notification:last-child {
  border-radius: 0 0 5px 5px;
}

/* Symbols */

.MeteorToys_notification_symbol {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 28px;
  text-align: center;
  line-height: 28px;
  height: 100%;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}

.MeteorToys_notification_triangle {
  border: 5px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  height: 0px;
  width: 0px;
  left: 11px;
  top: 9px;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/* Remove Animation */

.MeteorToys_Notifier_hideAnimation {
  min-height: 0px;
  max-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

/* Data Kit */

.MeteorToys_notification_data_expanded {
  padding-bottom: 278px !important;
}

.MeteorToys_notification_data_expanded .MeteorToys_notification_triangle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 9px;
}

.MeteorToys_notification_data {
  margin: 0 7px;
  margin-left: 35px;
  height: 270px;
  width: calc(100% - 43px);
  position: absolute;
  border-radius: 3px;
  overflow: scroll;
  padding: 0 7px;
  padding-top: 2px;
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  cursor: text;
}

.MeteorToys_notification_data pre {
  line-height: 20px !important;
}

.MeteorToys_notification_widget {
  position: fixed;
  line-height: 28px;
  top: 0;
  right: 0;
  font-family: Liberation Mono, Courier, Lucidatypewriter, Fixed, monospace !important;
  font-size: 14px;
  font-weight: bold;
  padding: 0 11px;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999999999999999999999;
}

.MeteorToys_notification_widget:hover {
  cursor: pointer;
}

/* ORB UI */

.MeteorToys_orb {
  height: 46px;
  width: 46px;
  float: left;
  margin-left: 7px;
  margin-top: 0px;
  pointer-events: all;
  transition: 0.25s;
  overflow: hidden;
  position: relative;
  cursor: default;
  width: 320px;
  height: 320px;
  max-width: 600px;
  max-height: 600px;
  border-radius: 0 0 12px 12px;
  border-radius: 24px 24px 12px 12px;
  box-sizing: border-box;
}

.MeteorToys_orb_condensed {
  height: 46px !important;
  width: 46px !important;
  border-radius: 24px;
  cursor: pointer;
  margin-top: 7px;
}

.MeteorToys_orb_wrapper {
  margin: 7px;
  border-radius: 5px;
  height: calc(100% - 14px);
  overflow: hidden;
  margin-top: 74px;
  transition: 0.25s;
}

.MeteorToys_orb_filler_wrapper {
  transition: 0.25s;
}

/*.MeteorToys_orb:hover .MeteorToys_orb_wrapper */

* 


 * 

.MeteorToys_orb_active .MeteorToys_orb_wrapper {
  margin-top: 7px;
}

.MeteorToys_orb_active {
  z-index: 2147483647 !important;
  padding-top: 40px;
  margin-top: -40px;
}

.MeteorToys_orb .MeteorToys_icon {
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  width: 46px;
  background-size: 48px 48px;
  -ms-transition: 0s !important;
  -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  transition: 0s !important;
  background-position: -1px -1px;
}

.MeteorToys_orb_active .MeteorToys_icon {
  /*top: -48px */
}

.MeteorToys_orb strong {
  font-weight: bold;
}

/* Button UI */

.MeteorToys_button {
  margin-top: 7px !important;
  border-radius: 24px !important;
  cursor: pointer;
}

.MeteorToys_button .MeteorToys_icon {
  top: 0px !important;
}

.MeteorToys_button .MeteorToys_orb_wrapper {
  height: 0px;
  width: 0px;
}

.MeteorToys_button:active .MeteorToys_orb_wrapper {
  box-shadow: 0 0 0 75px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 75px transparent !important;
}

.MeteorToys_divider {
  border-top: 1px solid;
  margin: 8px 0;
}

.MeteorToys_tooltip_wrapper {
  position: fixed;
  top: 60px;
  width: 200px;
  z-index: 2147483646;
  text-align: center;
  pointer-events: none;
}

.MeteorToys_tooltip {
  display: inline-block;
  position: relative;
  font-size: 12px;
  /*text-transform: UPPERCASE */
  color: #eee;
  font-family: Liberation Mono;
  /*padding: 5px 7px 4px 7px */
  line-height: 22px;
  line-height: 16px;
  padding: 0 5px;
  padding-top: 2px;
  border-radius: 6px;
  margin: 0 auto;
}

.MeteorToys_tooltip_arrow1,
.MeteorToys_tooltip_arrow2 {
  border: 5px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  width: 0px;
  margin-top: -9px;
  left: 50%;
  margin-left: -5px;
}

/* Syntax coloring */

/* Overall transparency for Meteor Toys */

/* Used for Meteor Toys and Mongol icons */

/* opacity for icons and matching elements */

/* colors for widgets */

/* colors for text */

/******************************************* */

/*                                          */

/* Meteor Toys ThemeKit v1.0                */

/* Donut Change!                            */

/*                                          */

/******************************************* */

/* Top Layer */

#Mongol,
#JetSetter,
.MeteorToys_orb {
  opacity: 0.97;
}

/* JSON Highlighting */

.MeteorToys pre,
#Mongol pre,
#JetSetter pre {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.MeteorToys_string {
  color: #86d040;
}

.MeteorToys_number {
  color: #e5d046;
}

.MeteorToys_boolean {
  color: #44a2d6;
}

.MeteorToys_null {
  color: #bd3cc5;
}

.MeteorToys_key {
  color: #E55B46;
}

.MeteorToys_date {
  color: #44a2d6;
}

.MeteorToys_string:focus,
.MeteorToys_number:focus,
.MeteorToys_boolean:focus,
.MeteorToys_null:focus,
.MeteorToys_key:focus {
  background: #2a2c2e;
  color: rgba(255, 255, 255, 0.83);
}

/* Buttons */

.MeteorToys_action:hover {
  color: #44a2d6 !important;
}

.MeteorToys_disabled,
.MeteorToys_disabled:hover {
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: default !important;
}

/* Text Color */

.MeteorToys_orb,
.MeteorToys {
  color: rgba(255, 255, 255, 0.5) !important;
}

.MeteorToys_orb strong,
.MeteorToys strong {
  color: rgba(255, 255, 255, 0.83) !important;
}

.MeteorToys_orbs ::-webkit-input-placeholder,
.JetSetter_editor_title::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.MeteorToys_orbs :-moz-placeholder,
.JetSetter_editor_title:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.MeteorToys_orbs ::-moz-placeholder,
.JetSetter_editor_title::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.MeteorToys_orbs :-ms-input-placeholder,
.JetSetter_editor_title:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Orb UI */

.MeteorToys_orb {
  background: #3e4042;
}

.MeteorToys_orb .MeteorToys_orb_wrapper {
  box-shadow: 0 0 0 75px #2a2c2e;
}

.MeteorToys_orb_active .MeteorToys_orb_wrapper {
  box-shadow: 0 0 0 75px #131617;
}

.MeteorToys_orb:active .MeteorToys_orb_wrapper,
.MeteorToys_orb:active .MeteorToys_orb_filler_wrapper {
  box-shadow: 0 0 0 75px #131617;
}

.MeteorToys_orb_filler_wrapper {
  box-shadow: 0 0 0 75px #2a2c2e;
}

.MeteorToys_orb .MeteorToys_icon {
  opacity: 0.5;
}

.MeteorToys_header {
  background: #2a2c2e;
}

/* Mongol and JetSetter */

.MeteorToys {
  background-color: #3e4042;
  color: rgba(255, 255, 255, 0.6);
}

.Mongol_docMenu *,
.JetSetter_editor_header * {
  border-color: #131617 !important;
}

.Mongol_docMenu,
.JetSetter_editor_header {
  background: #2a2c2e !important;
}

/* Mongol */

.Mongol_contentView {
  box-shadow: 0 0 0 80px #2a2c2e;
}

.Mongol_row_expand .Mongol_contentView {
  box-shadow: 0 0 0 80px #131617;
}

.Mongol_row:active .Mongol_contentView {
  box-shadow: 0 0 0 80px #131617;
}

.Mongol_icon {
  opacity: 0.5;
}

/* JetSetter */

.JetSetter_editor {
  box-shadow: 0 0 0 50px #2a2c2e;
}

.JetSetter_row_expand .JetSetter_editor {
  box-shadow: 0 0 0 50px #131617;
}

.JetSetter_row:active .JetSetter_editor {
  box-shadow: 0 0 0 50px #131617;
}

/* Email */

.MeteorToys_email_count {
  background: #44a2d6;
  color: #131617;
}

/* Notifications */

.MeteorToys_notifications {
  color: rgba(255, 255, 255, 0.5);
  background: #3e4042;
  opacity: 0.97;
}

.MeteorToys_notifications strong {
  color: rgba(255, 255, 255, 0.83);
  font-weight: bold;
}

.MeteorToys_notification {
  background: #3e4042;
  box-shadow: inset 0 0 0 200px #2a2c2e;
}

.MeteorToys_notification_symbol,
.MeteorToys_notification_symbol strong {
  color: rgba(255, 255, 255, 0.5) !important;
}

.MeteorToys_notification_symbol {
  background: #131617;
}

.MeteorToys_notification_triangle {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

.MeteorToys_notifications_highlight {
  box-shadow: inset 0 0 0 200px #e59046;
}

.MeteorToys_notifications_highlight .MeteorToys_notification_symbol {
  background: #e59046;
}

.MeteorToys_notification_data {
  background: #3e4042 !important;
}

.MeteorToys_notification_widget {
  background: #E55B46;
  color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

/* Tooltips */

.MeteorToys_tooltip {
  background: #3e4042;
  box-shadow: inset 0 0 0 200px #2a2c2e;
  color: rgba(255, 255, 255, 0.5);
}

.MeteorToys_tooltip .MeteorToys_tooltip_arrow1 {
  border-bottom-color: #3e4042 !important;
}

.MeteorToys_tooltip .MeteorToys_tooltip_arrow2 {
  border-bottom-color: #2a2c2e !important;
}

/* Re-usable Colors */

.MeteorToys-border-color-red {
  border-color: #E55B46;
}

.MeteorToys-border-color-blue {
  border-color: #44a2d6;
}

.MeteorToys-border-color-green {
  border-color: #86d040;
}

.MeteorToys-border-color-orange {
  border-color: #e59046;
}

.MeteorToys-border-color-yellow {
  border-color: #e5d046;
}

.MeteorToys-border-color-purple {
  border-color: #bd3cc5;
}

.MeteorToys-border-color-transparency {
  border-color: 0.97;
}

.MeteorToys-border-color-opacity {
  border-color: 0.5;
}

.MeteorToys-border-color-foundation {
  border-color: #3e4042;
}

.MeteorToys-border-color-highlight {
  border-color: #525457;
}

.MeteorToys-border-color-overlay1 {
  border-color: #2a2c2e;
}

.MeteorToys-border-color-overlay2 {
  border-color: #131617;
}

.MeteorToys-border-color-shade1 {
  border-color: rgba(255, 255, 255, 0.5);
}

.MeteorToys-border-color-shade2 {
  border-color: rgba(255, 255, 255, 0.83);
}

.MeteorToys-border-color-shade3 {
  border-color: rgba(0, 0, 0, 0.5);
}

.MeteorToys-border-color-action {
  border-color: #44a2d6;
}

.MeteorToys-color-red {
  color: #E55B46;
}

.MeteorToys-color-blue {
  color: #44a2d6;
}

.MeteorToys-color-green {
  color: #86d040;
}

.MeteorToys-color-orange {
  color: #e59046;
}

.MeteorToys-color-yellow {
  color: #e5d046;
}

.MeteorToys-color-purple {
  color: #bd3cc5;
}

.MeteorToys-color-transparency {
  color: 0.97;
}

.MeteorToys-color-opacity {
  color: 0.5;
}

.MeteorToys-color-foundation {
  color: #3e4042;
}

.MeteorToys-color-highlight {
  color: #525457;
}

.MeteorToys-color-overlay1 {
  color: #2a2c2e;
}

.MeteorToys-color-overlay2 {
  color: #131617;
}

.MeteorToys-color-shade1 {
  color: rgba(255, 255, 255, 0.5);
}

.MeteorToys-color-shade2 {
  color: rgba(255, 255, 255, 0.83);
}

.MeteorToys-color-shade3 {
  color: rgba(0, 0, 0, 0.5);
}

.MeteorToys-color-action {
  color: #44a2d6;
}

.MeteorToys-background-red {
  background: #E55B46;
}

.MeteorToys-background-blue {
  background: #44a2d6;
}

.MeteorToys-background-green {
  background: #86d040;
}

.MeteorToys-background-orange {
  background: #e59046;
}

.MeteorToys-background-yellow {
  background: #e5d046;
}

.MeteorToys-background-purple {
  background: #bd3cc5;
}

.MeteorToys-background-transparency {
  background: 0.97;
}

.MeteorToys-background-opacity {
  background: 0.5;
}

.MeteorToys-background-foundation {
  background: #3e4042;
}

.MeteorToys-background-highlight {
  background: #525457;
}

.MeteorToys-background-overlay1 {
  background: #2a2c2e;
}

.MeteorToys-background-overlay2 {
  background: #131617;
}

.MeteorToys-background-shade1 {
  background: rgba(255, 255, 255, 0.5);
}

.MeteorToys-background-shade2 {
  background: rgba(255, 255, 255, 0.83);
}

.MeteorToys-background-shade3 {
  background: rgba(0, 0, 0, 0.5);
}

.MeteorToys-background-action {
  background: #44a2d6;
}

.JetSetter_value_preview {
  opacity: 0.3;
}

/* MISC */

.MeteorToys_pubsub_button:hover {
  color: #86d040;
}

.MeteorToys_pubsub_row_toggle:hover,
.Mongol_pubsub_row_toggle:hover {
  color: #E55B46;
}

.MeteorToys a {
  color: #86d040 !important;
  border-bottom: 1px solid #525457;
}

.MeteorToys a:hover {
  color: #86d040 !important;
  border-bottom: 1px solid #86d040;
}

.MeteorToys_orbs input[type="submit"] {
  color: #86d040;
}

.MeteorToys strong {
  color: rgba(255, 255, 255, 0.83);
}

.MeteorToys_orbs {
  color: rgba(255, 255, 255, 0.5);
}

.MeteorToys_row {
  border-bottom-color: #2a2c2e !important;
}

.MeteorToys_row_remove:hover {
  color: #E55B46;
}

.MeteorToys_row:last-child {
  border-bottom: 0px solid transparent;
}

.MeteorToys_row:nth-child(-n+50) {
  border-bottom: 1px solid #131617;
}

.MeteorToys_row_hoverable:hover {
  background: #525457;
  border-bottom-color: #2a2c2e !important;
  box-shadow: 0 -1px 0 0 #2a2c2e;
}

.MeteorToys_row_expanded {
  border-bottom: rgba(0, 0, 0, 0.5);
}

.MeteorToys_row_expanded:nth-child(-n+20) {
  border-bottom: rgba(0, 0, 0, 0.5);
}

.MeteorToys_row input {
  background: #525457 !important;
}

.useless {
  line-height: 20px !important;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  width: auto;
  quotes: none;
  content: "";
  content: none;
  background: transparent;
  overflow: auto;
  display: block;
  min-height: 100%;
}

.MeteorToys pre,
#Mongol pre,
#JetSetter pre {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 20px !important;
  display: inline-block;
}

.MeteorToys_string,
.MeteorToys_number,
.MeteorToys_boolean,
.MeteorToys_null,
.MeteorToys_key,
.MeteorToys_string:focus,
.MeteorToys_number:focus,
.MeteorToys_boolean:focus,
.MeteorToys_null:focus,
.MeteorToys_key:focus {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  line-height: 20px !important;
  min-width: 8px;
  height: 20px !important;
  padding: 0px !important;
  margin: 0px !important;
  display: inline-block;
}

.MeteorToys pre span {
  display: inline-block;
}

.MeteorToys_inline:hover {
  background: #2a2c2e;
}

.MeteorToys_string:focus,
.MeteorToys_number:focus,
.MeteorToys_boolean:focus,
.MeteorToys_null:focus,
.MeteorToys_key:focus {
  cursor: text;
}



#Mongol {
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 140px;
  max-height: 100%;
  overflow: auto;
  font-size: 14px;
  box-sizing: border-box;
}

#Mongol * {
  outline: none;
  box-sizing: border-box;
}

#Mongol div {
  box-sizing: border-box !important;
  line-height: 28px;
}

#Mongol strong {
  font-weight: bold;
}

#Mongol ::-webkit-scrollbar {
  display: none;
}

#Mongol.Mongol_expand {
  width: 100% !important;
  max-width: 320px !important;
}

.Mongol_expand {
  z-index: 2147483645 !important;
}

/* Row */

.Mongol_row {
  padding: 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 28px;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin-bottom: 1px;
}

.Mongol_row_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 7px;
  line-height: 28px;
  z-index: 9999999999999;
  position: relative;
}

.Mongol_row:last-child {
  margin-bottom: 0px;
}

.Mongol_row:hover {
  cursor: pointer;
}

.MongolHide {
  max-width: 0px;
  opacity: 0;
}

.Mongol_row_expand {
  height: 320px;
  cursor: default !important;
}

.Mongol_row_expand .MongolHide {
  opacity: 1;
  max-width: auto;
  overflow: auto;
}

.Mongol_row_expand .Mongol_Controls {
  width: 20px;
  line-height: 19px;
  font-size: 22px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
  /*color: #000 */
  opacity: 0.2;
}

.Mongol_row_expand .Mongol_Controls:hover {
  cursor: pointer;
  opacity: 0.6;
}

.Mongol_row_expand .Mongol_plus {
  font-size: 16px;
  line-height: 19px;
}

.Mongol_counter {
  float: right;
}

/* Row > Editing */

.Mongol_editable {
  cursor: auto;
}

.Mongol_editable span {
  color: inherit !important;
}

.Mongol_contentView {
  border-radius: 5px;
  -webkit-transition: all 0.25s !important;
  -moz-transition: all 0.25s !important;
  -ms-transition: all 0.25s !important;
  -o-transition: all 0.25s !important;
  transition: all 0.25s !important;
}

.sMongol_row:active .Mongol_contentView {
  -webkit-transition: all 0.25s !important;
  -moz-transition: all 0.25s !important;
  -ms-transition: all 0.25s !important;
  -o-transition: all 0.25s !important;
  transition: all 0.25s !important;
}

.MeteorToys_row_remove {
  float: right;
}

.MeteorToys_row_remove:hover {
  color: #ED8294;
}

/* Document Viewer */

.Mongol_documentViewer {
  height: 256px;
  padding: 0 7px;
  padding-top: 5px;
  line-height: 20px !important;
  overflow: auto;
  border-radius: 0 0 5px 5px;
  z-index: 9999999998;
  overflow: scroll;
  -webkit-transition: all 0.25s !important;
  -moz-transition: all 0.25s !important;
  -ms-transition: all 0.25s !important;
  -o-transition: all 0.25s !important;
  transition: all 0.25s !important;
  color: inherit;
}

.Mongol_documentViewer_buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  border-collapse: collapse;
}

.Mongol_documentViewer_buttons div {
  float: right;
  line-height: 18px;
  right: 0;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 4px;
  padding-top: 2px;
  border-radius: 3px;
  font-size: 10px;
}

/* Document Menu */

.Mongol_docMenu {
  line-height: 28px;
  height: 28px;
  border-radius: 5px 5px 0 0;
  /*color: rgba(255, 255, 255, 0.6) */
  padding-bottom: 1px;
  position: relative;
  /*background: rgba() */
  /*background-image: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAECAAAAACBhLHlAAAAD0lEQVR4AWM0YwAhXRACAAVnAMsAW/K6AAAAAElFTkSuQmCC") */
  background: rgba(0, 0, 0, 0.2);
  background-size: 1px 2px;
  background-position: 0 -1px;
  overflow: hidden;
}

.Mongol_docMenu .Mongol_docBar1,
.Mongol_docMenu .Mongol_docBar2 {
  position: absolute;
  top: 0;
  height: 28px;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.Mongol_m_left,
.Mongol_m_right,
.Mongol_m_new,
.Mongol_m_edit,
.Mongol_m_delete,
.Mongol_docMenu_insert {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 7px;
}

.Mongol_m_edit {
  border-left: 0px solid transparent;
}

.Mongol_m_delete {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.Mongol_edit_save,
.Mongol_edit_cancel {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 7px;
  float: right;
}

.Mongol_edit_title {
  float: left;
  padding-left: 7px;
}

.Mongol_m_edit {
  margin-left: 0px;
}

.Mongol_m_left,
.Mongol_m_right {
  float: right !important;
  font-size: 20px;
  font-weight: bold;
  padding: 0 7px !important;
  border-right: 0px solid transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}

.Mongol_m_signout,
.Mongol_m_signin {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  float: right;
  padding: 0 7px;
}

.Mongol_m_updateAccount {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.Mongol_edit_save:hover,
.Mongol_edit_cancel:hover,
.Mongol_docMenu_insert:hover,
.Mongol_m_signout:hover,
.Mongol_m_signin:hover,
.Mongol_m_left:hover,
.Mongol_m_right:hover,
.Mongol_m_new:hover,
.Mongol_m_edit:hover,
.Mongol_m_delete:hover {
  /*color: #2CA6E2 */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.Mongol_m_disabled {
  /*color: rgba(0, 0, 0, 0.4) !important */
  cursor: default !important;
  background: transparent !important;
}

/* Account State Badget */

.Mongol_account_state {
  float: right;
  height: 8px;
  width: 8px;
  border-radius: 10px;
  margin-top: 10px;
}

.Mongol_icon {
  height: 12px;
  margin: 8px;
  margin-top: 8px;
  margin-left: 0px;
  margin-right: 7px;
  width: 8px;
  float: left;
  background-size: cover;
  transition: 0.25s;
}

.Mongol_icon_user {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAcCAQAAAApD0ySAAAAvUlEQVR4Aa3TtUIEMRhF4f9l0AZ7UFzamRLp0A53lzrtNLicNXZx4kHvbb/YJCNmGGOGw9fOMCahkFOharVC5qIpylS9lpkw0SDVSCv0aXZMNdojzS4S7EKzywS71KxIsEIzlWDqe0c41mw1wVY1O/q/D/L9Iywl2JLoUImgiphhAQIIFsQOZwF2Jn7SC2p27bCrMFMOUyG0E3i5WyZopp2cUvCkGc00v6AeFrhL/At3zNIpECW6CNXv9H/ZEwS199pi6TzLAAAAAElFTkSuQmCC");
}

.Mongol_icon_collection {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAAAlklEQVQ4y2NgQAK/fv3SAuJmID4CxG+A+D8Uv4GKgeS0GNABUFAIiJciaSCEQWqFYJpFgfgOCZphGKRHFGTAIjI0w/AikAE/KDDgB1UMoNgLlAUiNaJRAohNSE1IID0gvSDGCiD+BsTFQMzJQACA1EDVgvSsQI+FV0A8BYgDgVgJiAWgWAkqNgWqZjQaR6Nx2EUjpcU6AE0eCbgDO7vlAAAAAElFTkSuQmCC");
}

.Mongol_icon_trash {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAQAAABZqbWHAAAAbElEQVQoz6WSSw6AIAxEy+j9Twd1rUfwsyNWI4l1ISWh0x19zGQCoFdZdPQU1BD+bn3d2g5jsKftILtYWkGTacCg5AMiiL0R50xHdb2FBYMYPbg8VuoHYgHYG1HtcXd4gGoP1i+X+oCoADsiLntwZFl5amk9AAAAAElFTkSuQmCC");
}

.Mongol_icon_local {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAQAAABZqbWHAAAAtUlEQVR4Ae3QtUElQBQAwD3cnRx3d3qgCCzHOviVYCkxOVIEkuHuzuAuDQA34T7f8ESFiGlbbtzYMi2iIryQZdyNa+cO7dp35My1G+OyHsK55nFsQpcSiWIV6TXpCPNyg1E3FuWHTxRacWMkOEd5+IZWl86fEhq+Tehw6SwYxbI6UR+C0dqtPY3INe/GmWlDaqRK16bfrDM35uW+nAmXTh07cery7cz3HzVj+/NH/aIz/5957w77RZ0qbROaJQAAAABJRU5ErkJggg==");
}

.Mongol_icon_sub {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAQAAABZqbWHAAAAtUlEQVR4Ae3QtUElQBQAwD3cnRx3d3qgCCzHOviVYCkxOVIEkuHuzuAuDQA34T7f8ESFiGlbbtzYMi2iIryQZdyNa+cO7dp35My1G+OyHsK55nFsQpcSiWIV6TXpCPNyg1E3FuWHTxRacWMkOEd5+IZWl86fEhq+Tehw6SwYxbI6UR+C0dqtPY3INe/GmWlDaqRK16bfrDM35uW+nAmXTh07cery7cz3HzVj+/NH/aIz/5957w77RZ0qbROaJQAAAABJRU5ErkJggg==");
}

.Mongol_pubsub_button {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.36);
  padding: 0 8px;
  text-indent: 0px;
}

.Mongol_pubsub_button:hover {
  cursor: pointer;
}

.Mongol_pubsub_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
  padding: 0 !important;
  line-height: 14px !important;
  margin: 0px !important;
  position: relative;
  padding-bottom: 5px !important;
  font-size: 14px !important;
}

.Mongol_pubsub_row .MeteorToys_pubsub_row_toggle {
  float: right;
}

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

.Mongol_pubsub_row_toggle {
  float: right;
  font-size: 28px !important;
  line-height: 44px !important;
  margin: -4px 0px !important;
  margin-right: -8px !important;
  padding: 0 8px !important;
  padding-top: 8px !important;
  font-weight: normal;
}

.Mongol_pubsub_row_toggle:hover {
  cursor: pointer;
}



#JetSetter {
  right: 0;
  bottom: 0;
  overflow: auto;
  max-height: 100%;
  max-width: 320px !important;
  cursor: default;
  box-sizing: border-box;
}

.JetSetter_row,
.JetSetter_row_empty {
  margin-bottom: 1px;
  padding: 0 7px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 140px;
  min-width: 140px;
  height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.JetSetter_value {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.JetSetter_row:last-child,
.JetSetter_row_empty:last-child {
  margin-bottom: 0px;
}

.JetSetter_row {
  line-height: 28px;
}

.JetSetter_previewMode .JetSetter_row {
  max-width: 320px;
  width: 320px;
}

.JetSetter_expand .JetSetter_row {
  min-width: 320px;
  max-width: 320px;
}

.JetSetter_expand {
  z-index: 2147483647;
}

.JetSetter_row_expand .JetSetter_value {
  opacity: 0 !important;
}

.JetSetter_row_expand {
  height: 320px;
  cursor: default;
}

.JetSetter_row_expand .JetSetter_value_preview {
  opacity: 0 !important;
}

.JetSetter_editor {
  border-radius: 5px;
  height: calc(100% - 35px);
  /* Moved to ToyKit: box-shadow: 0 0 0 50px rgba(0,0,0,.3);*/
  overflow: hidden;
  width: 100%;
}

.JetSetter_row:active .JetSetter_editor {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

/*.JetSetter_row:hover .JetSetter_editor {*/

/*box-shadow: 0 0 0 50px rgba(0,0,0,.68); */

/*}*/

.JetSetter_row_expand .JetSetter_editor {
  /* Moved to ToyKit: box-shadow: 0 0 0 50px rgba(0,0,0,.68); */
}

.JetSetter_editor_header {
  background: rgba(0,0,0,.3);
  padding-left: 7px;
}

.JetSetter_editor_button {
  float: right;
  padding: 0 7px;
  border-left: 1px solid rgba(0,0,0,.3);
  cursor: pointer;
}

.JetSetter_editor_button:hover {
  /*color: #00A8E0;*/
}

.JetSetter_editor_content {
  height: calc(100% - 31px);
  overflow: auto;
  padding: 0 7px;
  padding-top: 5px;
  line-height: 20px !important;
  word-wrap: none;
  outline: none;
  /*color: rgba(255,255,255,.6);*/
  text-align: left;
}

.JetSetter_editor_content_editing span {
  line-height: 20px !important;
  /*color: rgba(255,255,255,.6) !important;*/
}

.JetSetter_fader {
  /*color: rgba(255,255,255,.24);*/
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.JetSetter_value {
  /*color: rgba(255,255,255,.2) !important;*/
  text-overflow: ellipsis;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.JetSetter_editor_title {
  /* 
    Just so CSS framework form overwrites 
    don't conflict with this one
  */
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  height: 28px !important;
  border: 0px solid transparent !important;
  padding: 0px !important;
  margin: 0px 1px !important;
  /*color: #ccc !important;*/
  text-indent: 0px !important;
  line-height: 20px !important;
  float: left !important;
  max-width: 80% !important;
}

.JetSetter_dictTitle {
  white-space: nowrap;
  overflow: hidden;
  float: left;
  min-width: calc(100% + 14px);
  margin: 0 -7px;
  padding: 0 7px;
  line-height: 28px;
}

.JetSetter_dictTitle div {
  float: right;
}

.JetSetter_editor_header,
.JetSetter_editor_header div {
  line-height: 28px;
}

.JetSetter_editor_content_editing,
.JetSetter_editor_content_editing span {
  color: inherit !important;
}

#MeteorToys_template {
  height: 520px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_template .MeteorToys_icon {
  background-image: url('data:image/png;base64,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');
}

.MeteorToys_template_header,
.MeteorToys_template_content {
  min-width: 304px;
  /* box width minus 8px from each side */
}

.MeteorToys_template_header {
  line-height: 28px;
  text-indent: 8px;
  overflow: hidden;
}

.MeteorToys_template_content {
  height: calc(100% - 28px);
  padding: 0px 8px;
  overflow-y: scroll;
}

.MeteorToys_template_content .MeteorToys_row:last-child {
  margin-bottom: -1px;
}

.MeteorToys_template_content pre {
  line-height: 18px;
  margin-top: 3px;
}

.MeteorToys_template_button {
  float: right;
  border-left: 1px solid rgba(0,0,0,.3);
  padding: 0 8px;
  text-indent: 0px;
}

.MeteorToys_template_button:hover {
  cursor: pointer;
  color: rgba(131, 202, 237, 1);
}

.MeteorToys_template_button strong {
  font-size: 20px;
}

.MeteorToys_template_content textarea {
  height: 100%;
}

#MeteorToys_template.MeteorToys_orb_active {
  -moz-transform: translate(0px,0px) !important;
  -ms-transform: translate(0px,0px) !important;
  -webkit-transform: translate(0px,0px) !important;
  transform: translate(0px,0px) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.MeteorToys_fade_Mongol {
  -moz-transform: translate(-143px,143px);
  -ms-transform: translate(-143px,143px);
  -webkit-transform: translate(-143px,143px);
  transform: translate(-143px,143px);
  opacity: 0 !important;
  pointer-events: none;
}

.MeteorToys_fade_JetSetter {
  -moz-transform: translate(143px,143px);
  -ms-transform: translate(143px,143px);
  -webkit-transform: translate(143px,143px);
  transform: translate(143px,143px);
  opacity: 0 !important;
  pointer-events: none;
}

.MeteorToys_fade_Orb {
  -moz-transform: translate(0px,-143px) !important;
  -ms-transform: translate(0px,-143px) !important;
  -webkit-transform: translate(0px,-143px) !important;
  transform: translate(0px,-143px) !important;
  opacity: 0 !important;
  pointer-events: none;
}

.MeteorToys_fade_Notifications {
  -moz-transform: translate(143px,-143px) !important;
  -ms-transform: translate(143px,-143px) !important;
  -webkit-transform: translate(143px,-143px) !important;
  transform: translate(143px,-143px) !important;
  opacity: 0 !important;
  pointer-events: none;
}

.MeteorToys_template_content pre {
  /*width: 200px;*/
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.MeteorToys_accounts_header,
.MeteorToys_accounts_content {
  min-width: 304px;
  /* box width minus 8px from each side */
}

.MeteorToys_accounts_header .MeteorToys_sub_button {
  float: right;
  padding-right: 8px;
  cursor: pointer;
  border-left: 1px solid rgba(0,0,0,.3);
}

.MeteorToys_accounts_header {
  line-height: 28px;
  text-indent: 8px;
  overflow: hidden;
}

.MeteorToys_accounts_content {
  height: calc(100% - 28px);
  padding: 0px 8px;
  overflow: auto;
}

.MeteorToys_accounts_button {
  float: right;
  border-left: 1px solid rgba(0,0,0,.3);
  padding: 0 8px;
  text-indent: 0px;
  line-height: 28px !important;
}

.MeteorToys_accounts_button:hover {
  cursor: pointer;
  color: rgba(131, 202, 237, 1);
}

.MeteorToys_account_account {
  border-bottom: 1px solid rgba(0,0,0,.36);
  padding: 4px 0;
}

.MeteorToys_account_account:hover {
  color: rgba(131, 202, 237, 1);
  cursor: pointer;
}

.MeteorToys_impersonate_check {
  float: right;
  height: 8px;
  width: 8px;
  border-radius: 14px;
  margin-top: 16px;
  margin-left: 5px;
}

.MeteorToys_row:last-child {
  margin-bottom: -1px;
}

#MeteorToys_accounts {
  height: 359px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_accounts .MeteorToys_icon {
  background-image: url('data:image/png;base64,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');
}

/*
	For just a button, uncomment the following: ;
*/

/*
	#MeteorToys_pubsub {
		margin-top: 8px !important;
		border-radius: 23px !important;
	}

	#MeteorToys_pubsub .MeteorToys_icon {
		top: 0px !important;
	}

	#MeteorToys_pubsub .MeteorToys_wrapper {
		height: 0px;
		width: 0px;
	}
*/

.MeteorToys_shell_header,
.MeteorToys_shell_content {
  min-width: 304px;
  /* box width minus 8px from each side */
}

.MeteorToys_shell_header {
  line-height: 28px;
  text-indent: 8px;
  overflow: hidden;
}

.MeteorToys_shell_content {
  height: calc(100% - 28px);
  padding: 4px 8px;
}

.MeteorToys_shell_button {
  float: right;
  border-left: 1px solid rgba(0,0,0,.3);
  padding: 0 8px;
  text-indent: 0px;
  line-height: 28px;
}

.MeteorToys_shell_button:hover {
  cursor: pointer;
  color: rgba(131, 202, 237, 1);
}

.MeteorToys_shell_content textarea {
  height: 100%;
}

#MeteorToys_shell {
  height: 359px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_shell .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAEFUlEQVR4Ae3aA3BkWx4G8BOtbdvmM/fZtm3btgrjmcKz3xsX1rZtjKfjpN3n/nZrbfW5N5Oq+0uZ/aWTg//5QimVUqlUKpVKpVKp5LWOcJMnfE9F5vc/Kr7nCTc5wmvDhirrsbU5firqaKmZNGbEkCHDRk2oa4kyPzXb1llP2JB4kav8QiZqWOuzZjrNll7r6eF39HmJrZxlns9ap6Yt+oWrvChsCLzMbcZFLevMs61nhH/Dc+zoHr/W0DHuNi8LU0m/M43oqPqMvfWH/5IXOtCX1EQjztAfpoZ3+7qoZokPGwj/M5v4hJbMN7w7FM9xaqIf2Dp0wT5+o6PquFAkfebJNCzwzAQLwL2aonn6QjE8wyKZYSfrDUk41rjMQs8o5uN/QrTCW0JCtrNG9PHcI+izSObHXhgS8zYrZRbqC3kyX7TS60IOvNEqmfn5rjzRsHeGnNhcVXRcfut+TcPBIUeO11Lz7nx23a+L7sl7sfOwjq/nsDs7Q/Sb/NdqL/dL0Znpj2wj6rYoaI9vGkl8zHObjoWhEJ7qS6Lb0p73x1W9JRTE1homEt4XXKXj46FAvia6Kt1l8Readgv/FoRkHKLlF4kunrYWrfb0/xyAkIgXWi3aOqRgjo654fcKjPCQtjkhBSs0bBJCsREcoGZF6J63yAzrC6HYCF5mSEyw8jlS9KXwewVH+KqOI0O33KXtrhCKj2CBljtDtyzTdEQIxUdwvpploVt+pGrTEIqPYFcTfhi6pWLSy0IoPoL3GlUJ3ZIZC79XdAQvNywrPkCyCJ5iKE2AyekdgHG9U/MnlCZAxaRXTud/4h+q2nZKltE9TKZYRpdpOHKKNrJ6io3szik7SszVcud0Psx9Jc1h7i0y6z19eh6nf88KNdsVf6FRtyLVlbLtnsKvlI+nu1JuLVrlef/vx/dP/cdL/XrR1unGKg37/zdjlWQBjvX7sUrKwdZnQ4F8T3RV2tFizftDQeyhZcKLUg93PxYK4em+J3Nb6vH6qKYdQgGcpWXUy/J44FjtuQU8cKwWnRFS0+8boof0h1xZnscT0+95t6qmY0OOXKSt5t35Pf5kJnw45MQO6jLH5f3QXcnnN+QDKjLzi6garPDGkJgPqYgW6iui7JFZa7OQkL2tl/lEUX2VhaIJl4VEnKlaVN3m9/SZL9PyhOcn2CKXast+X3gqkuNURb92gIEu9pYTrRXV/rLyFF/6a/qC7f+fELbxNS3R1707TA39zjAiqvu6Izwr/Je82LG+pSkaTVC7TFB8nRC1DXrA3l74H25aB3jMWk0xcfE1QfU46mio+JYHXeNgH/JqT9fvxd5rf9d5wDeNquukrx6nKn/P9lOZqK2uasywYaNGjJvU0E5Y/i7r99NfqVQqlUqlUqlU+i3LNbQ0Kbwq2QAAAABJRU5ErkJggg==');
}

#MeteorToys_Method {
  height: 359px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_Method .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAEMUlEQVR4Ae3aRXDcSByF8aeRvMzhLK8rXMvMzMyMYb4tw718XWZmpkuYmZljZi7D2NP9bcr3ikEtKVWrn2fm7KcW/aWnVCqVSqVSqVQq9b/lyTFO1zUarREarkHqpy6qVaV2aoe2aqFXeIgGsJ53jR7XjTpLyConKyMrK8lTRr4C+fLlaY9m63sWZjiEAtBfU/WszhDqVIN2aaO2HvgWqcprk/DVTyN1vsZolIbrWOUpo0J9oXe8GiWPwRTQhKGDSj7keo7SQXAct/AlhbSTo4kCBitJBMygnhwtLOQ+AvUQ/XiE5bRiqGc6gZLB2azB0MpfXEyeeo3LmEsHlrWcrfgxllYMW7lWIXA/RV0rOFZxwudDLO18zNEKif58RRbDh/iKB0fxB5Y6JpGRE7xAE5bfOSqef38uhmKGyyFupBzDnMgj4Hdt/R30k2OMpKRrFXxFiY8wlHCGIkA+pVg+ivbMY6hjjCLClbRgGBvdeb+Vdh5ThBhHB62cLfcIWIPhS3xFih/IsYZArjEdQxG+IsYQ9mGY4f6WrZ42rorpGp+lnsFyiQJy/K5YcDjLMRTIHfrTRAvDFROupZ1m+ssV3iLHHMWI1RjecjYsspcsd+qg6CUdFI/TwV7ruVpQQxlHxhqgH2UYrpULvE+ODxQzvqeT9+UCxbRzmWLGw7RSrPAYjqUOXzFjMLUYhqsbGXXnMqGdnlHMvArtFbosfIDzZbVMSdggq/PCBxguq7VKwnblNCJ8gHzltFtJ2Cqjs8IH6Ce0T0kolVF/hYWlUYlgCHVYdSOQI6Be8Tx1p1aoWxl1z1fyQqyAJ0vGs73Yoq70k1ysQI0yGqIkDJSvWhcBPA1XEk5ToJrwAfbK16lKwgj52hs+wA75Ol9JGCZfO8IHWK+MLlcSzldG693cTldxZGK30+FRTCs3JjDQtFHs5kL2j/L0rOL2mAL9426oL+WEmIf6KgzXOlkBFqpQ/XST4nSvTlAhC10+2FqkGLEZw1tuHy22cr5iwt100Ex/1w93ZysWHMlmLAWuz8oNZLlZMWAmHTQwOIoXHGUcH8McVoZhulwjYC2G7wkUKf6N6BWTxNm0kOUFRYiX6KSVsxUNxmJp5mJFhJtpwzI26hfd1dFsIS6gGstHcVQNismXY1xENYbf8eMoe1gquEIOcR9VWObG1Vf5HUMzr8kRZtASV92mCz4fYengV050cIn8m04sH+IrToylBUMhD5MX4toygQoMrYxNrvSXZSk39SUE17GaDgxrOFvJIGA69RjaWMPTHKMeYgAvsJ4shgamEyRffG3G0EkN33If/bqZtB7mZyrIYhwUXx1Xj08XyqlZpdqmnQe+u1WpGnXqRA3VMJ2rfI3SmTpcefLcVI/dl78f003KF7LKdX2NpIyQr4yCrt/4y9+Hav0+lUqlUqlUKpVKpf4D9KuQe0hzejoAAAAASUVORK5CYII=');
}

.MeteorToys_Method_header,
.MeteorToys_Method_content {
  min-width: 304px;
  /* box width minus 8px from each side */
}

.MeteorToys_Method_header {
  line-height: 28px;
  background: rgba(0,0,0,.36);
  text-indent: 8px;
  overflow: hidden;
}

.MeteorToys_Method_content {
  height: calc(100% - 28px);
}

.MeteorToys_Method_content .MeteorToys_row_hoverable:hover {
  margin: 0 -9px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.MeteorToys_Method_button {
  float: right;
  border-left: 1px solid rgba(0,0,0,.3);
  padding: 0 9px;
  text-indent: 0px;
  line-height: inherit !important;
  margin-right: -304px;
  transition: .25s;
  -webkit-transition: .25s;
}

.MeteorToys_button_displayable {
  margin-right: 0px;
}

.MeteorToys_Method_button:hover {
  cursor: pointer;
  color: rgba(131, 202, 237, 1);
}

.MeteorToys_Method_contents {
  width: 612px;
  height: 331px;
  transition: .25s;
  -webkit-transition: .25s;
}

.MeteorToys_Method_contenta {
  width: 306px;
  height: 278px;
  float: left;
  padding: 0px 9px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  position: relative;
}

.MeteorToys_Method_contentb {
  width: 306px;
  height: 278px;
  float: left;
  padding: 0px 9px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  position: relative;
}

.MeteorToys_Method_contentc {
  margin-left: -306px;
}

#MeteorToys_method_clear {
  margin-right: 9px !important;
}

#MeteorToys_method_call,
#MeteorToys_method_clear {
  float: right;
  margin-left: 9px;
  line-height: 28px !important;
  height: 28px;
  cursor: pointer;
}

.MeteorToys_method_subDiv {
  position: relative;
  padding-bottom: 84px;
  min-height: 100%;
}

MeteorToys_result_button



.MeteorToys_result_header,
.MeteorToys_result_content {
  min-width: 304px;
  /* box width minus 8px from each side */
}

.MeteorToys_result_header {
  line-height: 28px;
  text-indent: 8px;
  overflow: hidden;
}

.MeteorToys_result_content {
  height: calc(100% - 28px);
  padding: 4px 8px;
  overflow: scroll;
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.MeteorToys_result_content pre {
  line-height: 20px;
  margin-top: 3px;
}

.MeteorToys_result_button {
  float: right;
  border-left: 1px solid rgba(0,0,0,.3);
  padding: 0 8px;
  text-indent: 0px;
  font-size: 20px;
  font-weight: bold;
}

.MeteorToys_result_button:hover {
  cursor: pointer;
}

.MeteorToys_result_button strong {
  font-size: 20px;
}

.MeteorToys_result_content textarea {
  height: 100%;
}

#MeteorToys_result {
  height: 359px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_result .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAEwklEQVR4Ae3YY5QkWRMA0OiusbW2bdu2bdu2bdu2bdveHa/tUfXdc/KzpytfZvd3Tt7C78eIFxGVSqVSqVQqlUqlko5pLGlnR7jTwx70kmfd4BIHW9UcarpHe2UyCzrZW8ao+0+ec4sdLRShFtHSFO2B5ggrONJAUDfCk663u42sZB5zWdCKdnWS+3xmJEbiBjvqGu2BzpZwPuAhJ1rNFPEfmMIsDnEv4AW7mjXakg4mdJU6ONO6Omv++33JDkn2/4+HxUKO9Rp+M8iW0VZMYR8f4mMXWyVayfgO9RK4xMJRPgu73ne43byNRRZd9XEoGGjHKJdVDMRAhxgQuVjDw37CmVEeG4CbLaxX5GYWJ/oM18a/MLlaUcM/Sgcdk0WyTQ3CDfEPzOwr16gVMfyDIzGL+wg3/ePw8YKeac9+EcPPmN/HuOAfhv+83mkjz0CcGAWxpmEmi6g3ZcNvST38KVyPm3WLwpiuuNXvYG/f+dACOkah0g8/Y0If4AA9o1DpD09GZ1fiNgP+P1e/2RL4xJylrX5qzsNZupS3+sa1YKRiebBcOcOvN2m2Bc5KVvI4EqeWefat4Acf65Wq1h2Itcq8uqY1mETFjgXxoO7lXl1748ZIwck4vKWp3MBpWfxs8sjP20ZZtuzAqasnMG/kZWqjfW1A2WlLJzfhlMjLEniwLbKuPY1yX+RlJ1yVNUhKzrqWwbu5994R2C9Cc9lvHuOp+9AEkY87sHL8DzqqpX7zmNJATBL5eBhzxX+lkztcrZb2xamHTzBL/gmMMcX/rGZHkU0h6YPZ+761dOTjJcwU/4NV/zKFdA9mnbyL+SMfz2GesepXjNSSTSFRuWKA1zBT5ON6LDQ2YTSbgmwKiaotX/jGbJGPi7Hl2OUBqxgl24Ukwx/PCD+ZPvJxEI6Lv2jFLuStdS3lO1+n6cXdOvaZ2Cp/uc55S3Vr48nIy+z4Rp/4i1Zc53ydBofiHJ0iH82e9aOsnGngIOXoNHgQG0VeursJ20Wm1bswa6N9HtOBxSM/OxjlioiGpjACL7R2+PWmCCsY6cF0NXEDtZG1tGCY3g11Yu/DqWqRghu02D9azVF+aOQ1WW8yhW8NM1ukoGYHvKZfIyEgGuJ4vKR/pKGL57GHzlEK8xmJLSKJLIXZxQgPR0kc4XcPaY50zGog9o4SmN1w7BZp2QKsGgUzhTtxc6TnEtxqsiiQAY7AR+aI9CxssF8cGIXRydLe96t99I8i2AFfWDEKoo97cLepoijOwBBzRSFciI/MHUVyDYaYL5JzFn63WBTN9RhqkUhGZ+O6BL9ZIsrgRnxmO/0iAf0t7z78bokoi/PwnQvyn1dTOsx7+MhiUSaH+NZIA+2Yp/FrdnfhV3eZO8pmHY+BsyytX6veVhlzOdRgfGRvU0VbMK5DwGg3Wcxkrbi0EznWCL/jFnPoH23H4i40DN943VZj0UWdwaru9TV4yG7R9vQ1jTN9ArjFmXawqB4mkBWEekSYwtJWtrdb1Y3AMC/ZQnO0F7rqZQs3+gmMxs/e94F3vOQlH+M7AA86zWz6R3tkcvM4xX3e9iH4DnztJ195wtk2sliEWrR3BhjfJGaxlPnMaDZZi1anaD8qlUqlUqlUKpXKH62vipw25Kl6AAAAAElFTkSuQmCC');
}

#MeteorToys_autopub {
  height: 46px;
  /* maximum 600px */
  width: 46px;
  /* maximum 600px */
  /*transition: 0s !important;*/
}

.MeteorToys_autopub_active.MeteorToys_orb_active {
  /*background: #A6E22D !important;*/
  /*box-shadow: inset 0 0 0 1px #A6E22D, inset 0 0 0 25px rgba(0,0,0,.36);*/
}

#MeteorToys_autopub {
  box-shadow: inset 0 0 0 75px rgba(0,0,0,.36);
}

.MeteorToys_AutoPub .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAADiUlEQVR4AezBgQAAAACAoP2pF6kCAACYWXsAcizrwzBeM2vbtm18a9u2PntR7uJqVBjPFNY2Cmt7C2ObbcXn/ta7xcHJucmku+O89byd5M+b6mQ3N3vIyyZqlf3602qilz3kZrutseBhgFONNkNQU1HQp1undu06dOlVVBFkZhjl1DBgjYK3tRazZYKSpT4xwt/9yW42+PnRtWzrFP821ieWKagKZmux9ZoBv71BegQVy4x1ug1X+OxNneNx85TU9Bhk++bCr+1fOtX0+9hl1l7l123lGl8qCDr909rNwj/Ed4KCNxxjnYjXH+99FZnvHdIM/DsVBJOdWpfK5ear6XdnY+HXMlamZLyNEgSAJ5QFY63VKPwNvSbT4S8GJlK8Q4/MqzZsDP77ggX2Tap6piWC93K3YC2vyUyzVXLl/S2UeTXnD5JxgoV2z0V7L4tkxuUbeYIOB+Wmf5J+wZ35xf2CkutyfYfvUlFwSD5Z9zvB43kHO8+p+S6H7Oyfgvn5x2o7mCP4V/qSrVPRyQ3K8WWdics8g9S82qBEuZ4vBYPS1vs9+u3bsFLlVCW9CfsFLWrea2i19a2gJV2zOFvZhQ01cL2K2YkaT6cKFtugoQa2slhwahqx0WrGNLzfeFbV6DRSC5Qc33ADVytYkEJoX5kOazVhWNAuJIh8bhF82ZSe+xs1t9QvM0zVsKYYGK9iaP0ybym7uSkG7lXwVv0yU/U7oSkGLtBrSv0yrfqaMz9zmC6t9ctkups0ONtBh6zJBiD6tetqT2Ogrx58aK4BegyMx4+3YIc0Blr12SkW/49rzfsST9Hv9Hj8eAsu1pcijL6l5JZ4/HgL7lVMkciGqhoWjx9vwRgVQ9MXc1H4MRZ8naaY21dmuQ3i8eMsJCunf25oCs6Mx4+z4GpFC1K1lFWPx+PHWfBSupbyVMEim0eDRTzTVpYLTk03Vim5Khoq4tnuWPFYJWaw9Uk0UMQrTBS0pB0tFhwRBRNhwcUqem2derj7bgR+hAUbmCgzKPWQo0vZ2SuGSGPBv1V02T6PBcdimyXAX6GCHSwW/DOPFdP3gmetvQL8BBa8ndOK6eclX7+yO1aMX58FD6gqOCS/5U+m1zErxo+34GxFmTvzXnS3Akl1gVaZcY041ADJlSHkfqjBD+3aBwGAMADAMP+mcAbsSthfIqAKWmePr0v5+59Bv8rsMgAAAAAEvQEA3qNRh+4AAAAASUVORK5CYII=');
}

.MeteorToys_AutoPub_active .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAEG0lEQVR4AezBgQAAAACAoP2pF6kCAAAAAABm5x6AJLv2OADvW8a2bdt5sW3bdnmK0aoQJ+/FNguxncLa5ljtczdfbKe3z+07XfWt955//f493XNwu9aPnscDM3utzincwDMMp5GEH2tkOM9wA6ew+l8crudx/4xe/xHc7tzBOAIVSuToop1Wmr/VQhud5CkRSBjH7ez+1bV/e+SeZ/oyNDCRhECB2bzLrVzErqzOgj/6v31Yjt24jLt4lznkKBOYSAPL/DByT/ArMJAOAiXmcBd7sNA/uPZi7MsDTKFAhQ4GskKWg+/LpbRSoZt3OJy+VRhvaY7lI3IEWrmEvlkLf1M+J5DjRbal33wafwfeoETCF2yalfDPIkdgJLvXsJYjmEqFbs6q5+D7cBcJBe5h4Uje/B+kSOAu+tRb+AvxPAktnE/vyGo8kw4SnmOhegr/DQLTWC/iWvdiFoHXWageXnaeJ2EMS6eg5g2YTsJz9ElzA+4mMJ01UlT32swg4e40f7cTaGHjFNa/M90Ezkrj9/k5Chyf4q/gsymRY9M0zXA/J/AAfVL+PvY4FT6nbxoKvoTAVPrUwXdxKzKJwKVpWFhrJc8udTZ7L9LKCjEXOpAKz9XZRHIAHxEYGPN6fgfdrFeHSym7U6CTZWIssIEKr9fxetZnBBpi3EacSJGD6rgBJ1BiYlTbmwrancBMFqzjBizNTAK7x1TYHVS4MwP7GY9R5o6YippGgR0y0IBjyDEtloLWI6GFPhk5RNBMYL0YCjqVwEcZ2tP+lAqnxlDMUMoMzVAD7qHEkBiKeZkip2SoAVeT4+UYihlNNztmqAEH0smoGIpppIsVMtSAzWmjMYZiEtozkv2Pl6hbSDLdAOPO+0oNxu1Pc0wN6KpR+ECWGzCPDnrXKHxgfr4ExdSARrpYeX6H/9t/lq034VF0s0ctwq9FE4xxCF2MimUiVuDUmoRfgyZ8OxHLxzIRG0KZoTUJvwZNcO07KTEkssW4GoRfgya47icxLcatR8JcFqx1+NVuQmzL0T/ekMmxVwzhV7MJ327I5JkW25ZkmQdiCb9aTXCdp2PcktydwAyWiCKwKlzz2035uQR2j/FYSoGjYwm/Ci9pZ/74WEqsB7PejSL8Kozh/w0n0BDz0cQcW8YV/j8f69vZb4lOlon9cO5r8YT/z8f07xZkOAkDYz+y0UaRfWIL/x/Mri+jRBsrpOUGjZksHkv4/2B9aUVmErgkLbcofUHgMfrGFP5frcWfv/LjW5TSdJNeN0XOjDP8P67J76+jTI5N03hbT0In28YZ/m83wc/7kCfhrLTfqN34G+FH2wQaSbi7Lj6q4DfCj7kJgefoUy8f1pGkqOaEN+rqE1N6av6yPTgQAAAAABDkbz3IFQAAAAAAAAAAcBGqK0KO1v+TtAAAAABJRU5ErkJggg==') !important;
}

.MeteorToys_AutoPub_persistent .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAACuUlEQVR4AezBgQAAAACAoP2pF6kCAAAAAACYnbuEciuIwji+pGKLbl1cvIz3tlyd9S6utOSKqvXlVna9yZoyMzP3wZ3bf3nK/N6dmTfn/GzOnO8LD9Q9dt0YGsdyrMceHMNdOPju4hj2YD2WY7xJ8DfHzutDwwTXxVachaBEDv0NAoez2ILum8duEv7+M30h+rgAB0EG/QslMhQQXEAfC5vEPwW/FJN4AoH+ZyWeYBJLUw5+DBN4iBLPoRUSPEQPY6mF38EAgpfQGjnMo5NK+GvxAgI1osRzrI05+FFsh4MalEOwHaOxhd/CfjiocQ770Iop/DkINBCCI2jF8Lbz+898W6+E0ZAL2AGBBsphR8jfdgQaOMHaEL/nv0AOjcALdEL6hTuAQCNRYoCxEAroQaCREUyE8MfaQ2iEMjzEUssFTKKERkowafn//CfQyD3FQosF9FFCIyfoW1xGvIAMGrkcF0wtb75fwxU4aAIEXUsFbE0mfKDAVksFXE2sgBe4aiX8Nhw0MYK2hQJWQN7ThJRYYaGAWZQJvgpyzFgo4DAcNEGHLRRwCpqokxYKuAtN1F0LBThoolxTAJoCai2hKUBRNgXU+yFcQKvmzSHpD+GTyOoI3x8pfw09jKyu8P2R6g+xGRTVh2+ihBlLf8bVGr4/Uvszrg1nIXx/pPJ3tL8gYyb8ikq4am1JsrASvj9SWZLsQiyF74/IF+X9bSkGwq+gBG9bSpwbs/7jHG1vzDKwNdEP32IJOZ5iYYybc/3wrZbgMGl9e/ojZFWHX0EJOR5haWwHNPzwLZcg6IVyRGkeYjV8f0R3RMk7pPfcdPjeiOqQnn9MFe43wrdagsPaqA5qG55v9Qe1q76qIIA563uCfRiN5bIOF9CcHeaiujGlmfPr9uBAAAAAAECQv/UgVwAAAAAAAAAAwEWuRgYHTjP7jgAAAABJRU5ErkJggg==') !important;
}

#MeteorToys_Pub {
  height: 359px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_Pub .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAEbElEQVR4Ae3aA5AkVxzH8V9P98aes806m7HtpBCdXYyTLWvLFdu2Cmfbtu27Wt68940Lp923/WYm6M+WV/9vd89M4+l/K5FIJBKJRCKRSATyjMYaqHZqrVaqrbT+dFB7tU5rtUrTgq3/0AATpAbqYV2rZkJWGVkZWVlJgVIKFSlUqEAbNUGf2Wkh/6AAamiUHlUToRM6ovVaplVapm3aF5RKhEqrjbqovdqqlS5WgVLaqvf1cnBA+UcdijiGoYK9vMHVXKCz4BJu4AO2UkaGYxRRR/lExFgOk6GYadxFVOXfS/MAcyjBcJgxRMoPOrAQQwk/0oMCOaM3k6jAsogOyj0GUYJhFVcqBu5mGxmKGaRcIuQNLGW8xYWKiRp8SDmGNwiVG1zA91gOMZyUvOAJjmH5jgtyM/4kDNtpJY+4lt0YJmY9gZDvsawlLc9oww4s32X5QOJNDDtooiygOTuxvJnddx7DIdo7/IYBUqoi+lGMYVD23vdLKOMhx/FxShhMBSV0kH9ELMTwAaHT+BbrmPA5GRYSyTfGYNjmOD6kJIxLAnXZjGGs/1O2w5TS3318yTlhEOUc9nyaRxEZvqvO+O4JnMscDEXyhxoco5hW7uNXM+FKyjhODflCIRkmuo8fI2EBhkJvF4tsopxbXcePk8DDVLDJBPKBKzHs4ny38eMlkGYXhitVqZQq97DQj0Fp5eMrJSkMrM4oCGUlmcoSgoOaJquH5QPbKaN3/K3v9pPcTwnbFR+tsBwidBrKQwJ1OIihVfxDqLfQusDEPXhcD6RgjzYJ9Y4f0EVWs+OP756gpbLqHD+glawW+RvfIWGNMmodP6C5Mtrgb3yHhFUyahY/IC202X18lwSd3k4Z1VBcWI7qtACAlA1+/5Kjv38LA3CGE+tDWFUiUjWB/vTX5z2SgsDxd4X+BKf53YPCzydxqPyLsQcCWVKnHOWnbG2QkyrsrbTkYw8cUEp1lQ+1FOqgj4BArZQPjRTpQPyATQrVUPnQWqE2xQ9Yq1BdlA8tFWpt/IAlSqmP8qGLUlri53R6X+XXYwD6i/vPup9OO2A7JVyb84D7KWW7nw+yn1WgR5VrDynSz/4u6ndyWS73AGn2YbjS322VMu7LacATf95W8Xlja3pOA1ZgKPR7a7GELrkK4HYqOE4N3zd3J+QmgPNZgaXI9+31I5RzfU4CxlHBEepk4wHHLi7NdgB12YVhjHwjYhGGz4iyHPBLlh4xSXSgmHKeyGYAT3GCEjooOxiE5Tg9shXA9ZRiGZTtB9376ZCNALqyH8ubuVhqsJ3mvgPozn6Mw1KDWIs9LHvo6zOAu9iHZVKu1qt8h+E4z/kKYCzF8ZfbuB1Ib2Kp4BsujxtAHX7iBDb+gidHDKIYw1bup6C6AUQMZQ+GEgblb9FfObO4jgL3AK5iARUYFtJB+UHEGA5jKGWhawBLKMdwhDFE+V/4ehzjHGB8L3yNgRoUOgcUUkP/JCbgSlURV5pA/3eJRCKRSCQSiUQi8SsieFib833UtgAAAABJRU5ErkJggg==');
}

.MeteorToys_Pub_header,
.MeteorToys_Pub_content {
  min-width: 304px;
  /* box width minus 8px from each side */
}

.MeteorToys_Pub_header {
  line-height: 28px;
  background: rgba(0,0,0,.36);
  text-indent: 8px;
  overflow: hidden;
}

.MeteorToys_Pub_content {
  height: calc(100% - 28px);
}

.MeteorToys_Pub_content .MeteorToys_row_hoverable:hover {
  margin: 0 -9px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.MeteorToys_Pub_button {
  float: right;
  border-left: 1px solid rgba(0,0,0,.3);
  padding: 0 9px;
  text-indent: 0px;
  line-height: inherit !important;
  margin-right: -304px;
  transition: .25s;
  -webkit-transition: .25s;
}

.MeteorToys_button_displayable {
  margin-right: 0px;
}

.MeteorToys_Pub_button:hover {
  cursor: pointer;
  color: rgba(131, 202, 237, 1);
}

.MeteorToys_Pub_contents {
  width: 612px;
  height: 331px;
  transition: .25s;
  -webkit-transition: .25s;
}

.MeteorToys_Pub_contenta {
  width: 306px;
  height: 278px;
  float: left;
  padding: 0px 9px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  position: relative;
}

.MeteorToys_Pub_contentb {
  width: 306px;
  height: 278px;
  float: left;
  padding: 0px 9px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  position: relative;
}

.MeteorToys_Pub_contentc {
  margin-left: -306px;
}

#MeteorToys_pub_clear {
  margin-right: 9px !important;
}

#MeteorToys_pub_call,
#MeteorToys_pub_clear {
  float: right;
  margin-left: 9px;
  line-height: 28px !important;
  height: 28px;
  cursor: pointer;
}

.MeteorToys_pub_subDiv {
  position: relative;
  padding-bottom: 84px;
  min-height: 100%;
}

.MeteorToys_pubsub_header,
.MeteorToys_pubsub_content {
  min-width: 304px;
  /* box width minus 8px from each side */
}

#MeteorToys_pubsub .MeteorToys_row:last-child {
  margin-bottom: -1px;
}

.MeteorToys_pubsub_header {
  line-height: 28px;
  text-indent: 8px;
  overflow: hidden;
}

.MeteorToys_pubsub_content {
  height: calc(100% - 28px);
  padding: 0px 8px;
  overflow: auto;
}

.MeteorToys_pubsub_button {
  float: right;
  border-left: 1px solid rgba(0,0,0,.36);
  padding: 0 8px;
  text-indent: 0px;
}

.MeteorToys_pubsub_button:hover {
  cursor: pointer;
}

.MeteorToys_pubsub_row {
  border-bottom: 1px solid rgba(0,0,0,.36);
  padding: 4px 0;
}

.MeteorToys_pubsub_row_toggle {
  float: right;
  font-size: 28px;
  line-height: 44px;
  margin: -4px 0px;
  margin-right: -8px;
  padding: 0 8px;
  padding-top: 4px;
  font-weight: light;
}

.MeteorToys_pubsub_row_toggle:hover {
  cursor: pointer;
}

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

#MeteorToys_pubsub {
  height: 359px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_pubsub .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAE2UlEQVR4AezBgQAAAADDoPtTH2TVAAAA8s58XQTGkRxgFH7VPRNY3rUtCDMz84aZObksM51yCecWvIWZGRdOYeYsM5tkyzLDaKSuemE2TLlrevbTVfA/VQ2lyqczIp+eqhS47XCl71AddZSq73LVbSLCGd/nTmNWQFKjO/2AsxONsOc5bjU68A/ZARe7aHS759lnMnyofzQ69Fc+29qUFwA+zd85NHmxD5/AOXiSu43e6mvsA+QGpADWnuyc0YGndJpg7SdMLvltjwY42AAApzzfJfWT9uiGh/hdozt9C0DbAADPdpd6vod2M/9HJjf4JCgVAL7UjSZ/MvYEa79nco33hpIB4KPcaPT8MV8kP2F0kw+F0gHgI9yofiqFcT7zJHf6WBhHAPgs9+jYnpF8qLsdeiKMKwB8k0sOfDjl2fNPRr9qb5wB4IU2Xmyf0jzH6HqPhDEHTLvO5HkplH7Lts2hz4FxB4DnOHS7s5Tk+2z8AXQScAcvM/mBgmfgSnc48JHdBIAvcuguV1GK77Dx5yl0FQBeZvRdxc7Am1z01dBhwPEOvTlVlOCxNq736E4DjnGjyWdwQKM0vgH5gdvoUNjCz4i8ocglcrUDnwVdngD4Kve4tkCA9zO6yUM6D5h2weT921+hJwA3OaBjYSM3knhC+4BHkPg1k3AxiUe0D7g/kYsr6d71RApcoXuRWMMkXEvDvdoHrESuYxJW07CSA+iNELCLOf7Pfz+LVJIphMQBfsM8kRXtA6Qy8X/+++9Lthj4T6n6v4TNAO0DILI3iep/tgdGJWT8VEZAhlAbqYB+iPk/y7/YUEPYW8YKQon3Qpupw8w+ZjRAY4+DZtznfJiiYnOJgMA92avQpwGWDzbhH2dYs3d3pmahfcCN1NwHMhMy5ofE3j2IHje1D7iOikelkJ/Qcj48gB7Xtg+4mIonAuQntJoPD6fikjJvp7ceaJzLqqMmGFWt2rydzuBqhz4JshNazAdfM9oHmooDu5CaE1KAvIvU4vIAvIo+F1KCT7VxzkOg1Slk/PfBY1xn8ljK8EaXfAlkJbSYD77BJW9KFWX4Nht/nEJWQov54B+MvoNSXOF29/gAyEloMf9YB+50JeX4HhvPTyE/IX++t/c3Rt9HSU67xUWfBvkJefPBkxy61RnK8iwb19rPT8icP+vNRs+lNGt/b/SL9jITzJkPfs3GP9qjPB/sboe+MYXchIz5J7vkHh/KeHiCjVtzfr3LWfOf7G6jJzE+fszG9d6LMfDerjP5CcbJyu+YvN5VFOYDXGvyu9aMl3f0B0bX+YAUKMZnOWf0hx4CMP6E7xjd6pnWFOGJ7jD5XQ+hG1Z+1OjQT3sYLbnSLzg0+nFruuQJ7jZ6jc9oc5V8hatt3O1JdM8H+3sbB17k470dmVLwCf7IJZN/8qFMhrVnu8XGPf7CV9pPYcTpK32tv3FgdKvn2GOSnPY9bje67Lyf9FkemsLeQ1JIwSN9rp93tYs27vB9ztBSoABXcCbHcw+gYRvXcxlXcRmrmXcAoWYFD+CRPJgHcj8Op0dgNZ/jQ2GB1gLF+FTewLO5F5BokEgiAYGK+h9fcCM/5KvhpxQSKMy78zQexP25H9Os4O82s5HruJar+Fm4lT+3B8cCAAAAAIP8rSexs1oAAAAEz16Fafy2pHAAAAAASUVORK5CYII=');
}

/*
	For just a button, uncomment the following: ;
*/

/*
	#MeteorToys_pubsub {
		margin-top: 8px !important;
		border-radius: 23px !important;
	}

	#MeteorToys_pubsub .MeteorToys_icon {
		top: 0px !important;
	}

	#MeteorToys_pubsub .MeteorToys_wrapper {
		height: 0px;
		width: 0px;
	}
*/

.MeteorToys_email_header,
.MeteorToys_email_content {
  min-width: 304px;
  /* box width minus 8px from each side */
}

.MeteorToys_email_header {
  line-height: 28px;
  text-indent: 8px;
  overflow: hidden;
}

.MeteorToys_email_content {
  height: calc(100% - 28px);
  /*padding: 4px 8px;*/
  overflow: scroll;
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.MeteorToys_email_content pre {
  line-height: 18px;
  margin-top: 3px;
}

.MeteorToys_email_button {
  float: right;
  border-left: 1px solid rgba(0,0,0,.3);
  padding: 0 8px;
  text-indent: 0px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.MeteorToys_email_button:hover {
  cursor: pointer;
  color: rgba(131, 202, 237, 1);
}

.MeteorToys_email_content textarea {
  height: 100%;
}

.MeteorToys_content {
  border-bottom: 1px solid rgba(0,0,0,.36);
  text-align: right;
  width: calc(100% - 16px);
  line-height: 28px;
  margin: 0 8px;
}

.MeteorToys_content_name {
  float: left;
  line-height: 28px !important;
  height: 28px;
}

.MeteorToys_content_content {
  width: 70%;
  display: inline-block;
  text-align: left;
  line-height: 22px;
  padding: 3px 0;
}

.MeteorToys_email_count {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 18px;
  width: 18px;
  line-height: 20px;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  z-index: 2147483647;
}

#MeteorToys_email {
  height: 359px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_email .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAEkElEQVR4Ae2aA5TsSBSGx2vbtm3btm3btg6e3ztY2zhY27Yxnh7PBJ2k6tsss6ytM32rV/XnMLj3+zvp4q3x8vLy8vLy8vLy8vKSEvOxD5dxD+9RQv94lHiPe7iMfZjvHwuua1mPcXyKIiMhZJgB+ujJj176GSIiQaH5lLGsp2v/UfDMzHl8gUYR08GzjOYo1mE+pqjJRT2zsi7HMYFn6SQkRfEF5zHzPwN+dq5iEEVCJxPYgCmNd0/LptzA18RkDHIVs/+98A0cSx8ZAc+wPQ3Wz83ErrxEiKKPY+yfExbL8DqKkAdZhcYRPL86T5CgeYNl/g78gwhRfMB6FUXZgW/ICDiouvD1TEATM4mpBBqAGymjmEB9tfCn5H40vRxOnVDEAxlEcx9TVgf/CRTNLCoadSPaUTzu3AL13I/mY2YSj7w4LWjuc/whMRFFC/M7ib0QrWgmum15FL0s5Sz+WgQoDnLX7ofE7F7jUBxMQsgybnrd11Hc4Lqx43YyXnfQO3MMim/ct9XMwZcojpUfsvVlZNRUQXke6BMe5nEVWUY1LPyQBcVVsuP9QQIWdWyhwF+PmCHB+QLnkfF4kcAVfhGd11CcJzdZ/IIyW/0yiVP8XOxBwhdCE0/WQ9HGFL9O5BA/FzPRhmI9GQPjyBj/J8mE8QtxGynjZAw0E7O6IaE8fi52IaRZAn9RNL3UWySVw8/F7PSgBAbt7IviJYvEQviFeJWMfSs3cB0p11kkl8XPxSQSrq3cwMOU2ccCQBY/FycT8nDlBj4iYA0LCFn8XGzJEB9WbqDEMLOPGKSCp1iOfkqVG9AMjABG4AnmoBctb8AOSOBumuiRMTBsc19CYmkhIyEp7nRuAAaps8FPrH7XjNyAlQXmkDFQYpi5bPD/+tMo7igsuP8Tf0jABhb4Fl93cdXGAtswLNGMPkzMvnb4ZgvFFTsLnEwk0ZFdS8p1tvgFqAHf0gLjSbhWfjBnAVDAmk2ZLfCKzGBuUTRdTGGfvAA24BuiyA6nc9FMyEaGxCYLBnxzJHYhollqSplygyGp0YIB3xiNu+WmlOuhaGV6W/xCJnyzBWaiC8V6cssqMTvb4xcy4BstcGCxrCK1sPWsBb6F7CzwHorzZJcWQ1awwBexwDYkDDGz8OIuj7nFLyzwHpqrpJfX+y3w5Sz0i1dRcEweGKZzv8GR54FjXGwxvYHiNtelGTziZospF8sQUOZAp/inkRKyjLttVs0QqzjD34QIzUGuN7pLbn4hVqSEZmI1Sg2aWUg88sqUUEWpgdtiD00Ha4pG3Z4uNE9Uq17lPhRDnCUW8VgC0XIbiw9pIpqEe5hBoIt8iBQtW/BkIQ4iQPE1u9BYQd9yKB0oQvuWR77or8wLbDwSE6zPayQoXpdv1ex/wWPoQxHxOvswtfVzs3Agb1FG0S9QdilQ+DqEIqWbW9iemcwVo+zCXXSQwwsUvgqXHisyYkq8xa1cwO6szDxMQQOzsBw7cxG38Cb9RGTypcdSxd9j+RSNIiUiYIBeeumnj0GGiUktir99+f3/R15eXl5eXl5eXl5e3wLJs9TXW9bzFQAAAABJRU5ErkJggg==');
}

.MeteorToys_intercept_header,
.MeteorToys_intercept_content {
  min-width: 304px;
  /* box width minus 8px from each side */
}

.MeteorToys_intercept_header {
  line-height: 28px;
  text-indent: 8px;
  overflow: hidden;
}

.MeteorToys_intercept_content {
  height: calc(100% - 28px);
  padding: 4px 8px;
}

.MeteorToys_intercept_button {
  float: right;
  border-left: 1px solid rgba(0,0,0,.3);
  padding: 0 8px;
  text-indent: 0px;
  line-height: 28px;
}

.MeteorToys_intercept_button:hover {
  cursor: pointer;
  color: rgba(131, 202, 237, 1);
}

#MeteorToys_basic {
  height: 359px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_basic .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAFEklEQVR4AezBgQAAAACAoP2pF6kCAAAm1x6AXFvyOI7/Tk6uXZlrW7W7z7Zt20bxvX3LsqZca9u4tm3btlPx6f6urzM5k/RJbtV+xs7voLvn3///W54co7du0TAN1iB1VkL/cVQHtUkbtU6zvJ2XaADrebfoed2pfkJWgayMrKwkTzH5isuXL09bNUV/YFaMSygAdfpQr6qPUEEntFmrtO6fL7t0yMtI+EpoiC7XcA3VILVRE8W0U7/Ud70jqj26UM8pDHkO8iNup6UaQFvu4VfsJEvAKerpoloiziccJyDFLB4jrpBI8AwLSGM4zsfEVRt8iaUY0ozmapqo0biOaeSxLONLqj7eJI1hHbeqAjzOLgJSvKlqwudHWLL8hFaVDwD8mhyGH+GrOmjJSCzHeI+YnOANTmEZQcvqPPxpGHYzSA5xJ/sxTI08Aj4jsWwkIccYwh4sI/AVJX6MYQ99FAH6sxfLj6MdeQzHGK6IcCMpDG9GN+6nyfKcIsRb5EnzpWhm3aUYfhX1YMcfCVhKXK7xMYZdYR4+LXiZ+eSA4PTTKRbxOm1UEl3ZjuET90u242S4SSXRl0kEGCwQnPVkKDCSzqHutBzHHS/zqCdghEJgEoYcY7mN02M6rbiXceQw/F4l0YwFGOrlDnWcIhVm6uJlAgLe1UXwbQLSPKaSuJUsSerkwuk/PVUhsBzLxIuvTWnFLCwLFQJLMHxbbliPbeR4UCGQwxa/U3gGS1Yh8Dx5tllPLnArhn20UAhYLE1VBAksViGQYB8mzFI9ptKeFxrtZRSSly/6laMKyTuqWbJ6Xi6wmyzXSWHPQIivh8DTpNmtyjEIy7Gw8y8GS1sVQTvCB+jCUQyDKr+ErhPa5BmFk5d0rYp5VFJWoXgHtE2o5JmPq5TLZTVfDSKpVmfVmSZBA1WoFqfPQcpro4as1Fd0mX5VaYBBslqmhrWSJyRJqCGcE6aVGrZBgQZXfgb6K9AWlYIXU6NgVco6GfWr/B5ICG1XLeyVUZ2LAMY7oFo4JKtE5QFq56hwMxP7qqHKb2JPlphn1Wig0zxPjZeQXJyBI4qpq2qhk3wddRHA0yDVQi/FdaTyANvkq6fK4P3T6bflGCxf2yoPsFG+LlctDJSvjZUHWKGYrlctXK6YVrhZTh+iRXmrfIAQPxNiOV0BdpPmzjIDJEmWGeBpMux2M5GNVRO9qrJ4bbw2Ks9zimusu3/q99K+nDNQ7s+Q4BCGW92VVbI8VdUAb4Qtq4QvbM2uaoA1GL7ttrSY5vJqBeBh8iSpc13cnVL8wQC2kU8UC0AL1mCpd11eP0GOu4sOlraMp2ID7KfkOUGXKDY49tFOEaMr+zB8LNeIswzDH4grUoyLaItJ4kukyPGGIsTnFEjzpei2WS1JrlZEuJsMljej3ug+zJcUAa7gMJYfV6PVYDf95RhXcRjDCPxqNHtYDnCDHOIxDmGZVq1+lREYknxdjvAJqRDtNu7g82Msef5GBwdT5BgK2BANT85HpBSGnTxNkwrmlnc4gCHNm7Vr+ssxj7vKCcFtLCGPYSlfUm0Q52OOY8iwlJdprZDoyBusIIfhBB8Tr33jaxJDgSP8jsdIlNg+fZq/cIAcxk3jq8vW495CgZLaq/Xa9M+XLTqoIyqog7ppoL6i/hqqvmqmJvLctR67bf5+Tnep/+nm70BGUkzoH+3aRwEAMAgAsS7/lgv88EDCUHE3/6vf42/5PQAAMFwA2ExBJYSBSXQAAAAASUVORK5CYII=');
}

#MeteorToys_intercept {
  height: 359px;
  /* maximum 600px */
  width: 320px;
  /* maximum 600px */
}

#MeteorToys_intercept .MeteorToys_icon {
  background-image: url('data:image/png;base64,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');
}

/*
	For just a button, uncomment the following: ;
*/

/*
	#MeteorToys_intercept {
		margin-top: 8px !important;
		border-radius: 23px !important;
	}

	#MeteorToys_intercept .MeteorToys_icon {
		top: 0px !important;
	}

	#MeteorToys_intercept .MeteorToys_wrapper {
		height: 0px;
		width: 0px;
	}
*/

#MeteorToys_throttle {
  height: 46px !important;
  /* maximum 600px */
  width: 46px !important;
  /* maximum 600px */
  /*transition: 0s !important;*/
}

.MeteorToys_throttle_disabled,
.MeteorToys_throttle_enabled1,
.MeteorToys_throttle_enabled2 {
  background-image: url('data:image/png;base64,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');
}

.MeteorToys_throttle_enabled1,
.MeteorToys_throttle_enabled2 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAC5VBMVEUAAAD//////////////////////////////////////////////////////////////////////////////v7//////////////////v7//f3//f3//Pz//v7////////++vn99PL86uf64Nz3z8n0u7Lwo5ftjH3pdmTnaVbmYEznalfpd2btjoDxpZr0vLP40cv64Nz86+n+9vX++vr//v78/Pz////////64d31vbXtkIHoa1jlW0bobVruk4X1wLj749/+9vX+/Pv////////////++Pj76OX++fj//v7////75ODzsajqeWjqe2rztqz////2x8DrhHTlXknsiHn3ysT99PP////////////75+Tyq6Hyr6X86eb+/Pv////////749/wnpHnZ1Twopb//v7////87+3vmIvmYU3mYk798e/////////++Pf1v7flXEf//v7////63djlXUjsh3j64d7//v7////////yrKHmZFDnZVHyrqP////////75eL//v7////mY0/nZlL3zMb////////woJTxppv//v3////////98/Hshnf//v7pdGPqemn87ernaFX98vDrf2/99PP++Pjrg3Psinv2xr73zsjrgHDztaz63dn75OH+9/brgXH0vbT2yMDocV798vDyr6T9/f387uzvnJDxqJ376OXzsqj98O7pdWP3z8j++vnsiXrtjX/++/v75uP87On0t631wrr0uK/vmYzoblv87er98e/30Mn52tX0urH2ycL0t67ukYPrfm3ulIfxpJn0urL52tbpc2Hwn5L1vrb++vr3y8T4083ob1zxqp/woZXyraP97+3ocF31wLjmX0r86uf1vrbshHX86uj40szztKrpcmD87evpcmDqeWfvmo3+9/bxqJ3ztav41dD0ubD64t740cvzs6ryraLobFn86+ntkIL41M787uzul4n3zMXwn5P97+375uPukoT53NfTLlZ8AAAA93RSTlMABCpUdJa0yNvu+P8jXpnP+QxQ4v8IU6z3/v79/fgtk/v27+fc0cS5sKuorLC6xdHd6PD3/O8BTMDo0ruspq280+n4/AJY1vrt+tdS6suyss4w2LanuNr3DpX+7cjK7v1O4+rCq8PknPK/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');
}

.MeteorToys_throttle_enabled2 #MeteorToys_indicator {
  -moz-transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.MeteorToys_throttle_enabled1 #MeteorToys_indicator {
  /*background-image: url('./icon.png');*/
  -moz-transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
}

#MeteorToys_indicator {
  height: 46px;
  width: 46px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: rotate(106deg);
  -webkit-transform: rotate(106deg);
  transform: rotate(106deg);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADABAMAAACg8nE0AAAAGFBMVEUAAAD///////////////////////////8jfp1fAAAACHRSTlMA/wt5JNnT+uGh0eQAAAB4SURBVHgB7dO3AcIwAEVBERZw7gkD4AlYATagogUMrE/a4VfcOZVPkqXy5wAAAAAAqCqBHwEBAQEBAQEBAQGBdVWNJWh5qKpuX3K21cex5Oyqj6bknKqPvuRcq48hH8gvUf4n57dp9qAFrc/P8fsFAAAAAAAAAIA3LI8NFgfif3wAAAAASUVORK5CYII=');
  background-size: cover;
}

#MeteorToys_status {
  box-shadow: inset 0 0 0 75px rgba(0,0,0,.36);
}

#MeteorToys_status {
  height: 46px;
  /* maximum 600px */
  width: 46px;
  /* maximum 600px */
  /*transition: 0s !important;*/
}



.MeteorToys_icon_online {
  background-image: url('data:image/png;base64,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');
}

.MeteorToys_icon_offline {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAFUklEQVR4AezBgQAAAADDoPtTH2TVAACArLdrD8COZQkYx7+bm7brYeyZZo1t2zbXtlXawtq2ve3C2GjbfDZinPNfv6SRvN655963yK8cf9HR58kxjtJFmq0Zmq6DVKd/6FGHNmuT1us5b9d/aADreRfpXl2uY4WsirIysrKSPMXkKy5fvjxt0xP6Dc/F+A8KQL3eoYd1tFBB/dqi1Vqv1dqtTi8j4atOM3Wq5miWpmuSRimmXfqpvul1a+RxMJ9nEEOeDr7HpYxXFUzmKn7GLrIUGeTzHKyRRJx300eRFM9xC3EdIOq4i1dIY+jjXcQ1MjiRZRjSLOBMRunfxjk8RR7Lck5U9HgDaQzruVgBcCu7KZLiDYoSPt/DkuUHTFBA1PNzchi+h69oMJ55WHp5KzE5wWMMYpnL+Ghe/lMYmpguh7icNgxPhh4Bn3lYNlEnx5hJM5a5+AoT38fQzNEKAcfRguX7Cg9vwNDLHIWE80lheIPCwYmkyXKPQsQbyZPmRLlHnGUYfoavUPFbiiwjLtd4F4bd+AoZh7ADw7vdT9n6yHBBRGN8jj4Olkt8niJzFQnG8AqGz8sd6hkkxXRFhIvJkqBervAZijypCLEUw2fkhvXYTo7rFSHuJc9267n6QA2tjFOEqKMVw8UaVkzDu1dogZfRXhjHm1lEBxZLB4t4894hqWC46ySvR8/J6l65QBNZztFeeJgmDDkS9NNHkjyGZh5yE0DiTtI0KTimY+nFVxlG8x0sedbwcU5mLOM4iY+yjSKW7zC6PIAqABhm5OnBMF1B8RCGV6Ry/AxDPw8xWirHR0lh+ZmLABJLKPKQguLLFPjyXiOlZYCztR9cRBrDY04C/IA8X1JQLCLHgxrCRDop8D5VwNsp0sVEBwE+SJpFCoqNpDhXQ3gzhi2MVkVsxfBmBwGuI8GG4H+jdUI7VHKzrL7r5VXZb2R0s4JrkVG9gsIyoDJ0kOY4VcEFJOmQJPZLqnZdCYfQiw3+CeytUXjbVM0mGTUouB6hYcU1PH/v0Iyu+hUapTKep4o8T4HFNBxPlphKumQ1S9WcpLi6FFydmwDdiukQlSzRKN2kaq7SaC1VcI3y1eMigKfpKpmnmO5mlCpgsm5WTHMV3JGKqzt4gO3ydYRKfqVeTde9quTDOlK9+rWCmyFf24MH2CRfp2qIl9THFNc3OV/7wb36gGL6iJdUcCfI16bwJnODfIxJKsNEPkvG4WTuNTeTuelYOhm3n+l0gV18jUuZxETO44u0UsQ4n04HRxNpLt/PJ9OMpUiOJEkyFDE087AkOQlwJxma5ALfocDPpKpLyk4Wl5aUTgL8kQLfcbeob2GqIkQdnRgudretkuUORYjHXG2rlDa2nleEWIvhM263FtOcqohwI3kS1Lve3H1CkWAca7F8Xi5xMP3kuFIR4D3k6efgMA44WpkSwQFHK4Z3yTXiLMfwG+IKFYtDOmKSOJEUOR5TiPgIhXAO+UpbWgnOVEi4kgyWN4R90N3FiQoBp9GF5ftRVA2aOE6OcQZdGObiR1H2sLRznhziFjqxPBVVX2UuhgSfkCO8m1QEdZsSfL6PJc+fmOZgiFxIAcv38BUl3kAKwy7uZFSAseXNtGNI8wZFrFT6y/ESV7yeEFzCUvIYlnGiRgZx3kUfhgzLeJCJOkA08BgryWHoD1C7dFh8TWAo0M2vuIU6VUEdd/IH2slhghZf3VePjxIqKqEWbdBmbdBWdahbBU3ToTpBJ+s4zdIxGqNR8txUj92Xv+/RFTpuqPxdlJEUE/IVU1y+YuXl71r9vqampqampqampqbm/9xfADMy5VeP9sJKAAAAAElFTkSuQmCC');
}

.MeteorToys_icon_connecting {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAAEG0lEQVR4Ae3aA5BlRx+G8bfvubFz1+asKrZtOynEZjnlLdeiXLFtqxDb+fLFXO+shzVXc7qf2Lpbp/t0cH7jufwftV4V/rMKhUKhUCgUCgUjzxit3TVVk9SmwaroO6u0TJ/pU32kF8z8v2kB1pR210naR+OEnFI5WTk5SUYlJSorUSKjL/WU7nIvJPyNCmCALtApGiPUry59rvf00ddfC7Tc1CQSVTRZW2mapqhNG2gNlTRfN+tys1LxMYTZ9GBpsoxr2It19SfYkP25hfnUSelhNkMUE2UuppOUPl7gSMpqERWO5zWqWDq5iLLiYDPexlLlUbZjDa02duQZmjjeYTPljzOoYvmIPZQBR7GAlD7OUJ5IuAZHnetYL/sFgFtpYLmGRPlgIA/j6OBcSvKC0+nB8RADFR4D6AAsk+QR+7AE6AxeAglLgH62kWccgwWWsJZC4losixijADgUC3yKCXnlsXQwTYFwMQA3ByqBzahS50QFxL0AHBum1X0byy0kCop2oBqgdeYiLAtIFBhDmYvlYv9dtk5q7JpTG9+g03M3j9mkPKRcsBavYZntt/HqoY825YQ9qNPLAPnCdFKeVo54C8t0b4NF5tDgEOWIk2gyxxpfO9TSzjrKERXasa101VvpT54k9KipKUdmlV6Q00nygYXU2VE54ziqLFR2tOHoIIkwWbAKS1v2Q2hHoc+MVc7MUs0R2jF7AVvJ6VXF8H85bZm9gDY5vaMYPlGqSdkLGK9UXyiGj2Q1LnsBFaG5imGxrAYoKxzdahHfa+Hv1jrWHbgMeyC6VcJPS5woGh8FGDlKiqGiFpT1V1ZqHQ3VYrXAmBb+bt0gJVqVfQ+slFGbYhilslZmL2COEo1UDJOUaE72Aj5Voq0Uw0Ql+jR7Ae+qpJ0Uw1Yq6V0/3enlrBOtO50dC6myT4QBTY2Ffhqyx7WGTlHeTlRZj/sb1C9m45wH9cux7OFvWqXOscoRp3ucVvl+YutF5YgPsEz3O7VYZSvlhMNo0ssA35O7TykXrMMHOGb7vip30WA/5YBLaNLFkBALHO1slMMCRzuWi+QbZd7BchdlBcUTpLwd5FXYjD4anK6AuJR+qmwWbvHH0ct2CoT9qOE4I/RC9wo2UwBszQoc1+YTNfC+F9iWFVgeIgnfS+kALJOd8R726GBAPh2tB7F0cj6J57jNAOWDEldhaXAD60cIPPnBafRh+YS9nIkQOfOBabxJSo3H2YE1tZqciRn6+x4JF9JBSpWXOJo1nGnxrQ/4NnZZixu7/B6DmUk3ln6Wcx37sJ4zv1/IN/9no2+Drwv8BV+Nn+uSztepGiMp/WX0mJpkfh09Lstoga/osZE37KaTtK/GSXJKxS/D399/SF/qad1lni/i9/95hUKhUCgUCoVC4SsuziHumE/09AAAAABJRU5ErkJggg==');
}

.MeteorToys_icon_waiting {
  background-image: url('data:image/png;base64,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');
}

.MeteorToys_icon_failed {
  background-image: url('data:image/png;base64,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');
}

#MeteorToys_reload {
  height: 46px;
  /* maximum 600px */
  width: 46px;
  /* maximum 600px */
}

#MeteorToys_reload .MeteorToys_icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAADuUlEQVR4Ae3aA5D02AIF4PvbWNu27d23tm3bVmlt27Zt23y23xv905rum29t7yaZSVW+Vqm7c+LknpCWUqlUKpVKpVKpVDKNLR3vNm/7r0Qi0fB/b7vL6bYye+wX+qbYzzLO81uJqKmuqlunDt0qqqoamqLEP11mfUNCX2JCR/uDqKVHm2ddZE8rmDR8zBizWtUBzvWQf6pqitqca47QF5jUSbpENX91qaUMCN/DEAs73W9UtUR3WyT0JgPtqV1Lxf3WMir8SIZawi3aNEU3mT70DnN5RVRzmznDz2AGl+kUVRxgQMib7VVFf7Jo+AXM6SEN0TOmDvkxwEWiuisNSOG3tvBP0f+tFPJhuDtEbTYxILUdwX1aWnbIZ/IflfhbujtB/R2vITo4+5XnDtGvTRtSpr99VCRfjgAhXS6S+KsJQibsrSbaIbMAtpdoN3PIjEP0qFs6kwDmUtXIekNzrpZ/myT1AAZ6RXSB/iFTRnlZ4q7YL+0Ae4neNSJkzrQ6RFunGsCk2tUtE3JhV03/NDrNACeJ7gg5MdRbomNTC2BCXSoWCrmxnrrO9AIcLXrKoJAbw7wiQjoXi3/QtE7IlG+RUgDLSPwrhOIGOF/LmSEzxn72+c1HKhf//qpmuVBUZhb9y/BQVLbS8mQoLqfqcXIoLveo2j4Ul/eMs1QoLv/VaZpQXGg3rNgBekLvKgN0hyLzXxWTFXs3WrV0sQ9kDVsU/VTinFBcthK9FIrLzKI2g0Nx+atasc+GztdyaSguy4j+aVTIFVghrTH4P2hYN+elzl/0DyHFG1u5DiK+Kzo6zSpBl6o5Q06so0fFhCE9TtJyf8iFkV4VnZZ2I6JDPZ+RXNupazdRSJc987k/ZCJ/FB2QRbHjFdGNBoZMuUn0Yib/Yi4VDduGDNldU92c2RU8El3ZDXT4lapop5AdF0n8x2whA+b2X4mLsq8aJP6cfjnGgv4jcbfBeZQ9on9bIKTIav4v8ajh+fRVbpfodLABqW26VYm7Dc+z8JRouO2XH+5N4S5N0cUG90bl7PfWCL+APfxPVLdT75X+Gp7wq58zlmUpr2tKvGzO3qtd7qVdVPOaLX/8OLIJbOcNDVG7Aw3q/eLrOFFThxtsaMIfmPQN3OrfGqJup5m4L1WPE1Hd/73mKkdYz4KmMdJYU5jT2g52tVf8V01T9GdHm7Dvlb/P91tRS1NNRZcOHdp06NKtrkeU+KNzrKB/367fH+fWL9Xv6/7nDXc5xWZmDKVSqVQqlUqlUqmUkg8A7Xfu66+Q6OYAAAAASUVORK5CYII=');
}

html {
  color: rgba(0,0,0, 0.87);
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

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

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

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

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

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

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

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Remove the unwanted box around FAB buttons */

/* More info: http://goo.gl/IPwKi */

a,
.mdl-accordion,
.mdl-button,
.mdl-card,
.mdl-checkbox,
.mdl-dropdown-menu,
.mdl-icon-toggle,
.mdl-item,
.mdl-radio,
.mdl-slider,
.mdl-switch,
.mdl-tabs__tab {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*
 * Make html take up the entire screen
 * Then set touch-action to avoid touch delay on mobile IE
 */

html {
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*
* Make body take up the entire screen
* Remove body margin so layout containers don't cause extra overflow.
*/

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

/*
 * Main display reset for IE support.
 * Source: http://weblog.west-wind.com/posts/2015/Jan/12/main-HTML5-Tag-not-working-in-Internet-Explorer-91011
 */

main {
  display: block;
}

/*
* Apply no display to elements with the hidden attribute.
* IE 9 and 10 support.
*/

*[hidden] {
  display: none !important;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

html,
body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

/**
  * Styles for HTML elements
  */

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  opacity: 0.54;
  font-size: 0.6em;
}

h1 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-top: 24px;
  margin-bottom: 24px;
}

h2 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 24px;
}

h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 24px;
  margin-bottom: 16px;
}

h5 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-bottom: 16px;
}

h6 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-top: 24px;
  margin-bottom: 16px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

a {
  color: rgb(255,64,129);
  font-weight: 500;
}

blockquote {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  position: relative;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

blockquote:before {
  position: absolute;
  left: -0.5em;
  content: '“';
}

blockquote:after {
  content: '”';
  margin-left: -0.05em;
}

mark {
  background-color: #f4ff81;
}

dt {
  font-weight: 700;
}

address {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-style: normal;
}

ul,
ol {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

/**
 * Class Name Styles
 */

.mdl-typography--display-4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 112px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mdl-typography--display-4-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 112px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
  opacity: 0.54;
}

.mdl-typography--display-3 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.mdl-typography--display-3-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  opacity: 0.54;
}

.mdl-typography--display-2 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
}

.mdl-typography--display-2-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  opacity: 0.54;
}

.mdl-typography--display-1 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.mdl-typography--display-1-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  opacity: 0.54;
}

.mdl-typography--headline {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
}

.mdl-typography--headline-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.87;
}

.mdl-typography--title {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.mdl-typography--title-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.87;
}

.mdl-typography--subhead {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
}

.mdl-typography--subhead-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  opacity: 0.87;
}

.mdl-typography--body-2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
}

.mdl-typography--body-2-color-contrast {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87;
}

.mdl-typography--body-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.mdl-typography--body-1-color-contrast {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87;
}

.mdl-typography--body-2-force-preferred-font {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}

.mdl-typography--body-2-force-preferred-font-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87;
}

.mdl-typography--body-1-force-preferred-font {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.mdl-typography--body-1-force-preferred-font-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87;
}

.mdl-typography--caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.mdl-typography--caption-force-preferred-font {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.mdl-typography--caption-color-contrast {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.54;
}

.mdl-typography--caption-force-preferred-font-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.54;
}

.mdl-typography--menu {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.mdl-typography--menu-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.87;
}

.mdl-typography--button {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
}

.mdl-typography--button-color-contrast {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.87;
}

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

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

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

.mdl-typography--text-justify {
  text-align: justify;
}

.mdl-typography--text-nowrap {
  white-space: nowrap;
}

.mdl-typography--text-lowercase {
  text-transform: lowercase;
}

.mdl-typography--text-uppercase {
  text-transform: uppercase;
}

.mdl-typography--text-capitalize {
  text-transform: capitalize;
}

.mdl-typography--font-thin {
  font-weight: 200 !important;
}

.mdl-typography--font-light {
  font-weight: 300 !important;
}

.mdl-typography--font-regular {
  font-weight: 400 !important;
}

.mdl-typography--font-medium {
  font-weight: 500 !important;
}

.mdl-typography--font-bold {
  font-weight: 700 !important;
}

.mdl-typography--font-black {
  font-weight: 900 !important;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-color-text--red {
  color: rgb(244,67,54) !important;
}

.mdl-color--red {
  background-color: rgb(244,67,54) !important;
}

.mdl-color-text--red-50 {
  color: rgb(255,235,238) !important;
}

.mdl-color--red-50 {
  background-color: rgb(255,235,238) !important;
}

.mdl-color-text--red-100 {
  color: rgb(255,205,210) !important;
}

.mdl-color--red-100 {
  background-color: rgb(255,205,210) !important;
}

.mdl-color-text--red-200 {
  color: rgb(239,154,154) !important;
}

.mdl-color--red-200 {
  background-color: rgb(239,154,154) !important;
}

.mdl-color-text--red-300 {
  color: rgb(229,115,115) !important;
}

.mdl-color--red-300 {
  background-color: rgb(229,115,115) !important;
}

.mdl-color-text--red-400 {
  color: rgb(239,83,80) !important;
}

.mdl-color--red-400 {
  background-color: rgb(239,83,80) !important;
}

.mdl-color-text--red-500 {
  color: rgb(244,67,54) !important;
}

.mdl-color--red-500 {
  background-color: rgb(244,67,54) !important;
}

.mdl-color-text--red-600 {
  color: rgb(229,57,53) !important;
}

.mdl-color--red-600 {
  background-color: rgb(229,57,53) !important;
}

.mdl-color-text--red-700 {
  color: rgb(211,47,47) !important;
}

.mdl-color--red-700 {
  background-color: rgb(211,47,47) !important;
}

.mdl-color-text--red-800 {
  color: rgb(198,40,40) !important;
}

.mdl-color--red-800 {
  background-color: rgb(198,40,40) !important;
}

.mdl-color-text--red-900 {
  color: rgb(183,28,28) !important;
}

.mdl-color--red-900 {
  background-color: rgb(183,28,28) !important;
}

.mdl-color-text--red-A100 {
  color: rgb(255,138,128) !important;
}

.mdl-color--red-A100 {
  background-color: rgb(255,138,128) !important;
}

.mdl-color-text--red-A200 {
  color: rgb(255,82,82) !important;
}

.mdl-color--red-A200 {
  background-color: rgb(255,82,82) !important;
}

.mdl-color-text--red-A400 {
  color: rgb(255,23,68) !important;
}

.mdl-color--red-A400 {
  background-color: rgb(255,23,68) !important;
}

.mdl-color-text--red-A700 {
  color: rgb(213,0,0) !important;
}

.mdl-color--red-A700 {
  background-color: rgb(213,0,0) !important;
}

.mdl-color-text--pink {
  color: rgb(233,30,99) !important;
}

.mdl-color--pink {
  background-color: rgb(233,30,99) !important;
}

.mdl-color-text--pink-50 {
  color: rgb(252,228,236) !important;
}

.mdl-color--pink-50 {
  background-color: rgb(252,228,236) !important;
}

.mdl-color-text--pink-100 {
  color: rgb(248,187,208) !important;
}

.mdl-color--pink-100 {
  background-color: rgb(248,187,208) !important;
}

.mdl-color-text--pink-200 {
  color: rgb(244,143,177) !important;
}

.mdl-color--pink-200 {
  background-color: rgb(244,143,177) !important;
}

.mdl-color-text--pink-300 {
  color: rgb(240,98,146) !important;
}

.mdl-color--pink-300 {
  background-color: rgb(240,98,146) !important;
}

.mdl-color-text--pink-400 {
  color: rgb(236,64,122) !important;
}

.mdl-color--pink-400 {
  background-color: rgb(236,64,122) !important;
}

.mdl-color-text--pink-500 {
  color: rgb(233,30,99) !important;
}

.mdl-color--pink-500 {
  background-color: rgb(233,30,99) !important;
}

.mdl-color-text--pink-600 {
  color: rgb(216,27,96) !important;
}

.mdl-color--pink-600 {
  background-color: rgb(216,27,96) !important;
}

.mdl-color-text--pink-700 {
  color: rgb(194,24,91) !important;
}

.mdl-color--pink-700 {
  background-color: rgb(194,24,91) !important;
}

.mdl-color-text--pink-800 {
  color: rgb(173,20,87) !important;
}

.mdl-color--pink-800 {
  background-color: rgb(173,20,87) !important;
}

.mdl-color-text--pink-900 {
  color: rgb(136,14,79) !important;
}

.mdl-color--pink-900 {
  background-color: rgb(136,14,79) !important;
}

.mdl-color-text--pink-A100 {
  color: rgb(255,128,171) !important;
}

.mdl-color--pink-A100 {
  background-color: rgb(255,128,171) !important;
}

.mdl-color-text--pink-A200 {
  color: rgb(255,64,129) !important;
}

.mdl-color--pink-A200 {
  background-color: rgb(255,64,129) !important;
}

.mdl-color-text--pink-A400 {
  color: rgb(245,0,87) !important;
}

.mdl-color--pink-A400 {
  background-color: rgb(245,0,87) !important;
}

.mdl-color-text--pink-A700 {
  color: rgb(197,17,98) !important;
}

.mdl-color--pink-A700 {
  background-color: rgb(197,17,98) !important;
}

.mdl-color-text--purple {
  color: rgb(156,39,176) !important;
}

.mdl-color--purple {
  background-color: rgb(156,39,176) !important;
}

.mdl-color-text--purple-50 {
  color: rgb(243,229,245) !important;
}

.mdl-color--purple-50 {
  background-color: rgb(243,229,245) !important;
}

.mdl-color-text--purple-100 {
  color: rgb(225,190,231) !important;
}

.mdl-color--purple-100 {
  background-color: rgb(225,190,231) !important;
}

.mdl-color-text--purple-200 {
  color: rgb(206,147,216) !important;
}

.mdl-color--purple-200 {
  background-color: rgb(206,147,216) !important;
}

.mdl-color-text--purple-300 {
  color: rgb(186,104,200) !important;
}

.mdl-color--purple-300 {
  background-color: rgb(186,104,200) !important;
}

.mdl-color-text--purple-400 {
  color: rgb(171,71,188) !important;
}

.mdl-color--purple-400 {
  background-color: rgb(171,71,188) !important;
}

.mdl-color-text--purple-500 {
  color: rgb(156,39,176) !important;
}

.mdl-color--purple-500 {
  background-color: rgb(156,39,176) !important;
}

.mdl-color-text--purple-600 {
  color: rgb(142,36,170) !important;
}

.mdl-color--purple-600 {
  background-color: rgb(142,36,170) !important;
}

.mdl-color-text--purple-700 {
  color: rgb(123,31,162) !important;
}

.mdl-color--purple-700 {
  background-color: rgb(123,31,162) !important;
}

.mdl-color-text--purple-800 {
  color: rgb(106,27,154) !important;
}

.mdl-color--purple-800 {
  background-color: rgb(106,27,154) !important;
}

.mdl-color-text--purple-900 {
  color: rgb(74,20,140) !important;
}

.mdl-color--purple-900 {
  background-color: rgb(74,20,140) !important;
}

.mdl-color-text--purple-A100 {
  color: rgb(234,128,252) !important;
}

.mdl-color--purple-A100 {
  background-color: rgb(234,128,252) !important;
}

.mdl-color-text--purple-A200 {
  color: rgb(224,64,251) !important;
}

.mdl-color--purple-A200 {
  background-color: rgb(224,64,251) !important;
}

.mdl-color-text--purple-A400 {
  color: rgb(213,0,249) !important;
}

.mdl-color--purple-A400 {
  background-color: rgb(213,0,249) !important;
}

.mdl-color-text--purple-A700 {
  color: rgb(170,0,255) !important;
}

.mdl-color--purple-A700 {
  background-color: rgb(170,0,255) !important;
}

.mdl-color-text--deep-purple {
  color: rgb(103,58,183) !important;
}

.mdl-color--deep-purple {
  background-color: rgb(103,58,183) !important;
}

.mdl-color-text--deep-purple-50 {
  color: rgb(237,231,246) !important;
}

.mdl-color--deep-purple-50 {
  background-color: rgb(237,231,246) !important;
}

.mdl-color-text--deep-purple-100 {
  color: rgb(209,196,233) !important;
}

.mdl-color--deep-purple-100 {
  background-color: rgb(209,196,233) !important;
}

.mdl-color-text--deep-purple-200 {
  color: rgb(179,157,219) !important;
}

.mdl-color--deep-purple-200 {
  background-color: rgb(179,157,219) !important;
}

.mdl-color-text--deep-purple-300 {
  color: rgb(149,117,205) !important;
}

.mdl-color--deep-purple-300 {
  background-color: rgb(149,117,205) !important;
}

.mdl-color-text--deep-purple-400 {
  color: rgb(126,87,194) !important;
}

.mdl-color--deep-purple-400 {
  background-color: rgb(126,87,194) !important;
}

.mdl-color-text--deep-purple-500 {
  color: rgb(103,58,183) !important;
}

.mdl-color--deep-purple-500 {
  background-color: rgb(103,58,183) !important;
}

.mdl-color-text--deep-purple-600 {
  color: rgb(94,53,177) !important;
}

.mdl-color--deep-purple-600 {
  background-color: rgb(94,53,177) !important;
}

.mdl-color-text--deep-purple-700 {
  color: rgb(81,45,168) !important;
}

.mdl-color--deep-purple-700 {
  background-color: rgb(81,45,168) !important;
}

.mdl-color-text--deep-purple-800 {
  color: rgb(69,39,160) !important;
}

.mdl-color--deep-purple-800 {
  background-color: rgb(69,39,160) !important;
}

.mdl-color-text--deep-purple-900 {
  color: rgb(49,27,146) !important;
}

.mdl-color--deep-purple-900 {
  background-color: rgb(49,27,146) !important;
}

.mdl-color-text--deep-purple-A100 {
  color: rgb(179,136,255) !important;
}

.mdl-color--deep-purple-A100 {
  background-color: rgb(179,136,255) !important;
}

.mdl-color-text--deep-purple-A200 {
  color: rgb(124,77,255) !important;
}

.mdl-color--deep-purple-A200 {
  background-color: rgb(124,77,255) !important;
}

.mdl-color-text--deep-purple-A400 {
  color: rgb(101,31,255) !important;
}

.mdl-color--deep-purple-A400 {
  background-color: rgb(101,31,255) !important;
}

.mdl-color-text--deep-purple-A700 {
  color: rgb(98,0,234) !important;
}

.mdl-color--deep-purple-A700 {
  background-color: rgb(98,0,234) !important;
}

.mdl-color-text--indigo {
  color: rgb(63,81,181) !important;
}

.mdl-color--indigo {
  background-color: rgb(63,81,181) !important;
}

.mdl-color-text--indigo-50 {
  color: rgb(232,234,246) !important;
}

.mdl-color--indigo-50 {
  background-color: rgb(232,234,246) !important;
}

.mdl-color-text--indigo-100 {
  color: rgb(197,202,233) !important;
}

.mdl-color--indigo-100 {
  background-color: rgb(197,202,233) !important;
}

.mdl-color-text--indigo-200 {
  color: rgb(159,168,218) !important;
}

.mdl-color--indigo-200 {
  background-color: rgb(159,168,218) !important;
}

.mdl-color-text--indigo-300 {
  color: rgb(121,134,203) !important;
}

.mdl-color--indigo-300 {
  background-color: rgb(121,134,203) !important;
}

.mdl-color-text--indigo-400 {
  color: rgb(92,107,192) !important;
}

.mdl-color--indigo-400 {
  background-color: rgb(92,107,192) !important;
}

.mdl-color-text--indigo-500 {
  color: rgb(63,81,181) !important;
}

.mdl-color--indigo-500 {
  background-color: rgb(63,81,181) !important;
}

.mdl-color-text--indigo-600 {
  color: rgb(57,73,171) !important;
}

.mdl-color--indigo-600 {
  background-color: rgb(57,73,171) !important;
}

.mdl-color-text--indigo-700 {
  color: rgb(48,63,159) !important;
}

.mdl-color--indigo-700 {
  background-color: rgb(48,63,159) !important;
}

.mdl-color-text--indigo-800 {
  color: rgb(40,53,147) !important;
}

.mdl-color--indigo-800 {
  background-color: rgb(40,53,147) !important;
}

.mdl-color-text--indigo-900 {
  color: rgb(26,35,126) !important;
}

.mdl-color--indigo-900 {
  background-color: rgb(26,35,126) !important;
}

.mdl-color-text--indigo-A100 {
  color: rgb(140,158,255) !important;
}

.mdl-color--indigo-A100 {
  background-color: rgb(140,158,255) !important;
}

.mdl-color-text--indigo-A200 {
  color: rgb(83,109,254) !important;
}

.mdl-color--indigo-A200 {
  background-color: rgb(83,109,254) !important;
}

.mdl-color-text--indigo-A400 {
  color: rgb(61,90,254) !important;
}

.mdl-color--indigo-A400 {
  background-color: rgb(61,90,254) !important;
}

.mdl-color-text--indigo-A700 {
  color: rgb(48,79,254) !important;
}

.mdl-color--indigo-A700 {
  background-color: rgb(48,79,254) !important;
}

.mdl-color-text--blue {
  color: rgb(33,150,243) !important;
}

.mdl-color--blue {
  background-color: rgb(33,150,243) !important;
}

.mdl-color-text--blue-50 {
  color: rgb(227,242,253) !important;
}

.mdl-color--blue-50 {
  background-color: rgb(227,242,253) !important;
}

.mdl-color-text--blue-100 {
  color: rgb(187,222,251) !important;
}

.mdl-color--blue-100 {
  background-color: rgb(187,222,251) !important;
}

.mdl-color-text--blue-200 {
  color: rgb(144,202,249) !important;
}

.mdl-color--blue-200 {
  background-color: rgb(144,202,249) !important;
}

.mdl-color-text--blue-300 {
  color: rgb(100,181,246) !important;
}

.mdl-color--blue-300 {
  background-color: rgb(100,181,246) !important;
}

.mdl-color-text--blue-400 {
  color: rgb(66,165,245) !important;
}

.mdl-color--blue-400 {
  background-color: rgb(66,165,245) !important;
}

.mdl-color-text--blue-500 {
  color: rgb(33,150,243) !important;
}

.mdl-color--blue-500 {
  background-color: rgb(33,150,243) !important;
}

.mdl-color-text--blue-600 {
  color: rgb(30,136,229) !important;
}

.mdl-color--blue-600 {
  background-color: rgb(30,136,229) !important;
}

.mdl-color-text--blue-700 {
  color: rgb(25,118,210) !important;
}

.mdl-color--blue-700 {
  background-color: rgb(25,118,210) !important;
}

.mdl-color-text--blue-800 {
  color: rgb(21,101,192) !important;
}

.mdl-color--blue-800 {
  background-color: rgb(21,101,192) !important;
}

.mdl-color-text--blue-900 {
  color: rgb(13,71,161) !important;
}

.mdl-color--blue-900 {
  background-color: rgb(13,71,161) !important;
}

.mdl-color-text--blue-A100 {
  color: rgb(130,177,255) !important;
}

.mdl-color--blue-A100 {
  background-color: rgb(130,177,255) !important;
}

.mdl-color-text--blue-A200 {
  color: rgb(68,138,255) !important;
}

.mdl-color--blue-A200 {
  background-color: rgb(68,138,255) !important;
}

.mdl-color-text--blue-A400 {
  color: rgb(41,121,255) !important;
}

.mdl-color--blue-A400 {
  background-color: rgb(41,121,255) !important;
}

.mdl-color-text--blue-A700 {
  color: rgb(41,98,255) !important;
}

.mdl-color--blue-A700 {
  background-color: rgb(41,98,255) !important;
}

.mdl-color-text--light-blue {
  color: rgb(3,169,244) !important;
}

.mdl-color--light-blue {
  background-color: rgb(3,169,244) !important;
}

.mdl-color-text--light-blue-50 {
  color: rgb(225,245,254) !important;
}

.mdl-color--light-blue-50 {
  background-color: rgb(225,245,254) !important;
}

.mdl-color-text--light-blue-100 {
  color: rgb(179,229,252) !important;
}

.mdl-color--light-blue-100 {
  background-color: rgb(179,229,252) !important;
}

.mdl-color-text--light-blue-200 {
  color: rgb(129,212,250) !important;
}

.mdl-color--light-blue-200 {
  background-color: rgb(129,212,250) !important;
}

.mdl-color-text--light-blue-300 {
  color: rgb(79,195,247) !important;
}

.mdl-color--light-blue-300 {
  background-color: rgb(79,195,247) !important;
}

.mdl-color-text--light-blue-400 {
  color: rgb(41,182,246) !important;
}

.mdl-color--light-blue-400 {
  background-color: rgb(41,182,246) !important;
}

.mdl-color-text--light-blue-500 {
  color: rgb(3,169,244) !important;
}

.mdl-color--light-blue-500 {
  background-color: rgb(3,169,244) !important;
}

.mdl-color-text--light-blue-600 {
  color: rgb(3,155,229) !important;
}

.mdl-color--light-blue-600 {
  background-color: rgb(3,155,229) !important;
}

.mdl-color-text--light-blue-700 {
  color: rgb(2,136,209) !important;
}

.mdl-color--light-blue-700 {
  background-color: rgb(2,136,209) !important;
}

.mdl-color-text--light-blue-800 {
  color: rgb(2,119,189) !important;
}

.mdl-color--light-blue-800 {
  background-color: rgb(2,119,189) !important;
}

.mdl-color-text--light-blue-900 {
  color: rgb(1,87,155) !important;
}

.mdl-color--light-blue-900 {
  background-color: rgb(1,87,155) !important;
}

.mdl-color-text--light-blue-A100 {
  color: rgb(128,216,255) !important;
}

.mdl-color--light-blue-A100 {
  background-color: rgb(128,216,255) !important;
}

.mdl-color-text--light-blue-A200 {
  color: rgb(64,196,255) !important;
}

.mdl-color--light-blue-A200 {
  background-color: rgb(64,196,255) !important;
}

.mdl-color-text--light-blue-A400 {
  color: rgb(0,176,255) !important;
}

.mdl-color--light-blue-A400 {
  background-color: rgb(0,176,255) !important;
}

.mdl-color-text--light-blue-A700 {
  color: rgb(0,145,234) !important;
}

.mdl-color--light-blue-A700 {
  background-color: rgb(0,145,234) !important;
}

.mdl-color-text--cyan {
  color: rgb(0,188,212) !important;
}

.mdl-color--cyan {
  background-color: rgb(0,188,212) !important;
}

.mdl-color-text--cyan-50 {
  color: rgb(224,247,250) !important;
}

.mdl-color--cyan-50 {
  background-color: rgb(224,247,250) !important;
}

.mdl-color-text--cyan-100 {
  color: rgb(178,235,242) !important;
}

.mdl-color--cyan-100 {
  background-color: rgb(178,235,242) !important;
}

.mdl-color-text--cyan-200 {
  color: rgb(128,222,234) !important;
}

.mdl-color--cyan-200 {
  background-color: rgb(128,222,234) !important;
}

.mdl-color-text--cyan-300 {
  color: rgb(77,208,225) !important;
}

.mdl-color--cyan-300 {
  background-color: rgb(77,208,225) !important;
}

.mdl-color-text--cyan-400 {
  color: rgb(38,198,218) !important;
}

.mdl-color--cyan-400 {
  background-color: rgb(38,198,218) !important;
}

.mdl-color-text--cyan-500 {
  color: rgb(0,188,212) !important;
}

.mdl-color--cyan-500 {
  background-color: rgb(0,188,212) !important;
}

.mdl-color-text--cyan-600 {
  color: rgb(0,172,193) !important;
}

.mdl-color--cyan-600 {
  background-color: rgb(0,172,193) !important;
}

.mdl-color-text--cyan-700 {
  color: rgb(0,151,167) !important;
}

.mdl-color--cyan-700 {
  background-color: rgb(0,151,167) !important;
}

.mdl-color-text--cyan-800 {
  color: rgb(0,131,143) !important;
}

.mdl-color--cyan-800 {
  background-color: rgb(0,131,143) !important;
}

.mdl-color-text--cyan-900 {
  color: rgb(0,96,100) !important;
}

.mdl-color--cyan-900 {
  background-color: rgb(0,96,100) !important;
}

.mdl-color-text--cyan-A100 {
  color: rgb(132,255,255) !important;
}

.mdl-color--cyan-A100 {
  background-color: rgb(132,255,255) !important;
}

.mdl-color-text--cyan-A200 {
  color: rgb(24,255,255) !important;
}

.mdl-color--cyan-A200 {
  background-color: rgb(24,255,255) !important;
}

.mdl-color-text--cyan-A400 {
  color: rgb(0,229,255) !important;
}

.mdl-color--cyan-A400 {
  background-color: rgb(0,229,255) !important;
}

.mdl-color-text--cyan-A700 {
  color: rgb(0,184,212) !important;
}

.mdl-color--cyan-A700 {
  background-color: rgb(0,184,212) !important;
}

.mdl-color-text--teal {
  color: rgb(0,150,136) !important;
}

.mdl-color--teal {
  background-color: rgb(0,150,136) !important;
}

.mdl-color-text--teal-50 {
  color: rgb(224,242,241) !important;
}

.mdl-color--teal-50 {
  background-color: rgb(224,242,241) !important;
}

.mdl-color-text--teal-100 {
  color: rgb(178,223,219) !important;
}

.mdl-color--teal-100 {
  background-color: rgb(178,223,219) !important;
}

.mdl-color-text--teal-200 {
  color: rgb(128,203,196) !important;
}

.mdl-color--teal-200 {
  background-color: rgb(128,203,196) !important;
}

.mdl-color-text--teal-300 {
  color: rgb(77,182,172) !important;
}

.mdl-color--teal-300 {
  background-color: rgb(77,182,172) !important;
}

.mdl-color-text--teal-400 {
  color: rgb(38,166,154) !important;
}

.mdl-color--teal-400 {
  background-color: rgb(38,166,154) !important;
}

.mdl-color-text--teal-500 {
  color: rgb(0,150,136) !important;
}

.mdl-color--teal-500 {
  background-color: rgb(0,150,136) !important;
}

.mdl-color-text--teal-600 {
  color: rgb(0,137,123) !important;
}

.mdl-color--teal-600 {
  background-color: rgb(0,137,123) !important;
}

.mdl-color-text--teal-700 {
  color: rgb(0,121,107) !important;
}

.mdl-color--teal-700 {
  background-color: rgb(0,121,107) !important;
}

.mdl-color-text--teal-800 {
  color: rgb(0,105,92) !important;
}

.mdl-color--teal-800 {
  background-color: rgb(0,105,92) !important;
}

.mdl-color-text--teal-900 {
  color: rgb(0,77,64) !important;
}

.mdl-color--teal-900 {
  background-color: rgb(0,77,64) !important;
}

.mdl-color-text--teal-A100 {
  color: rgb(167,255,235) !important;
}

.mdl-color--teal-A100 {
  background-color: rgb(167,255,235) !important;
}

.mdl-color-text--teal-A200 {
  color: rgb(100,255,218) !important;
}

.mdl-color--teal-A200 {
  background-color: rgb(100,255,218) !important;
}

.mdl-color-text--teal-A400 {
  color: rgb(29,233,182) !important;
}

.mdl-color--teal-A400 {
  background-color: rgb(29,233,182) !important;
}

.mdl-color-text--teal-A700 {
  color: rgb(0,191,165) !important;
}

.mdl-color--teal-A700 {
  background-color: rgb(0,191,165) !important;
}

.mdl-color-text--green {
  color: rgb(76,175,80) !important;
}

.mdl-color--green {
  background-color: rgb(76,175,80) !important;
}

.mdl-color-text--green-50 {
  color: rgb(232,245,233) !important;
}

.mdl-color--green-50 {
  background-color: rgb(232,245,233) !important;
}

.mdl-color-text--green-100 {
  color: rgb(200,230,201) !important;
}

.mdl-color--green-100 {
  background-color: rgb(200,230,201) !important;
}

.mdl-color-text--green-200 {
  color: rgb(165,214,167) !important;
}

.mdl-color--green-200 {
  background-color: rgb(165,214,167) !important;
}

.mdl-color-text--green-300 {
  color: rgb(129,199,132) !important;
}

.mdl-color--green-300 {
  background-color: rgb(129,199,132) !important;
}

.mdl-color-text--green-400 {
  color: rgb(102,187,106) !important;
}

.mdl-color--green-400 {
  background-color: rgb(102,187,106) !important;
}

.mdl-color-text--green-500 {
  color: rgb(76,175,80) !important;
}

.mdl-color--green-500 {
  background-color: rgb(76,175,80) !important;
}

.mdl-color-text--green-600 {
  color: rgb(67,160,71) !important;
}

.mdl-color--green-600 {
  background-color: rgb(67,160,71) !important;
}

.mdl-color-text--green-700 {
  color: rgb(56,142,60) !important;
}

.mdl-color--green-700 {
  background-color: rgb(56,142,60) !important;
}

.mdl-color-text--green-800 {
  color: rgb(46,125,50) !important;
}

.mdl-color--green-800 {
  background-color: rgb(46,125,50) !important;
}

.mdl-color-text--green-900 {
  color: rgb(27,94,32) !important;
}

.mdl-color--green-900 {
  background-color: rgb(27,94,32) !important;
}

.mdl-color-text--green-A100 {
  color: rgb(185,246,202) !important;
}

.mdl-color--green-A100 {
  background-color: rgb(185,246,202) !important;
}

.mdl-color-text--green-A200 {
  color: rgb(105,240,174) !important;
}

.mdl-color--green-A200 {
  background-color: rgb(105,240,174) !important;
}

.mdl-color-text--green-A400 {
  color: rgb(0,230,118) !important;
}

.mdl-color--green-A400 {
  background-color: rgb(0,230,118) !important;
}

.mdl-color-text--green-A700 {
  color: rgb(0,200,83) !important;
}

.mdl-color--green-A700 {
  background-color: rgb(0,200,83) !important;
}

.mdl-color-text--light-green {
  color: rgb(139,195,74) !important;
}

.mdl-color--light-green {
  background-color: rgb(139,195,74) !important;
}

.mdl-color-text--light-green-50 {
  color: rgb(241,248,233) !important;
}

.mdl-color--light-green-50 {
  background-color: rgb(241,248,233) !important;
}

.mdl-color-text--light-green-100 {
  color: rgb(220,237,200) !important;
}

.mdl-color--light-green-100 {
  background-color: rgb(220,237,200) !important;
}

.mdl-color-text--light-green-200 {
  color: rgb(197,225,165) !important;
}

.mdl-color--light-green-200 {
  background-color: rgb(197,225,165) !important;
}

.mdl-color-text--light-green-300 {
  color: rgb(174,213,129) !important;
}

.mdl-color--light-green-300 {
  background-color: rgb(174,213,129) !important;
}

.mdl-color-text--light-green-400 {
  color: rgb(156,204,101) !important;
}

.mdl-color--light-green-400 {
  background-color: rgb(156,204,101) !important;
}

.mdl-color-text--light-green-500 {
  color: rgb(139,195,74) !important;
}

.mdl-color--light-green-500 {
  background-color: rgb(139,195,74) !important;
}

.mdl-color-text--light-green-600 {
  color: rgb(124,179,66) !important;
}

.mdl-color--light-green-600 {
  background-color: rgb(124,179,66) !important;
}

.mdl-color-text--light-green-700 {
  color: rgb(104,159,56) !important;
}

.mdl-color--light-green-700 {
  background-color: rgb(104,159,56) !important;
}

.mdl-color-text--light-green-800 {
  color: rgb(85,139,47) !important;
}

.mdl-color--light-green-800 {
  background-color: rgb(85,139,47) !important;
}

.mdl-color-text--light-green-900 {
  color: rgb(51,105,30) !important;
}

.mdl-color--light-green-900 {
  background-color: rgb(51,105,30) !important;
}

.mdl-color-text--light-green-A100 {
  color: rgb(204,255,144) !important;
}

.mdl-color--light-green-A100 {
  background-color: rgb(204,255,144) !important;
}

.mdl-color-text--light-green-A200 {
  color: rgb(178,255,89) !important;
}

.mdl-color--light-green-A200 {
  background-color: rgb(178,255,89) !important;
}

.mdl-color-text--light-green-A400 {
  color: rgb(118,255,3) !important;
}

.mdl-color--light-green-A400 {
  background-color: rgb(118,255,3) !important;
}

.mdl-color-text--light-green-A700 {
  color: rgb(100,221,23) !important;
}

.mdl-color--light-green-A700 {
  background-color: rgb(100,221,23) !important;
}

.mdl-color-text--lime {
  color: rgb(205,220,57) !important;
}

.mdl-color--lime {
  background-color: rgb(205,220,57) !important;
}

.mdl-color-text--lime-50 {
  color: rgb(249,251,231) !important;
}

.mdl-color--lime-50 {
  background-color: rgb(249,251,231) !important;
}

.mdl-color-text--lime-100 {
  color: rgb(240,244,195) !important;
}

.mdl-color--lime-100 {
  background-color: rgb(240,244,195) !important;
}

.mdl-color-text--lime-200 {
  color: rgb(230,238,156) !important;
}

.mdl-color--lime-200 {
  background-color: rgb(230,238,156) !important;
}

.mdl-color-text--lime-300 {
  color: rgb(220,231,117) !important;
}

.mdl-color--lime-300 {
  background-color: rgb(220,231,117) !important;
}

.mdl-color-text--lime-400 {
  color: rgb(212,225,87) !important;
}

.mdl-color--lime-400 {
  background-color: rgb(212,225,87) !important;
}

.mdl-color-text--lime-500 {
  color: rgb(205,220,57) !important;
}

.mdl-color--lime-500 {
  background-color: rgb(205,220,57) !important;
}

.mdl-color-text--lime-600 {
  color: rgb(192,202,51) !important;
}

.mdl-color--lime-600 {
  background-color: rgb(192,202,51) !important;
}

.mdl-color-text--lime-700 {
  color: rgb(175,180,43) !important;
}

.mdl-color--lime-700 {
  background-color: rgb(175,180,43) !important;
}

.mdl-color-text--lime-800 {
  color: rgb(158,157,36) !important;
}

.mdl-color--lime-800 {
  background-color: rgb(158,157,36) !important;
}

.mdl-color-text--lime-900 {
  color: rgb(130,119,23) !important;
}

.mdl-color--lime-900 {
  background-color: rgb(130,119,23) !important;
}

.mdl-color-text--lime-A100 {
  color: rgb(244,255,129) !important;
}

.mdl-color--lime-A100 {
  background-color: rgb(244,255,129) !important;
}

.mdl-color-text--lime-A200 {
  color: rgb(238,255,65) !important;
}

.mdl-color--lime-A200 {
  background-color: rgb(238,255,65) !important;
}

.mdl-color-text--lime-A400 {
  color: rgb(198,255,0) !important;
}

.mdl-color--lime-A400 {
  background-color: rgb(198,255,0) !important;
}

.mdl-color-text--lime-A700 {
  color: rgb(174,234,0) !important;
}

.mdl-color--lime-A700 {
  background-color: rgb(174,234,0) !important;
}

.mdl-color-text--yellow {
  color: rgb(255,235,59) !important;
}

.mdl-color--yellow {
  background-color: rgb(255,235,59) !important;
}

.mdl-color-text--yellow-50 {
  color: rgb(255,253,231) !important;
}

.mdl-color--yellow-50 {
  background-color: rgb(255,253,231) !important;
}

.mdl-color-text--yellow-100 {
  color: rgb(255,249,196) !important;
}

.mdl-color--yellow-100 {
  background-color: rgb(255,249,196) !important;
}

.mdl-color-text--yellow-200 {
  color: rgb(255,245,157) !important;
}

.mdl-color--yellow-200 {
  background-color: rgb(255,245,157) !important;
}

.mdl-color-text--yellow-300 {
  color: rgb(255,241,118) !important;
}

.mdl-color--yellow-300 {
  background-color: rgb(255,241,118) !important;
}

.mdl-color-text--yellow-400 {
  color: rgb(255,238,88) !important;
}

.mdl-color--yellow-400 {
  background-color: rgb(255,238,88) !important;
}

.mdl-color-text--yellow-500 {
  color: rgb(255,235,59) !important;
}

.mdl-color--yellow-500 {
  background-color: rgb(255,235,59) !important;
}

.mdl-color-text--yellow-600 {
  color: rgb(253,216,53) !important;
}

.mdl-color--yellow-600 {
  background-color: rgb(253,216,53) !important;
}

.mdl-color-text--yellow-700 {
  color: rgb(251,192,45) !important;
}

.mdl-color--yellow-700 {
  background-color: rgb(251,192,45) !important;
}

.mdl-color-text--yellow-800 {
  color: rgb(249,168,37) !important;
}

.mdl-color--yellow-800 {
  background-color: rgb(249,168,37) !important;
}

.mdl-color-text--yellow-900 {
  color: rgb(245,127,23) !important;
}

.mdl-color--yellow-900 {
  background-color: rgb(245,127,23) !important;
}

.mdl-color-text--yellow-A100 {
  color: rgb(255,255,141) !important;
}

.mdl-color--yellow-A100 {
  background-color: rgb(255,255,141) !important;
}

.mdl-color-text--yellow-A200 {
  color: rgb(255,255,0) !important;
}

.mdl-color--yellow-A200 {
  background-color: rgb(255,255,0) !important;
}

.mdl-color-text--yellow-A400 {
  color: rgb(255,234,0) !important;
}

.mdl-color--yellow-A400 {
  background-color: rgb(255,234,0) !important;
}

.mdl-color-text--yellow-A700 {
  color: rgb(255,214,0) !important;
}

.mdl-color--yellow-A700 {
  background-color: rgb(255,214,0) !important;
}

.mdl-color-text--amber {
  color: rgb(255,193,7) !important;
}

.mdl-color--amber {
  background-color: rgb(255,193,7) !important;
}

.mdl-color-text--amber-50 {
  color: rgb(255,248,225) !important;
}

.mdl-color--amber-50 {
  background-color: rgb(255,248,225) !important;
}

.mdl-color-text--amber-100 {
  color: rgb(255,236,179) !important;
}

.mdl-color--amber-100 {
  background-color: rgb(255,236,179) !important;
}

.mdl-color-text--amber-200 {
  color: rgb(255,224,130) !important;
}

.mdl-color--amber-200 {
  background-color: rgb(255,224,130) !important;
}

.mdl-color-text--amber-300 {
  color: rgb(255,213,79) !important;
}

.mdl-color--amber-300 {
  background-color: rgb(255,213,79) !important;
}

.mdl-color-text--amber-400 {
  color: rgb(255,202,40) !important;
}

.mdl-color--amber-400 {
  background-color: rgb(255,202,40) !important;
}

.mdl-color-text--amber-500 {
  color: rgb(255,193,7) !important;
}

.mdl-color--amber-500 {
  background-color: rgb(255,193,7) !important;
}

.mdl-color-text--amber-600 {
  color: rgb(255,179,0) !important;
}

.mdl-color--amber-600 {
  background-color: rgb(255,179,0) !important;
}

.mdl-color-text--amber-700 {
  color: rgb(255,160,0) !important;
}

.mdl-color--amber-700 {
  background-color: rgb(255,160,0) !important;
}

.mdl-color-text--amber-800 {
  color: rgb(255,143,0) !important;
}

.mdl-color--amber-800 {
  background-color: rgb(255,143,0) !important;
}

.mdl-color-text--amber-900 {
  color: rgb(255,111,0) !important;
}

.mdl-color--amber-900 {
  background-color: rgb(255,111,0) !important;
}

.mdl-color-text--amber-A100 {
  color: rgb(255,229,127) !important;
}

.mdl-color--amber-A100 {
  background-color: rgb(255,229,127) !important;
}

.mdl-color-text--amber-A200 {
  color: rgb(255,215,64) !important;
}

.mdl-color--amber-A200 {
  background-color: rgb(255,215,64) !important;
}

.mdl-color-text--amber-A400 {
  color: rgb(255,196,0) !important;
}

.mdl-color--amber-A400 {
  background-color: rgb(255,196,0) !important;
}

.mdl-color-text--amber-A700 {
  color: rgb(255,171,0) !important;
}

.mdl-color--amber-A700 {
  background-color: rgb(255,171,0) !important;
}

.mdl-color-text--orange {
  color: rgb(255,152,0) !important;
}

.mdl-color--orange {
  background-color: rgb(255,152,0) !important;
}

.mdl-color-text--orange-50 {
  color: rgb(255,243,224) !important;
}

.mdl-color--orange-50 {
  background-color: rgb(255,243,224) !important;
}

.mdl-color-text--orange-100 {
  color: rgb(255,224,178) !important;
}

.mdl-color--orange-100 {
  background-color: rgb(255,224,178) !important;
}

.mdl-color-text--orange-200 {
  color: rgb(255,204,128) !important;
}

.mdl-color--orange-200 {
  background-color: rgb(255,204,128) !important;
}

.mdl-color-text--orange-300 {
  color: rgb(255,183,77) !important;
}

.mdl-color--orange-300 {
  background-color: rgb(255,183,77) !important;
}

.mdl-color-text--orange-400 {
  color: rgb(255,167,38) !important;
}

.mdl-color--orange-400 {
  background-color: rgb(255,167,38) !important;
}

.mdl-color-text--orange-500 {
  color: rgb(255,152,0) !important;
}

.mdl-color--orange-500 {
  background-color: rgb(255,152,0) !important;
}

.mdl-color-text--orange-600 {
  color: rgb(251,140,0) !important;
}

.mdl-color--orange-600 {
  background-color: rgb(251,140,0) !important;
}

.mdl-color-text--orange-700 {
  color: rgb(245,124,0) !important;
}

.mdl-color--orange-700 {
  background-color: rgb(245,124,0) !important;
}

.mdl-color-text--orange-800 {
  color: rgb(239,108,0) !important;
}

.mdl-color--orange-800 {
  background-color: rgb(239,108,0) !important;
}

.mdl-color-text--orange-900 {
  color: rgb(230,81,0) !important;
}

.mdl-color--orange-900 {
  background-color: rgb(230,81,0) !important;
}

.mdl-color-text--orange-A100 {
  color: rgb(255,209,128) !important;
}

.mdl-color--orange-A100 {
  background-color: rgb(255,209,128) !important;
}

.mdl-color-text--orange-A200 {
  color: rgb(255,171,64) !important;
}

.mdl-color--orange-A200 {
  background-color: rgb(255,171,64) !important;
}

.mdl-color-text--orange-A400 {
  color: rgb(255,145,0) !important;
}

.mdl-color--orange-A400 {
  background-color: rgb(255,145,0) !important;
}

.mdl-color-text--orange-A700 {
  color: rgb(255,109,0) !important;
}

.mdl-color--orange-A700 {
  background-color: rgb(255,109,0) !important;
}

.mdl-color-text--deep-orange {
  color: rgb(255,87,34) !important;
}

.mdl-color--deep-orange {
  background-color: rgb(255,87,34) !important;
}

.mdl-color-text--deep-orange-50 {
  color: rgb(251,233,231) !important;
}

.mdl-color--deep-orange-50 {
  background-color: rgb(251,233,231) !important;
}

.mdl-color-text--deep-orange-100 {
  color: rgb(255,204,188) !important;
}

.mdl-color--deep-orange-100 {
  background-color: rgb(255,204,188) !important;
}

.mdl-color-text--deep-orange-200 {
  color: rgb(255,171,145) !important;
}

.mdl-color--deep-orange-200 {
  background-color: rgb(255,171,145) !important;
}

.mdl-color-text--deep-orange-300 {
  color: rgb(255,138,101) !important;
}

.mdl-color--deep-orange-300 {
  background-color: rgb(255,138,101) !important;
}

.mdl-color-text--deep-orange-400 {
  color: rgb(255,112,67) !important;
}

.mdl-color--deep-orange-400 {
  background-color: rgb(255,112,67) !important;
}

.mdl-color-text--deep-orange-500 {
  color: rgb(255,87,34) !important;
}

.mdl-color--deep-orange-500 {
  background-color: rgb(255,87,34) !important;
}

.mdl-color-text--deep-orange-600 {
  color: rgb(244,81,30) !important;
}

.mdl-color--deep-orange-600 {
  background-color: rgb(244,81,30) !important;
}

.mdl-color-text--deep-orange-700 {
  color: rgb(230,74,25) !important;
}

.mdl-color--deep-orange-700 {
  background-color: rgb(230,74,25) !important;
}

.mdl-color-text--deep-orange-800 {
  color: rgb(216,67,21) !important;
}

.mdl-color--deep-orange-800 {
  background-color: rgb(216,67,21) !important;
}

.mdl-color-text--deep-orange-900 {
  color: rgb(191,54,12) !important;
}

.mdl-color--deep-orange-900 {
  background-color: rgb(191,54,12) !important;
}

.mdl-color-text--deep-orange-A100 {
  color: rgb(255,158,128) !important;
}

.mdl-color--deep-orange-A100 {
  background-color: rgb(255,158,128) !important;
}

.mdl-color-text--deep-orange-A200 {
  color: rgb(255,110,64) !important;
}

.mdl-color--deep-orange-A200 {
  background-color: rgb(255,110,64) !important;
}

.mdl-color-text--deep-orange-A400 {
  color: rgb(255,61,0) !important;
}

.mdl-color--deep-orange-A400 {
  background-color: rgb(255,61,0) !important;
}

.mdl-color-text--deep-orange-A700 {
  color: rgb(221,44,0) !important;
}

.mdl-color--deep-orange-A700 {
  background-color: rgb(221,44,0) !important;
}

.mdl-color-text--brown {
  color: rgb(121,85,72) !important;
}

.mdl-color--brown {
  background-color: rgb(121,85,72) !important;
}

.mdl-color-text--brown-50 {
  color: rgb(239,235,233) !important;
}

.mdl-color--brown-50 {
  background-color: rgb(239,235,233) !important;
}

.mdl-color-text--brown-100 {
  color: rgb(215,204,200) !important;
}

.mdl-color--brown-100 {
  background-color: rgb(215,204,200) !important;
}

.mdl-color-text--brown-200 {
  color: rgb(188,170,164) !important;
}

.mdl-color--brown-200 {
  background-color: rgb(188,170,164) !important;
}

.mdl-color-text--brown-300 {
  color: rgb(161,136,127) !important;
}

.mdl-color--brown-300 {
  background-color: rgb(161,136,127) !important;
}

.mdl-color-text--brown-400 {
  color: rgb(141,110,99) !important;
}

.mdl-color--brown-400 {
  background-color: rgb(141,110,99) !important;
}

.mdl-color-text--brown-500 {
  color: rgb(121,85,72) !important;
}

.mdl-color--brown-500 {
  background-color: rgb(121,85,72) !important;
}

.mdl-color-text--brown-600 {
  color: rgb(109,76,65) !important;
}

.mdl-color--brown-600 {
  background-color: rgb(109,76,65) !important;
}

.mdl-color-text--brown-700 {
  color: rgb(93,64,55) !important;
}

.mdl-color--brown-700 {
  background-color: rgb(93,64,55) !important;
}

.mdl-color-text--brown-800 {
  color: rgb(78,52,46) !important;
}

.mdl-color--brown-800 {
  background-color: rgb(78,52,46) !important;
}

.mdl-color-text--brown-900 {
  color: rgb(62,39,35) !important;
}

.mdl-color--brown-900 {
  background-color: rgb(62,39,35) !important;
}

.mdl-color-text--grey {
  color: rgb(158,158,158) !important;
}

.mdl-color--grey {
  background-color: rgb(158,158,158) !important;
}

.mdl-color-text--grey-50 {
  color: rgb(250,250,250) !important;
}

.mdl-color--grey-50 {
  background-color: rgb(250,250,250) !important;
}

.mdl-color-text--grey-100 {
  color: rgb(245,245,245) !important;
}

.mdl-color--grey-100 {
  background-color: rgb(245,245,245) !important;
}

.mdl-color-text--grey-200 {
  color: rgb(238,238,238) !important;
}

.mdl-color--grey-200 {
  background-color: rgb(238,238,238) !important;
}

.mdl-color-text--grey-300 {
  color: rgb(224,224,224) !important;
}

.mdl-color--grey-300 {
  background-color: rgb(224,224,224) !important;
}

.mdl-color-text--grey-400 {
  color: rgb(189,189,189) !important;
}

.mdl-color--grey-400 {
  background-color: rgb(189,189,189) !important;
}

.mdl-color-text--grey-500 {
  color: rgb(158,158,158) !important;
}

.mdl-color--grey-500 {
  background-color: rgb(158,158,158) !important;
}

.mdl-color-text--grey-600 {
  color: rgb(117,117,117) !important;
}

.mdl-color--grey-600 {
  background-color: rgb(117,117,117) !important;
}

.mdl-color-text--grey-700 {
  color: rgb(97,97,97) !important;
}

.mdl-color--grey-700 {
  background-color: rgb(97,97,97) !important;
}

.mdl-color-text--grey-800 {
  color: rgb(66,66,66) !important;
}

.mdl-color--grey-800 {
  background-color: rgb(66,66,66) !important;
}

.mdl-color-text--grey-900 {
  color: rgb(33,33,33) !important;
}

.mdl-color--grey-900 {
  background-color: rgb(33,33,33) !important;
}

.mdl-color-text--blue-grey {
  color: rgb(96,125,139) !important;
}

.mdl-color--blue-grey {
  background-color: rgb(96,125,139) !important;
}

.mdl-color-text--blue-grey-50 {
  color: rgb(236,239,241) !important;
}

.mdl-color--blue-grey-50 {
  background-color: rgb(236,239,241) !important;
}

.mdl-color-text--blue-grey-100 {
  color: rgb(207,216,220) !important;
}

.mdl-color--blue-grey-100 {
  background-color: rgb(207,216,220) !important;
}

.mdl-color-text--blue-grey-200 {
  color: rgb(176,190,197) !important;
}

.mdl-color--blue-grey-200 {
  background-color: rgb(176,190,197) !important;
}

.mdl-color-text--blue-grey-300 {
  color: rgb(144,164,174) !important;
}

.mdl-color--blue-grey-300 {
  background-color: rgb(144,164,174) !important;
}

.mdl-color-text--blue-grey-400 {
  color: rgb(120,144,156) !important;
}

.mdl-color--blue-grey-400 {
  background-color: rgb(120,144,156) !important;
}

.mdl-color-text--blue-grey-500 {
  color: rgb(96,125,139) !important;
}

.mdl-color--blue-grey-500 {
  background-color: rgb(96,125,139) !important;
}

.mdl-color-text--blue-grey-600 {
  color: rgb(84,110,122) !important;
}

.mdl-color--blue-grey-600 {
  background-color: rgb(84,110,122) !important;
}

.mdl-color-text--blue-grey-700 {
  color: rgb(69,90,100) !important;
}

.mdl-color--blue-grey-700 {
  background-color: rgb(69,90,100) !important;
}

.mdl-color-text--blue-grey-800 {
  color: rgb(55,71,79) !important;
}

.mdl-color--blue-grey-800 {
  background-color: rgb(55,71,79) !important;
}

.mdl-color-text--blue-grey-900 {
  color: rgb(38,50,56) !important;
}

.mdl-color--blue-grey-900 {
  background-color: rgb(38,50,56) !important;
}

.mdl-color--black {
  background-color: rgb(0,0,0) !important;
}

.mdl-color-text--black {
  color: rgb(0,0,0) !important;
}

.mdl-color--white {
  background-color: rgb(255,255,255) !important;
}

.mdl-color-text--white {
  color: rgb(255,255,255) !important;
}

.mdl-color--primary {
  background-color: rgb(63,81,181) !important;
}

.mdl-color--primary-contrast {
  background-color: rgb(255,255,255) !important;
}

.mdl-color--primary-dark {
  background-color: rgb(48,63,159) !important;
}

.mdl-color--accent {
  background-color: rgb(255,64,129) !important;
}

.mdl-color--accent-contrast {
  background-color: rgb(255,255,255) !important;
}

.mdl-color-text--primary {
  color: rgb(63,81,181) !important;
}

.mdl-color-text--primary-contrast {
  color: rgb(255,255,255) !important;
}

.mdl-color-text--primary-dark {
  color: rgb(48,63,159) !important;
}

.mdl-color-text--accent {
  color: rgb(255,64,129) !important;
}

.mdl-color-text--accent-contrast {
  color: rgb(255,255,255) !important;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-ripple {
  background: rgb(0,0,0);
  border-radius: 50%;
  height: 50px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  overflow: hidden;
}

.mdl-ripple.is-animating {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
}

.mdl-ripple.is-visible {
  opacity: 0.3;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-animation--default {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-animation--fast-out-slow-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-animation--linear-out-slow-in {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.mdl-animation--fast-out-linear-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-badge {
  position: relative;
  white-space: nowrap;
  margin-right: 24px;
}

.mdl-badge:not([data-badge]) {
  margin-right: auto;
}

.mdl-badge[data-badge]:after {
  content: attr(data-badge);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -11px;
  right: -24px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgb(255,64,129);
  color: rgb(255,255,255);
}

.mdl-button .mdl-badge[data-badge]:after {
  top: -10px;
  right: -5px;
}

.mdl-badge.mdl-badge--no-background[data-badge]:after {
  color: rgb(255,64,129);
  background: rgb(255,255,255);
  box-shadow: 0 0 1px gray;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-button {
  background: transparent;
  border: none;
  border-radius: 2px;
  color: rgb(0,0,0);
  position: relative;
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

.mdl-button::-moz-focus-inner {
  border: 0;
}

.mdl-button:hover {
  background-color: rgba(158,158,158, 0.20);
}

.mdl-button:focus:not(:active) {
  background-color: rgba(0,0,0, 0.12);
}

.mdl-button:active {
  background-color: rgba(158,158,158, 0.40);
}

.mdl-button.mdl-button--colored {
  color: rgb(63,81,181);
}

.mdl-button.mdl-button--colored:focus:not(:active) {
  background-color: rgba(0,0,0, 0.12);
}

input.mdl-button[type="submit"] {
  -webkit-appearance: none;
}

.mdl-button--raised {
  background: rgba(158,158,158, 0.20);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-button--raised:active {
  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.2);
  background-color: rgba(158,158,158, 0.40);
}

.mdl-button--raised:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158,158,158, 0.40);
}

.mdl-button--raised.mdl-button--colored {
  background: rgb(63,81,181);
  color: rgb(255,255,255);
}

.mdl-button--raised.mdl-button--colored:hover {
  background-color: rgb(63,81,181);
}

.mdl-button--raised.mdl-button--colored:active {
  background-color: rgb(63,81,181);
}

.mdl-button--raised.mdl-button--colored:focus:not(:active) {
  background-color: rgb(63,81,181);
}

.mdl-button--raised.mdl-button--colored .mdl-ripple {
  background: rgb(255,255,255);
}

.mdl-button--fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  background: rgba(158,158,158, 0.20);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
}

.mdl-button--fab .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px, -12px);
  -ms-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}

.mdl-button--fab.mdl-button--mini-fab {
  height: 40px;
  min-width: 40px;
  width: 40px;
}

.mdl-button--fab .mdl-button__ripple-container {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.mdl-button--fab:active {
  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.2);
  background-color: rgba(158,158,158, 0.40);
}

.mdl-button--fab:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158,158,158, 0.40);
}

.mdl-button--fab.mdl-button--colored {
  background: rgb(255,64,129);
  color: rgb(255,255,255);
}

.mdl-button--fab.mdl-button--colored:hover {
  background-color: rgb(255,64,129);
}

.mdl-button--fab.mdl-button--colored:focus:not(:active) {
  background-color: rgb(255,64,129);
}

.mdl-button--fab.mdl-button--colored:active {
  background-color: rgb(255,64,129);
}

.mdl-button--fab.mdl-button--colored .mdl-ripple {
  background: rgb(255,255,255);
}

.mdl-button--icon {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal;
}

.mdl-button--icon .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px, -12px);
  -ms-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}

.mdl-button--icon.mdl-button--mini-icon {
  height: 24px;
  min-width: 24px;
  width: 24px;
}

.mdl-button--icon.mdl-button--mini-icon .material-icons {
  top: 0px;
  left: 0px;
}

.mdl-button--icon .mdl-button__ripple-container {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.mdl-button__ripple-container {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple,
.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple {
  background-color: transparent;
}

.mdl-button--primary.mdl-button--primary {
  color: rgb(63,81,181);
}

.mdl-button--primary.mdl-button--primary .mdl-ripple {
  background: rgb(255,255,255);
}

.mdl-button--primary.mdl-button--primary.mdl-button--raised,
.mdl-button--primary.mdl-button--primary.mdl-button--fab {
  color: rgb(255,255,255);
  background-color: rgb(63,81,181);
}

.mdl-button--accent.mdl-button--accent {
  color: rgb(255,64,129);
}

.mdl-button--accent.mdl-button--accent .mdl-ripple {
  background: rgb(255,255,255);
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised,
.mdl-button--accent.mdl-button--accent.mdl-button--fab {
  color: rgb(255,255,255);
  background-color: rgb(255,64,129);
}

.mdl-button[disabled][disabled],
.mdl-button.mdl-button--disabled.mdl-button--disabled {
  color: rgba(0,0,0, 0.26);
  cursor: default;
  background-color: transparent;
}

.mdl-button--fab[disabled][disabled],
.mdl-button--fab.mdl-button--disabled.mdl-button--disabled {
  background-color: rgba(0,0,0, 0.12);
  color: rgba(0,0,0, 0.26);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-button--raised[disabled][disabled],
.mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
  background-color: rgba(0,0,0, 0.12);
  color: rgba(0,0,0, 0.26);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-button--colored[disabled][disabled],
.mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
  color: rgba(0,0,0, 0.26);
}

.mdl-button .material-icons {
  vertical-align: middle;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  min-height: 200px;
  overflow: hidden;
  width: 330px;
  z-index: 1;
  position: relative;
  background: rgb(255,255,255);
  border-radius: 2px;
  box-sizing: border-box;
}

.mdl-card__media {
  background-color: rgb(255,64,129);
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-origin: padding-box;
  background-attachment: scroll;
  box-sizing: border-box;
}

.mdl-card__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(0,0,0);
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  line-height: normal;
  padding: 16px 16px;
  -webkit-perspective-origin: 165px 56px;
  perspective-origin: 165px 56px;
  -webkit-transform-origin: 165px 56px;
  -ms-transform-origin: 165px 56px;
  transform-origin: 165px 56px;
  box-sizing: border-box;
}

.mdl-card__title.mdl-card--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mdl-card__title-text {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: inherit;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
  -webkit-transform-origin: 149px 48px;
  -ms-transform-origin: 149px 48px;
  transform-origin: 149px 48px;
  margin: 0;
}

.mdl-card__subtitle-text {
  font-size: 14px;
  color: rgba(0,0,0, 0.54);
  margin: 0;
}

.mdl-card__supporting-text {
  color: rgba(0,0,0, 0.54);
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  padding: 16px 16px;
  width: 90%;
}

.mdl-card__actions {
  font-size: 16px;
  line-height: normal;
  width: 100%;
  background-color: transparent;
  padding: 8px;
  box-sizing: border-box;
}

.mdl-card__actions.mdl-card--border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mdl-card--expand {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mdl-card__menu {
  position: absolute;
  right: 16px;
  top: 16px;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-checkbox {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
}

.mdl-checkbox.is-upgraded {
  padding-left: 24px;
}

.mdl-checkbox__input {
  line-height: 24px;
}

.mdl-checkbox.is-upgraded .mdl-checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.mdl-checkbox__box-outline {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid rgba(0,0,0, 0.54);
  border-radius: 2px;
  z-index: 2;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border: 2px solid rgb(63,81,181);
}

.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
  border: 2px solid rgba(0,0,0, 0.26);
  cursor: auto;
}

.mdl-checkbox__focus-helper {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
}

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
  box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
  box-shadow: 0 0 0px 8px rgba(63,81,181, 0.26);
  background-color: rgba(63,81,181, 0.26);
}

.mdl-checkbox__tick-outline {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
  mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
  background: transparent;
  -webkit-transition-duration: 0.28s;
  transition-duration: 0.28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background;
  transition-property: background;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background: rgb(63,81,181) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline {
  background: rgba(0,0,0, 0.26) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.mdl-checkbox__label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.mdl-checkbox.is-disabled .mdl-checkbox__label {
  color: rgba(0,0,0, 0.26);
  cursor: auto;
}

.mdl-checkbox__ripple-container {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -10px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.mdl-checkbox__ripple-container .mdl-ripple {
  background: rgb(63,81,181);
}

.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
  cursor: auto;
}

.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
  background: transparent;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-data-table {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 13px;
  background-color: rgb(255,255,255);
}

.mdl-data-table thead {
  padding-bottom: 3px;
}

.mdl-data-table thead .mdl-data-table__select {
  margin-top: 0;
}

.mdl-data-table tbody tr {
  position: relative;
  height: 48px;
  -webkit-transition-duration: 0.28s;
  transition-duration: 0.28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.mdl-data-table tbody tr.is-selected {
  background-color: #e0e0e0;
}

.mdl-data-table tbody tr:hover {
  background-color: #eeeeee;
}

.mdl-data-table td,
.mdl-data-table th {
  padding: 0 18px 0 18px;
  text-align: right;
}

.mdl-data-table td:first-of-type,
.mdl-data-table th:first-of-type {
  padding-left: 24px;
}

.mdl-data-table td:last-of-type,
.mdl-data-table th:last-of-type {
  padding-right: 24px;
}

.mdl-data-table td {
  position: relative;
  vertical-align: top;
  height: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 12px;
  box-sizing: border-box;
}

.mdl-data-table td .mdl-data-table__select {
  vertical-align: top;
  position: absolute;
  left: 24px;
}

.mdl-data-table th {
  position: relative;
  vertical-align: bottom;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
  height: 48px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 8px;
  box-sizing: border-box;
}

.mdl-data-table th .mdl-data-table__select {
  position: absolute;
  bottom: 8px;
  left: 24px;
}

.mdl-data-table__select {
  width: 16px;
}

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
  text-align: left;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-mega-footer {
  padding: 16px 40px;
  color: rgb(158,158,158);
  background-color: rgb(66,66,66);
}

.mdl-mega-footer--top-section:after,
.mdl-mega-footer--middle-section:after,
.mdl-mega-footer--bottom-section:after,
.mdl-mega-footer__top-section:after,
.mdl-mega-footer__middle-section:after,
.mdl-mega-footer__bottom-section:after {
  content: '';
  display: block;
  clear: both;
}

.mdl-mega-footer--left-section,
.mdl-mega-footer__left-section {
  margin-bottom: 16px;
}

.mdl-mega-footer--right-section,
.mdl-mega-footer__right-section {
  margin-bottom: 16px;
}

.mdl-mega-footer--right-section a,
.mdl-mega-footer__right-section a {
  display: block;
  margin-bottom: 16px;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 760px) {
  .mdl-mega-footer--left-section,
  .mdl-mega-footer__left-section {
    float: left;
  }

  .mdl-mega-footer--right-section,
  .mdl-mega-footer__right-section {
    float: right;
  }

  .mdl-mega-footer--right-section a,
  .mdl-mega-footer__right-section a {
    display: inline-block;
    margin-left: 16px;
    line-height: 36px;
    vertical-align: middle;
  }
}

.mdl-mega-footer--social-btn,
.mdl-mega-footer__social-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-color: rgb(158,158,158);
  border: none;
}

.mdl-mega-footer--drop-down-section,
.mdl-mega-footer__drop-down-section {
  display: block;
  position: relative;
}

@media screen and (min-width: 760px) {
  .mdl-mega-footer--drop-down-section,
  .mdl-mega-footer__drop-down-section {
    width: 33%;
  }

  .mdl-mega-footer--drop-down-section:nth-child(1),
  .mdl-mega-footer--drop-down-section:nth-child(2),
  .mdl-mega-footer__drop-down-section:nth-child(1),
  .mdl-mega-footer__drop-down-section:nth-child(2) {
    float: left;
  }

  .mdl-mega-footer--drop-down-section:nth-child(3),
  .mdl-mega-footer__drop-down-section:nth-child(3) {
    float: right;
  }

  .mdl-mega-footer--drop-down-section:nth-child(3):after,
  .mdl-mega-footer__drop-down-section:nth-child(3):after {
    clear: right;
  }

  .mdl-mega-footer--drop-down-section:nth-child(4),
  .mdl-mega-footer__drop-down-section:nth-child(4) {
    clear: right;
    float: right;
  }

  .mdl-mega-footer--middle-section:after,
  .mdl-mega-footer__middle-section:after {
    content: '';
    display: block;
    clear: both;
  }

  .mdl-mega-footer--bottom-section,
  .mdl-mega-footer__bottom-section {
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .mdl-mega-footer--drop-down-section,
  .mdl-mega-footer--drop-down-section:nth-child(3),
  .mdl-mega-footer--drop-down-section:nth-child(4),
  .mdl-mega-footer__drop-down-section,
  .mdl-mega-footer__drop-down-section:nth-child(3),
  .mdl-mega-footer__drop-down-section:nth-child(4) {
    width: 24%;
    float: left;
  }
}

.mdl-mega-footer--heading-checkbox,
.mdl-mega-footer__heading-checkbox {
  position: absolute;
  width: 100%;
  height: 55.8px;
  padding: 32px;
  margin: 0;
  margin-top: -16px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.mdl-mega-footer--heading-checkbox + .mdl-mega-footer--heading:after,
.mdl-mega-footer--heading-checkbox + .mdl-mega-footer__heading:after,
.mdl-mega-footer__heading-checkbox + .mdl-mega-footer--heading:after,
.mdl-mega-footer__heading-checkbox + .mdl-mega-footer__heading:after {
  font-family: 'Material Icons';
  content: '\E5CE';
}

.mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--link-list,
.mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__link-list,
.mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list,
.mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list,
.mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--link-list,
.mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__link-list,
.mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list,
.mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list {
  display: none;
}

.mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading:after,
.mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading:after,
.mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading:after,
.mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading:after {
  font-family: 'Material Icons';
  content: '\E5CF';
}

.mdl-mega-footer--heading,
.mdl-mega-footer__heading {
  position: relative;
  width: 100%;
  padding-right: 39.8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgb(224,224,224);
}

.mdl-mega-footer--heading:after,
.mdl-mega-footer__heading:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 23.8px;
  height: 23.8px;
  background-size: cover;
}

.mdl-mega-footer--link-list,
.mdl-mega-footer__link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
}

.mdl-mega-footer--link-list:after,
.mdl-mega-footer__link-list:after {
  clear: both;
  display: block;
  content: '';
}

.mdl-mega-footer--link-list li,
.mdl-mega-footer__link-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  line-height: 20px;
}

.mdl-mega-footer--link-list a,
.mdl-mega-footer__link-list a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (min-width: 760px) {
  .mdl-mega-footer--heading-checkbox,
  .mdl-mega-footer__heading-checkbox {
    display: none;
  }

  .mdl-mega-footer--heading-checkbox + .mdl-mega-footer--heading:after,
  .mdl-mega-footer--heading-checkbox + .mdl-mega-footer__heading:after,
  .mdl-mega-footer__heading-checkbox + .mdl-mega-footer--heading:after,
  .mdl-mega-footer__heading-checkbox + .mdl-mega-footer__heading:after {
    background-image: none;
  }

  .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--link-list,
  .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__link-list,
  .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list,
  .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list,
  .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--link-list,
  .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__link-list,
  .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading + .mdl-mega-footer__link-list,
  .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading + .mdl-mega-footer--link-list {
    display: block;
  }

  .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer--heading:after,
  .mdl-mega-footer--heading-checkbox:checked + .mdl-mega-footer__heading:after,
  .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer--heading:after,
  .mdl-mega-footer__heading-checkbox:checked + .mdl-mega-footer__heading:after {
    content: '';
  }
}

.mdl-mega-footer--bottom-section,
.mdl-mega-footer__bottom-section {
  padding-top: 16px;
  margin-bottom: 16px;
}

.mdl-logo {
  margin-bottom: 16px;
  color: white;
}

.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li,
.mdl-mega-footer__bottom-section .mdl-mega-footer__link-list li {
  float: left;
  margin-bottom: 0;
  margin-right: 16px;
}

@media screen and (min-width: 760px) {
  .mdl-logo {
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-mini-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 16px;
  color: rgb(158,158,158);
  background-color: rgb(66,66,66);
}

.mdl-mini-footer:after {
  content: '';
  display: block;
}

.mdl-mini-footer .mdl-logo {
  line-height: 36px;
}

.mdl-mini-footer--link-list,
.mdl-mini-footer__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mdl-mini-footer--link-list li,
.mdl-mini-footer__link-list li {
  margin-bottom: 0;
  margin-right: 16px;
}

@media screen and (min-width: 760px) {
  .mdl-mini-footer--link-list li,
  .mdl-mini-footer__link-list li {
    line-height: 36px;
  }
}

.mdl-mini-footer--link-list a,
.mdl-mini-footer__link-list a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.mdl-mini-footer--left-section,
.mdl-mini-footer__left-section {
  display: inline-block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.mdl-mini-footer--right-section,
.mdl-mini-footer__right-section {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.mdl-mini-footer--social-btn,
.mdl-mini-footer__social-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-color: rgb(158,158,158);
  border: none;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-icon-toggle {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0;
}

.mdl-icon-toggle__input {
  line-height: 32px;
}

.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.mdl-icon-toggle__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 32px;
  width: 32px;
  min-width: 32px;
  color: rgb(97,97,97);
  border-radius: 50%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background-color: transparent;
  will-change: background-color;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-icon-toggle__label.material-icons {
  line-height: 32px;
  font-size: 24px;
}

.mdl-icon-toggle.is-checked .mdl-icon-toggle__label {
  color: rgb(63,81,181);
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label {
  color: rgba(0,0,0, 0.26);
  cursor: auto;
  -webkit-transition: none;
  transition: none;
}

.mdl-icon-toggle.is-focused .mdl-icon-toggle__label {
  background-color: rgba(0,0,0, 0.12);
}

.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label {
  background-color: rgba(63,81,181, 0.26);
}

.mdl-icon-toggle__ripple-container {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -2px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.mdl-icon-toggle__ripple-container .mdl-ripple {
  background: rgb(97,97,97);
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container {
  cursor: auto;
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple {
  background: transparent;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-menu__container {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  overflow: visible;
  height: 0;
  width: 0;
  visibility: hidden;
  z-index: -1;
}

.mdl-menu__container.is-visible,
.mdl-menu__container.is-animating {
  z-index: 999;
  visibility: visible;
}

.mdl-menu__outline {
  display: block;
  background: rgb(255,255,255);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.mdl-menu__container.is-visible .mdl-menu__outline {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 999;
}

.mdl-menu__outline.mdl-menu--bottom-right {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.mdl-menu__outline.mdl-menu--top-left {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.mdl-menu__outline.mdl-menu--top-right {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.mdl-menu {
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 124px;
  padding: 8px 0;
  margin: 0;
  opacity: 0;
  clip: rect(0 0 0 0);
  z-index: -1;
}

.mdl-menu__container.is-visible .mdl-menu {
  opacity: 1;
  z-index: 999;
}

.mdl-menu.is-animating {
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-menu.mdl-menu--bottom-right {
  left: auto;
  right: 0;
}

.mdl-menu.mdl-menu--top-left {
  top: auto;
  bottom: 0;
}

.mdl-menu.mdl-menu--top-right {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.mdl-menu.mdl-menu--unaligned {
  top: auto;
  left: auto;
}

.mdl-menu__item {
  display: block;
  border: none;
  color: rgba(0,0,0, 0.87);
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 16px;
  outline-color: rgb(189,189,189);
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mdl-menu__container.is-visible .mdl-menu__item {
  opacity: 1;
}

.mdl-menu__item::-moz-focus-inner {
  border: 0;
}

.mdl-menu__item[disabled] {
  color: rgb(189,189,189);
  background-color: transparent;
  cursor: auto;
}

.mdl-menu__item[disabled]:hover {
  background-color: transparent;
}

.mdl-menu__item[disabled]:focus {
  background-color: transparent;
}

.mdl-menu__item[disabled] .mdl-ripple {
  background: transparent;
}

.mdl-menu__item:hover {
  background-color: rgb(238,238,238);
}

.mdl-menu__item:focus {
  outline: none;
  background-color: rgb(238,238,238);
}

.mdl-menu__item:active {
  background-color: rgb(224,224,224);
}

.mdl-menu__item--ripple-container {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-progress {
  display: block;
  position: relative;
  height: 4px;
  width: 500px;
}

.mdl-progress > .bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  -webkit-transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-progress > .progressbar {
  background-color: rgb(63,81,181);
  z-index: 1;
  left: 0;
}

.mdl-progress > .bufferbar {
  background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), -webkit-linear-gradient(left, rgb(63,81,181), rgb(63,81,181));
  background-image: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), linear-gradient(to right, rgb(63,81,181), rgb(63,81,181));
  z-index: 0;
  left: 0;
}

.mdl-progress > .auxbar {
  right: 0;
}

@supports (-webkit-appearance: none) {
  .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
    background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), -webkit-linear-gradient(left, rgb(63,81,181), rgb(63,81,181));
    background-image: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), linear-gradient(to right, rgb(63,81,181), rgb(63,81,181));
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
  }
}

.mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
  background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0.9), rgba(255,255,255, 0.9)), -webkit-linear-gradient(left, rgb(63,81,181), rgb(63,81,181));
  background-image: linear-gradient(to right, rgba(255,255,255, 0.9), rgba(255,255,255, 0.9)), linear-gradient(to right, rgb(63,81,181), rgb(63,81,181));
}

.mdl-progress.mdl-progress__indeterminate > .bar1 {
  background-color: rgb(63,81,181);
  -webkit-animation-name: indeterminate1;
  animation-name: indeterminate1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.mdl-progress.mdl-progress__indeterminate > .bar3 {
  background-image: none;
  background-color: rgb(63,81,181);
  -webkit-animation-name: indeterminate2;
  animation-name: indeterminate2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes indeterminate1 {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 25%;
    width: 75%;
  }

  75% {
    left: 100%;
    width: 0%;
  }
}

@keyframes indeterminate1 {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 25%;
    width: 75%;
  }

  75% {
    left: 100%;
    width: 0%;
  }
}

@-webkit-keyframes indeterminate2 {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 0%;
    width: 0%;
  }

  75% {
    left: 0%;
    width: 25%;
  }

  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes indeterminate2 {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 0%;
    width: 0%;
  }

  75% {
    left: 0%;
    width: 25%;
  }

  100% {
    left: 100%;
    width: 0%;
  }
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.mdl-navigation__link {
  color: rgb(66,66,66);
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  margin: 0;
}

.mdl-layout {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.mdl-layout.is-small-screen .mdl-layout--large-screen-only {
  display: none;
}

.mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only {
  display: none;
}

.mdl-layout__container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mdl-layout__title,
.mdl-layout-title {
  display: block;
  position: relative;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  box-sizing: border-box;
}

.mdl-layout-spacer {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mdl-layout__drawer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 240px;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-right: 1px solid rgb(224,224,224);
  background: rgb(250,250,250);
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  color: rgb(66,66,66);
  overflow: visible;
  overflow-y: auto;
  z-index: 5;
}

.mdl-layout__drawer.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mdl-layout__drawer.is-visible ~ .mdl-layout__content.mdl-layout__content {
  overflow: hidden;
}

.mdl-layout__drawer > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mdl-layout__drawer > .mdl-layout__title,
.mdl-layout__drawer > .mdl-layout-title {
  line-height: 64px;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__drawer > .mdl-layout__title,
  .mdl-layout__drawer > .mdl-layout-title {
    line-height: 56px;
    padding-left: 16px;
  }
}

.mdl-layout__drawer .mdl-navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 16px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 16px 40px;
  margin: 0;
  color: #757575;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    padding: 16px 16px;
  }
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
  background-color: rgb(224,224,224);
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
  background-color: rgb(0,0,0);
  color: rgb(224,224,224);
}

@media screen and (min-width: 1025px) {
  .mdl-layout--fixed-drawer > .mdl-layout__drawer {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.mdl-layout__drawer-button {
  display: block;
  position: absolute;
  height: 48px;
  width: 48px;
  border: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  line-height: 50px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 10px 12px;
  top: 0;
  left: 0;
  color: rgb(255,255,255);
  z-index: 4;
}

.mdl-layout__header .mdl-layout__drawer-button {
  position: absolute;
  color: rgb(255,255,255);
  background-color: inherit;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header .mdl-layout__drawer-button {
    margin: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .mdl-layout__drawer-button {
    margin: 4px;
    color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 1025px) {
  .mdl-layout--fixed-drawer > .mdl-layout__drawer-button {
    display: none;
  }
}

.mdl-layout__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  min-height: 64px;
  max-height: 1000px;
  z-index: 3;
  background-color: rgb(63,81,181);
  color: rgb(255,255,255);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: max-height, box-shadow;
  transition-property: max-height, box-shadow;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header {
    min-height: 56px;
  }
}

.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen) > .mdl-layout__header {
  margin-left: 240px;
  width: calc(100% - 240px);
}

@media screen and (min-width: 1025px) {
  .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
    padding-left: 40px;
  }
}

.mdl-layout__header > .mdl-layout-icon {
  position: absolute;
  left: 40px;
  top: 16px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  z-index: 3;
  display: block;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header > .mdl-layout-icon {
    left: 16px;
    top: 12px;
  }
}

.mdl-layout.has-drawer .mdl-layout__header > .mdl-layout-icon {
  display: none;
}

.mdl-layout__header.is-compact {
  max-height: 64px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header.is-compact {
    max-height: 56px;
  }
}

.mdl-layout__header.is-compact.has-tabs {
  height: 112px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header.is-compact.has-tabs {
    min-height: 104px;
  }
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header {
    display: none;
  }

  .mdl-layout--fixed-header > .mdl-layout__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mdl-layout__header--transparent.mdl-layout__header--transparent {
  background-color: transparent;
  box-shadow: none;
}

.mdl-layout__header--seamed {
  box-shadow: none;
}

.mdl-layout__header--scroll {
  box-shadow: none;
}

.mdl-layout__header--waterfall {
  box-shadow: none;
  overflow: hidden;
}

.mdl-layout__header--waterfall.is-casting-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-layout__header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  margin: 0;
  padding: 0 40px 0 80px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header-row {
    height: 56px;
    padding: 0 16px 0 72px;
  }
}

.mdl-layout__header-row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mdl-layout__header--scroll .mdl-layout__header-row {
  width: 100%;
}

.mdl-layout__header-row .mdl-navigation {
  margin: 0;
  padding: 0;
  height: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header-row .mdl-navigation {
    height: 56px;
  }
}

.mdl-layout__header-row .mdl-navigation__link {
  display: block;
  color: rgb(255,255,255);
  line-height: 64px;
  padding: 0 24px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header-row .mdl-navigation__link {
    line-height: 56px;
    padding: 0 16px;
  }
}

.mdl-layout__obfuscator {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-layout__obfuscator.is-visible {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.mdl-layout__content {
  -ms-flex: 0 1 auto;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.mdl-layout--fixed-drawer > .mdl-layout__content {
  margin-left: 240px;
}

.mdl-layout__container.has-scrolling-header .mdl-layout__content {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .mdl-layout--fixed-drawer > .mdl-layout__content {
    margin-left: 0;
  }

  .mdl-layout__container.has-scrolling-header .mdl-layout__content {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.mdl-layout__tab-bar {
  height: 96px;
  margin: 0;
  width: calc(100% - 112px);
  padding: 0 0 0 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(63,81,181);
  overflow-y: hidden;
  overflow-x: scroll;
}

.mdl-layout__tab-bar::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__tab-bar {
    width: calc(100% - 60px);
    padding: 0 0 0 60px;
  }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar {
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.mdl-layout__tab-bar-container {
  position: relative;
  height: 48px;
  width: 100%;
  border: none;
  margin: 0;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.mdl-layout__container > .mdl-layout__tab-bar-container {
  position: absolute;
  top: 0;
  left: 0;
}

.mdl-layout__tab-bar-button {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 48px;
  width: 56px;
  z-index: 4;
  text-align: center;
  background-color: rgb(63,81,181);
  color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__tab-bar-button {
    display: none;
    width: 60px;
  }
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button {
  display: none;
}

.mdl-layout__tab-bar-button .material-icons {
  line-height: 48px;
}

.mdl-layout__tab-bar-button.is-active {
  color: rgb(255,255,255);
}

.mdl-layout__tab-bar-left-button {
  left: 0;
}

.mdl-layout__tab-bar-right-button {
  right: 0;
}

.mdl-layout__tab {
  margin: 0;
  border: none;
  padding: 0 24px 0 24px;
  float: left;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255,255,255, 0.6);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__tab {
    padding: 0 12px 0 12px;
  }
}

.mdl-layout--fixed-tabs .mdl-layout__tab {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
  color: rgb(255,255,255);
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgb(255,64,129);
  -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.mdl-layout__tab .mdl-layout__tab-ripple-container {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple {
  background-color: rgb(255,255,255);
}

.mdl-layout__tab-panel {
  display: block;
}

.mdl-layout.is-upgraded .mdl-layout__tab-panel {
  display: none;
}

.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active {
  display: block;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-radio {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
}

.mdl-radio.is-upgraded {
  padding-left: 24px;
}

.mdl-radio__button {
  line-height: 24px;
}

.mdl-radio.is-upgraded .mdl-radio__button {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.mdl-radio__outer-circle {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  border: 2px solid rgba(0,0,0, 0.54);
  border-radius: 50%;
  z-index: 2;
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
  border: 2px solid rgb(63,81,181);
}

.mdl-radio.is-disabled .mdl-radio__outer-circle {
  border: 2px solid rgba(0,0,0, 0.26);
  cursor: auto;
}

.mdl-radio__inner-circle {
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 8px;
  left: 4px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  cursor: pointer;
  -webkit-transition-duration: 0.28s;
  transition-duration: 0.28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  border-radius: 50%;
  background: rgb(63,81,181);
}

.mdl-radio.is-checked .mdl-radio__inner-circle {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.mdl-radio.is-disabled .mdl-radio__inner-circle {
  background: rgba(0,0,0, 0.26);
  cursor: auto;
}

.mdl-radio.is-focused .mdl-radio__inner-circle {
  box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0.1);
}

.mdl-radio__label {
  cursor: pointer;
}

.mdl-radio.is-disabled .mdl-radio__label {
  color: rgba(0,0,0, 0.26);
  cursor: auto;
}

.mdl-radio__ripple-container {
  position: absolute;
  z-index: 2;
  top: -9px;
  left: -13px;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.mdl-radio__ripple-container .mdl-ripple {
  background: rgb(63,81,181);
}

.mdl-radio.is-disabled .mdl-radio__ripple-container {
  cursor: auto;
}

.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple {
  background: transparent;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

_:-ms-input-placeholder,
:root .mdl-slider.mdl-slider.is-upgraded {
  -ms-appearance: none;
  height: 32px;
  margin: 0;
}

.mdl-slider {
  width: calc(100% - 40px);
  margin: 0 20px;
}

.mdl-slider.is-upgraded {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  padding: 0;
  color: rgb(63,81,181);
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 1;
  cursor: pointer;
  /**************************** Tracks ****************************/
  /**************************** Thumbs ****************************/
  /**************************** 0-value ****************************/
  /**************************** Disabled ****************************/
}

.mdl-slider.is-upgraded::-moz-focus-outer {
  border: 0;
}

.mdl-slider.is-upgraded::-ms-tooltip {
  display: none;
}

.mdl-slider.is-upgraded::-webkit-slider-runnable-track {
  background: transparent;
}

.mdl-slider.is-upgraded::-moz-range-track {
  background: transparent;
  border: none;
}

.mdl-slider.is-upgraded::-ms-track {
  background: none;
  color: transparent;
  height: 2px;
  width: 100%;
  border: none;
}

.mdl-slider.is-upgraded::-ms-fill-lower {
  padding: 0;
  background: linear-gradient(to right, transparent, transparent 16px, rgb(63,81,181) 16px, rgb(63,81,181) 0);
}

.mdl-slider.is-upgraded::-ms-fill-upper {
  padding: 0;
  background: linear-gradient(to left, transparent, transparent 16px, rgba(0,0,0, 0.26) 16px, rgba(0,0,0, 0.26) 0);
}

.mdl-slider.is-upgraded::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background: rgb(63,81,181);
  border: none;
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-slider.is-upgraded::-moz-range-thumb {
  -moz-appearance: none;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background-image: none;
  background: rgb(63,81,181);
  border: none;
}

.mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(63,81,181, 0.26);
}

.mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(63,81,181, 0.26);
}

.mdl-slider.is-upgraded:active::-webkit-slider-thumb {
  background-image: none;
  background: rgb(63,81,181);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.mdl-slider.is-upgraded:active::-moz-range-thumb {
  background-image: none;
  background: rgb(63,81,181);
  transform: scale(1.5);
}

.mdl-slider.is-upgraded::-ms-thumb {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgb(63,81,181);
  -ms-transform: scale(0.375);
  transform: scale(0.375);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb {
  background: radial-gradient(circle closest-side, rgb(63,81,181) 0%, rgb(63,81,181) 37.5%, rgba(63,81,181, 0.26) 37.5%, rgba(63,81,181, 0.26) 100%);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mdl-slider.is-upgraded:active::-ms-thumb {
  background: rgb(63,81,181);
  -ms-transform: scale(0.5625);
  transform: scale(0.5625);
}

.mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
  border: 2px solid rgba(0,0,0, 0.26);
  background: transparent;
}

.mdl-slider.is-upgraded.is-lowest-value::-moz-range-thumb {
  border: 2px solid rgba(0,0,0, 0.26);
  background: transparent;
}

.mdl-slider.is-upgraded.is-lowest-value +
.mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 6px;
}

.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(0,0,0, 0.12);
  background: rgba(0,0,0, 0.12);
}

.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(0,0,0, 0.12);
  background: rgba(0,0,0, 0.12);
}

.mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb {
  border: 1.6px solid rgba(0,0,0, 0.26);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.mdl-slider.is-upgraded.is-lowest-value:active +
.mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 9px;
}

.mdl-slider.is-upgraded.is-lowest-value:active::-moz-range-thumb {
  border: 1.5px solid rgba(0,0,0, 0.26);
  transform: scale(1.5);
}

.mdl-slider.is-upgraded.is-lowest-value::-ms-thumb {
  background: radial-gradient(circle closest-side, transparent 0%, transparent 66.67%, rgba(0,0,0, 0.26) 66.67%, rgba(0,0,0, 0.26) 100%);
}

.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-thumb {
  background: radial-gradient(circle closest-side, rgba(0,0,0, 0.12) 0%, rgba(0,0,0, 0.12) 25%, rgba(0,0,0, 0.26) 25%, rgba(0,0,0, 0.26) 37.5%, rgba(0,0,0, 0.12) 37.5%, rgba(0,0,0, 0.12) 100%);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb {
  -ms-transform: scale(0.5625);
  transform: scale(0.5625);
  background: radial-gradient(circle closest-side, transparent 0%, transparent 77.78%, rgba(0,0,0, 0.26) 77.78%, rgba(0,0,0, 0.26) 100%);
}

.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower {
  background: transparent;
}

.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper {
  margin-left: 6px;
}

.mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper {
  margin-left: 9px;
}

.mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb,
.mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb,
.mdl-slider.is-upgraded:disabled::-webkit-slider-thumb {
  -webkit-transform: scale(0.667);
  transform: scale(0.667);
  background: rgba(0,0,0, 0.26);
}

.mdl-slider.is-upgraded:disabled:focus::-moz-range-thumb,
.mdl-slider.is-upgraded:disabled:active::-moz-range-thumb,
.mdl-slider.is-upgraded:disabled::-moz-range-thumb {
  transform: scale(0.667);
  background: rgba(0,0,0, 0.26);
}

.mdl-slider.is-upgraded:disabled +
.mdl-slider__background-flex > .mdl-slider__background-lower {
  background-color: rgba(0,0,0, 0.26);
  left: -6px;
}

.mdl-slider.is-upgraded:disabled +
.mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 6px;
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb {
  border: 3px solid rgba(0,0,0, 0.26);
  background: transparent;
  -webkit-transform: scale(0.667);
  transform: scale(0.667);
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-moz-range-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-moz-range-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled::-moz-range-thumb {
  border: 3px solid rgba(0,0,0, 0.26);
  background: transparent;
  transform: scale(0.667);
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:active +
.mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 6px;
}

.mdl-slider.is-upgraded:disabled:focus::-ms-thumb,
.mdl-slider.is-upgraded:disabled:active::-ms-thumb,
.mdl-slider.is-upgraded:disabled::-ms-thumb {
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  background: rgba(0,0,0, 0.26);
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb {
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  background: radial-gradient(circle closest-side, transparent 0%, transparent 50%, rgba(0,0,0, 0.26) 50%, rgba(0,0,0, 0.26) 100%);
}

.mdl-slider.is-upgraded:disabled::-ms-fill-lower {
  margin-right: 6px;
  background: linear-gradient(to right, transparent, transparent 25px, rgba(0,0,0, 0.26) 25px, rgba(0,0,0, 0.26) 0);
}

.mdl-slider.is-upgraded:disabled::-ms-fill-upper {
  margin-left: 6px;
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper {
  margin-left: 6px;
}

.mdl-slider__ie-container {
  height: 18px;
  overflow: visible;
  border: none;
  margin: none;
  padding: none;
}

.mdl-slider__container {
  height: 18px;
  position: relative;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mdl-slider__background-flex {
  background: transparent;
  position: absolute;
  height: 2px;
  width: calc(100% - 52px);
  top: 50%;
  left: 0;
  margin: 0 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 0;
  padding: 0;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.mdl-slider__background-lower {
  background: rgb(63,81,181);
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  position: relative;
  border: 0;
  padding: 0;
}

.mdl-slider__background-upper {
  background: rgba(0,0,0, 0.26);
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  position: relative;
  border: 0;
  padding: 0;
  -webkit-transition: left 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-spinner {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}

.mdl-spinner:not(.is-upgraded).is-active:after {
  content: "Loading...";
}

.mdl-spinner.is-upgraded.is-active {
  -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
  animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
}

@-webkit-keyframes mdl-spinner__container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mdl-spinner__container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mdl-spinner__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.mdl-spinner__layer-1 {
  border-color: rgb(66,165,245);
}

.mdl-spinner--single-color .mdl-spinner__layer-1 {
  border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdl-spinner__layer-2 {
  border-color: rgb(244,67,54);
}

.mdl-spinner--single-color .mdl-spinner__layer-2 {
  border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdl-spinner__layer-3 {
  border-color: rgb(253,216,53);
}

.mdl-spinner--single-color .mdl-spinner__layer-3 {
  border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdl-spinner__layer-4 {
  border-color: rgb(76,175,80);
}

.mdl-spinner--single-color .mdl-spinner__layer-4 {
  border-color: rgb(63,81,181);
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes mdl-spinner__fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

/**
* HACK: Even though the intention is to have the current .mdl-spinner__layer-N
* at `opacity: 1`, we set it to `opacity: 0.99` instead since this forces Chrome
* to do proper subpixel rendering for the elements being animated. This is
* especially visible in Chrome 39 on Ubuntu 14.04. See:
*
* - https://github.com/Polymer/paper-spinner/issues/9
* - https://code.google.com/p/chromium/issues/detail?id=436255
*/

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
  from {
    opacity: 0.99;
  }

  25% {
    opacity: 0.99;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 0.99;
  }

  100% {
    opacity: 0.99;
  }
}

@keyframes mdl-spinner__layer-1-fade-in-out {
  from {
    opacity: 0.99;
  }

  25% {
    opacity: 0.99;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 0.99;
  }

  100% {
    opacity: 0.99;
  }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 0.99;
  }

  50% {
    opacity: 0.99;
  }

  51% {
    opacity: 0;
  }
}

@keyframes mdl-spinner__layer-2-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 0.99;
  }

  50% {
    opacity: 0.99;
  }

  51% {
    opacity: 0;
  }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 0.99;
  }

  75% {
    opacity: 0.99;
  }

  76% {
    opacity: 0;
  }
}

@keyframes mdl-spinner__layer-3-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 0.99;
  }

  75% {
    opacity: 0.99;
  }

  76% {
    opacity: 0;
  }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 0.99;
  }

  90% {
    opacity: 0.99;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mdl-spinner__layer-4-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 0.99;
  }

  90% {
    opacity: 0.99;
  }

  100% {
    opacity: 0;
  }
}

/**
* Patch the gap that appear between the two adjacent
* div.mdl-spinner__circle-clipper while the spinner is rotating
* (appears on Chrome 38, Safari 7.1, and IE 11).
*
* Update: the gap no longer appears on Chrome when .mdl-spinner__layer-N's
* opacity is 0.99, but still does on Safari and IE.
*/

.mdl-spinner__gap-patch {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.mdl-spinner__gap-patch .mdl-spinner__circle {
  width: 1000%;
  left: -450%;
}

.mdl-spinner__circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.mdl-spinner__circle-clipper .mdl-spinner__circle {
  width: 200%;
}

.mdl-spinner__circle {
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mdl-spinner__left .mdl-spinner__circle {
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  transform: rotate(129deg);
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
  -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdl-spinner__right .mdl-spinner__circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
  -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes mdl-spinner__left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes mdl-spinner__left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes mdl-spinner__right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes mdl-spinner__right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-switch {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  overflow: visible;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mdl-switch.is-upgraded {
  padding-left: 28px;
}

.mdl-switch__input {
  line-height: 24px;
}

.mdl-switch.is-upgraded .mdl-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.mdl-switch__track {
  background: rgba(0,0,0, 0.26);
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 36px;
  border-radius: 14px;
  cursor: pointer;
}

.mdl-switch.is-checked .mdl-switch__track {
  background: rgba(63,81,181, 0.5);
}

.mdl-switch.is-disabled .mdl-switch__track {
  background: rgba(0,0,0, 0.12);
  cursor: auto;
}

.mdl-switch__thumb {
  background: rgb(250,250,250);
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.28s;
  transition-duration: 0.28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: left;
  transition-property: left;
}

.mdl-switch.is-checked .mdl-switch__thumb {
  background: rgb(63,81,181);
  left: 16px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mdl-switch.is-disabled .mdl-switch__thumb {
  background: rgb(189,189,189);
  cursor: auto;
}

.mdl-switch__focus-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-4px, -4px);
  -ms-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
  box-shadow: 0 0 0px 20px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
  box-shadow: 0 0 0px 20px rgba(63,81,181, 0.26);
  background-color: rgba(63,81,181, 0.26);
}

.mdl-switch__label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  left: 24px;
}

.mdl-switch.is-disabled .mdl-switch__label {
  color: rgb(189,189,189);
  cursor: auto;
}

.mdl-switch__ripple-container {
  position: absolute;
  z-index: 2;
  top: -12px;
  left: -14px;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-transition-duration: 0.40s;
  transition-duration: 0.40s;
  -webkit-transition-timing-function: step-end;
  transition-timing-function: step-end;
  -webkit-transition-property: left;
  transition-property: left;
}

.mdl-switch__ripple-container .mdl-ripple {
  background: rgb(63,81,181);
}

.mdl-switch.is-disabled .mdl-switch__ripple-container {
  cursor: auto;
}

.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple {
  background: transparent;
}

.mdl-switch.is-checked .mdl-switch__ripple-container {
  cursor: auto;
  left: 2px;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-tabs {
  display: block;
  width: 100%;
}

.mdl-tabs__tab-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 48px;
  padding: 0 0 0 0;
  margin: 0;
  border-bottom: 1px solid rgb(224,224,224);
}

.mdl-tabs__tab {
  margin: 0;
  border: none;
  padding: 0 24px 0 24px;
  float: left;
  position: relative;
  display: block;
  color: red;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0,0,0, 0.54);
  overflow: hidden;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: rgba(0,0,0, 0.87);
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: rgb(63,81,181);
  -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.mdl-tabs__tab .mdl-tabs__ripple-container {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
  background: rgb(63,81,181);
}

.mdl-tabs__panel {
  display: block;
}

.mdl-tabs.is-upgraded .mdl-tabs__panel {
  display: none;
}

.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
  display: block;
}

@-webkit-keyframes border-expand {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes border-expand {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-textfield {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
}

.mdl-textfield .mdl-button {
  position: absolute;
  bottom: 20px;
}

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

.mdl-textfield--full-width {
  width: 100%;
}

.mdl-textfield--expandable {
  min-width: 32px;
  width: auto;
  min-height: 32px;
}

.mdl-textfield__input {
  border: none;
  border-bottom: 1px solid rgba(0,0,0, 0.12);
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: none;
  text-align: left;
  color: inherit;
}

.mdl-textfield.is-focused .mdl-textfield__input {
  outline: none;
}

.mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: rgb(222, 50, 38);
  box-shadow: none;
}

.mdl-textfield.is-disabled .mdl-textfield__input {
  background-color: transparent;
  border-bottom: 1px dotted rgba(0,0,0, 0.12);
  color: rgba(0,0,0, 0.26);
}

.mdl-textfield textarea.mdl-textfield__input {
  display: block;
}

.mdl-textfield__label {
  bottom: 0;
  color: rgba(0,0,0, 0.26);
  font-size: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.mdl-textfield.is-dirty .mdl-textfield__label {
  visibility: hidden;
}

.mdl-textfield--floating-label .mdl-textfield__label {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
  color: rgba(0,0,0, 0.26);
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
  color: rgb(63,81,181);
  font-size: 12px;
  top: 4px;
  visibility: visible;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label {
  top: -16px;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  color: rgb(222, 50, 38);
  font-size: 12px;
}

.mdl-textfield__label:after {
  background-color: rgb(63,81,181);
  bottom: 20px;
  content: '';
  height: 2px;
  left: 45%;
  position: absolute;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
  left: 0;
  visibility: visible;
  width: 100%;
}

.mdl-textfield.is-invalid .mdl-textfield__label:after {
  background-color: rgb(222, 50, 38);
}

.mdl-textfield__error {
  color: rgb(222, 50, 38);
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  visibility: hidden;
  display: block;
}

.mdl-textfield.is-invalid .mdl-textfield__error {
  visibility: visible;
}

.mdl-textfield__expandable-holder {
  display: inline-block;
  position: relative;
  margin-left: 32px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  max-width: 0.1px;
}

.mdl-textfield.is-focused .mdl-textfield__expandable-holder,
.mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
  max-width: 600px;
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
  bottom: 0;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-tooltip {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  will-change: transform;
  z-index: 999;
  background: rgba(97,97,97, 0.9);
  border-radius: 2px;
  color: rgb(255,255,255);
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  max-width: 170px;
  position: fixed;
  top: -500px;
  left: -500px;
  padding: 8px;
  text-align: center;
}

.mdl-tooltip.is-active {
  -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
  animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

.mdl-tooltip--large {
  line-height: 14px;
  font-size: 14px;
  padding: 16px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Typography */

/* Shadows */

/* Animations */

.mdl-shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mdl-shadow--4dp {
  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.2);
}

.mdl-shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--8dp {
  box-shadow: 0 8px 10px 1px 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);
}

.mdl-shadow--16dp {
  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 -5px rgba(0, 0, 0, 0.2);
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*
* NOTE: Some rules here are applied using duplicate selectors.
* This is on purpose to increase their specificity when applied.
* For example: `.mdl-cell--1-col-phone.mdl-cell--1-col-phone`
*/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/

/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 */

/* ==========  TYPOGRAPHY  ========== */

/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/

/* ==========  COLORS  ========== */

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  Color Palettes  ========== */

/* colors.scss */

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* ==========  IMAGES  ========== */

/* ==========  Color & Themes  ========== */

/* ==========  Typography  ========== */

/* ==========  Components  ========== */

/* ==========  Standard Buttons  ========== */

/* ==========  Icon Toggles  ========== */

/* ==========  Radio Buttons  ========== */

/* ==========  Ripple effect  ========== */

/* ==========  Layout  ========== */

/* ==========  Content Tabs  ========== */

/* ==========  Checkboxes  ========== */

/* ==========  Switches  ========== */

/* ==========  Spinner  ========== */

/* ==========  Text fields  ========== */

/* ==========  Card  ========== */

/* ==========  Sliders ========== */

/* ========== Progress ========== */

/* ==========  List ========== */

/* ==========  Item ========== */

/* ==========  Dropdown menu ========== */

/* ==========  Tooltips  ========== */

/* ==========  Footer  ========== */

/* TEXTFIELD */

/* SWITCH */

/* SPINNER */

/* RADIO */

/* MENU */

/* LIST */

/* LAYOUT */

/* ICON TOGGLE */

/* FOOTER */

/*mega-footer*/

/*mini-footer*/

/* CHECKBOX */

/* CARD */

/* Card dimensions */

/* Cover image */

/* BUTTON */

/**
 *
 * Dimensions
 *
 */

/* ANIMATION */

/* PROGRESS */

/* BADGE */

/* SHADOWS */

/* GRID */

/* DATA TABLE */

/* TOOLTIP */

.mdl-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto 0 auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mdl-grid.mdl-grid--no-spacing {
  padding: 0;
}

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

.mdl-cell--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mdl-cell--middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.mdl-cell--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.mdl-cell--stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.mdl-grid.mdl-grid--no-spacing > .mdl-cell {
  margin: 0;
}

@media (max-width: 479px) {
  .mdl-grid {
    padding: 8px;
  }

  .mdl-cell {
    margin: 8px;
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell {
    width: 100%;
  }

  .mdl-cell--hide-phone {
    display: none !important;
  }

  .mdl-cell--1-col,
  .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
    width: calc(25% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--1-col,
  .mdl-grid--no-spacing >
    .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
    width: 25%;
  }

  .mdl-cell--2-col,
  .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
    width: calc(50% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--2-col,
  .mdl-grid--no-spacing >
    .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
    width: 50%;
  }

  .mdl-cell--3-col,
  .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
    width: calc(75% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--3-col,
  .mdl-grid--no-spacing >
    .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
    width: 75%;
  }

  .mdl-cell--4-col,
  .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--4-col,
  .mdl-grid--no-spacing >
    .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
    width: 100%;
  }

  .mdl-cell--5-col,
  .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--5-col,
  .mdl-grid--no-spacing >
    .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
    width: 100%;
  }

  .mdl-cell--6-col,
  .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--6-col,
  .mdl-grid--no-spacing >
    .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
    width: 100%;
  }

  .mdl-cell--7-col,
  .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--7-col,
  .mdl-grid--no-spacing >
    .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
    width: 100%;
  }

  .mdl-cell--8-col,
  .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--8-col,
  .mdl-grid--no-spacing >
    .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
    width: 100%;
  }

  .mdl-cell--9-col,
  .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--9-col,
  .mdl-grid--no-spacing >
    .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
    width: 100%;
  }

  .mdl-cell--10-col,
  .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--10-col,
  .mdl-grid--no-spacing >
    .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
    width: 100%;
  }

  .mdl-cell--11-col,
  .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--11-col,
  .mdl-grid--no-spacing >
    .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
    width: 100%;
  }

  .mdl-cell--12-col,
  .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--12-col,
  .mdl-grid--no-spacing >
    .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 839px) {
  .mdl-grid {
    padding: 8px;
  }

  .mdl-cell {
    margin: 8px;
    width: calc(50% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell {
    width: 50%;
  }

  .mdl-cell--hide-tablet {
    display: none !important;
  }

  .mdl-cell--1-col,
  .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
    width: calc(12.5% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--1-col,
  .mdl-grid--no-spacing >
    .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
    width: 12.5%;
  }

  .mdl-cell--2-col,
  .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
    width: calc(25% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--2-col,
  .mdl-grid--no-spacing >
    .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
    width: 25%;
  }

  .mdl-cell--3-col,
  .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
    width: calc(37.5% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--3-col,
  .mdl-grid--no-spacing >
    .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
    width: 37.5%;
  }

  .mdl-cell--4-col,
  .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
    width: calc(50% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--4-col,
  .mdl-grid--no-spacing >
    .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
    width: 50%;
  }

  .mdl-cell--5-col,
  .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
    width: calc(62.5% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--5-col,
  .mdl-grid--no-spacing >
    .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
    width: 62.5%;
  }

  .mdl-cell--6-col,
  .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
    width: calc(75% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--6-col,
  .mdl-grid--no-spacing >
    .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
    width: 75%;
  }

  .mdl-cell--7-col,
  .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
    width: calc(87.5% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--7-col,
  .mdl-grid--no-spacing >
    .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
    width: 87.5%;
  }

  .mdl-cell--8-col,
  .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--8-col,
  .mdl-grid--no-spacing >
    .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
    width: 100%;
  }

  .mdl-cell--9-col,
  .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--9-col,
  .mdl-grid--no-spacing >
    .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
    width: 100%;
  }

  .mdl-cell--10-col,
  .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--10-col,
  .mdl-grid--no-spacing >
    .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
    width: 100%;
  }

  .mdl-cell--11-col,
  .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--11-col,
  .mdl-grid--no-spacing >
    .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
    width: 100%;
  }

  .mdl-cell--12-col,
  .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--12-col,
  .mdl-grid--no-spacing >
    .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
    width: 100%;
  }
}

@media (min-width: 840px) {
  .mdl-grid {
    padding: 8px;
  }

  .mdl-cell {
    margin: 8px;
    width: calc(33.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell {
    width: 33.3333333333%;
  }

  .mdl-cell--hide-desktop {
    display: none !important;
  }

  .mdl-cell--1-col,
  .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
    width: calc(8.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--1-col,
  .mdl-grid--no-spacing >
    .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
    width: 8.3333333333%;
  }

  .mdl-cell--2-col,
  .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
    width: calc(16.6666666667% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--2-col,
  .mdl-grid--no-spacing >
    .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
    width: 16.6666666667%;
  }

  .mdl-cell--3-col,
  .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
    width: calc(25% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--3-col,
  .mdl-grid--no-spacing >
    .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
    width: 25%;
  }

  .mdl-cell--4-col,
  .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
    width: calc(33.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--4-col,
  .mdl-grid--no-spacing >
    .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
    width: 33.3333333333%;
  }

  .mdl-cell--5-col,
  .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
    width: calc(41.6666666667% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--5-col,
  .mdl-grid--no-spacing >
    .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
    width: 41.6666666667%;
  }

  .mdl-cell--6-col,
  .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
    width: calc(50% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--6-col,
  .mdl-grid--no-spacing >
    .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
    width: 50%;
  }

  .mdl-cell--7-col,
  .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
    width: calc(58.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--7-col,
  .mdl-grid--no-spacing >
    .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
    width: 58.3333333333%;
  }

  .mdl-cell--8-col,
  .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
    width: calc(66.6666666667% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--8-col,
  .mdl-grid--no-spacing >
    .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
    width: 66.6666666667%;
  }

  .mdl-cell--9-col,
  .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
    width: calc(75% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--9-col,
  .mdl-grid--no-spacing >
    .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
    width: 75%;
  }

  .mdl-cell--10-col,
  .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
    width: calc(83.3333333333% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--10-col,
  .mdl-grid--no-spacing >
    .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
    width: 83.3333333333%;
  }

  .mdl-cell--11-col,
  .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
    width: calc(91.6666666667% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--11-col,
  .mdl-grid--no-spacing >
    .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
    width: 91.6666666667%;
  }

  .mdl-cell--12-col,
  .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
    width: calc(100% - 16px);
  }

  .mdl-grid--no-spacing > .mdl-cell--12-col,
  .mdl-grid--no-spacing >
    .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
    width: 100%;
  }
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(packages/zodiase_mdl/fonts/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2'), url(packages/zodiase_mdl/fonts/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff) format('woff'), url(packages/zodiase_mdl/fonts/2fcrYFNaTjcS6g4U3t-Y5RV6cRhDpPC5P4GCEJpqGoc.woff) format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'liga';
  text-rendering: optimizeLegibility;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

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

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

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

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

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

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

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

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

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

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

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

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

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

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

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

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

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

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}



html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/***/

/*
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*****/

.has-error input {
  background: #f45b69;
  color: #fff;
}

.has-error select {
  background: #f45b69;
  color: #fff;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #272727;
  color: #eff1f3;
}

.mdl-layout__header {
  background: #009fb7;
  color: #eff1f3;
}

.mdl-button {
  background: #009fb7;
  color: #eff1f3;
}

header {
  color: #eff1f3;
  background: #272727;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 7;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

header:after {
  content: "";
  display: table;
  clear: both;
}

header .fa {
  cursor: pointer;
  display: block;
}

header h1 {
  font-size: 1.6em;
  float: left;
}

header .login-buttons-dropdown-align- {
  float: right;
}

header .login-buttons-dropdown-align- a {
  color: #fff;
  text-decoration: none;
}

.divDash {
  display: inline-table;
}

.dash-categoria {
  color: #028090;
  font-size: 2em;
}

.page-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: #114b5f;
}

.billboard {
  background: #114b5f;
  font-size: 2em;
  text-align: center;
  padding: 50px;
}

.billboard h2 {
  margin: 0;
}

.main-layout {
  *zoom: 1;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.main-layout:before {
  content: '';
  display: table;
}

.main-layout:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 640px) {
  .main-layout {
    *zoom: 1;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-layout:before {
    content: '';
    display: table;
  }

  .main-layout:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 800px) {
  .main-layout {
    *zoom: 1;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }

  .main-layout:before {
    content: '';
    display: table;
  }

  .main-layout:after {
    content: '';
    display: table;
    clear: both;
  }
}

.new-recipe {
  margin-bottom: 20px;
  margin-right: 5px !important;
}

.new-recipe-containter {
  position: relative;
  background: #696773;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.new-recipe-containter .btn-deny,
.new-recipe-containter .btn-primary {
  display: block;
}

.new-recipe-containter .fa-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  opacity: 0.5;
  cursor: pointer;
  font-size: 1.6em;
  display: block;
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.new-recipe-containter .fa-close:hover {
  color: #e54b4b;
  opacity: 0.6;
}

.new-recipe-containter label {
  display: block;
  margin-bottom: 10px;
}

.new-recipe-containter textarea,
.new-recipe-containter input {
  width: 100%;
}

.new-recipe-containter h3 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 10px;
}

.btn,
button {
  display: inline-block;
  cursor: pointer;
  background: #028090;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-left: 5px;
  border: solid 3px #028090;
  border-radius: 8px;
  font-weight: 800;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn:hover,
button:hover {
  background: #006c7c;
  border-color: #006c7c;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn.btn-primary,
button.btn-primary {
  background: #009fb7;
  border-color: #009fb7;
}

.btn.btn-primary:hover,
button.btn-primary:hover {
  background: #00778f;
  border-color: #00778f;
}

.btn.btn-deny,
button.btn-deny {
  background: #e54b4b;
  border: solid 3px #e54b4b;
}

.btn.btn-deny:hover,
button.btn-deny:hover {
  background: #d13737;
  border-color: #d13737;
}

.btn.btn-text,
button.btn-text {
  color: #028090;
  background: transparent;
  border: solid 2px #028090;
  box-shadow: none;
}

.btn.btn-text:hover,
button.btn-text:hover {
  background: #03b5aa;
  border-color: #03b5aa;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btn.btn-text-dark,
button.btn-text-dark {
  color: #fff;
  background: transparent;
  border: solid 2px #fff;
  box-shadow: none;
}

.btn.btn-text-dark:hover,
button.btn-text-dark:hover {
  background: #fff;
  color: #114b5f;
  border-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btn.btn-confirmation,
button.btn-confirmation {
  color: #222;
  background: #cbe56c;
  border: solid 2px #cbe56c;
}

.btn.btn-confirmation:hover,
button.btn-confirmation:hover {
  background: #b7d158;
  border-color: #114b5f;
}

.btn.btn-cancel,
button.btn-cancel {
  color: #fff;
  background: transparent;
  border: solid 2px #fff;
  opacity: 0.4;
  box-shadow: inset -2px 7px 9px -7px rgba(0,0,0,0.7);
}

.btn.btn-cancel:hover,
button.btn-cancel:hover {
  background: #e54b4b;
  color: #fff;
  opacity: 1;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-color: #e54b4b;
}

input,
select,
textarea {
  color: #eff1f3;
  background: #272727;
  border: solid 0px #eee;
  border-radius: 8px;
  font-weight: 500;
  width: 100%;
  padding: 6px 10px;
  margin-bottom: 10px;
}

input.static-input,
select.static-input,
textarea.static-input {
  border: none;
  background: transparent;
}

.list-group {
  list-style: none;
  padding: 0;
}

.panel-body .form-group {
  width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
}

.panel-body .form-group:nth-child(n) {
  float: left;
  margin-right: 30px;
  clear: none;
}

.panel-body .form-group:last-child {
  margin-right: 0;
}

.panel-body .form-group:nth-child(2n) {
  margin-right: 0;
}

.panel-body .form-group:nth-child(2n + 1) {
  clear: left;
}

.autoform-remove-item.btn {
  background: #eee;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  font-size: 1em;
  height: 25px;
  width: 25px;
  text-align: center;
  display: block;
  padding: 0;
}

.autoform-add-item.btn {
  width: 100%;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  background: #eee;
}

.autoform-remove-item-wrap {
  vertical-align: middle;
}

.side-nav {
  /*fixed bottom left*/
  /*fixed left*/
  /*height 100px-*/
  /*width 100%*/
  overflow: hidden;
  background: #114b5f;
  color: #fff;
  z-index: 7;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.side-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.side-nav a {
  color: #fff;
  text-decoration: none;
  padding: 20px 20px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.side-nav a:hover,
.side-nav a.active {
  background: #028090;
}

.side-nav i {
  display: block;
  font-size: 2em;
  margin-bottom: 10px;
}

@media only screen {
  .side-nav {
    height: 100%;
    z-index: 5;
    padding: 120px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    box-shadow: inset -2px 7px 9px -7px rgba(0,0,0,0.7);
  }

  .side-nav ul {
    display: block;
  }

  .side-nav a {
    padding: 20px 10px;
  }

  .side-nav a:hover,
  .side-nav a.active {
    border-left: 4px solid #03b5aa;
  }
}

@media only screen and (min-width: 800px) {
  .side-nav {
    width: 150px;
  }

  .side-nav a {
    padding: 20px 20px;
  }

  .side-nav a:hover,
  .side-nav a.active {
    border-left: 10px solid #03b5aa;
  }
}

.base {
  background: #fff;
  border-radius: 8px;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.login {
  background: #696773;
  color: #eff1f3;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border-color: solid 0px #eff1f3;
  display: inline-block;
  padding: 20px 15px 20px 15px;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.login:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.customCard {
  padding-bottom: 8px;
  padding-top: 5px;
  background: #696773;
  color: #eff1f3;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border-color: solid 0px #eff1f3;
  display: inline-block;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.customCard:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.customCard .btn-primary,
.customCard .btn-deny {
  display: block;
}

.customCard.in-menu {
  background: #fed766;
  color: #272727;
}

.recipe,
.menu-item,
.shopping-list {
  padding: 10px;
  background: #696773;
  color: #eff1f3;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border-color: solid 0px #eff1f3;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.recipe:hover,
.menu-item:hover,
.shopping-list:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.recipe .btn-primary,
.menu-item .btn-primary,
.shopping-list .btn-primary,
.recipe .btn-deny,
.menu-item .btn-deny,
.shopping-list .btn-deny {
  display: block;
}

.recipe.in-menu,
.menu-item.in-menu,
.shopping-list.in-menu {
  background: #fed766;
  color: #272727;
}

.recipe h3,
.menu-item h3,
.shopping-list h3 {
  font-size: 2em;
}

.recipe p,
.menu-item p,
.shopping-list p {
  margin: 0;
}

.recipe .fa,
.menu-item .fa,
.shopping-list .fa {
  cursor: pointer;
  font-size: 2em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.recipe .fa-pencil:hover,
.menu-item .fa-pencil:hover,
.shopping-list .fa-pencil:hover {
  color: #03b5aa;
}

.recipe .fa-ban:hover,
.menu-item .fa-ban:hover,
.shopping-list .fa-ban:hover {
  color: #e54b4b;
}

.recipe .fa-check:hover,
.menu-item .fa-check:hover,
.shopping-list .fa-check:hover {
  color: #fed766;
}

.recipe .fa-trash:hover,
.menu-item .fa-trash:hover,
.shopping-list .fa-trash:hover {
  color: #f45b69;
}

.dash-item {
  display: inline-block;
}

.dash-item:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.dash-item .dash-item1 h1 {
  font-size: 2em;
  margin: 0px;
}

.dash-item .dash-item1 p {
  font-size: 1.2em;
}

.dash-item .dash-item1 .fa,
.dash-item .dash-item1 .wi {
  font-size: 4.5em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dash-item .dash-item1 .fa:hover,
.dash-item .dash-item1 .wi:hover {
  font-size: 4.5em;
}

.dash-item .dash-item1 .btn {
  font-size: 1.5em;
}

.dash-item .dash-item2 .fa {
  cursor: pointer;
  font-size: 1.3em;
  display: inline;
  color: #eff1f3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sectionParams {
  margin-bottom: 5em;
}

.subtituloParametros {
  font-size: 2em;
  /*opacity 0.3;*/
  border-bottom: rgba(0,0,0,0.3) solid 3px;
  margin-top: 0;
}

.subtituloParametros h3 {
  display: inline;
}

.subtituloDash {
  font-size: 2em;
  /*opacity: 0.3;*/
  border-bottom: rgba(0,0,0,0.3) solid 3px;
}

.iconoLedOn {
  color: #fed766 !important;
  opacity: 0.6 !important;
}

.shopping-list {
  padding: 50px 5%;
  list-style: none;
}

.shopping-list li {
  font-size: 2em;
  padding: 20px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.shopping-list li + li {
  border-top: none;
}

.login-buttons-dropdown-align- #login-dropdown-list {
  right: 0;
  left: auto;
}

.login-buttons-dropdown-align- #login-dropdown-list a {
  color: #114b5f;
}

table {
  padding-top: 8px;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}