@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v67/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.md {
  box-sizing: border-box;
  font-family: "Open Sans", Arial, sans-serif;
}
.md.icon, .md .icon {
  font-family: "Material Icons";
  color: white;
}
.md.icon .material-icons, .md.icon.material-icons, .md .icon .material-icons, .md .icon.material-icons {
  line-height: 32px;
}
.md.table, .md .table {
  color: #757575;
}
.md.table tr, .md .table tr {
  height: 48px;
  white-space: nowrap;
  cursor: pointer;
}
.md.table tr:hover, .md.table tr.focus, .md .table tr:hover, .md .table tr.focus {
  background: rgba(0, 0, 0, 0.05);
}
.md.table td, .md .table td {
  padding: 12px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.md.textfield, .md .textfield {
  color: white;
  outline: 0px solid transparent;
  border: 0px solid transparent;
  background: transparent;
  font-size: 16px;
  border-bottom: 2px solid white;
}
.md[data-badge], .md [data-badge] {
  position: relative;
}
.md[data-badge]:after, .md [data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  font-size: 10px;
  line-height: 15px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  bottom: 75%;
  left: 75%;
  background: red;
  color: white;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
}
.md[data-tooltip], .md [data-tooltip] {
  position: relative;
  white-space: pre-wrap;
  cursor: help;
}
.md[data-tooltip]:after, .md [data-tooltip]:after {
  font-family: "Open Sans", Arial, sans-serif;
  content: attr(data-tooltip);
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  min-width: 80px;
  border-radius: 3px;
  pointer-events: none;
  padding: 10px;
  line-height: 17px;
  z-index: 99;
  text-align: left;
  width: 275px;
  display: none;
}
.md[data-tooltip][data-position~=top]:after, .md [data-tooltip][data-position~=top]:after {
  bottom: 100%;
}
.md[data-tooltip][data-position~=right]:after, .md [data-tooltip][data-position~=right]:after {
  left: 100%;
}
.md[data-tooltip][data-position~=left]:after, .md [data-tooltip][data-position~=left]:after {
  right: 100%;
}
.md[data-tooltip][data-position~=bottom]:after, .md [data-tooltip][data-position~=bottom]:after {
  top: 100%;
}
.md[data-tooltip]:hover:after, .md [data-tooltip]:hover:after {
  display: block;
}
.md.button {
  transition: background 0.3s ease;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  background: transparent;
  text-transform: uppercase;
  color: rgb(63, 81, 181);
  cursor: pointer;
}
.md.button.icon {
  border-radius: 50%;
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0px !important;
}
.md.button.icon .material-icons {
  color: white;
  font-size: 24px;
  height: 24px;
  width: 24px;
}
.md.button:not(.icon) {
  line-height: 36px;
  padding: 0 16px;
  border-radius: 2px;
}
.md.button:hover {
  background: rgba(158, 158, 158, 0.2);
}
.md.button:active {
  background: rgba(50, 50, 50, 0.5);
}
.md.card {
  flex-grow: 1;
  flex-basis: 0;
  background: white;
  border-radius: 2px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  word-wrap: break-word;
}
.md.card.small {
  display: inline-block;
}
.md.card.big {
  max-width: 285px;
  min-height: 200px;
  padding: 14px;
  font-size: 15px;
}
.md.card.big .title {
  color: black;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 10px;
}
.md.card.hero {
  padding: 0px;
}
.md.card.hero .title {
  color: white;
  height: 176px;
  padding: 16px;
  display: flex;
  font-size: 1.5em;
}
.md.card.hero .title * {
  align-self: flex-end;
}
.md.card.hero .content {
  padding: 16px;
  background-color: white;
  color: black;
}
.md.card.hero .actions {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
  background-color: white;
}
.md.card.hero.info .title {
  background-color: #31a2db;
}
.md.card.hero.warning .title {
  background-color: #f89304;
}
.md.card.hero.error .title {
  background-color: #ff3d1e;
}
.md.card.hero.success .title {
  background-color: #00c851;
}
.md.card.hero.primary .title {
  background-color: #e2e3e5;
  color: black;
}
.md.card.hero.secondary .title {
  background-color: #eafdf0;
  color: black;
}
.md ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 5px;
}
.md.table, .md .table {
  border-spacing: 0px;
}
.md.info, .md .info, .md.warning, .md .warning, .md.error, .md .error, .md.success, .md .success, .md.primary, .md .primary, .md.secondary, .md .secondary {
  color: white;
  padding: 10px;
  margin-bottom: 3px;
}
.md.info, .md .info {
  background-color: #31a2db;
}
.md.warning, .md .warning {
  background-color: #f89304;
}
.md.error, .md .error {
  background-color: #ff3d1e;
}
.md.success, .md .success {
  background-color: #00c851;
}
.md.primary, .md .primary {
  background-color: #e2e3e5;
  color: black;
}
.md.secondary, .md .secondary {
  background-color: #eafdf0;
  color: black;
}
.md * {
  box-sizing: border-box;
}