@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,500,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400);
/*LAYOUT*/
.mpk-layout {
  display: flex;
  justify-content: flex-start; }
  .mpk-layout.column {
    flex-direction: column; }
    .mpk-layout.column > .flex {
      min-height: 1px; }
  .mpk-layout.justify-center {
    justify-content: center; }
  .mpk-layout.justify-arround {
    justify-content: space-around; }
  .mpk-layout.justify-right, .mpk-layout.justify-end {
    justify-content: flex-end; }
  .mpk-layout.justify-between {
    justify-content: space-between; }
  .mpk-layout.align-center {
    align-items: center; }
  .mpk-layout.align-start {
    align-items: flex-start; }
  .mpk-layout.align-end {
    align-items: flex-end; }
  .mpk-layout.wrap {
    flex-wrap: wrap; }
  .mpk-layout.fill {
    width: 100%;
    height: 100%; }
  .mpk-layout > .flex {
    flex: 1; }
  .mpk-layout > .flex-none {
    flex: none; }
  .mpk-layout > * {
    min-width: 0px;
    min-height: 0px; }

.mpk-flex {
  flex: 1; }

.mpk-flex-none {
  flex: none; }

.mpk-layout-fill {
  width: 100%;
  height: 100%; }

.mpk-full.width {
  width: 100%; }

.mpk-full.height {
  height: 100%; }

.mpk-full.viewport-width {
  width: 100vw; }

.mpk-full.viewport-height {
  height: 100vh; }

.mpk-side-panel {
  width: 240px; }

.mpk-align-center {
  text-align: center !important; }

.mpk-align-right {
  text-align: right !important; }

.mpk-align-left {
  text-align: left !important; }

.mpk-content {
  overflow: auto;
  height: 100%; }

/*COLOR*/
.mpk-bg-color-L1 {
  background-color: #fafafa; }

.mpk-bg-color-L2 {
  background-color: #f8f8f8; }

.mpk-bg-color-L3 {
  background-color: #f2f2f2; }

.mpk-bg-color-D1 {
  background-color: #263238; }

.mpk-bg-color-G1 {
  background-color: #fff9f6 !important; }

.mpk-font-color-alert {
  color: #ff8f00; }

.mpk-font-color-idle {
  color: #9e9e9e; }

.mpk-font-color-success {
  color: #1565c0; }

.mpk-font-color-warn {
  color: #c62828; }

.mpk-font-color-progress {
  color: #558b2f; }

.mpk-font-color-L1 {
  color: white !important; }

.mpk-font-color-L2 {
  color: rgba(255, 255, 255, 0.92) !important; }

.mpk-font-color-L3 {
  color: rgba(255, 255, 255, 0.54) !important; }

.mpk-font-color-D1 {
  color: rgba(0, 0, 0, 0.96) !important; }

.mpk-font-color-D2 {
  color: rgba(0, 0, 0, 0.72) !important; }

.mpk-font-color-D3 {
  color: rgba(0, 0, 0, 0.48) !important; }

.mpk-font-color-primary {
  color: #c34528; }

.mpk-font-color-secondary {
  color: #1887cd; }

.mpk-font-size-XS {
  font-size: 8px !important; }

.mpk-font-size-S {
  font-size: 10px !important; }

.mpk-font-size-NS {
  font-size: 12px !important; }

.mpk-font-size-N {
  font-size: 14px !important; }

.mpk-font-size-M {
  font-size: 16px !important; }

.mpk-font-size-L {
  font-size: 18px !important; }

.mpk-font-size-XL {
  font-size: 20px !important; }

.mpk-font-size-XXL {
  font-size: 24px !important; }

/*FONT WEIGHT*/
.mpk-font-weight-T {
  font-weight: 200; }

.mpk-font-weight-L {
  font-weight: 300; }

.mpk-font-weight-N {
  font-weight: 400; }

.mpk-font-weight-M {
  font-weight: 500; }

.mpk-font-weight-B {
  font-weight: 600; }

.mpk-font-weight-EB {
  font-weight: 800; }

/*FONT FAMILY*/
.mpk-font-family-Main {
  font-family: 'Roboto', sans-serif; }

.mpk-font-family-Body {
  font-family: 'Open Sans', sans-serif; }

/*BORDER*/
.mpk-border.solid {
  border-style: solid !important;
  border-width: 0; }

.mpk-border.dashed {
  border-style: dashed !important;
  border-width: 0; }

.mpk-border.dotted {
  border-style: dotted !important;
  border-width: 0; }

.mpk-border.light {
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-width: 0; }

.mpk-border.dark {
  border-color: rgba(0, 0, 0, 0.064) !important;
  border-width: 0; }

.mpk-border.all, .mpk-border.border-all {
  border-width: thin; }

.mpk-border.top, .mpk-border.border-top {
  border-top-width: thin; }

.mpk-border.bottom, .mpk-border.border-bottom {
  border-bottom-width: thin; }

.mpk-border.left, .mpk-border.border-left {
  border-left-width: thin; }

.mpk-border.right, .mpk-border.border-right {
  border-right-width: thin; }

/*PADDING*/
.mpk-padding-NONE.padding-all {
  padding: 0; }

.mpk-padding-NONE.padding-top {
  padding-top: 0; }

.mpk-padding-NONE.padding-right {
  padding-right: 0; }

.mpk-padding-NONE.padding-bottom {
  padding-bottom: 0; }

.mpk-padding-NONE.padding-left {
  padding-left: 0; }

.mpk-padding-NONE.all {
  padding: 0; }

.mpk-padding-NONE.top {
  padding-top: 0; }

.mpk-padding-NONE.right {
  padding-right: 0; }

.mpk-padding-NONE.bottom {
  padding-bottom: 0; }

.mpk-padding-NONE.left {
  padding-left: 0; }

.mpk-padding-XS.padding-all {
  padding: 4px; }

.mpk-padding-XS.padding-top {
  padding-top: 4px; }

.mpk-padding-XS.padding-right {
  padding-right: 4px; }

.mpk-padding-XS.padding-bottom {
  padding-bottom: 4px; }

.mpk-padding-XS.padding-left {
  padding-left: 4px; }

.mpk-padding-XS.all {
  padding: 4px; }

.mpk-padding-XS.top {
  padding-top: 4px; }

.mpk-padding-XS.right {
  padding-right: 4px; }

.mpk-padding-XS.bottom {
  padding-bottom: 4px; }

.mpk-padding-XS.left {
  padding-left: 4px; }

.mpk-padding-S.padding-all {
  padding: 8px; }

.mpk-padding-S.padding-top {
  padding-top: 8px; }

.mpk-padding-S.padding-right {
  padding-right: 8px; }

.mpk-padding-S.padding-bottom {
  padding-bottom: 8px; }

.mpk-padding-S.padding-left {
  padding-left: 8px; }

.mpk-padding-S.all {
  padding: 8px; }

.mpk-padding-S.top {
  padding-top: 8px; }

.mpk-padding-S.right {
  padding-right: 8px; }

.mpk-padding-S.bottom {
  padding-bottom: 8px; }

.mpk-padding-S.left {
  padding-left: 8px; }

.mpk-padding-NS.padding-all {
  padding: 12px; }

.mpk-padding-NS.padding-top {
  padding-top: 12px; }

.mpk-padding-NS.padding-right {
  padding-right: 12px; }

.mpk-padding-NS.padding-bottom {
  padding-bottom: 12px; }

.mpk-padding-NS.padding-left {
  padding-left: 12px; }

.mpk-padding-NS.all {
  padding: 12px; }

.mpk-padding-NS.top {
  padding-top: 12px; }

.mpk-padding-NS.right {
  padding-right: 12px; }

.mpk-padding-NS.bottom {
  padding-bottom: 12px; }

.mpk-padding-NS.left {
  padding-left: 12px; }

.mpk-padding-N.padding-all {
  padding: 16px; }

.mpk-padding-N.padding-top {
  padding-top: 16px; }

.mpk-padding-N.padding-right {
  padding-right: 16px; }

.mpk-padding-N.padding-bottom {
  padding-bottom: 16px; }

.mpk-padding-N.padding-left {
  padding-left: 16px; }

.mpk-padding-N.all {
  padding: 16px; }

.mpk-padding-N.top {
  padding-top: 16px; }

.mpk-padding-N.right {
  padding-right: 16px; }

.mpk-padding-N.bottom {
  padding-bottom: 16px; }

.mpk-padding-N.left {
  padding-left: 16px; }

.mpk-padding-M.padding-all {
  padding: 24px; }

.mpk-padding-M.padding-top {
  padding-top: 24px; }

.mpk-padding-M.padding-right {
  padding-right: 24px; }

.mpk-padding-M.padding-bottom {
  padding-bottom: 24px; }

.mpk-padding-M.padding-left {
  padding-left: 24px; }

.mpk-padding-M.all {
  padding: 24px; }

.mpk-padding-M.top {
  padding-top: 24px; }

.mpk-padding-M.right {
  padding-right: 24px; }

.mpk-padding-M.bottom {
  padding-bottom: 24px; }

.mpk-padding-M.left {
  padding-left: 24px; }

.mpk-padding-L.padding-all {
  padding: 48px; }

.mpk-padding-L.padding-top {
  padding-top: 48px; }

.mpk-padding-L.padding-right {
  padding-right: 48px; }

.mpk-padding-L.padding-bottom {
  padding-bottom: 48px; }

.mpk-padding-L.padding-left {
  padding-left: 48px; }

.mpk-padding-L.all {
  padding: 48px; }

.mpk-padding-L.top {
  padding-top: 48px; }

.mpk-padding-L.right {
  padding-right: 48px; }

.mpk-padding-L.bottom {
  padding-bottom: 48px; }

.mpk-padding-L.left {
  padding-left: 48px; }

.mpk-padding-XL.padding-all {
  padding: 56px; }

.mpk-padding-XL.padding-top {
  padding-top: 56px; }

.mpk-padding-XL.padding-right {
  padding-right: 56px; }

.mpk-padding-XL.padding-bottom {
  padding-bottom: 56px; }

.mpk-padding-XL.padding-left {
  padding-left: 56px; }

.mpk-padding-XL.all {
  padding: 56px; }

.mpk-padding-XL.top {
  padding-top: 56px; }

.mpk-padding-XL.right {
  padding-right: 56px; }

.mpk-padding-XL.bottom {
  padding-bottom: 56px; }

.mpk-padding-XL.left {
  padding-left: 56px; }

.mpk-margin-NONE.margin-all {
  margin: 0; }

.mpk-margin-NONE.margin-top {
  margin-top: 0; }

.mpk-margin-NONE.margin-right {
  margin-right: 0; }

.mpk-margin-NONE.margin-bottom {
  margin-bottom: 0; }

.mpk-margin-NONE.margin-left {
  margin-left: 0; }

.mpk-margin-NONE.all {
  margin: 0; }

.mpk-margin-NONE.top {
  margin-top: 0; }

.mpk-margin-NONE.right {
  margin-right: 0; }

.mpk-margin-NONE.bottom {
  margin-bottom: 0; }

.mpk-margin-NONE.left {
  margin-left: 0; }

.mpk-margin-XS.margin-all {
  margin: 4px; }

.mpk-margin-XS.margin-top {
  margin-top: 4px; }

.mpk-margin-XS.margin-right {
  margin-right: 4px; }

.mpk-margin-XS.margin-bottom {
  margin-bottom: 4px; }

.mpk-margin-XS.margin-left {
  margin-left: 4px; }

.mpk-margin-XS.all {
  margin: 4px; }

.mpk-margin-XS.top {
  margin-top: 4px; }

.mpk-margin-XS.right {
  margin-right: 4px; }

.mpk-margin-XS.bottom {
  margin-bottom: 4px; }

.mpk-margin-XS.left {
  margin-left: 4px; }

.mpk-margin-S.margin-all {
  margin: 8px; }

.mpk-margin-S.margin-top {
  margin-top: 8px; }

.mpk-margin-S.margin-right {
  margin-right: 8px; }

.mpk-margin-S.margin-bottom {
  margin-bottom: 8px; }

.mpk-margin-S.margin-left {
  margin-left: 8px; }

.mpk-margin-S.all {
  margin: 8px; }

.mpk-margin-S.top {
  margin-top: 8px; }

.mpk-margin-S.right {
  margin-right: 8px; }

.mpk-margin-S.bottom {
  margin-bottom: 8px; }

.mpk-margin-S.left {
  margin-left: 8px; }

.mpk-margin-NS.margin-all {
  margin: 12px; }

.mpk-margin-NS.margin-top {
  margin-top: 12px; }

.mpk-margin-NS.margin-right {
  margin-right: 12px; }

.mpk-margin-NS.margin-bottom {
  margin-bottom: 12px; }

.mpk-margin-NS.margin-left {
  margin-left: 12px; }

.mpk-margin-NS.all {
  margin: 12px; }

.mpk-margin-NS.top {
  margin-top: 12px; }

.mpk-margin-NS.right {
  margin-right: 12px; }

.mpk-margin-NS.bottom {
  margin-bottom: 12px; }

.mpk-margin-NS.left {
  margin-left: 12px; }

.mpk-margin-N.margin-all {
  margin: 16px; }

.mpk-margin-N.margin-top {
  margin-top: 16px; }

.mpk-margin-N.margin-right {
  margin-right: 16px; }

.mpk-margin-N.margin-bottom {
  margin-bottom: 16px; }

.mpk-margin-N.margin-left {
  margin-left: 16px; }

.mpk-margin-N.all {
  margin: 16px; }

.mpk-margin-N.top {
  margin-top: 16px; }

.mpk-margin-N.right {
  margin-right: 16px; }

.mpk-margin-N.bottom {
  margin-bottom: 16px; }

.mpk-margin-N.left {
  margin-left: 16px; }

.mpk-margin-M.margin-all {
  margin: 24px; }

.mpk-margin-M.margin-top {
  margin-top: 24px; }

.mpk-margin-M.margin-right {
  margin-right: 24px; }

.mpk-margin-M.margin-bottom {
  margin-bottom: 24px; }

.mpk-margin-M.margin-left {
  margin-left: 24px; }

.mpk-margin-M.all {
  margin: 24px; }

.mpk-margin-M.top {
  margin-top: 24px; }

.mpk-margin-M.right {
  margin-right: 24px; }

.mpk-margin-M.bottom {
  margin-bottom: 24px; }

.mpk-margin-M.left {
  margin-left: 24px; }

.mpk-margin-L.margin-all {
  margin: 48px; }

.mpk-margin-L.margin-top {
  margin-top: 48px; }

.mpk-margin-L.margin-right {
  margin-right: 48px; }

.mpk-margin-L.margin-bottom {
  margin-bottom: 48px; }

.mpk-margin-L.margin-left {
  margin-left: 48px; }

.mpk-margin-L.all {
  margin: 48px; }

.mpk-margin-L.top {
  margin-top: 48px; }

.mpk-margin-L.right {
  margin-right: 48px; }

.mpk-margin-L.bottom {
  margin-bottom: 48px; }

.mpk-margin-L.left {
  margin-left: 48px; }

.mpk-margin-XL.margin-all {
  margin: 56px; }

.mpk-margin-XL.margin-top {
  margin-top: 56px; }

.mpk-margin-XL.margin-right {
  margin-right: 56px; }

.mpk-margin-XL.margin-bottom {
  margin-bottom: 56px; }

.mpk-margin-XL.margin-left {
  margin-left: 56px; }

.mpk-margin-XL.all {
  margin: 56px; }

.mpk-margin-XL.top {
  margin-top: 56px; }

.mpk-margin-XL.right {
  margin-right: 56px; }

.mpk-margin-XL.bottom {
  margin-bottom: 56px; }

.mpk-margin-XL.left {
  margin-left: 56px; }

.mpk-min-width-XS {
  min-width: 48px; }

.mpk-max-width-XS {
  max-width: 48px; }

.mpk-min-width-S {
  min-width: 72px; }

.mpk-max-width-S {
  max-width: 72px; }

.mpk-min-width-N {
  min-width: 96px; }

.mpk-max-width-N {
  max-width: 96px; }

.mpk-min-width-M {
  min-width: 144px; }

.mpk-max-width-M {
  max-width: 144px; }

.mpk-min-width-X {
  min-width: 172px; }

.mpk-max-width-X {
  max-width: 172px; }

/*ALLIGN*/
.mpk-align-center {
  text-align: center; }

.mpk-align-right {
  text-align: right; }

/*POINTER*/
.mpk-cursor-pointer {
  cursor: pointer; }

/*STATUS*/
.mpk-status {
  color: white;
  font-size: 10px;
  padding: 4px;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block; }
  .mpk-status.sm {
    padding: 2px;
    font-size: 8px; }
  .mpk-status.clickable {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer; }
    .mpk-status.clickable:active {
      box-shadow: none; }
  .mpk-status.success {
    background-color: #1565c0;
    border: 2px solid #1565c0; }
    .mpk-status.success.outline {
      color: #1565c0;
      background-color: transparent; }
  .mpk-status.warn {
    background-color: #c62828;
    border: 2px solid #c62828; }
    .mpk-status.warn.outline {
      color: #c62828;
      background-color: transparent; }
  .mpk-status.progress {
    background-color: #558b2f;
    border: 2px solid #558b2f; }
    .mpk-status.progress.outline {
      color: #558b2f;
      background-color: transparent; }
  .mpk-status.alert {
    background-color: #ff8f00;
    border: 2px solid #ff8f00; }
    .mpk-status.alert.outline {
      color: #ff8f00;
      background-color: transparent; }
  .mpk-status.idle {
    background-color: #9e9e9e;
    border: 2px solid #9e9e9e; }
    .mpk-status.idle.outline {
      color: #9e9e9e;
      background-color: transparent; }

.mpk-relative-position {
  position: relative; }

.mpk-position.sticky {
  position: sticky;
  top: 0;
  z-index: 5; }

.mpk-position.relative {
  position: relative; }

.mpk-position.fixed {
  position: fixed; }

.mpk-position.absolute {
  position: absolute; }

/*ANIMATION*/
.mpk-animation.slide-in {
  animation: slide-in .5s;
  animation-direction: alternate; }

.mpk-animation.slide-in-down {
  animation: slide-in-down .2s ease-out;
  animation-direction: alternate; }

.mpk-animation.slide-left {
  animation: slide-left .4s ease-out;
  animation-direction: alternate; }

.mpk-animation.slide-right {
  animation: slide-right .4s ease-out;
  animation-direction: alternate; }

@keyframes slide-in {
  0% {
    transform: translateY(48px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-down {
  0% {
    transform: translateY(-48px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-left {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-right {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

/*OVERIDE*/
button span {
  font-weight: 400 !important; }

button.dark {
  background: #3a3a3a !important; }

button.md-btn--icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important; }
  button.md-btn--icon .mdi {
    font-size: 20px; }

.md-btn--text {
  min-width: 1px !important; }

.md-btn--dialog {
  height: 36px !important; }

thead .md-table-row, tbody .md-table-row:not(:last-child) {
  border-bottom: thin solid rgba(0, 0, 0, 0.052) !important; }

.md-progress--linear {
  background: rgba(0, 0, 0, 0.25) !important; }

.md-divider--text-field:after {
  height: 1px !important; }

.md-paper {
  background: white; }

.md-table-column__fixed .md-table-checkbox--header {
  align-items: center; }

.md-list-item .md-icon {
  font-size: 18px; }

.md-text-field-container--input-block input {
  margin-top: unset; }

input:-webkit-autofill {
  background: blue !important; }

.tabs-details {
  border-bottom: thin solid rgba(0, 0, 0, 0.064);
  background: #f8f8f8;
  padding-left: 0px !important; }

.md-tab {
  min-width: 0px !important; }

.md-tab--inactive {
  color: rgba(0, 0, 0, 0.52) !important; }

.md-edit-dialog__label {
  width: auto !important; }

.mpk-dialog.no-padding-content .md-dialog-content--padded {
  padding: 0 !important; }

.mpk-dialog.no-overflow .md-dialog-content {
  overflow: hidden; }

/*LINK*/
.mpk-link {
  color: #2883e5;
  cursor: pointer !important; }
  .mpk-link:hover {
    text-decoration: underline;
    cursor: pointer; }

.mpk-link-on-hover {
  cursor: pointer; }
  .mpk-link-on-hover:hover {
    color: #2883e5 !important; }

/*BODY*/
.mpk-body {
  font-size: 16px;
  line-height: 24px; }

/*AUTO SIZE*/
.mpk-auto-width {
  width: auto !important; }

.mpk-auto-height {
  height: auto !important; }

.iziToast-wrapper-bottomCenter {
  left: unset !important;
  text-align: right; }

.md-dialog-footer {
  border-top: thin solid rgba(0, 0, 0, 0.064);
  background: #f7efe8; }

.md-panel-column {
  color: #c34528 !important;
  font-weight: 600; }

.md-expansion-panel--expanded:not(:first-child) {
  margin-top: 0 !important; }

.mpk-dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.mpk-container {
  width: 1024px;
  margin: 0 auto; }

.mpk-hide {
  display: none !important; }

.mpk-hide-sm {
  display: inherit !important; }

.mpk-hide-md {
  display: inherit !important; }

.mpk-hide-xs {
  display: inherit !important; }

.mpk-show {
  display: inherit !important; }

.mpk-show-sm {
  display: none !important; }

.mpk-show-md {
  display: none !important; }

.mpk-show-xs {
  display: none !important; }

.mpk-no-copy {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.mpk-no-wrap {
  white-space: nowrap; }

.mpk-center-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

/*OVERRIDE*/
.md-floating-label {
  z-index: 1; }

/*MEDIA*/
@media screen and (max-width: 960px) {
  .mpk-layout.column-sm {
    flex-direction: column; }
    .mpk-layout.column-sm.child-fill > * {
      width: 100%; }
    .mpk-layout.column-sm.reverse {
      flex-direction: column-reverse; }
  .mpk-layout.row-sm {
    flex-direction: row; }
    .mpk-layout.row-sm.reverse {
      flex-direction: row-reverse; }
  .mpk-layout.justify-center-sm {
    justify-content: center; }
  .mpk-layout.justify-arround-sm {
    justify-content: space-around; }
  .mpk-layout.justify-right-sm {
    justify-content: flex-end; }
  .mpk-layout.justify-between-sm {
    justify-content: space-between; }
  .mpk-hide-sm {
    display: none !important; }
  .mpk-show-sm {
    display: unset !important; }
  .mpk-position.relative-sm {
    position: relative; }
  .mpk-position.sticky-sm {
    position: sticky;
    top: 0; }
  .mpk-position.fixed-sm {
    position: fixed; } }

@media screen and (max-width: 600px) {
  .mpk-layout.column-xs {
    flex-direction: column; }
    .mpk-layout.column-xs.child-fill > * {
      width: 100%; }
    .mpk-layout.column-xs.reverse {
      flex-direction: column-reverse; }
  .mpk-layout.row-xs {
    flex-direction: row; }
    .mpk-layout.row-xs.reverse {
      flex-direction: row-reverse; }
  .mpk-layout.justify-center-xs {
    justify-content: center; }
  .mpk-layout.justify-arround-xs {
    justify-content: space-around; }
  .mpk-layout.justify-right-xs {
    justify-content: flex-end; }
  .mpk-layout.justify-between-xs {
    justify-content: space-between; }
  .mpk-hide-xs {
    display: none !important; }
  .mpk-show-xs {
    display: unset !important; }
  .mpk-position.relative-xs {
    position: relative; }
  .mpk-position.sticky-xs {
    position: sticky;
    top: 0; }
  .mpk-position.fixed-xs {
    position: fixed; } }

.App {
  width: 100%;
  height: 100%; }

.center-container {
  width: 1024px;
  margin: 0 auto; }

.side-container {
  width: 240px; }

.text-editor {
  border: thin solid rgba(0, 0, 0, 0.064);
  padding: 0 16px; }

a {
  color: #2883e5; }

.bg-pattern {
  display: none; }

@media screen and (max-width: 1024px) {
  .center-container {
    width: 100%;
    padding: 0 16px; } }

.sp *:not(.md-icon) {
  font-family: 'Comfortaa', sans-serif !important; }

.sp .mpk-appbar, .sp .md-background--primary, .sp .md-switch-thumb--on, .sp .md-tab-indicator {
  background: #689f38 !important; }

.sp .mpk-sidabar-menu .group .menu-item.active .md-icon,
.sp .md-text--theme-primary, .sp .md-tab--active, .sp .mpk-font-color-primary {
  color: #689f38 !important; }

.sp .md-background--secondary {
  background: #1b5e20 !important; }

.sp .mpk-divider-label {
  color: #1b5e20 !important; }

.sp .mpk-divider-label {
  border-color: #1b5e20 !important; }

.sp .md-switch-track--on {
  background: #689f38 !important; }

.sp .info .pjk * {
  display: none; }

.sp .bg {
  display: none; }

.sp .bg-pattern {
  display: block !important; }

.sp .account {
  background: transparent !important; }

.markdown li {
  padding-left: 16px; }

.markdown p {
  margin-bottom: 24px !important; }

.markdown strong {
  font-weight: 600; }

.mpk-status-info {
  font-weight: 600;
  font-size: 14px;
  padding: 8px 16px;
  border: 2px solid #1565c0;
  margin-bottom: 8px;
  background: white;
  z-index: 10; }
  .mpk-status-info .md-icon {
    margin-right: 16px;
    color: #1565c0; }
  .mpk-status-info.error {
    color: #c62828;
    border-color: #c62828; }
    .mpk-status-info.error .md-icon {
      color: #c62828; }
  .mpk-status-info.success {
    color: #558b2f;
    border-color: #558b2f; }
    .mpk-status-info.success .md-icon {
      color: #558b2f; }

.mpk-app-logo {
  display: flex;
  align-items: center; }
  .mpk-app-logo .picture-mark {
    height: 32px; }
  .mpk-app-logo .logo-type {
    height: 20px;
    margin-left: 8px; }
  .mpk-app-logo img {
    height: 100%; }

@media screen and (max-width: 960px) {
  .mpk-app-logo .logo-type {
    display: none; } }

.mpk-appbar-profile .user-info {
  margin-right: 16px;
  line-height: 14px; }

.mpk-appbar-profile .apps-shortcut .md-list-tile {
  height: auto !important;
  position: relative; }

.mpk-appbar-profile .apps-shortcut .md-tile-addon.md-tile-addon--icon {
  height: auto !important;
  line-height: 0; }

.mpk-appbar-profile .apps-shortcut .md-fake-btn {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px; }

.mpk-appbar-profile .apps-shortcut .md-tile-content--left-icon {
  padding-left: 16px !important; }

@media screen and (max-width: 600px) {
  .mpk-appbar-profile .user-info {
    display: none; } }

.mpk-mitra-djp {
  background: white;
  border-radius: 4px;
  padding: 4px; }
  .mpk-mitra-djp.light {
    color: rgba(255, 255, 255, 0.92) !important; }
  .mpk-mitra-djp .body {
    line-height: 1;
    border-left: thin dotted rgba(0, 0, 0, 0.52) !important; }
    .mpk-mitra-djp .body .djp {
      letter-spacing: 1px; }

.mpk-picture-profile {
  background: #d6d0c9;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: relative;
  border: 2px solid white; }
  .mpk-picture-profile .md-icon {
    font-size: 14px; }
  .mpk-picture-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 1; }
  .mpk-picture-profile .default-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0; }

.mpk-appbar {
  background: #fff;
  height: 64px;
  padding: 0 16px;
  z-index: 20;
  position: relative;
  border-bottom: thin solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.96); }
  .mpk-appbar .appbar-logo {
    cursor: pointer; }
    .mpk-appbar .appbar-logo.light {
      display: none; }
  .mpk-appbar .navs {
    padding: 8px; }
    .mpk-appbar .navs.lt-sm {
      display: none;
      margin-left: 16px; }
      .mpk-appbar .navs.lt-sm .nav-item {
        width: 100%;
        text-align: left; }
    .mpk-appbar .navs .nav-item {
      font-weight: 400;
      cursor: pointer;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.48);
      text-transform: none; }
      .mpk-appbar .navs .nav-item.active {
        color: #c34528 !important; }
        .mpk-appbar .navs .nav-item.active span {
          font-weight: 500 !important; }
  .mpk-appbar.fixed {
    position: fixed;
    width: 100%; }

@media screen and (max-width: 960px) {
  .mpk-appbar .navs.gt-sm {
    display: none; }
  .mpk-appbar .navs.lt-sm {
    display: inline; } }

.mpk-app-logo-static {
  display: flex;
  align-items: center;
  justify-content: center; }
  .mpk-app-logo-static .picture-mark {
    height: 100%; }
  .mpk-app-logo-static .logo-type-container {
    height: 64%;
    margin-left: 8px; }
    .mpk-app-logo-static .logo-type-container img {
      height: 100%; }

.mpk-article {
  background: white; }
  .mpk-article > div {
    width: 692px;
    margin: 0 auto;
    position: relative; }
  .mpk-article .ills {
    padding-top: 16px; }
    .mpk-article .ills > * {
      width: 100%; }
  .mpk-article .content {
    padding: 16px 0; }
    .mpk-article .content .title {
      font-size: 36px;
      line-height: 42px;
      font-weight: 600; }
    .mpk-article .content .info {
      margin-top: 8px; }
    .mpk-article .content .deck {
      font-size: 24px;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.48);
      margin-top: 16px; }
    .mpk-article .content .body {
      margin-top: 16px;
      padding-bottom: 16px; }

@media screen and (max-width: 692px) {
  .mpk-article > div {
    width: 100%; }
  .mpk-article .ills {
    padding-top: 0; }
  .mpk-article .content {
    padding: 24px; } }

.mpk-bg-slice {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  background: #c34528; }
  .mpk-bg-slice.over-height {
    height: 140%; }
  .mpk-bg-slice .parallelogram-1 {
    position: absolute;
    top: 0;
    left: 20%;
    width: 70%;
    height: 100%;
    opacity: .7;
    -webkit-transform: skew(56deg);
    -moz-transform: skew(56deg);
    -o-transform: skew(56deg);
    background: #c34528;
    background: -moz-linear-gradient(top, #c34528 56%, #c34528 100%);
    background: -webkit-linear-gradient(top, #c34528 56%, #c34528 100%);
    background: linear-gradient(to bottom, #c34528 56%, #c34528 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mpk-gradient-primary-1', endColorstr='$mpk-gradient-primary-2',GradientType=0 ); }
  .mpk-bg-slice .parallelogram-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: .6;
    -webkit-transform: skew(56deg);
    -moz-transform: skew(56deg);
    -o-transform: skew(56deg);
    background: #c34528;
    background: -moz-linear-gradient(top, #c34528 0%, #c34528 24%);
    background: -webkit-linear-gradient(top, #c34528 0%, #c34528 24%);
    background: linear-gradient(to bottom, #c34528 0%, #c34528 24%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mpk-gradient-primary-1', endColorstr='$mpk-gradient-primary-2',GradientType=0 ); }
  .mpk-bg-slice .parallelogram-3 {
    position: absolute;
    top: 0;
    left: 4%;
    opacity: .5;
    width: 60%;
    height: 100%;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    background: #c34528;
    background: -moz-linear-gradient(top, #c34528 0%, #c34528 52%);
    background: -webkit-linear-gradient(top, #c34528 0%, #c34528 52%);
    background: linear-gradient(to bottom, #c34528 0%, #c34528 52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mpk-gradient-primary-1', endColorstr='$mpk-gradient-primary-2',GradientType=0 ); }
  .mpk-bg-slice .parallelogram-4 {
    position: absolute;
    top: 0;
    right: 4%;
    opacity: .4;
    width: 40%;
    height: 100%;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    background: #c34528;
    background: -moz-linear-gradient(top, #c34528 0%, #c34528 50%);
    background: -webkit-linear-gradient(top, #c34528 0%, #c34528 50%);
    background: linear-gradient(to bottom, #c34528 0%, #c34528 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mpk-gradient-primary-2', endColorstr='$mpk-gradient-primary-1',GradientType=0 ); }
  .mpk-bg-slice .parallelogram-5 {
    position: absolute;
    top: 0;
    right: 0%;
    opacity: .3;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    background: #c34528;
    background: -moz-linear-gradient(top, #c34528 0%, #c34528 52%);
    background: -webkit-linear-gradient(top, #c34528 0%, #c34528 52%);
    background: linear-gradient(to bottom, #c34528 0%, #c34528 52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mpk-gradient-primary-2', endColorstr='$mpk-gradient-primary-1',GradientType=0 ); }

.mpk-card-article-thumbnail {
  margin-bottom: 16px; }
  .mpk-card-article-thumbnail .title {
    font-size: 20px;
    color: #c34528;
    margin-bottom: 8px;
    cursor: pointer; }
  .mpk-card-article-thumbnail .body {
    font-size: 14px;
    font-weight: 300; }
  .mpk-card-article-thumbnail .info {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.48); }
  .mpk-card-article-thumbnail .image {
    width: 240px;
    min-height: 160px; }
    .mpk-card-article-thumbnail .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .mpk-card-article-thumbnail .action {
    margin-top: 16px; }
  .mpk-card-article-thumbnail.row .content {
    padding: 16px; }
  .mpk-card-article-thumbnail:last-child {
    margin-bottom: 0; }
  .mpk-card-article-thumbnail.column {
    height: auto; }
    .mpk-card-article-thumbnail.column .image {
      width: 100%;
      height: auto;
      min-height: 0;
      position: relative; }
      .mpk-card-article-thumbnail.column .image img {
        height: auto;
        object-fit: contain; }
    .mpk-card-article-thumbnail.column .content {
      padding: 16px; }

@media screen and (max-width: 600px) {
  .mpk-card-article-thumbnail .image {
    width: 100%; } }

.mpk-card-article-headline {
  position: relative;
  margin-bottom: 16px; }
  .mpk-card-article-headline img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .mpk-card-article-headline .overlay {
    position: absolute;
    bottom: 0;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.72);
    width: 100%; }
    .mpk-card-article-headline .overlay .title {
      font-size: 20px;
      color: white; }
    .mpk-card-article-headline .overlay .info {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.54); }

.mpk-corner-ribbon {
  position: absolute;
  right: 0;
  top: 0;
  width: 92px;
  height: 92px;
  overflow: hidden;
  z-index: 1; }
  .mpk-corner-ribbon .wrapper {
    width: 100%;
    height: 100%;
    position: relative; }
  .mpk-corner-ribbon .ribbon {
    font-size: 13px;
    color: #ddd;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    text-transform: uppercase;
    letter-spacing: .02rem;
    padding: 7px 0;
    left: 0px;
    top: 16px;
    width: 120px;
    background: #1887cd;
    font-weight: bold; }
    .mpk-corner-ribbon .ribbon:before {
      left: 0; }
    .mpk-corner-ribbon .ribbon:after {
      right: 0; }

.mpk-commandbar {
  background: #fff9f6;
  height: 48px;
  padding: 0 16px;
  width: 100%;
  color: rgba(0, 0, 0, 0.72);
  flex: none; }
  .mpk-commandbar .actions {
    padding: 0 8px; }
  .mpk-commandbar .right-corner {
    padding-left: 16px;
    border-left: thin solid rgba(0, 0, 0, 0.064); }
  .mpk-commandbar .left-corner {
    padding-right: 16px;
    margin-right: 16px;
    border-right: thin solid rgba(0, 0, 0, 0.064); }

.mpk-breadcrumb-item {
  font-weight: 300;
  display: contents; }
  .mpk-breadcrumb-item:after {
    content: '|';
    padding: 0 8px; }

.mpk-companies h1 {
  font-weight: 600;
  margin-top: 8px; }

.mpk-companies .company-center-container {
  margin: 0 auto; }

.mpk-companies .lb {
  max-width: 240px;
  top: 8px; }

@media screen and (max-width: 600px) {
  .mpk-companies .company-center-container {
    padding: 0 16px; }
  .mpk-companies .lb {
    max-width: 100% !important;
    margin: 0 0 24px 0 !important; }
    .mpk-companies .lb > div {
      border-right: none !important; }
  .mpk-companies .company-card {
    width: 100%;
    margin: 0 !important; }
    .mpk-companies .company-card .company-card-logo {
      width: 100%; } }

.mpk-company-card {
  width: 228px;
  display: inline-table;
  height: 240px; }
  .mpk-company-card .company-card-logo {
    width: 228px;
    height: 228px;
    border-radius: 0;
    background: #836464; }
    .mpk-company-card .company-card-logo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .mpk-company-card .company-card-logo .md-icon {
      font-size: 92px;
      color: #f7efe8; }
  .mpk-company-card .company-card-info {
    border-top: thin solid #f7efe8;
    min-height: 96px; }
    .mpk-company-card .company-card-info .md-icon {
      color: #bbb;
      font-size: 16px; }

@media screen and (max-width: 600px) {
  .mpk-company-card {
    width: 100%;
    margin: 0 0 16px 0 !important; }
    .mpk-company-card .company-card-logo {
      width: 100%; } }

.mpk-dialog-container {
  color: rgba(0, 0, 0, 0.72);
  z-index: 111; }
  .mpk-dialog-container .md-progress--linear {
    position: absolute;
    top: 0 !important;
    left: 0;
    margin: 0;
    background-color: #eee !important; }

.mpk-dialog {
  color: rgba(0, 0, 0, 0.72);
  z-index: 111; }
  .mpk-dialog .md-progress--linear {
    position: absolute;
    top: 0 !important;
    left: 0;
    margin: 0;
    background-color: #eee !important; }
  .mpk-dialog .md-btn--dialog {
    padding: 8px 16px; }
  .mpk-dialog .error-block {
    padding: 0 24px; }
    .mpk-dialog .error-block > div {
      padding: 8px 8px;
      display: flex;
      align-items: center;
      color: #c62828;
      font-weight: 600;
      margin-bottom: 16px;
      border: 2px solid #c62828; }
      .mpk-dialog .error-block > div .md-icon {
        margin-right: 8px;
        color: #c62828; }
  .mpk-dialog .md-dialog-footer {
    background: #f7efe8;
    border-top: thin solid rgba(0, 0, 0, 0.064); }
  .mpk-dialog .md-dialog {
    min-width: 280px;
    width: auto; }
  .mpk-dialog.dialog-form > .md-paper {
    display: flex;
    flex-direction: column; }
  .mpk-dialog.dialog-form .md-dialog-content {
    flex: 1;
    overflow: auto; }
    .mpk-dialog.dialog-form .md-dialog-content .form {
      padding: 0 24px; }
  .mpk-dialog.dialog-form .md-dialog-content--padded {
    padding: 0; }
  .mpk-dialog.dialog-form.size-large .md-paper {
    width: 80%;
    height: 80%; }
  .mpk-dialog.dialog-form.size-medium .md-paper {
    width: 960px;
    height: 80%; }
  .mpk-dialog.dialog-form.size-normal .md-paper {
    width: 600px;
    height: 80%; }
  .mpk-dialog.dialog-form.size-small .md-paper {
    width: 480px;
    height: 80%; }
  .mpk-dialog.dialog-form.relative-content .md-paper {
    height: auto; }

.md-overlay {
  width: 100% !important; }

@media screen and (max-width: 960px) {
  .mpk-dialog.size-medium .md-paper, .mpk-dialog.size-normal .md-paper {
    width: 100%;
    height: 100%; } }

.mpk-hint {
  background: #f6f6e2; }
  .mpk-hint .content {
    padding: 12px 16px;
    color: rgba(0, 0, 0, 0.72); }
    .mpk-hint .content .icon {
      color: #fbc205;
      margin-right: 8px;
      padding: 0; }

.mpk-current-company {
  background: transparent;
  position: relative; }
  .mpk-current-company .logo {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #d6d0c9;
    position: relative;
    border: 2px solid white; }
    .mpk-current-company .logo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 48px;
      z-index: 1;
      position: relative; }
    .mpk-current-company .logo .default-img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 0; }
  .mpk-current-company .md-progress--linear {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important; }
  .mpk-current-company .actions .mpk-link:after {
    content: '|';
    padding: 0 4px; }
  .mpk-current-company .actions .mpk-link:last-child:after {
    display: none; }

.pr-news-ticker {
  position: relative;
  bottom: 0;
  background: black;
  z-index: 100;
  width: 100vw;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .pr-news-ticker .news-ticker-item {
    color: white;
    display: flex;
    align-items: center;
    height: 24px; }
  .pr-news-ticker.sp {
    background: #1c2f0c; }
    .pr-news-ticker.sp .news-ticker-item-divider {
      background: #689f38;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      text-align: center;
      margin-left: 24px; }

.mpk-error-page {
  margin: 0 auto;
  position: relative; }
  .mpk-error-page .md-paper {
    width: 800px;
    margin: auto;
    padding: 48px; }
  .mpk-error-page .status {
    font-size: 24px;
    color: #c62828;
    font-weight: bold;
    margin-right: 4px; }
  .mpk-error-page .status-text {
    font-size: 24px; }
  .mpk-error-page .illustration .sign {
    position: relative; }
  .mpk-error-page .illustration .sign h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 48px;
    font-weight: bold;
    font-size: 92px;
    color: #222; }
  .mpk-error-page .illustration .sign .board {
    width: 140px;
    height: 140px;
    border-radius: 16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8fc00+0,f4db18+59,fccb19+61,fccb19+100 */
    background: #f8fc00;
    /* Old browsers */
    background: -moz-linear-gradient(-72deg, #f8fc00 0%, #f4db18 59%, #fccb19 61%, #fccb19 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-72deg, #f8fc00 0%, #f4db18 59%, #fccb19 61%, #fccb19 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(160deg, #f8fc00 0%, #f4db18 59%, #fccb19 61%, #fccb19 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fc00', endColorstr='#fccb19',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .mpk-error-page .illustration .sign .board:after {
    content: '';
    height: 128px;
    width: 128px;
    border-radius: 16px;
    border: 6px solid rgba(0, 0, 0, 0.92); }
  .mpk-error-page .body-content {
    border-left: thin solid rgba(0, 0, 0, 0.16);
    margin-left: 48px;
    padding-left: 24px; }
  .mpk-error-page .mpk-body * {
    font-size: inherit !important;
    word-break: keep-all; }

@media screen and (max-width: 800px) {
  .mpk-error-page {
    padding: 16px; }
    .mpk-error-page .md-paper {
      width: 100%; } }

@media screen and (max-width: 600px) {
  .mpk-error-page {
    height: auto !important; } }

@media screen and (max-width: 960px) {
  .mpk-error-page .paper {
    padding: 0;
    background: transparent;
    box-shadow: none; }
  .mpk-error-page .content {
    flex-direction: column; }
  .mpk-error-page .illustration {
    padding: 0;
    margin-top: 24px; }
  .mpk-error-page .body-content {
    border-top: thin solid rgba(0, 0, 0, 0.2);
    border-left: none;
    padding-left: 0;
    padding-top: 24px;
    margin-top: 64px;
    margin-left: 0;
    align-items: center; } }

.mpk-container-form .container {
  width: auto;
  margin: 0 auto; }
  .mpk-container-form .container .cb > .md-paper {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    position: relative; }
    .mpk-container-form .container .cb > .md-paper .md-progress--linear {
      background: rgba(0, 0, 0, 0.25) !important;
      position: sticky;
      top: 0;
      width: 100%;
      height: 2px;
      left: 0;
      margin: 0 !important; }
  .mpk-container-form .container .header {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px; }
    .mpk-container-form .container .header p {
      font-size: 14px;
      margin: 0;
      color: rgba(0, 0, 0, 0.72); }
  .mpk-container-form .container .footer {
    margin-top: 24px; }
  .mpk-container-form .container .action {
    margin-top: 24px; }
    .mpk-container-form .container .action > button.md-btn {
      width: 100%;
      min-width: unset; }
    .mpk-container-form .container .action > div:first-child {
      text-align: center; }
  .mpk-container-form .container .info {
    width: 400px;
    margin: 24px auto;
    z-index: 10;
    line-height: 12px; }
    .mpk-container-form .container .info .pajakku b {
      color: #c34528; }
    .mpk-container-form .container .info .pajakku .link > a {
      display: inline-block;
      padding: 0 4px;
      font-size: 10px;
      position: relative;
      outline: none;
      text-decoration: dotted;
      color: rgba(0, 0, 0, 0.72); }
      .mpk-container-form .container .info .pajakku .link > a:after {
        content: ".";
        position: absolute;
        right: 0; }
      .mpk-container-form .container .info .pajakku .link > a:first-child {
        padding-left: 0; }
      .mpk-container-form .container .info .pajakku .link > a:last-child:after {
        display: none; }

.mpk-container-form.popup .cb > .md-paper {
  width: 540px; }

.mpk-container-form.popup .cb .info {
  width: 540px; }

.mpk-container-form.popup .cb .action button.md-btn {
  width: auto; }

.mpk-container-form.medium .cb > .md-paper {
  width: 640px; }

.mpk-container-form.medium .cb .info {
  width: 640px; }

.mpk-container-form.medium .cb .action button.md-btn {
  width: auto; }

.mpk-container-form.large .cb > .md-paper {
  width: 920px; }

.mpk-container-form.large .cb .info {
  width: 920px; }

.mpk-container-form.large .cb .action button.md-btn {
  width: auto; }

@media screen and (max-width: 600px) {
  .container-paper .container {
    padding: 0 16px; }
    .container-paper .container .md-paper {
      width: 100%;
      padding: 24px; }
      .container-paper .container .md-paper form * {
        margin-right: 0; }
    .container-paper .container .info {
      width: 100%; }
  .container-paper.flex-height {
    height: 100%;
    top: 0; }
    .container-paper.flex-height .container {
      height: 100%;
      margin-top: 0;
      display: flex;
      flex-direction: column; }
      .container-paper.flex-height .container .brand {
        text-align: left;
        padding-top: 24px;
        margin-bottom: 24px; }
        .container-paper.flex-height .container .brand .mpk-logo {
          height: 36px; }
      .container-paper.flex-height .container .cb {
        flex: 1;
        display: flex;
        flex-direction: column; }
        .container-paper.flex-height .container .cb .header {
          flex: none;
          margin: 0; }
        .container-paper.flex-height .container .cb .children {
          flex: 1; }
          .container-paper.flex-height .container .cb .children form {
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100%; }
          .container-paper.flex-height .container .cb .children .action {
            margin: 0; }
        .container-paper.flex-height .container .cb .md-paper {
          display: flex;
          flex-direction: column;
          flex: 1; }
        .container-paper.flex-height .container .cb .footer {
          flex: none;
          margin: 0; }
        .container-paper.flex-height .container .cb .info {
          flex: 0; } }

@media screen and (max-width: 600px) {
  .mpk-container-transform {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px; }
    .mpk-container-transform > * {
      width: 100%; } }

.mpk-divider-label {
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c34528;
  font-size: 12px;
  font-weight: 600;
  color: #c34528;
  background: white;
  top: 0; }
  .mpk-divider-label:first-child {
    padding-top: 0;
    margin-top: 0; }

.mpk-error-page {
  margin: 0 auto;
  position: relative; }
  .mpk-error-page .md-paper {
    width: 800px;
    margin: auto;
    padding: 48px; }
  .mpk-error-page .status {
    font-size: 24px;
    color: #c62828;
    font-weight: bold;
    margin-right: 4px; }
  .mpk-error-page .status-text {
    font-size: 24px; }
  .mpk-error-page .illustration .sign {
    position: relative; }
  .mpk-error-page .illustration .sign h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 48px;
    font-weight: bold;
    font-size: 92px;
    color: #222; }
  .mpk-error-page .illustration .sign .board {
    width: 140px;
    height: 140px;
    border-radius: 16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8fc00+0,f4db18+59,fccb19+61,fccb19+100 */
    background: #f8fc00;
    /* Old browsers */
    background: -moz-linear-gradient(-72deg, #f8fc00 0%, #f4db18 59%, #fccb19 61%, #fccb19 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-72deg, #f8fc00 0%, #f4db18 59%, #fccb19 61%, #fccb19 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(160deg, #f8fc00 0%, #f4db18 59%, #fccb19 61%, #fccb19 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fc00', endColorstr='#fccb19',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .mpk-error-page .illustration .sign .board:after {
    content: '';
    height: 128px;
    width: 128px;
    border-radius: 16px;
    border: 6px solid rgba(0, 0, 0, 0.92); }
  .mpk-error-page .body-content {
    border-left: thin solid rgba(0, 0, 0, 0.16);
    margin-left: 48px;
    padding-left: 24px; }
  .mpk-error-page .mpk-body * {
    font-size: inherit !important;
    word-break: keep-all; }

@media screen and (max-width: 800px) {
  .mpk-error-page {
    padding: 16px; }
    .mpk-error-page .md-paper {
      width: 100%; } }

@media screen and (max-width: 600px) {
  .mpk-error-page {
    height: auto !important; } }

@media screen and (max-width: 960px) {
  .mpk-error-page .paper {
    padding: 0;
    background: transparent;
    box-shadow: none; }
  .mpk-error-page .content {
    flex-direction: column; }
  .mpk-error-page .illustration {
    padding: 0;
    margin-top: 24px; }
  .mpk-error-page .body-content {
    border-top: thin solid rgba(0, 0, 0, 0.2);
    border-left: none;
    padding-left: 0;
    padding-top: 24px;
    margin-top: 64px;
    margin-left: 0;
    align-items: center; } }

.mpk-file-picker {
  width: 100%; }
  .mpk-file-picker #mpk-file-picker-input {
    display: none; }
  .mpk-file-picker img {
    width: 100%;
    height: auto;
    margin-bottom: 16px; }
  .mpk-file-picker .trigger {
    width: 100%;
    border: thin dashed rgba(0, 0, 0, 0.24);
    padding: 24px;
    color: rgba(0, 0, 0, 0.72);
    cursor: pointer; }
    .mpk-file-picker .trigger .file-info {
      margin-left: 16px; }

.mpk-footbar {
  background-color: #222;
  color: rgba(255, 255, 255, 0.92);
  padding: 16px; }
  .mpk-footbar button {
    color: white; }

@media screen and (max-width: 600px) {
  .mpk-footbar {
    padding-top: 32px; }
    .mpk-footbar > div:last-child > div:first-child {
      display: none; } }

.mpk-address {
  margin: 0 48px; }
  .mpk-address.light {
    color: rgba(255, 255, 255, 0.92); }
    .mpk-address.light .group .body, .mpk-address.light .group .value {
      color: rgba(255, 255, 255, 0.54) !important; }
  .mpk-address .group {
    margin-bottom: 16px; }
    .mpk-address .group .header {
      font-weight: 600;
      font-size: 16px; }
    .mpk-address .group .contact {
      margin-top: 8px; }
      .mpk-address .group .contact .label {
        font-size: 12px; }

@media screen and (max-width: 960px) {
  .mpk-address {
    width: 100%;
    margin: 16px 0; }
    .mpk-address .group {
      margin-right: 8px; } }

.mpk-send-email .header {
  margin-bottom: 16px; }

.mpk-send-email .group {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px; }
  .mpk-send-email .group label {
    color: rgba(255, 255, 255, 0.54); }
  .mpk-send-email .group input, .mpk-send-email .group textarea {
    padding: 8px;
    outline: none;
    background: rgba(0, 0, 0, 0.08) !important;
    border: thin solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px; }
    .mpk-send-email .group input:focus, .mpk-send-email .group textarea:focus {
      border: thin solid #c34528; }
  .mpk-send-email .group textarea {
    resize: none;
    height: 120px; }

.mpk-general-info {
  background-color: #263238;
  padding: 48px;
  color: rgba(255, 255, 255, 0.92);
  position: relative; }
  .mpk-general-info .link {
    padding-right: 48px; }
  .mpk-general-info .logo {
    position: relative; }
    .mpk-general-info .logo .mpk-logo {
      height: 48px; }
    .mpk-general-info .logo:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 160px;
      background: rgba(255, 255, 255, 0.1);
      margin-left: 8px;
      -moz-transform: rotate(12deg);
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg); }

@media screen and (max-width: 960px) {
  .mpk-general-info .logo:after {
    display: none; } }

@media screen and (max-width: 600px) {
  .mpk-general-info .link {
    padding-bottom: 24px;
    border-bottom: thin solid rgba(255, 255, 255, 0.1); }
  .mpk-general-info .mpk-send-email {
    padding-top: 24px; } }

.mpk-image-thumbnail .image-container {
  width: 72px;
  height: 72px;
  position: relative; }
  .mpk-image-thumbnail .image-container.selected {
    border: 2px solid #c34528; }
  .mpk-image-thumbnail .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative; }
    .mpk-image-thumbnail .image-container img.rounded-border {
      border-radius: 16%; }
    .mpk-image-thumbnail .image-container img.circle-border {
      border-radius: 50%; }
  .mpk-image-thumbnail .image-container .md-icon {
    position: absolute;
    right: 4px;
    font-size: 14px;
    top: 4px;
    cursor: pointer;
    color: white;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.72);
    z-index: 2; }
  .mpk-image-thumbnail .image-container .default-img {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #d6d0c9;
    top: 0;
    left: 0;
    z-index: 0; }
    .mpk-image-thumbnail .image-container .default-img .md-icon {
      position: relative;
      cursor: default;
      top: unset;
      right: unset;
      text-shadow: unset;
      font-size: 48px; }

.mpk-invoice .sub td {
  background: #f2f2f2; }

.mpk-invoice .total td {
  border-top: thin solid #aaa;
  background: #ddd; }

.mpk-jumbotron {
  flex: none;
  margin-bottom: 12px; }
  .mpk-jumbotron .headline {
    font-size: 24px;
    font-weight: 500; }

.sgn-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }

.sgn-layout.column > .sgn-layout-element {
  width: 100%; }

.sgn-layout.row > .sgn-layout-element {
  height: 100%; }

@media screen and (max-width: 1280px) {
  .sgn-layout.column.switch-md {
    flex-direction: row !important; }
  .sgn-layout.row.switch-md {
    flex-direction: column !important; }
    .sgn-layout.row.switch-md > .sgn-layout-element {
      width: 100% !important; } }

@media screen and (max-width: 960px) {
  .sgn-layout.column.switch-sm {
    flex-direction: row !important; }
    .sgn-layout.column.switch-sm.reverse {
      flex-direction: row-reverse !important; }
  .sgn-layout.row.switch-sm {
    flex-direction: column !important; }
    .sgn-layout.row.switch-sm.reverse {
      flex-direction: column-reverse !important; }
    .sgn-layout.row.switch-sm > .sgn-layout-element {
      width: 100% !important; } }

.mpk-masonry {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 8px; }

.mpk-notification .badge {
  display: flex;
  width: auto;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 24px;
  margin: 0 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
  border: thin solid rgba(0, 0, 0, 0.064);
  padding: 0 8px;
  cursor: pointer; }
  .mpk-notification .badge.active {
    background-color: #c62828; }
    .mpk-notification .badge.active * {
      color: white; }
  .mpk-notification .badge .md-icon {
    font-size: 12px;
    margin-right: 4px; }
  .mpk-notification .badge .number {
    padding: 0 4px; }

.mpk-notification .mpk-notification-item {
  border-bottom: thin solid rgba(0, 0, 0, 0.064);
  padding: 16px 0; }
  .mpk-notification .mpk-notification-item:last-child {
    border-bottom: none; }

@media screen and (max-width: 960px) {
  .mpk-not-found {
    text-align: center; } }

.mpk-number-in-words {
  padding: 8px;
  font-style: italic; }

.mpk-pagination {
  padding: 8px 0;
  display: flex;
  align-items: center; }
  .mpk-pagination .pagination-info {
    padding: 0 16px; }
  .mpk-pagination .limit {
    display: flex;
    align-items: center;
    font-size: 12px; }
    .mpk-pagination .limit > div:first-child {
      margin-right: 8px; }
  .mpk-pagination button.md-btn--icon .mdi {
    font-size: 24px; }

.mpk-panel {
  position: static; }
  .mpk-panel.small-header .header {
    font-size: 16px;
    border: none !important; }
  .mpk-panel .header {
    font-size: 18px;
    font-weight: 600;
    color: #c34528;
    position: relative;
    min-height: 60px;
    padding: 0 16px; }
  .mpk-panel .md-progress--linear {
    margin: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    background: transparent; }

.mpk-rate-plan-card {
  text-align: left; }
  .mpk-rate-plan-card.clickable {
    cursor: pointer; }

.mpk-rate-plan-card-img {
  width: 100%;
  height: 180px;
  position: relative; }
  .mpk-rate-plan-card-img .default {
    position: relative;
    width: 100%;
    height: 100%;
    background: #5d6570; }
    .mpk-rate-plan-card-img .default .md-icon {
      font-size: 72px;
      color: #aaa; }
  .mpk-rate-plan-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: thin solid #ddd; }

.mpk-relative-grid {
  column-gap: 16px;
  margin: 16px auto; }
  .mpk-relative-grid .figure {
    transition: opacity .4s ease-in-out;
    margin-top: 2px;
    margin-bottom: 16px;
    display: inline-block;
    column-break-inside: avoid; }

.mpk-search-field.border {
  border-radius: 2px;
  background: white;
  border: thin solid rgba(0, 0, 0, 0.08); }
  .mpk-search-field.border .md-divider {
    display: none; }
  .mpk-search-field.border input {
    margin-top: 0;
    padding: 0 16px; }
  .mpk-search-field.border button {
    height: 40px;
    min-width: 48px; }

.mpk-search-field.as-panel {
  background: white; }

.mpk-section {
  padding-bottom: 16px; }
  .mpk-section .title {
    color: #c34528;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    font-size: 14px; }
    .mpk-section .title:after {
      content: "";
      width: 100%;
      position: absolute;
      height: 2px;
      left: 0;
      bottom: 0;
      background-color: #c34528; }
  .mpk-section .deck {
    font-size: 24px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.48);
    margin-top: 16px; }
  .mpk-section .body {
    color: rgba(0, 0, 0, 0.72);
    margin-top: 16px; }
  .mpk-section .footer {
    margin-top: 16px; }
  .mpk-section.dark .title {
    color: white; }
  .mpk-section.dark .body {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400; }

.mpk-section-header {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #c34528;
  position: relative; }
  .mpk-section-header .center-container {
    text-align: center;
    text-align: center;
    max-width: 960px;
    z-index: 2; }
    .mpk-section-header .center-container > * {
      position: relative; }
  .mpk-section-header .title {
    color: white;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    font-size: 14px; }
    .mpk-section-header .title:after {
      content: "";
      width: 100%;
      position: absolute;
      height: 2px;
      left: 0;
      bottom: 0;
      background-color: white; }
  .mpk-section-header .body {
    font-size: 20px;
    margin-top: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92); }
  .mpk-section-header .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 0; }

.mpk-sidabar-menu {
  color: rgba(0, 0, 0, 0.72);
  background: inherit;
  padding: 0 8px;
  z-index: 0; }
  .mpk-sidabar-menu * {
    box-sizing: border-box;
    text-align: left; }
  .mpk-sidabar-menu .group-divider {
    padding: 8px 16px;
    border-bottom: thin solid rgba(0, 0, 0, 0.064);
    color: rgba(0, 0, 0, 0.48);
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.92); }
    .mpk-sidabar-menu .group-divider:first-child {
      margin-top: 0; }
  .mpk-sidabar-menu .group {
    background: inherit;
    border-bottom: thin solid rgba(0, 0, 0, 0.064); }
    .mpk-sidabar-menu .group .menu-item {
      min-height: 40px;
      height: auto;
      display: flex;
      align-items: center;
      width: 100%;
      font-size: 14px;
      border-radius: 0;
      color: rgba(0, 0, 0, 0.72);
      text-transform: none;
      position: relative;
      color: rgba(255, 255, 255, 0.92);
      border-bottom: thin solid rgba(255, 255, 255, 0.1); }
      .mpk-sidabar-menu .group .menu-item.active .md-icon {
        color: #c34528;
        position: relative; }
      .mpk-sidabar-menu .group .menu-item .md-icon {
        margin-right: 12px;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.24); }
      .mpk-sidabar-menu .group .menu-item .md-icon {
        color: rgba(255, 255, 255, 0.24); }
    .mpk-sidabar-menu .group:last-child {
      border-bottom: none; }
    .mpk-sidabar-menu .group .subheader {
      height: 48px;
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.72);
      background-color: inherit;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      margin: 0;
      z-index: 1;
      color: rgba(255, 255, 255, 0.92); }
    .mpk-sidabar-menu .group .collapse-icon {
      display: none; }
    .mpk-sidabar-menu .group.collapsible {
      cursor: pointer; }
      .mpk-sidabar-menu .group.collapsible .collapse-icon {
        display: block;
        position: absolute;
        right: 12px;
        color: inherit;
        font-size: 16px; }

.mpk-sidebar-footer {
  color: rgba(0, 0, 0, 0.96); }
  .mpk-sidebar-footer > div {
    border-top: thin solid rgba(0, 0, 0, 0.064);
    padding: 18px 0; }
  .mpk-sidebar-footer .link {
    display: flex; }
    .mpk-sidebar-footer .link div:after {
      content: "|";
      padding: 0 6px; }
    .mpk-sidebar-footer .link div:last-child:after {
      display: none; }
  .mpk-sidebar-footer *, .mpk-sidebar-footer .md-icon {
    color: rgba(255, 255, 255, 0.92); }
  .mpk-sidebar-footer > div {
    border-top: thin solid rgba(255, 255, 255, 0.1); }
  .mpk-sidebar-footer .md-table-column {
    height: auto !important;
    padding: 0; }
    .mpk-sidebar-footer .md-table-column:first-child {
      padding-left: 0 !important; }
    .mpk-sidebar-footer .md-table-column button {
      height: auto;
      text-transform: none;
      padding: 0; }
      .mpk-sidebar-footer .md-table-column button:hover {
        background: transparent; }
    .mpk-sidebar-footer .md-table-column .md-icon-separator .md-icon {
      color: #2883e5; }
    .mpk-sidebar-footer .md-table-column .md-icon-separator .md-icon-text:last-child {
      padding-left: 4px !important; }
  .mpk-sidebar-footer .md-tile-content--left-icon {
    padding-left: 16px; }

.mpk-sidebar-info .panel {
  background-color: #fff9f6;
  background-blend-mode: darken;
  position: relative;
  background-color: rgba(255, 255, 255, 0.04);
  background-blend-mode: overlay;
  color: rgba(255, 255, 255, 0.92); }
  .mpk-sidebar-info .panel .header {
    height: 40px;
    color: #c34528;
    font-weight: 500; }
    .mpk-sidebar-info .panel .header .md-icon {
      font-size: 16px;
      cursor: pointer;
      margin-left: 4px; }
  .mpk-sidebar-info .panel .body {
    overflow: auto;
    max-height: 96px;
    position: relative; }
  .mpk-sidebar-info .panel:after {
    content: '';
    width: 100%;
    height: 32px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff9f6+0,fff9f6+67,fff9f6+100&0+0,1+67 */
    background: -moz-linear-gradient(top, rgba(255, 249, 246, 0) 0%, #fff9f6 67%, #fff9f6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 249, 246, 0) 0%, #fff9f6 67%, #fff9f6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 249, 246, 0) 0%, #fff9f6 67%, #fff9f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff9f6', endColorstr='#fff9f6',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0; }
  .mpk-sidebar-info .panel .header {
    color: #ff8f00; }
  .mpk-sidebar-info .panel .md-icon {
    color: rgba(255, 255, 255, 0.92); }

.mpk-sidebar-info .dialog {
  color: rgba(0, 0, 0, 0.72); }
  .mpk-sidebar-info .dialog .title {
    color: #c62828; }

.mpk-sidebar {
  z-index: 10;
  background-color: white;
  border-right: thin solid rgba(0, 0, 0, 0.064);
  width: 240px;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.96);
  color: white; }
  .mpk-sidebar.hide {
    display: none; }

@media screen and (max-width: 768px) {
  .mpk-sidebar {
    position: absolute;
    left: 0;
    height: 100%;
    box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.25);
    width: 240px;
    z-index: 1;
    display: inline-flex;
    left: 0;
    -webkit-animation: sidebar-show .5s;
    /* Safari 4+ */
    -moz-animation: sidebar-show .5s;
    /* Fx 5+ */
    -o-animation: sidebar-show .5s;
    /* Opera 12+ */
    animation: sidebar-show .5s;
    /* IE 10+, Fx 29+ */ }
    .mpk-sidebar.hide {
      display: inline-flex;
      left: -240px;
      -webkit-animation: sidebar-hide .5s;
      /* Safari 4+ */
      -moz-animation: sidebar-hide .5s;
      /* Fx 5+ */
      -o-animation: sidebar-hide .5s;
      /* Opera 12+ */
      animation: sidebar-hide .5s;
      /* IE 10+, Fx 29+ */ } }

@-webkit-keyframes sidebar-show {
  from {
    left: -240px; }
  to {
    left: 0; } }

@-moz-keyframes sidebar-show {
  from {
    left: -240px; }
  to {
    left: 0; } }

@-o-keyframes sidebar-show {
  from {
    left: -240px; }
  to {
    left: 0; } }

@keyframes sidebar-show {
  from {
    left: -240px; }
  to {
    left: 0; } }

@-webkit-keyframes sidebar-hide {
  from {
    left: 0; }
  to {
    left: -240px; } }

@-moz-keyframes sidebar-hide {
  from {
    left: 0; }
  to {
    left: -240px; } }

@-o-keyframes sidebar-hide {
  from {
    left: 0; }
  to {
    left: -240px; } }

@keyframes sidebar-hide {
  from {
    left: 0; }
  to {
    left: -240px; } }

.mpk-step {
  overflow: hidden; }
  .mpk-step .mpk-step-content {
    padding-top: 16px; }
    .mpk-step .mpk-step-content .actions {
      margin-top: 16px; }
  .mpk-step .mpk-step-item {
    flex: 1; }
    .mpk-step .mpk-step-item:last-child {
      flex: none; }
      .mpk-step .mpk-step-item:last-child .label:after {
        display: none; }
    .mpk-step .mpk-step-item.active .number {
      background: #c34528;
      color: white; }
    .mpk-step .mpk-step-item.active .label {
      font-weight: 600; }
    .mpk-step .mpk-step-item .number {
      width: 28px;
      height: 28px;
      font-weight: bold;
      border-radius: 50%;
      background: #fff9f6;
      color: #c34528;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
      border: thin solid #c34528;
      z-index: 10; }
    .mpk-step .mpk-step-item .label {
      display: flex;
      flex: 1;
      align-items: center; }
      .mpk-step .mpk-step-item .label:after {
        content: "";
        flex: 1;
        height: 1px;
        background: rgba(0, 0, 0, 0.25);
        margin: 0 16px; }

@media screen and (max-width: 600px) {
  .mpk-step .mpk-step-bar {
    align-items: flex-start; }
    .mpk-step .mpk-step-bar .mpk-step-item {
      height: 64px;
      position: relative; }
      .mpk-step .mpk-step-bar .mpk-step-item:before {
        content: "";
        position: absolute;
        left: -2px;
        top: 50%;
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        margin: 0 16px; }
      .mpk-step .mpk-step-bar .mpk-step-item:last-child:before {
        display: none; } }

.mpk-table {
  position: relative; }
  .mpk-table th .resizer {
    position: absolute;
    height: 100%;
    cursor: col-resize;
    left: 0;
    top: 0; }
    .mpk-table th .resizer .md-icon {
      font-size: 12px !important;
      padding-right: 8px; }
  .mpk-table p {
    margin: 0px; }
  .mpk-table .mpk-link p {
    color: #1e88e5; }
  .mpk-table .status {
    display: inline-block; }
    .mpk-table .status.boolean {
      min-width: 48px; }
      .mpk-table .status.boolean div {
        text-align: center; }
  .mpk-table .md-data-table--responsive {
    height: 100% !important; }
  .mpk-table .md-data-table--responsive.md-data-table--fixed {
    width: 100%; }
  .mpk-table .md-data-table__fixed-wrapper {
    width: 100%; }
  .mpk-table .md-table-column {
    white-space: unset;
    min-height: 120px; }
  .mpk-table .md-icon-text:last-child {
    padding-left: 4px; }
  .mpk-table .md-table-column--header .md-icon {
    font-size: 12px !important; }
  .mpk-table #mpk-inner-tbl {
    overflow-x: auto;
    overflow-y: hidden; }
  .mpk-table .query-info {
    position: absolute;
    width: 100%;
    height: 100%;
    /*.not-found {
      height:100%;
      img {
        height: 50%;
        margin-right: 24px;
      }
      .info{
        max-width: 25%;
        div:first-child{
          color:$mpk-color-warn;
        }
        .todo{
          margin-top:4px;
        }
      }
    }*/ }
  .mpk-table .header-loader {
    height: 56px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px; }
  .mpk-table .md-tile-addon {
    line-height: 1 !important; }
  .mpk-table .md-tile-content--left-icon {
    padding-left: 16px !important; }
  .mpk-table .md-icon.mdi {
    font-size: 20px; }
  .mpk-table .md-table-column__fixed.md-table-column__fixed--header.sortable {
    cursor: pointer; }
  .mpk-table .md-data-table--responsive.md-data-table--fixed {
    display: grid; }
  .mpk-table .md-data-table__fixed-wrapper {
    min-width: unset; }
  .mpk-table .md-progress--linear {
    margin: 0;
    position: absolute;
    top: 56px;
    height: 2px;
    background: #f2f2f2; }
    .mpk-table .md-progress--linear.show {
      opacity: 1;
      animation-name: fade-in;
      animation-duration: 1s; }
    .mpk-table .md-progress--linear.hide {
      opacity: 0;
      animation-name: fade-out;
      animation-duration: 1s; }

.mpk-table-setting {
  width: 240px; }
  .mpk-table-setting .md-tab {
    min-width: 50%; }
  .mpk-table-setting .md-tab-indicator {
    width: 50% !important; }
  .mpk-table-setting .md-tab--inactive {
    color: rgba(0, 0, 0, 0.72) !important; }

/*.md-data-table__scroll-wrapper{
  height:auto !important;
}*/
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media screen and (max-width: 960px) {
  .mpk-table .query-info .not-found img {
    height: auto;
    width: 50%;
    margin-right: 0;
    margin-bottom: 24px; }
  .mpk-table .query-info .not-found .info {
    max-width: 80%;
    text-align: center; } }

@media screen and (max-width: 600px) {
  .mpk-table-setting {
    width: 100%; } }

.mpk-text-editor {
  margin: 16px 0; }
  .mpk-text-editor label {
    margin-bottom: 8px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.48);
    font-weight: 600; }
  .mpk-text-editor .error-info {
    margin-top: 4px;
    color: #c62828;
    font-size: 12px; }
  .mpk-text-editor .ql-container.ql-snow {
    background: white;
    z-index: 10;
    border: none;
    border-bottom: thin solid rgba(0, 0, 0, 0.12); }
  .mpk-text-editor .ql-toolbar.ql-snow {
    border: none;
    background: white;
    position: sticky;
    top: 0;
    z-index: 15; }
  .mpk-text-editor .ql-editor p {
    margin-bottom: 16px; }

.mpk-text-field-mask {
  margin-top: 16px;
  position: relative; }
  .mpk-text-field-mask label {
    top: 0;
    transform: translate3d(0, 0, 0); }
  .mpk-text-field-mask .input-mask {
    margin-top: 24px;
    font-size: 14px;
    outline: none;
    padding: 8px; }

@media screen and (min-width: 768px) {
  .mpk-text-field-mask .input-mask {
    font-size: 16px; } }

.mpk-treeview {
  width: 100%; }
  .mpk-treeview ul {
    width: 100%;
    background-color: transparent !important;
    font-family: 'Roboto', serif !important;
    color: rgba(0, 0, 0, 0.72) !important; }
    .mpk-treeview ul li div {
      color: rgba(0, 0, 0, 0.72) !important;
      background: transparent !important; }

.mpk-wizard {
  width: 100%;
  margin: 0 auto; }

.container-paper .container {
  width: auto;
  margin: 0 auto;
  margin-top: 48px; }
  .container-paper .container.ecom {
    padding: 0;
    margin-top: 0 !important; }
  .container-paper .container .brand {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    justify-content: center; }
    .container-paper .container .brand .mpk-logo img {
      height: 48px; }
  .container-paper .container .md-paper.content-container {
    padding: 48px;
    margin: 0 auto;
    width: 400px;
    position: relative; }
    .container-paper .container .md-paper.content-container .md-progress--linear {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0;
      margin: 0 !important; }
  .container-paper .container .header {
    font-size: 18px;
    margin-bottom: 16px; }
    .container-paper .container .header h2, .container-paper .container .header p {
      text-align: center; }
    .container-paper .container .header p {
      font-size: 14px;
      margin: 0;
      color: rgba(0, 0, 0, 0.72); }
  .container-paper .container .footer {
    margin-top: 24px; }
  .container-paper .container .action {
    margin-top: 24px; }
    .container-paper .container .action > button.md-btn {
      width: 100%; }
    .container-paper .container .action > div:first-child {
      text-align: center; }
  .container-paper .container .info {
    width: 400px;
    margin: 24px auto;
    z-index: 10;
    line-height: 12px; }
    .container-paper .container .info .pjk b {
      color: #c34528; }
    .container-paper .container .info .pjk a {
      font-size: 10px;
      display: inline-block;
      position: relative;
      outline: none;
      text-decoration: dotted; }
      .container-paper .container .info .pjk a:after {
        content: "|";
        margin: 0 4px; }
      .container-paper .container .info .pjk a:first-child {
        padding-left: 0; }
      .container-paper .container .info .pjk a:last-child:after {
        display: none; }
  .container-paper .container .completed {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border: thin solid #558b2f;
    border-radius: 48px; }
    .container-paper .container .completed .md-icon {
      font-size: 48px;
      color: #558b2f; }

.container-paper.popup .md-paper.content-container {
  width: 540px; }

.container-paper.popup .info {
  width: 540px; }

.container-paper.popup .action button.md-btn {
  width: auto; }

.container-paper.medium .md-paper.content-container {
  width: 640px; }

.container-paper.medium .info {
  width: 640px; }

.container-paper.medium .action button.md-btn {
  width: auto; }

.container-paper.large .md-paper.content-container {
  width: 920px; }

.container-paper.large .info {
  width: 920px; }

.container-paper.large .action button.md-btn {
  width: auto; }

.container-paper .validation {
  color: #c62828;
  font-weight: 500;
  font-size: 12px;
  padding: 8px 16px;
  border: 2px solid #c62828;
  margin-bottom: 8px; }
  .container-paper .validation .md-icon {
    margin-right: 16px;
    color: #c62828; }

@media screen and (max-width: 600px) {
  .container-paper.as-widget {
    background-color: transparent; }
    .container-paper.as-widget .container {
      height: 100%; }
    .container-paper.as-widget .cb {
      height: 100%; }
      .container-paper.as-widget .cb > .md-paper {
        height: 100%;
        background-color: transparent !important;
        box-shadow: none; }
  .container-paper .container {
    padding: 0 16px; }
    .container-paper .container.ecom {
      padding: 0 !important;
      margin-top: 0 !important; }
    .container-paper .container .md-paper.content-container {
      width: 100%;
      padding: 24px; }
      .container-paper .container .md-paper.content-container form * {
        margin-right: 0; }
    .container-paper .container .info {
      width: 100%; }
  .container-paper.flex-height {
    height: 100%;
    top: 0; }
    .container-paper.flex-height .container {
      height: 100%;
      margin-top: 0;
      display: flex;
      flex-direction: column; }
      .container-paper.flex-height .container .brand {
        text-align: left;
        padding-top: 24px;
        margin-bottom: 24px; }
        .container-paper.flex-height .container .brand .mpk-logo {
          height: 36px;
          margin: 0 auto; }
      .container-paper.flex-height .container .cb {
        flex: 1;
        display: flex;
        flex-direction: column; }
        .container-paper.flex-height .container .cb .header {
          flex: none;
          margin: 0; }
        .container-paper.flex-height .container .cb .children {
          flex: 1; }
          .container-paper.flex-height .container .cb .children form {
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100%; }
          .container-paper.flex-height .container .cb .children .action {
            margin: 0; }
        .container-paper.flex-height .container .cb .md-paper.content-container {
          display: flex;
          flex-direction: column;
          flex: 1; }
        .container-paper.flex-height .container .cb .footer {
          flex: none;
          margin: 0; }
        .container-paper.flex-height .container .cb .info {
          flex: 0; } }

.wp-type .item-container {
  border: thin solid #666;
  display: inline-flex;
  border-radius: 24px;
  -moz-box-shadow: inset 3px 3px 5px #ccc;
  -webkit-box-shadow: inset 3px 3px 5px #ccc;
  box-shadow: inset 3px 3px 5px #ccc; }
  .wp-type .item-container .item {
    padding: 4px 8px;
    text-align: center;
    width: 92px;
    cursor: pointer;
    font-weight: 500; }
    .wp-type .item-container .item:nth-child(odd) {
      border-radius: 24px 0 0 24px; }
    .wp-type .item-container .item:nth-child(even) {
      border-radius: 0 24px 24px 0; }
    .wp-type .item-container .item.active {
      background-color: #c34528;
      color: white;
      border-radius: 24px; }

.account {
  background: #f4f4f2;
  overflow-x: hidden;
  position: relative; }
  .account .bg {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
    background: #f4f4f2; }
    .account .bg .parallelogram-1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .54;
      -webkit-transform: skew(56deg);
      -moz-transform: skew(56deg);
      -o-transform: skew(56deg);
      background: #e4e4de;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e4e4de 56%, #f4f4f2 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e4e4de 56%, #f4f4f2 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e4e4de 56%, #f4f4f2 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-primary-1', endColorstr='$gradient-primary-2',GradientType=0 );
      /* IE6-9 */ }
    .account .bg .parallelogram-2 {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      opacity: 1;
      -webkit-transform: skew(56deg);
      -moz-transform: skew(56deg);
      -o-transform: skew(56deg);
      background: #f4f4f2;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e4e4de 0%, #f4f4f2 50%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e4e4de 0%, #f4f4f2 50%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e4e4de 0%, #f4f4f2 50%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-primary-1', endColorstr='$gradient-primary-2',GradientType=0 );
      /* IE6-9 */ }
    .account .bg .parallelogram-3 {
      position: absolute;
      top: 0;
      left: 0%;
      opacity: .24;
      width: 18%;
      height: 100%;
      -webkit-transform: skew(-12deg);
      -moz-transform: skew(-12deg);
      -o-transform: skew(-12deg);
      background: #f4f4f2;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e4e4de 0%, #f4f4f2 52%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e4e4de 0%, #f4f4f2 52%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e4e4de 0%, #f4f4f2 52%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-primary-1', endColorstr='$gradient-primary-2',GradientType=0 );
      /* IE6-9 */ }
    .account .bg .parallelogram-4 {
      position: absolute;
      top: 0;
      right: 30%;
      opacity: .32;
      width: 40%;
      height: 100%;
      -webkit-transform: skew(-12deg);
      -moz-transform: skew(-12deg);
      -o-transform: skew(-12deg);
      background: #f4f4f2;
      /* Old browsers */
      background: -moz-linear-gradient(top, #f4f4f2 0%, #e4e4de 52%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f4f4f2 0%, #e4e4de 52%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f4f4f2 0%, #e4e4de 52%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-primary-2', endColorstr='$gradient-primary-1',GradientType=0 );
      /* IE6-9 */ }
    .account .bg .parallelogram-5 {
      position: absolute;
      top: 0;
      right: 25%;
      opacity: .4;
      width: 40%;
      height: 100%;
      -webkit-transform: skew(-12deg);
      -moz-transform: skew(-12deg);
      -o-transform: skew(-12deg);
      background: #f4f4f2;
      /* Old browsers */
      background: -moz-linear-gradient(top, #f4f4f2 0%, #e4e4de 52%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f4f4f2 0%, #e4e4de 52%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f4f4f2 0%, #e4e4de 52%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-primary-2', endColorstr='$gradient-primary-1',GradientType=0 );
      /* IE6-9 */ }
  .account .account-main {
    position: absolute;
    width: 100%;
    height: 100%; }
  .account .account-header {
    width: 100%;
    height: auto; }

.md-display-4 {
  letter-spacing: -.1px; }

.md-display-3 {
  letter-spacing: -.05px; }

.md-display-2, h1, .md-display-1, h2, .md-headline {
  letter-spacing: 0; }

h3, .md-title {
  letter-spacing: .5px; }

h4, .md-subheading-2, h5, .md-subheading-1, p, .md-body-1, h6, .md-body-2 {
  letter-spacing: .1px; }

caption, .md-caption {
  letter-spacing: .2px; }

h1, .md-display-1,
.md-display-2,
.md-display-3,
.md-display-4,
h2,
.md-headline,
h3,
.md-title,
h5,
.md-subheading-1,
h4,
.md-subheading-2,
p,
.md-body-1,
h6,
.md-body-2,
caption,
.md-caption {
  margin: 0; }

h1, .md-display-1,
.md-display-2,
.md-display-3,
.md-display-4,
h2,
.md-headline,
h3,
.md-title {
  margin-bottom: 14px; }

h5, .md-subheading-1,
h4,
.md-subheading-2,
p,
.md-body-1,
h6,
.md-body-2,
caption,
.md-caption {
  margin-bottom: 10px; }

.md-display-3,
.md-display-4,
h3,
.md-title {
  white-space: nowrap; }

h1, .md-display-1,
.md-display-2,
.md-display-3,
h2,
.md-headline,
h5,
.md-subheading-1,
h4,
.md-subheading-2,
p,
.md-body-1,
caption,
.md-caption {
  font-weight: 400; }

h3, .md-title,
h6,
.md-body-2 {
  font-weight: 500; }

.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  line-height: 128px; }

.md-display-3 {
  font-size: 56px;
  line-height: 84px; }

.md-display-2 {
  font-size: 45px;
  line-height: 48px; }

h1, .md-display-1 {
  font-size: 34px;
  line-height: 40px; }

h2, .md-headline {
  font-size: 24px;
  line-height: 32px; }

h3, .md-title {
  font-size: 20px;
  line-height: 28px; }

h4, .md-subheading-2 {
  line-height: 28px; }

h5, .md-subheading-1 {
  line-height: 24px; }

p, .md-body-1 {
  line-height: 20px; }

h6, .md-body-2 {
  line-height: 24px; }

caption, .md-caption {
  font-size: 12px; }

.md-text-left, .md-picker-control {
  text-align: left; }

.md-text-center, .md-calendar-date {
  text-align: center; }

.md-text-right {
  text-align: right; }

.md-text-justify {
  text-align: justify; }

.md-text-capitalize {
  text-transform: capitalize; }

.md-text-lowercalse {
  text-transform: lowercase; }

.md-text-uppercase {
  text-transform: uppercase; }

.md-text-nowrap {
  white-space: nowrap; }

.md-text-no-select {
  user-select: none; }

.md-font-light {
  font-weight: 300; }

.md-font-regular {
  font-weight: 400; }

.md-font-medium, .md-btn .md-icon-text, .md-clock-time-value {
  font-weight: 500; }

.md-font-semibold {
  font-weight: 600; }

.md-font-bold {
  font-weight: 700; }

.md-transition--sharp {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }

.md-transition--standard {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.md-transition--acceleration, .md-drop-down-leave.md-drop-down-leave-active {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }


.md-transition--decceleration,
.md-transition--deceleration,
.md-drop-down-enter.md-drop-down-enter-active {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.md-calendar-date, .md-inline-block {
  display: inline-block;
  vertical-align: bottom; }

.md-full-width {
  width: 100%; }

.md-text-container, .md-bottom-nav .md-icon, .md-block-centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.md-grid.md-grid--no-spacing > .md-cell.md-cell--right, .md-cell--right, .md-collapser--card, .md-divider--expand-from-right::after {
  margin-left: auto; }

.md-grid.md-grid--no-spacing > .md-cell.md-cell--right, .md-cell--right, .md-collapser--card, .md-divider--expand-from-right::after {
  margin-left: auto; }

.md-expansion-panel-list, .md-list-unstyled, .md-list, .md-tabs {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.md-media img, .md-media iframe, .md-media svg, .md-media video, .md-media embed, .md-media object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

@media screen and (min-width: 320px) {
  .md-subheading-2,
  .md-subheading-1 {
    font-size: 16px; }
  .md-body-2,
  .md-body-1 {
    font-size: 14px; }
  h5,
  h4 {
    font-size: 16px; }
  h6,
  p {
    font-size: 14px; } }

@media screen and (min-width: 1025px) {
  .md-subheading-2,
  .md-subheading-1 {
    font-size: 15px; }
  .md-body-2,
  .md-body-1 {
    font-size: 13px; }
  h5,
  h4 {
    font-size: 15px; }
  h6,
  p {
    font-size: 13px; } }

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

html {
  background: #fafafa;
  font-size: 14px;
  min-width: 100%; }

body {
  font-family: "Roboto", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.42857;
  text-rendering: optimizeLegibility; }

h2, .md-headline,
h3,
.md-title,
h4,
.md-subheading-2,
h5,
.md-subheading-1,
h6,
.md-body-2,
p,
.md-body-1 {
  color: rgba(0, 0, 0, 0.87); }

.md-display-4,
.md-display-3,
.md-display-2,
h1,
.md-display-1,
caption,
.md-caption {
  color: rgba(0, 0, 0, 0.54); }

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
textarea,
html {
  font-family: "Roboto", sans-serif; }

.md-text-container {
  max-width: 640px;
  width: 100%; }
  .md-text-container.md-text-container.md-cell {
    margin-left: auto;
    margin-right: auto; }

.md-fake-btn {
  background: transparent;
  position: relative; }
  .md-fake-btn--no-outline {
    outline-style: none; }

.md-no-scroll.md-no-scroll {
  overflow: hidden;
  position: fixed; }

.md-pointer--hover:hover {
  cursor: pointer; }

.md-pointer--none {
  pointer-events: none; }

.md-content-jump {
  left: -1000px;
  position: absolute;
  top: -1000px; }
  .md-content-jump:active, .md-content-jump:focus {
    left: 0;
    top: 0; }

.md-grid {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto; }
  .md-grid.md-grid--no-spacing {
    padding: 0; }
    .md-grid.md-grid--no-spacing > .md-cell {
      margin: 0; }
  .md-grid--stacked {
    flex-direction: column; }

.md-cell--top {
  align-self: flex-start; }

.md-cell--middle {
  align-self: center; }

.md-cell--center {
  margin-left: auto;
  margin-right: auto; }

.md-cell--bottom {
  align-self: flex-end; }

.md-cell--stretch {
  align-self: stretch; }

@media (max-width: 599px) {
  .md-grid {
    padding: 8px; }
  .md-cell {
    width: calc(100% - 16px);
    margin: 8px; }
    .md-grid.md-grid--no-spacing > .md-cell {
      width: 100%; }
  .md-cell--phone-hidden {
    display: none !important; }
  .md-cell--order-1,
  .md-cell--order-1-phone.md-cell--order-1-phone {
    order: 1; }
  .md-cell--order-2,
  .md-cell--order-2-phone.md-cell--order-2-phone {
    order: 2; }
  .md-cell--order-3,
  .md-cell--order-3-phone.md-cell--order-3-phone {
    order: 3; }
  .md-cell--order-4,
  .md-cell--order-4-phone.md-cell--order-4-phone {
    order: 4; }
  .md-cell--order-5,
  .md-cell--order-5-phone.md-cell--order-5-phone {
    order: 5; }
  .md-cell--order-6,
  .md-cell--order-6-phone.md-cell--order-6-phone {
    order: 6; }
  .md-cell--order-7,
  .md-cell--order-7-phone.md-cell--order-7-phone {
    order: 7; }
  .md-cell--order-8,
  .md-cell--order-8-phone.md-cell--order-8-phone {
    order: 8; }
  .md-cell--order-9,
  .md-cell--order-9-phone.md-cell--order-9-phone {
    order: 9; }
  .md-cell--order-10,
  .md-cell--order-10-phone.md-cell--order-10-phone {
    order: 10; }
  .md-cell--order-11,
  .md-cell--order-11-phone.md-cell--order-11-phone {
    order: 11; }
  .md-cell--order-12,
  .md-cell--order-12-phone.md-cell--order-12-phone {
    order: 12; }
  .md-cell--1,
  .md-cell--1-phone.md-cell--1-phone {
    width: calc(25% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--1, .md-grid.md-grid--no-spacing >
    .md-cell--1-phone.md-cell--1-phone {
      width: 25%; }
  .md-cell--2,
  .md-cell--2-phone.md-cell--2-phone {
    width: calc(50% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--2, .md-grid.md-grid--no-spacing >
    .md-cell--2-phone.md-cell--2-phone {
      width: 50%; }
  .md-cell--3,
  .md-cell--3-phone.md-cell--3-phone {
    width: calc(75% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--3, .md-grid.md-grid--no-spacing >
    .md-cell--3-phone.md-cell--3-phone {
      width: 75%; }
  .md-cell--4,
  .md-cell--4-phone.md-cell--4-phone {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--4, .md-grid.md-grid--no-spacing >
    .md-cell--4-phone.md-cell--4-phone {
      width: 100%; }
  .md-cell--5,
  .md-cell--5-phone.md-cell--5-phone {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--5, .md-grid.md-grid--no-spacing >
    .md-cell--5-phone.md-cell--5-phone {
      width: 100%; }
  .md-cell--6,
  .md-cell--6-phone.md-cell--6-phone {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--6, .md-grid.md-grid--no-spacing >
    .md-cell--6-phone.md-cell--6-phone {
      width: 100%; }
  .md-cell--7,
  .md-cell--7-phone.md-cell--7-phone {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--7, .md-grid.md-grid--no-spacing >
    .md-cell--7-phone.md-cell--7-phone {
      width: 100%; }
  .md-cell--8,
  .md-cell--8-phone.md-cell--8-phone {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--8, .md-grid.md-grid--no-spacing >
    .md-cell--8-phone.md-cell--8-phone {
      width: 100%; }
  .md-cell--9,
  .md-cell--9-phone.md-cell--9-phone {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--9, .md-grid.md-grid--no-spacing >
    .md-cell--9-phone.md-cell--9-phone {
      width: 100%; }
  .md-cell--10,
  .md-cell--10-phone.md-cell--10-phone {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--10, .md-grid.md-grid--no-spacing >
    .md-cell--10-phone.md-cell--10-phone {
      width: 100%; }
  .md-cell--11,
  .md-cell--11-phone.md-cell--11-phone {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--11, .md-grid.md-grid--no-spacing >
    .md-cell--11-phone.md-cell--11-phone {
      width: 100%; }
  .md-cell--12,
  .md-cell--12-phone.md-cell--12-phone {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--12, .md-grid.md-grid--no-spacing >
    .md-cell--12-phone.md-cell--12-phone {
      width: 100%; }
  .md-cell--1-offset,
  .md-cell--1-phone-offset.md-cell--1-phone-offset {
    margin-left: calc(25% + 8px); }
    .md-grid--no-spacing > .md-cell--1-offset, .md-grid--no-spacing >
    .md-cell--1-phone-offset.md-cell--1-phone-offset {
      margin-left: 25%; }
  .md-cell--2-offset,
  .md-cell--2-phone-offset.md-cell--2-phone-offset {
    margin-left: calc(50% + 8px); }
    .md-grid--no-spacing > .md-cell--2-offset, .md-grid--no-spacing >
    .md-cell--2-phone-offset.md-cell--2-phone-offset {
      margin-left: 50%; }
  .md-cell--3-offset,
  .md-cell--3-phone-offset.md-cell--3-phone-offset {
    margin-left: calc(75% + 8px); }
    .md-grid--no-spacing > .md-cell--3-offset, .md-grid--no-spacing >
    .md-cell--3-phone-offset.md-cell--3-phone-offset {
      margin-left: 75%; } }

@media (min-width: 600px) and (max-width: 839px) {
  .md-grid {
    padding: 8px; }
  .md-cell {
    width: calc(50% - 16px);
    margin: 8px; }
    .md-grid.md-grid--no-spacing > .md-cell {
      width: 50%; }
  .md-cell--tablet-hidden {
    display: none !important; }
  .md-cell--order-1,
  .md-cell--order-1-tablet.md-cell--order-1-tablet {
    order: 1; }
  .md-cell--order-2,
  .md-cell--order-2-tablet.md-cell--order-2-tablet {
    order: 2; }
  .md-cell--order-3,
  .md-cell--order-3-tablet.md-cell--order-3-tablet {
    order: 3; }
  .md-cell--order-4,
  .md-cell--order-4-tablet.md-cell--order-4-tablet {
    order: 4; }
  .md-cell--order-5,
  .md-cell--order-5-tablet.md-cell--order-5-tablet {
    order: 5; }
  .md-cell--order-6,
  .md-cell--order-6-tablet.md-cell--order-6-tablet {
    order: 6; }
  .md-cell--order-7,
  .md-cell--order-7-tablet.md-cell--order-7-tablet {
    order: 7; }
  .md-cell--order-8,
  .md-cell--order-8-tablet.md-cell--order-8-tablet {
    order: 8; }
  .md-cell--order-9,
  .md-cell--order-9-tablet.md-cell--order-9-tablet {
    order: 9; }
  .md-cell--order-10,
  .md-cell--order-10-tablet.md-cell--order-10-tablet {
    order: 10; }
  .md-cell--order-11,
  .md-cell--order-11-tablet.md-cell--order-11-tablet {
    order: 11; }
  .md-cell--order-12,
  .md-cell--order-12-tablet.md-cell--order-12-tablet {
    order: 12; }
  .md-cell--1,
  .md-cell--1-tablet.md-cell--1-tablet {
    width: calc(12.5% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--1, .md-grid.md-grid--no-spacing >
    .md-cell--1-tablet.md-cell--1-tablet {
      width: 12.5%; }
  .md-cell--2,
  .md-cell--2-tablet.md-cell--2-tablet {
    width: calc(25% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--2, .md-grid.md-grid--no-spacing >
    .md-cell--2-tablet.md-cell--2-tablet {
      width: 25%; }
  .md-cell--3,
  .md-cell--3-tablet.md-cell--3-tablet {
    width: calc(37.5% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--3, .md-grid.md-grid--no-spacing >
    .md-cell--3-tablet.md-cell--3-tablet {
      width: 37.5%; }
  .md-cell--4,
  .md-cell--4-tablet.md-cell--4-tablet {
    width: calc(50% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--4, .md-grid.md-grid--no-spacing >
    .md-cell--4-tablet.md-cell--4-tablet {
      width: 50%; }
  .md-cell--5,
  .md-cell--5-tablet.md-cell--5-tablet {
    width: calc(62.5% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--5, .md-grid.md-grid--no-spacing >
    .md-cell--5-tablet.md-cell--5-tablet {
      width: 62.5%; }
  .md-cell--6,
  .md-cell--6-tablet.md-cell--6-tablet {
    width: calc(75% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--6, .md-grid.md-grid--no-spacing >
    .md-cell--6-tablet.md-cell--6-tablet {
      width: 75%; }
  .md-cell--7,
  .md-cell--7-tablet.md-cell--7-tablet {
    width: calc(87.5% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--7, .md-grid.md-grid--no-spacing >
    .md-cell--7-tablet.md-cell--7-tablet {
      width: 87.5%; }
  .md-cell--8,
  .md-cell--8-tablet.md-cell--8-tablet {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--8, .md-grid.md-grid--no-spacing >
    .md-cell--8-tablet.md-cell--8-tablet {
      width: 100%; }
  .md-cell--9,
  .md-cell--9-tablet.md-cell--9-tablet {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--9, .md-grid.md-grid--no-spacing >
    .md-cell--9-tablet.md-cell--9-tablet {
      width: 100%; }
  .md-cell--10,
  .md-cell--10-tablet.md-cell--10-tablet {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--10, .md-grid.md-grid--no-spacing >
    .md-cell--10-tablet.md-cell--10-tablet {
      width: 100%; }
  .md-cell--11,
  .md-cell--11-tablet.md-cell--11-tablet {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--11, .md-grid.md-grid--no-spacing >
    .md-cell--11-tablet.md-cell--11-tablet {
      width: 100%; }
  .md-cell--12,
  .md-cell--12-tablet.md-cell--12-tablet {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--12, .md-grid.md-grid--no-spacing >
    .md-cell--12-tablet.md-cell--12-tablet {
      width: 100%; }
  .md-cell--1-offset,
  .md-cell--1-tablet-offset.md-cell--1-tablet-offset {
    margin-left: calc(12.5% + 8px); }
    .md-grid--no-spacing > .md-cell--1-offset, .md-grid--no-spacing >
    .md-cell--1-tablet-offset.md-cell--1-tablet-offset {
      margin-left: 12.5%; }
  .md-cell--2-offset,
  .md-cell--2-tablet-offset.md-cell--2-tablet-offset {
    margin-left: calc(25% + 8px); }
    .md-grid--no-spacing > .md-cell--2-offset, .md-grid--no-spacing >
    .md-cell--2-tablet-offset.md-cell--2-tablet-offset {
      margin-left: 25%; }
  .md-cell--3-offset,
  .md-cell--3-tablet-offset.md-cell--3-tablet-offset {
    margin-left: calc(37.5% + 8px); }
    .md-grid--no-spacing > .md-cell--3-offset, .md-grid--no-spacing >
    .md-cell--3-tablet-offset.md-cell--3-tablet-offset {
      margin-left: 37.5%; }
  .md-cell--4-offset,
  .md-cell--4-tablet-offset.md-cell--4-tablet-offset {
    margin-left: calc(50% + 8px); }
    .md-grid--no-spacing > .md-cell--4-offset, .md-grid--no-spacing >
    .md-cell--4-tablet-offset.md-cell--4-tablet-offset {
      margin-left: 50%; }
  .md-cell--5-offset,
  .md-cell--5-tablet-offset.md-cell--5-tablet-offset {
    margin-left: calc(62.5% + 8px); }
    .md-grid--no-spacing > .md-cell--5-offset, .md-grid--no-spacing >
    .md-cell--5-tablet-offset.md-cell--5-tablet-offset {
      margin-left: 62.5%; }
  .md-cell--6-offset,
  .md-cell--6-tablet-offset.md-cell--6-tablet-offset {
    margin-left: calc(75% + 8px); }
    .md-grid--no-spacing > .md-cell--6-offset, .md-grid--no-spacing >
    .md-cell--6-tablet-offset.md-cell--6-tablet-offset {
      margin-left: 75%; }
  .md-cell--7-offset,
  .md-cell--7-tablet-offset.md-cell--7-tablet-offset {
    margin-left: calc(87.5% + 8px); }
    .md-grid--no-spacing > .md-cell--7-offset, .md-grid--no-spacing >
    .md-cell--7-tablet-offset.md-cell--7-tablet-offset {
      margin-left: 87.5%; } }

@media (min-width: 840px) {
  .md-grid {
    padding: 8px; }
  .md-cell {
    width: calc(33.33333% - 16px);
    margin: 8px; }
    .md-grid.md-grid--no-spacing > .md-cell {
      width: 33.33333%; }
  .md-cell--desktop-hidden {
    display: none !important; }
  .md-cell--order-1,
  .md-cell--order-1-desktop.md-cell--order-1-desktop {
    order: 1; }
  .md-cell--order-2,
  .md-cell--order-2-desktop.md-cell--order-2-desktop {
    order: 2; }
  .md-cell--order-3,
  .md-cell--order-3-desktop.md-cell--order-3-desktop {
    order: 3; }
  .md-cell--order-4,
  .md-cell--order-4-desktop.md-cell--order-4-desktop {
    order: 4; }
  .md-cell--order-5,
  .md-cell--order-5-desktop.md-cell--order-5-desktop {
    order: 5; }
  .md-cell--order-6,
  .md-cell--order-6-desktop.md-cell--order-6-desktop {
    order: 6; }
  .md-cell--order-7,
  .md-cell--order-7-desktop.md-cell--order-7-desktop {
    order: 7; }
  .md-cell--order-8,
  .md-cell--order-8-desktop.md-cell--order-8-desktop {
    order: 8; }
  .md-cell--order-9,
  .md-cell--order-9-desktop.md-cell--order-9-desktop {
    order: 9; }
  .md-cell--order-10,
  .md-cell--order-10-desktop.md-cell--order-10-desktop {
    order: 10; }
  .md-cell--order-11,
  .md-cell--order-11-desktop.md-cell--order-11-desktop {
    order: 11; }
  .md-cell--order-12,
  .md-cell--order-12-desktop.md-cell--order-12-desktop {
    order: 12; }
  .md-cell--1,
  .md-cell--1-desktop.md-cell--1-desktop {
    width: calc(8.33333% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--1, .md-grid.md-grid--no-spacing >
    .md-cell--1-desktop.md-cell--1-desktop {
      width: 8.33333%; }
  .md-cell--2,
  .md-cell--2-desktop.md-cell--2-desktop {
    width: calc(16.66667% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--2, .md-grid.md-grid--no-spacing >
    .md-cell--2-desktop.md-cell--2-desktop {
      width: 16.66667%; }
  .md-cell--3,
  .md-cell--3-desktop.md-cell--3-desktop {
    width: calc(25% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--3, .md-grid.md-grid--no-spacing >
    .md-cell--3-desktop.md-cell--3-desktop {
      width: 25%; }
  .md-cell--4,
  .md-cell--4-desktop.md-cell--4-desktop {
    width: calc(33.33333% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--4, .md-grid.md-grid--no-spacing >
    .md-cell--4-desktop.md-cell--4-desktop {
      width: 33.33333%; }
  .md-cell--5,
  .md-cell--5-desktop.md-cell--5-desktop {
    width: calc(41.66667% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--5, .md-grid.md-grid--no-spacing >
    .md-cell--5-desktop.md-cell--5-desktop {
      width: 41.66667%; }
  .md-cell--6,
  .md-cell--6-desktop.md-cell--6-desktop {
    width: calc(50% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--6, .md-grid.md-grid--no-spacing >
    .md-cell--6-desktop.md-cell--6-desktop {
      width: 50%; }
  .md-cell--7,
  .md-cell--7-desktop.md-cell--7-desktop {
    width: calc(58.33333% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--7, .md-grid.md-grid--no-spacing >
    .md-cell--7-desktop.md-cell--7-desktop {
      width: 58.33333%; }
  .md-cell--8,
  .md-cell--8-desktop.md-cell--8-desktop {
    width: calc(66.66667% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--8, .md-grid.md-grid--no-spacing >
    .md-cell--8-desktop.md-cell--8-desktop {
      width: 66.66667%; }
  .md-cell--9,
  .md-cell--9-desktop.md-cell--9-desktop {
    width: calc(75% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--9, .md-grid.md-grid--no-spacing >
    .md-cell--9-desktop.md-cell--9-desktop {
      width: 75%; }
  .md-cell--10,
  .md-cell--10-desktop.md-cell--10-desktop {
    width: calc(83.33333% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--10, .md-grid.md-grid--no-spacing >
    .md-cell--10-desktop.md-cell--10-desktop {
      width: 83.33333%; }
  .md-cell--11,
  .md-cell--11-desktop.md-cell--11-desktop {
    width: calc(91.66667% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--11, .md-grid.md-grid--no-spacing >
    .md-cell--11-desktop.md-cell--11-desktop {
      width: 91.66667%; }
  .md-cell--12,
  .md-cell--12-desktop.md-cell--12-desktop {
    width: calc(100% - 16px); }
    .md-grid.md-grid--no-spacing > .md-cell--12, .md-grid.md-grid--no-spacing >
    .md-cell--12-desktop.md-cell--12-desktop {
      width: 100%; }
  .md-cell--1-offset,
  .md-cell--1-desktop-offset.md-cell--1-desktop-offset {
    margin-left: calc(8.33333% + 8px); }
    .md-grid--no-spacing > .md-cell--1-offset, .md-grid--no-spacing >
    .md-cell--1-desktop-offset.md-cell--1-desktop-offset {
      margin-left: 8.33333%; }
  .md-cell--2-offset,
  .md-cell--2-desktop-offset.md-cell--2-desktop-offset {
    margin-left: calc(16.66667% + 8px); }
    .md-grid--no-spacing > .md-cell--2-offset, .md-grid--no-spacing >
    .md-cell--2-desktop-offset.md-cell--2-desktop-offset {
      margin-left: 16.66667%; }
  .md-cell--3-offset,
  .md-cell--3-desktop-offset.md-cell--3-desktop-offset {
    margin-left: calc(25% + 8px); }
    .md-grid--no-spacing > .md-cell--3-offset, .md-grid--no-spacing >
    .md-cell--3-desktop-offset.md-cell--3-desktop-offset {
      margin-left: 25%; }
  .md-cell--4-offset,
  .md-cell--4-desktop-offset.md-cell--4-desktop-offset {
    margin-left: calc(33.33333% + 8px); }
    .md-grid--no-spacing > .md-cell--4-offset, .md-grid--no-spacing >
    .md-cell--4-desktop-offset.md-cell--4-desktop-offset {
      margin-left: 33.33333%; }
  .md-cell--5-offset,
  .md-cell--5-desktop-offset.md-cell--5-desktop-offset {
    margin-left: calc(41.66667% + 8px); }
    .md-grid--no-spacing > .md-cell--5-offset, .md-grid--no-spacing >
    .md-cell--5-desktop-offset.md-cell--5-desktop-offset {
      margin-left: 41.66667%; }
  .md-cell--6-offset,
  .md-cell--6-desktop-offset.md-cell--6-desktop-offset {
    margin-left: calc(50% + 8px); }
    .md-grid--no-spacing > .md-cell--6-offset, .md-grid--no-spacing >
    .md-cell--6-desktop-offset.md-cell--6-desktop-offset {
      margin-left: 50%; }
  .md-cell--7-offset,
  .md-cell--7-desktop-offset.md-cell--7-desktop-offset {
    margin-left: calc(58.33333% + 8px); }
    .md-grid--no-spacing > .md-cell--7-offset, .md-grid--no-spacing >
    .md-cell--7-desktop-offset.md-cell--7-desktop-offset {
      margin-left: 58.33333%; }
  .md-cell--8-offset,
  .md-cell--8-desktop-offset.md-cell--8-desktop-offset {
    margin-left: calc(66.66667% + 8px); }
    .md-grid--no-spacing > .md-cell--8-offset, .md-grid--no-spacing >
    .md-cell--8-desktop-offset.md-cell--8-desktop-offset {
      margin-left: 66.66667%; }
  .md-cell--9-offset,
  .md-cell--9-desktop-offset.md-cell--9-desktop-offset {
    margin-left: calc(75% + 8px); }
    .md-grid--no-spacing > .md-cell--9-offset, .md-grid--no-spacing >
    .md-cell--9-desktop-offset.md-cell--9-desktop-offset {
      margin-left: 75%; }
  .md-cell--10-offset,
  .md-cell--10-desktop-offset.md-cell--10-desktop-offset {
    margin-left: calc(83.33333% + 8px); }
    .md-grid--no-spacing > .md-cell--10-offset, .md-grid--no-spacing >
    .md-cell--10-desktop-offset.md-cell--10-desktop-offset {
      margin-left: 83.33333%; }
  .md-cell--11-offset,
  .md-cell--11-desktop-offset.md-cell--11-desktop-offset {
    margin-left: calc(91.66667% + 8px); }
    .md-grid--no-spacing > .md-cell--11-offset, .md-grid--no-spacing >
    .md-cell--11-desktop-offset.md-cell--11-desktop-offset {
      margin-left: 91.66667%; } }

.md-autocomplete-container {
  position: relative; }

.md-autocomplete-suggestion {
  color: rgba(0, 0, 0, 0.54);
  line-height: 1.15;
  overflow: hidden;
  position: absolute;
  top: 12px;
  white-space: nowrap; }

@media screen and (min-width: 320px) {
  .md-autocomplete-suggestion {
    font-size: 16px; }
    .md-autocomplete-suggestion--floating {
      top: 37px; }
    .md-autocomplete-suggestion--block {
      top: 18px; } }

@media screen and (min-width: 1025px) {
  .md-autocomplete-suggestion {
    font-size: 13px; }
    .md-autocomplete-suggestion--floating {
      top: 33px; }
    .md-autocomplete-suggestion--block {
      top: 15px; } }

.md-avatar {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  text-align: center;
  width: 40px; }
  .md-avatar .md-icon {
    color: inherit; }
  .md-avatar--icon-sized {
    height: 24px;
    width: 24px; }

.md-avatar-img {
  height: 100%;
  width: auto; }

.md-avatar-content {
  align-items: center;
  display: flex;
  font-size: 24px;
  height: 100%;
  justify-content: center;
  width: 100%; }

.md-avatar--default {
  background: #616161;
  color: #f5f5f5; }

@media screen and (min-width: 1025px) {
  .md-avatar-content {
    font-size: 20px; }
  .md-avatar--icon-sized {
    height: 20px;
    width: 20px; } }

.md-avatar--red {
  background: #d50000;
  color: #ffebee; }

.md-avatar--pink {
  background: #d81b60;
  color: #fff; }

.md-avatar--purple {
  background: #7b1fa2;
  color: #e1bee7; }

.md-avatar--deep-purple {
  background: #311b92;
  color: #d1c4e9; }

.md-avatar--indigo {
  background: #3949ab;
  color: #c5cae9; }

.md-avatar--blue {
  background: #2962ff;
  color: #fff; }

.md-avatar--light-blue {
  background: #4fc3f7;
  color: #311b92; }

.md-avatar--cyan {
  background: #26c6da;
  color: #004d40; }

.md-avatar--teal {
  background: #1de9b6;
  color: #004d40; }

.md-avatar--green {
  background: #2e7d32;
  color: #e8f5e9; }

.md-avatar--light-green {
  background: #aed581;
  color: #1b5e20; }

.md-avatar--lime {
  background: #d4e157;
  color: #00695c; }

.md-avatar--yellow {
  background: #ff0;
  color: #795548; }

.md-avatar--amber {
  background: #ffca28;
  color: #4e342e; }

.md-avatar--orange {
  background: #fb8c00;
  color: #212121; }

.md-avatar--deep-orange {
  background: #ff3d00;
  color: #212121; }

.md-avatar--brown {
  background: #795548;
  color: #efebe9; }

.md-avatar--grey {
  background: #616161;
  color: #f5f5f5; }

.md-avatar--blue-grey {
  background: #455a64;
  color: #eceff1; }

.md-badge-container {
  position: relative; }

.md-badge {
  position: absolute;
  right: -8px;
  top: -8px; }
  .md-badge--circular {
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: 10px;
    height: 24px;
    justify-content: center;
    width: 24px; }
  .md-badge--default {
    background: rgba(0, 0, 0, 0.2); }

.md-bottom-navigation {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 11; }
  .md-bottom-navigation--shifting {
    transition-duration: 0.3s;
    transition-property: background; }
  .md-bottom-navigation--dynamic {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.3s;
    transition-property: background, transform; }
    .md-bottom-navigation--dynamic-inactive {
      transform: translate3d(0, 100%, 0); }

.md-bottom-navigation-offset {
  padding-bottom: 56px; }

.md-bottom-nav {
  color: inherit;
  display: block;
  flex-grow: 1;
  font-size: 12px;
  height: 56px;
  max-width: 168px;
  padding: 8px 12px 10px;
  text-align: center;
  text-decoration: none;
  user-select: none; }
  .md-bottom-nav--active {
    flex-shrink: 0;
    font-size: 14px;
    padding-top: 6px; }
  .md-bottom-nav--fixed {
    min-width: 80px; }
  .md-bottom-nav--shifting {
    min-width: 96px;
    position: static;
    transition-duration: 0.15s;
    transition-property: max-width; }
    .md-bottom-nav--shifting-inactive {
      max-width: 96px;
      min-width: 56px;
      padding-top: 16px; }
    .md-bottom-nav--shifting .md-ink-container {
      overflow: visible; }
    .md-bottom-nav--shifting .md-ink {
      background: rgba(255, 255, 255, 0.12); }
  .md-bottom-nav-label {
    transition-duration: 0.15s;
    transition-property: color, font-size; }
    .md-bottom-nav-label--shifting-inactive {
      max-width: 32px;
      overflow: hidden;
      white-space: nowrap; }

a.md-btn {
  text-decoration: none; }

.md-btn {
  background: transparent;
  border: 0;
  position: relative;
  transition-duration: 0.15s;
  transition-property: background, color; }
  .md-btn[disabled] * {
    pointer-events: none; }
  .md-btn--tooltip {
    overflow: visible; }
  .md-btn:focus {
    outline-style: none; }
  .md-btn .md-icon-separator {
    height: 100%; }

.md-btn--hover {
  background: rgba(153, 153, 153, 0.12); }

.md-btn--color-primary-active {
  background: rgba(195, 69, 40, 0.12); }

.md-btn--color-secondary-active {
  background: rgba(24, 135, 205, 0.12); }

.md-btn--text {
  border-radius: 2px;
  font-weight: 500;
  min-width: 88px;
  padding: 8px 16px;
  text-transform: uppercase; }

.md-btn--raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: background 0.15s, box-shadow 0.3s, color 0.15s; }

.md-btn--raised-disabled {
  background: rgba(0, 0, 0, 0.12); }

.md-btn--raised-pressed {
  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.4); }

.md-btn--icon {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  height: 48px;
  padding: 12px;
  width: 48px; }

.md-btn--floating {
  height: 56px;
  padding: 16px;
  transition-property: background, box-shadow, color;
  width: 56px; }

.md-btn--floating-mini {
  height: 40px;
  padding: 8px;
  width: 40px; }

.md-btn--fixed {
  position: fixed;
  z-index: 10; }

@media screen and (min-width: 320px) {
  .md-btn--text {
    height: 36px;
    margin-bottom: 6px;
    margin-top: 6px;
    font-size: 14px; }
    .md-btn--text::before, .md-btn--text::after {
      content: '';
      height: 6px;
      left: 0;
      position: absolute;
      right: 0; }
    .md-btn--text::before {
      top: -6px; }
    .md-btn--text::after {
      bottom: -6px; }
  .md-btn--fixed-tl {
    left: 16px;
    top: 16px; }
  .md-btn--fixed-tr {
    right: 16px;
    top: 16px; }
  .md-btn--fixed-bl {
    bottom: 16px;
    left: 16px; }
  .md-btn--fixed-br {
    bottom: 16px;
    right: 16px; } }

@media screen and (min-width: 1025px) {
  .md-btn--text {
    height: 32px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px; }
    .md-btn--text::before, .md-btn--text::after {
      display: none;
      visibility: hidden; }
    .md-btn--text::before {
      top: 0; }
    .md-btn--text::after {
      bottom: 0; }
  .md-btn--fixed-tl {
    left: 24px;
    top: 24px; }
  .md-btn--fixed-tr {
    right: 24px;
    top: 24px; }
  .md-btn--fixed-bl {
    bottom: 24px;
    left: 24px; }
  .md-btn--fixed-br {
    bottom: 24px;
    right: 24px; }
  .md-btn--icon {
    height: 40px;
    width: 40px;
    padding: 10px; }
  .md-btn--floating {
    height: 48px;
    padding: 14px;
    width: 48px; }
    .md-btn--floating-mini {
      height: 40px;
      padding: 10px;
      width: 40px; } }

.md-card {
  display: block; }
  .md-card--raise {
    transition-duration: 0.3s;
    transition-property: box-shadow; }

.md-collapser--card {
  transition-duration: 0.3s;
  transition-property: background, transform; }

.md-card-text {
  font-size: 14px;
  padding: 16px; }
  .md-card-text p {
    font-size: inherit; }
    .md-card-text p:last-child {
      margin-bottom: 0; }
  .md-card-text:last-child {
    padding-bottom: 24px; }

.md-card-title {
  align-items: center;
  display: flex;
  padding: 16px; }
  .md-card-title:last-child {
    padding-bottom: 24px; }
  .md-card-title--primary {
    padding-top: 24px; }
  .md-card-title--title {
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    white-space: normal; }
  .md-card-title--large {
    font-size: 24px; }
  .md-card-title--one-line {
    overflow: hidden; }
    .md-card-title--one-line .md-card-title--title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.md-avatar--card {
  flex-shrink: 0;
  margin-right: 16px; }

.md-dialog-footer--card {
  align-items: center;
  display: flex;
  justify-content: flex-start; }

.md-dialog-footer--card-centered {
  justify-content: center; }

.md-card--table .md-card-title {
  padding-left: 24px; }

.md-chip {
  align-items: center;
  background: #e0e0e0;
  border: 0;
  border-radius: 16px;
  display: inline-flex;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  transition-duration: 0.15s;
  transition-property: box-shadow, background;
  vertical-align: top;
  white-space: nowrap; }
  .md-chip:focus {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    outline-style: none; }

.md-chip--hover.md-chip--hover {
  background: #616161; }

.md-chip-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  transition-duration: 0.15s;
  transition-property: color; }

.md-chip .md-avatar {
  border: 0;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px; }

.md-chip--avatar {
  padding-left: 40px; }

.md-chip-icon {
  color: rgba(0, 0, 0, 0.54);
  margin-left: 4px;
  margin-right: 4px;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 1; }

.md-chip-icon--rotate {
  transform: rotate3d(0, 0, 1, 45deg); }

.md-chip--remove {
  padding-right: 32px; }

.md-chip-text--contact {
  font-size: 14px; }

.md-chip-text--hover {
  color: #fff; }

@media screen and (min-width: 1025px) {
  .md-chip-icon {
    margin-left: 6px;
    margin-right: 6px;
    top: 6px; } }

.md-collapser.md-collapser {
  transition-duration: 0.15s;
  transition-property: transform; }

.md-collapser .md-tooltip-container {
  transform: rotate3d(0, 0, 1, 0deg);
  transition-duration: 0.15s;
  transition-property: transform; }

.md-collapser--flipped {
  transform: rotate3d(0, 0, 1, 180deg); }
  .md-collapser--flipped .md-tooltip-container {
    transform: rotate3d(0, 0, 1, -180deg); }

.md-data-table {
  border-collapse: collapse;
  max-width: 100%; }
  .md-data-table--full-width {
    width: 100%; }
  .md-data-table--responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto; }

thead .md-table-row,
tbody .md-table-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

tbody .md-table-row {
  transition-duration: 0.15s;
  transition-property: background; }
  tbody .md-table-row--active {
    background: #f5f5f5; }
  @media (min-device-width: 1025px) {
    tbody .md-table-row--hover {
      background: #eee; } }

.md-table-column {
  line-height: normal;
  padding-bottom: 0;
  padding-right: 24px;
  padding-top: 0;
  vertical-align: middle;
  white-space: nowrap; }
  .md-table-column:first-child {
    padding-left: 24px; }
  .md-table-column--relative {
    position: relative; }
  .md-table-column--adjusted {
    padding-right: 56px; }
  .md-table-column--header {
    font-size: 12px;
    font-weight: 500;
    height: 56px; }
    .md-table-column--header .md-icon {
      font-size: 16px; }
  .md-table-column--data {
    font-size: 13px;
    height: 48px; }
  .md-table-column--plain {
    height: 48px;
    white-space: normal; }
  .md-table-column--grow {
    width: 100%; }
  .md-table-column--select-header {
    padding-left: 16px; }
  .md-table-column .md-icon-separator {
    line-height: inherit; }

.md-table-checkbox .md-selection-control-label {
  display: flex; }

.md-table-checkbox .md-selection-control-container {
  margin-left: 12px;
  margin-right: 12px; }

.md-edit-dialog.md-dialog {
  width: 250px; }

.md-edit-dialog__label {
  overflow: hidden;
  padding: 16px 0;
  text-overflow: ellipsis;
  width: 250px; }
  @media screen and (max-width: 1024px) {
    .md-edit-dialog__label {
      font-size: 16px; } }

.md-edit-dialog__content {
  display: flex;
  padding: 24px;
  padding-bottom: 8px; }
  .md-edit-dialog__content:not(:first-child) {
    padding-top: 0; }

.md-edit-dialog__header {
  font-weight: 500; }
  .md-edit-dialog__header.md-text-field {
    font-size: 12px; }

.md-edit-dialog__blocked-field {
  height: 47px;
  width: 250px; }
  .md-edit-dialog__blocked-field.md-edit-dialog__blocked-field {
    padding-bottom: 0;
    padding-top: 0; }
  .md-edit-dialog__blocked-field .md-text-field-icon-container {
    align-items: center; }

.md-table-column--select-field {
  padding-left: 24px; }

.md-select-field-column .md-select-field--btn {
  height: 47px; }

.md-table-footer--pagination .md-table-column {
  padding-left: 0; }

.md-table-pagination {
  height: 56px; }
  .md-table-pagination--controls {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    position: absolute;
    white-space: nowrap; }

@media (max-width: 767px) {
  .md-table-pagination .md-text-field {
    font-size: 13px; }
  .md-table-pagination .md-icon-text:first-child {
    padding-right: 4px; }
  .md-table-pagination__label {
    display: none; } }

.md-table-card-header {
  position: relative; }
  .md-table-card-header--no-title {
    align-items: center;
    display: flex;
    height: 80px;
    padding-right: 2px; }
  .md-table-card-header .md-card-title {
    padding-right: 2px; }
    .md-table-card-header .md-card-title:last-child {
      padding-bottom: 16px; }
  .md-table-card-header .md-btn--dialog + .md-btn--dialog {
    margin-left: 8px; }

.md-card-title--contextual {
  background: #1887cd;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.md-card-title--title-contextual {
  color: #1887cd;
  font-size: 16px;
  font-weight: 500;
  line-height: 80px; }

.md-drop-down-enter {
  transform: translate3d(0, -100%, 0); }
  .md-drop-down-enter.md-drop-down-enter-active {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.15s;
    transition-property: transform; }

.md-drop-down-leave {
  transform: translate3d(0, 0, 0); }
  .md-drop-down-leave.md-drop-down-leave-active {
    transform: translate3d(0, -100%, 0);
    transition-duration: 0.15s;
    transition-property: transform; }

.md-data-table--fixed {
  overflow-y: hidden; }

.md-data-table__fixed-wrapper {
  display: table;
  min-width: 100%;
  position: relative; }
  .md-data-table__fixed-wrapper--header {
    padding-top: 56px; }
  .md-data-table__fixed-wrapper--footer {
    padding-bottom: 48px; }

.md-data-table__scroll-wrapper {
  overflow-x: hidden;
  overflow-y: auto; }

.md-table-column--fixed {
  height: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
  white-space: nowrap; }
  .md-table-column--fixed > * {
    display: none; }
  .md-table-column--fixed .md-table-column__fixed {
    display: block; }

.md-table-column__fixed {
  position: absolute;
  visibility: visible; }
  .md-table-column__fixed--header {
    top: 0; }
  .md-table-column__fixed--footer {
    bottom: 0; }
  .md-table-column__fixed--flex {
    align-items: center;
    display: flex; }
    .md-table-column__fixed--flex-right {
      justify-content: flex-end; }
  .md-table-column__fixed .md-table-checkbox--header {
    display: flex;
    height: 56px; }
  .md-table-column__fixed .md-table-checkbox--footer {
    display: flex;
    height: 48px; }

.md-dialog-container.md-overlay {
  transition-duration: 0.3s;
  z-index: 20; }

.md-dialog {
  width: 280px;
  cursor: auto;
  position: fixed; }

.md-dialog--centered {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: calc(100% - 48px);
  max-width: calc(100% - 80px); }
  .md-dialog--centered .md-list {
    padding-bottom: 8px;
    padding-top: 0; }
  .md-dialog--centered .md-list-tile {
    height: auto;
    padding: 16px 24px; }
  .md-dialog--centered .md-tile-text--primary {
    white-space: normal; }

.md-dialog--centered-enter {
  transform: translate3d(-50%, calc(-50% + -30px), 0); }
  .md-dialog--centered-enter.md-dialog--centered-enter-active {
    transform: translate3d(-50%, -50%, 0);
    transition-duration: 0.3s;
    transition-property: transform; }

.md-dialog--centered-leave {
  transform: translate3d(-50%, -50%, 0); }
  .md-dialog--centered-leave.md-dialog--centered-leave-active {
    transform: translate3d(-50%, calc(-50% + -30px), 0);
    transition-duration: 0.3s;
    transition-property: transform; }

.md-dialog--full-page {
  bottom: 0;
  left: 0;
  overflow: auto;
  top: 0;
  width: 100vw;
  z-index: 110; }

.md-dialog--full-page-enter {
  transform: scale(0); }
  .md-dialog--full-page-enter.md-dialog--full-page-enter-active {
    transform: scale(1);
    transition-duration: 0.3s;
    transition-property: transform; }

.md-dialog--full-page-leave {
  transform: scale(1); }
  .md-dialog--full-page-leave.md-dialog--full-page-leave-active {
    transform: scale(0);
    transition-duration: 0.3s;
    transition-property: transform; }

.md-title--dialog {
  margin-bottom: 0;
  padding: 24px;
  padding-bottom: 20px;
  white-space: normal; }

.md-dialog-content {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.md-dialog-content--padded {
  padding: 24px; }
  .md-dialog-content--padded:not(:first-child) {
    padding-top: 0; }

.md-dialog-footer {
  display: flex;
  justify-content: flex-end; }

.md-dialog-footer--inline {
  padding: 8px; }
  .md-dialog-footer--inline .md-btn--dialog + .md-btn--dialog {
    margin-left: 8px; }

.md-dialog-footer--stacked {
  align-items: flex-end;
  flex-direction: column;
  padding-bottom: 8px;
  padding-right: 8px; }
  .md-dialog-footer--stacked .md-btn--dialog {
    margin-bottom: 6px;
    margin-top: 6px; }

.md-btn--dialog {
  height: 36px;
  min-width: 64px;
  padding-left: 8px;
  padding-right: 8px; }

.md-divider {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  content: '';
  display: block;
  height: 1px;
  margin: 0; }

.md-divider--vertical {
  height: 100%;
  width: 1px; }

.md-divider--inset {
  margin-left: 72px; }

.md-divider-border {
  border-color: rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0; }

.md-divider-border--top {
  border-top-width: 1px; }

.md-divider-border--right {
  border-right-width: 1px; }

.md-divider-border--bottom {
  border-bottom-width: 1px; }

.md-divider-border--left {
  border-left-width: 1px; }

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .md-drawer--left {
    max-width: 320px;
    transform: translate3d(-100%, 0, 0);
    width: calc(100vw - 56px); }
  .md-drawer--right {
    left: 0;
    transform: translate3d(100%, 0, 0); }
  .md-drawer--mini.md-drawer--mini {
    width: 48px; }
  .md-list-tile--mini.md-list-tile--mini {
    padding-left: 12px;
    padding-right: 12px; }
  .md-drawer-relative--mini.md-drawer-relative--mini {
    margin-left: 48px; }
  .md-toolbar ~ .md-list--drawer {
    height: calc(100% - 56px); } }

@media screen and (min-width: 320px) and (min-aspect-ratio: 13 / 9) {
  .md-toolbar ~ .md-list--drawer {
    height: calc(100% - 48px); } }

@media screen and (min-width: 768px) {
  .md-drawer--left {
    max-width: 400px;
    transform: translate3d(-256px, 0, 0);
    width: 256px; }
  .md-drawer--right {
    transform: translate3d(100%, 0, 0); }
  .md-drawer--mini.md-drawer--mini {
    width: 72px; }
  .md-list-tile--mini.md-list-tile--mini {
    padding-left: 26px;
    padding-right: 26px; }
  .md-drawer-relative {
    margin-left: 256px; }
  .md-drawer-relative--mini.md-drawer-relative--mini {
    margin-left: 72px; }
  .md-toolbar ~ .md-list--drawer {
    height: calc(100% - 64px); } }

.md-drawer {
  transition-duration: 0.3s;
  transition-property: transform; }
  .md-drawer--fixed {
    bottom: 0;
    position: fixed;
    top: 0;
    z-index: 17; }
  .md-drawer--inline {
    display: inline-block;
    height: 100%; }
  .md-drawer--left {
    left: 0; }
  .md-drawer--right {
    right: 0; }
  .md-drawer--active {
    transform: translate3d(0, 0, 0); }
  .md-drawer--mini {
    z-index: 16; }

.md-list--drawer {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: auto; }

.md-overlay--drawer.md-overlay--drawer {
  transition-duration: 0.3s; }

.md-expansion-panel {
  background: #fff;
  transition-duration: 0.15s;
  transition-property: margin; }
  .md-expansion-panel--expanded:not(:first-child) {
    margin-top: 16px; }
  .md-expansion-panel--expanded:not(:last-child) {
    margin-bottom: 16px; }

.md-panel-column:not(:last-child) {
  padding-right: 16px; }

.md-panel-column--overflown {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word; }

.md-panel-column:not(:last-child) {
  padding-right: 16px; }

.md-panel-header {
  align-items: center;
  display: flex;
  font-size: 15px;
  height: 48px;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  transition-duration: 0.15s;
  transition-property: background, height; }
  .md-panel-header--expanded {
    height: 64px; }
  .md-panel-header--focused {
    background: #eee; }

.md-panel-content {
  padding: 0 24px 16px; }

.md-panel-secondary-label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px; }

.md-file-input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

.md-file-input-container {
  position: relative; }
  .md-file-input-container .md-btn {
    display: block; }

.md-ink-container {
  border-radius: inherit;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.md-ink-container--2x {
  height: 200%;
  left: -50%;
  top: -50%;
  width: 200%; }

.md-ink {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  display: block;
  opacity: 1;
  position: absolute;
  transform: scale(0);
  z-index: -1; }

.md-ink--active {
  transition-duration: 0.45s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }

.md-ink--expanded {
  transform: scale(1); }

.md-ink--leaving {
  opacity: 0;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.md-icon {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
  text-align: center;
  transition-duration: 0.15s;
  transition-property: color;
  user-select: none; }

svg.md-icon {
  fill: currentColor;
  height: 24px;
  width: 24px; }

.md-icon-separator {
  align-items: center;
  display: flex;
  font-weight: inherit;
  text-align: left; }
  .md-icon-separator .md-icon {
    flex-grow: 0;
    flex-shrink: 0; }

.md-icon-text {
  flex-grow: 1;
  flex-shrink: 0;
  font-weight: inherit;
  line-height: inherit; }
  .md-icon-text:first-child {
    padding-right: 16px; }
  .md-icon-text:last-child {
    padding-left: 16px; }

@media screen and (min-width: 1025px) {
  .material-icons.md-icon {
    font-size: 20px; }
  svg.md-icon {
    height: 20px;
    width: 20px; } }

.md-layover-enter {
  transform: scale(0); }
  .md-layover-enter.md-layover-enter-active {
    transform: scale(1);
    transition-duration: 0.2s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.md-layover-leave {
  opacity: 1; }
  .md-layover-leave.md-layover-leave-active {
    opacity: 0;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }

.md-layover-child {
  position: fixed;
  z-index: 100; }
  .md-layover-child--tl {
    transform-origin: 0 0; }
  .md-layover-child--tr {
    transform-origin: 100% 0; }
  .md-layover-child--bl {
    transform-origin: 0 100%; }
  .md-layover-child--br {
    transform-origin: 100% 100%; }
  .md-layover-child--below {
    transform-origin: 50% 0; }
    .md-layover-child--below.md-layover-enter {
      transform: scaleY(0); }
      .md-layover-child--below.md-layover-enter.md-layover-enter-active {
        transform: scaleY(1); }

.md-layover--simplified {
  position: relative; }

.md-layover-child--simplified {
  position: absolute; }

.md-list {
  background: #fff;
  user-select: none; }
  .md-list .md-avatar,
  .md-list .md-icon {
    flex-shrink: 0; }
  .md-list .md-divider:not(.md-list-item--divider-vertical) {
    margin-bottom: 8px;
    margin-top: 8px; }
  .md-list .md-list:not(.md-list--menu) {
    background: inherit; }

.md-list-tile {
  align-items: center;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition-duration: 0.15s;
  transition-property: background; }
  .md-list-tile--active {
    background: rgba(0, 0, 0, 0.12); }

.md-list-item--inset {
  padding-left: 72px; }

.md-list-item--flex {
  display: flex; }

.md-list-item--button-grow {
  flex-grow: 1; }

.md-list-item--divider-vertical {
  flex-shrink: 0;
  height: calc(100% - 4px);
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  width: 2px; }

.md-list-item--children-inline {
  align-self: center;
  padding-right: 2px; }

.md-tile-content {
  flex-grow: 1;
  overflow: hidden; }
  .md-tile-content--left-icon {
    padding-left: 32px; }
  .md-tile-content--left-avatar {
    padding-left: 16px; }
  .md-tile-content--right-padding {
    padding-right: 16px; }

.md-tile-addon {
  line-height: 1.42857; }
  .md-tile-addon--icon {
    height: 24px; }
  .md-tile-addon--avatar {
    height: 40px; }

.md-text--theme-primary .md-icon {
  color: inherit; }

.md-tile-text--primary, .md-tile-text--secondary {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.md-tile-text--three-lines {
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.md-list-tile--three-lines .md-tile-addon {
  align-self: flex-start; }

.md-list--nested-1 .md-list-tile {
  padding-left: 72px; }

.md-list--nested-2 .md-list-tile {
  padding-left: 108px; }

.md-list-control {
  flex-grow: 1; }
  .md-list-control .md-selection-control-label {
    width: 100%; }
    .md-list-control .md-selection-control-label > span {
      width: 100%; }

.md-tile-content--left-button {
  padding-left: 24px; }

.md-list-control--right {
  justify-content: flex-end; }

.md-list-tile--control-left {
  padding-left: 0; }

.md-list-tile--control-right {
  padding-right: 0; }

@media screen and (min-width: 320px) {
  .md-list {
    padding-bottom: 8px;
    padding-top: 8px; }
  .md-list-tile {
    height: 48px; }
  .md-tile-text--primary {
    font-size: 16px; }
  .md-tile-text--secondary {
    font-size: 14px; }
  .md-list-tile--avatar {
    height: 56px; }
  .md-list-tile--two-lines {
    height: 72px; }
  .md-list-tile--three-lines {
    height: 88px; }
    .md-list-tile--three-lines .md-tile-text--secondary {
      height: 40px; }
    .md-list-tile--three-lines .md-tile-addon {
      margin-top: 14px; } }

@media screen and (min-width: 1025px) {
  .md-list {
    padding-bottom: 4px;
    padding-top: 4px; }
  .md-list-tile {
    height: 40px; }
  .md-tile-text--primary, .md-tile-text--secondary {
    font-size: 13px; }
  .md-list-tile--avatar {
    height: 48px; }
  .md-list-tile--two-lines {
    height: 60px; }
  .md-list-tile--three-lines {
    height: 76px; }
    .md-list-tile--three-lines .md-tile-text--secondary {
      height: 37.14286px; }
    .md-list-tile--three-lines .md-tile-addon {
      margin-top: 12px; }
  .md-tile-addon--icon {
    height: 20px; }
  .md-tile-content--left-icon {
    padding-left: 36px; } }

.md-list--inline {
  display: flex;
  padding: 0; }

.md-media {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.md-media--16-9 {
  padding-bottom: 56.25%; }

.md-media--4-3 {
  padding-bottom: 75%; }

.md-media--1-1 {
  padding-bottom: 100%; }

.md-media-overlay {
  background: rgba(0, 0, 0, 0.54);
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .md-media-overlay .md-btn,
  .md-media-overlay .md-text {
    color: #fff; }
  .md-media-overlay .md-text--secondary {
    color: rgba(255, 255, 255, 0.7); }

.md-list--menu {
  min-width: 112px; }
  .md-list--menu-restricted {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .md-list--menu-contained {
    width: 100%; }
  .md-list--menu-below {
    left: 0;
    top: 100%;
    transform-origin: 50% 0; }
  .md-list--menu-tr {
    right: 0;
    top: 0;
    transform-origin: 100% 0; }
  .md-list--menu-tl {
    top: 0;
    transform-origin: 0 0; }
  .md-list--menu-br {
    right: 0;
    transform-origin: 100% 100%; }
  .md-list--menu-bl {
    transform-origin: 0 100%; }

@media screen and (min-width: 1025px) {
  .md-list--menu-cascading {
    padding-bottom: 16px;
    padding-top: 16px; }
    .md-list--menu-cascading .md-list-tile {
      padding-left: 24px;
      padding-right: 24px; }
      .md-list--menu-cascading .md-list-tile:not(.md-list-tile--two-lines):not(.md-list-tile--three-lines) {
        height: 32px; }
    .md-list--menu-cascading .md-tile-text--primary {
      font-size: 15px; }
    .md-list--menu-cascading .md-collapser {
      transform: rotate3d(0, 0, 1, -90deg); }
    .md-list--menu-cascading .md-collapser--flipped {
      transform: rotate3d(0, 0, 1, 90deg); } }

@media screen and (min-width: 320px) {
  .md-list--menu-restricted {
    max-height: 272px; } }

@media screen and (min-width: 1025px) {
  .md-list--menu-restricted {
    max-height: 264px; } }

@media screen and (min-width: 320px) {
  .md-navigation-drawer-content {
    min-height: calc(100vh - 56px); } }

@media screen and (min-width: 320px) and (min-aspect-ratio: 13 / 9) {
  .md-navigation-drawer-content {
    min-height: calc(100vh - 48px); } }

@media screen and (min-width: 768px) {
  .md-navigation-drawer-content {
    min-height: calc(100vh - 64px); }
  .md-title.md-title--persistent-offset {
    margin-left: 216px; } }

@media screen and (min-width: 1025px) {
  .md-title.md-title--persistent-offset {
    margin-left: 226px; } }

.md-toolbar.md-toolbar--over-drawer {
  z-index: 19; }

.md-title--drawer-active.md-title--drawer-active {
  transition-duration: 0.3s;
  transition-property: margin-left; }

.md-navigation-drawer-content {
  display: block; }
  .md-navigation-drawer-content:focus {
    outline-style: none; }
  .md-navigation-drawer-content--inactive {
    margin-left: 0; }
  .md-navigation-drawer-content--active {
    transition-duration: 0.3s;
    transition-property: margin-left; }
  .md-navigation-drawer-content--prominent-offset {
    min-height: calc(100vh - 128px); }

.md-title.md-title--permanent-offset {
  margin-left: 276px; }

.md-cross-fade-enter {
  opacity: .01;
  transform: translate3d(0, 16px, 0); }
  .md-cross-fade-enter.md-cross-fade-enter-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform, opacity; }

.md-overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.15s;
  transition-property: opacity;
  z-index: 16; }
  .md-overlay--active {
    opacity: 1; }

.md-paper--0 {
  box-shadow: none; }

@media screen and (min-width: 1025px) {
  .md-paper--0-hover {
    transition-duration: 0.3s;
    transition-property: box-shadow; }
    .md-paper--0-hover:hover {
      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.4); } }

.md-paper--1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.md-paper--2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4); }

.md-paper--3 {
  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.4); }

.md-paper--4 {
  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.4); }

.md-paper--5 {
  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.4); }

.md-picker-container {
  position: relative; }

.md-picker-content-container {
  background: #fff; }

.md-picker--inline {
  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.4);
  position: absolute;
  z-index: 12; }

.md-picker--inline-icon {
  left: 40px; }

.md-picker-control {
  padding: 0; }

.md-picker-text {
  color: rgba(255, 255, 255, 0.7); }
  .md-picker-text.md-picker-text > * {
    color: inherit; }
  .md-picker-text > * {
    font-weight: inherit;
    margin: 0;
    transition-duration: 0.15s;
    transition-property: color, font; }

.md-picker-text--active {
  color: #fff;
  font-weight: 500; }

.md-dialog--picker {
  -webkit-overflow-scrolling: touch;
  max-height: calc(100% - 16px);
  max-width: calc(100% - 16px);
  overflow: auto;
  width: auto; }

.md-dialog-content--picker {
  padding: 0; }

.md-picker-header {
  background: #c34528;
  padding: 24px; }

@media (orientation: portrait) {
  .md-picker {
    width: 330px; }
    .md-picker .md-picker-header {
      height: 110px; }
    .md-picker .md-time-periods {
      display: inline-block;
      padding-left: 1em;
      padding-right: 24px; }
    .md-picker .md-picker-content {
      height: 340px; }
    .md-picker .md-display-3 {
      font-size: 5em;
      line-height: 1; }
    .md-picker .md-calendar-dows {
      padding-bottom: 12px; }
    .md-picker.md-picker--date .md-display-1 {
      display: inline-block; }
    .md-picker .md-calendar-date--btn {
      height: 44px; }
      .md-picker .md-calendar-date--btn::after {
        height: 36px;
        width: 36px; }
    .md-picker .md-clock-face {
      height: 282px;
      width: 282px; }
    .md-picker .md-clock-hand {
      width: 121px; }
      .md-picker .md-clock-hand--inner {
        width: 85px; } }

@media (orientation: landscape) {
  .md-picker {
    display: flex;
    width: 560px; }
    .md-picker .md-picker-header {
      width: 190px; }
    .md-picker .md-picker-content {
      height: 280px;
      width: 370px; }
    .md-picker .md-calendar-date--btn {
      height: 35px; }
      .md-picker .md-calendar-date--btn::after {
        height: 32px;
        width: 32px; }
    .md-picker.md-picker--time .md-picker-header {
      padding-top: 93.33333px; }
    .md-picker .md-clock-face {
      height: 244px;
      width: 244px; }
    .md-picker .md-clock-hand {
      width: 102px; }
      .md-picker .md-clock-hand--inner {
        width: 66px; }
    .md-picker .md-time-periods {
      margin-left: auto;
      margin-right: 2.5em;
      width: 35px; }
    .md-picker .md-display-3 {
      font-size: 3.25em; } }

@media (max-width: 320px) and (orientation: portrait) {
  .md-picker {
    width: 304px; } }

@media (max-height: 320px) and (orientation: landscape) {
  .md-picker .md-picker-content {
    height: 256px;
    width: calc(100vw - 206px); } }

.md-picker--date .md-picker-control {
  display: block; }

.md-picker-content--calendar {
  padding-left: 12px;
  padding-right: 12px; }

.md-calendar-controls {
  align-items: center;
  display: flex; }
  .md-calendar-controls .md-title {
    flex-grow: 1;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center; }

.md-calendar-date {
  margin: 0;
  width: calc(100% / 7); }

.md-picker-content--year {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.md-years {
  list-style: none;
  margin: 0;
  padding: 0; }

.md-year {
  font-size: 16px;
  padding: 12px;
  transition-duration: 0.15s;
  transition-property: color, font-size; }
  .md-year:focus:not(.md-year--active) {
    font-size: 20px; }
  .md-year--active {
    font-size: 24px;
    font-weight: 500; }

.md-calendar-date--btn::after {
  background: #c34528;
  border-radius: 50%;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition-duration: 0.15s;
  transition-property: transform;
  z-index: 0; }

.md-calendar-date--btn-active {
  font-weight: 700; }
  .md-calendar-date--btn-active::after {
    transform: translateX(-50%) translateY(-50%) scale(1); }

.md-calendar-date--date {
  position: relative;
  z-index: 1; }

.md-calendar-dow {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42857; }

.md-picker-content--clock {
  padding: 24px;
  padding-bottom: 12px; }

.md-time-periods .md-picker-control {
  display: block; }

.md-time-period {
  font-size: 1.14286em;
  font-weight: 500;
  margin: 0;
  padding: 0; }

.md-clock-face {
  background: #f5f5f5;
  border-radius: 50%;
  position: relative; }

.md-clock-hand {
  height: 2px;
  position: absolute;
  transform-origin: 0 0;
  transition-duration: 0.15s;
  transition-property: width;
  z-index: 1; }
  .md-clock-hand--active {
    transition-property: transform, width; }
  .md-clock-hand::before, .md-clock-hand::after {
    background: #c34528;
    border-radius: 50%;
    content: '';
    position: absolute; }
  .md-clock-hand::before {
    height: 6px;
    left: -3px;
    top: -2px;
    width: 6px; }
  .md-clock-hand::after {
    height: 36px;
    right: -16px;
    top: -18px;
    transition-duration: 0.15s;
    transition-property: background, border, transform;
    width: 36px; }
  .md-clock-hand--minute-hover::after {
    transform: scale(0.4); }

.md-clock-time {
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  width: 36px;
  z-index: 8; }
  .md-clock-time:focus {
    outline-style: none; }

.md-progress {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em; }

.md-progress--circular-determinate {
  transition-duration: 0.15s;
  transition-property: transform; }

.md-progress--circular-indeterminate {
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: md-circular-progress;
  animation-timing-function: linear; }

.md-circular-progress-path {
  fill: none;
  stroke: #1887cd;
  stroke-dasharray: 187px; }

.md-circular-progress-path--animated {
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: md-circular-progress-dash;
  animation-timing-function: ease-ine-out;
  stroke-dashoffset: 0; }

@keyframes md-circular-progress {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(135deg); }
  75% {
    transform: rotate(450deg); }
  100% {
    transform: rotate(720deg); } }

@keyframes md-circular-progress-dash {
  0% {
    stroke-dashoffset: 187px; }
  50% {
    stroke-dashoffset: 46.75px; }
  100% {
    stroke-dashoffset: 187px; } }

.md-progress--linear {
  background: #1887cd;
  height: 3px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.md-progress--linear-active {
  background: #1887cd; }

.md-progress--linear-determinate {
  height: 100%;
  position: absolute;
  z-index: 1; }

.md-progress--linear-indeterminate::before, .md-progress--linear-indeterminate::after {
  background: inherit;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  will-change: left, right;
  z-index: 1; }

.md-progress--linear-indeterminate::before {
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: md-linear-indeterminate;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.md-progress--linear-indeterminate::after {
  animation-delay: 1.15s;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: md-linear-indeterminate-short;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1); }

.md-progress--linear-query::before, .md-progress--linear-query::after {
  animation-direction: reverse; }

@keyframes md-linear-indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes md-linear-indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.md-select-field {
  cursor: inherit;
  display: flex;
  flex-wrap: wrap;
  user-select: none; }
  .md-select-field .md-divider {
    width: 100%; }
  .md-select-field__toggle {
    position: relative; }

.md-select-field--btn.md-select-field--btn {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
  padding-top: 16px; }

.md-select-field--text-field {
  pointer-events: none; }

.md-drop-enter {
  transform: translate3d(0, -6px, 0); }
  .md-drop-enter.md-drop-enter-active {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform; }

@media screen and (min-width: 320px) {
  .md-select-field--btn {
    height: 48px; }
  .md-select-field--text-field {
    height: 18px; } }

@media screen and (min-width: 1025px) {
  .md-select-field--btn {
    height: 40px; }
  .md-select-field--text-field {
    height: 15px; } }

.md-selection-control-container--inline {
  display: inline-block; }

.md-selection-control-input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0; }

.md-selection-control-label {
  align-items: center;
  display: inline-flex; }

.md-selection-control-group {
  border: 0; }

.md-switch-container {
  align-items: center;
  display: flex;
  height: 48px; }
  .md-switch-container.md-selection-control-container--inline {
    display: inline-flex; }

.md-switch-track {
  border-radius: 8px;
  flex-shrink: 0;
  height: 16px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  width: 40px; }

.md-switch-track--on {
  background: rgba(24, 135, 205, 0.5); }

.md-switch-track--off {
  background: rgba(0, 0, 0, 0.38); }

.md-switch-track--disabled {
  background: rgba(0, 0, 0, 0.12); }

.md-switch-thumb {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: background, transform;
  width: 24px; }

.md-switch-thumb--on {
  background: #1887cd;
  transform: translate3d(20px, -4px, 0); }

.md-switch-thumb--off {
  background: #fafafa;
  transform: translate3d(-4px, -4px, 0); }

.md-switch-thumb--disabled {
  background: #bdbdbd; }

@media screen and (min-width: 320px) {
  .md-selection-control-label {
    font-size: 16px; } }

@media screen and (min-width: 1025px) {
  .md-selection-control-label {
    font-size: 13px; }
  .md-selection-control-container {
    height: 40px; } }

.md-slider-container {
  display: flex;
  flex-wrap: wrap;
  text-align: left; }

.md-slider-label {
  display: block;
  width: 100%; }

.md-slider-input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0; }

.md-slider-track {
  background: rgba(0, 0, 0, 0.26);
  content: '';
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  height: 2px;
  margin-bottom: 23px;
  margin-top: 23px;
  position: relative; }

.md-slider-track-fill {
  background: #c34528;
  border: 0;
  height: 2px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.15s;
  transition-property: width; }

.md-slider-track-fill--dragging {
  transition-property: none; }

.md-slider-thumb {
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 14px;
  position: absolute;
  top: -6px;
  transition-duration: 0.15s;
  transition-property: left, transform, background;
  width: 14px;
  z-index: 5; }
  .md-slider-thumb:focus {
    outline-style: none; }

.md-slider-thumb--on {
  background: #c34528; }

.md-slider-thumb--active {
  transform: scale(1.5);
  transform-origin: center; }

.md-slider-thumb--dragging {
  transition-property: transform, background; }

.md-slider-thumb--disabled {
  background: rgba(0, 0, 0, 0.26);
  transform: scale(0.75); }

.md-slider-thumb--continuous-off {
  background: #fff;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.26);
  position: relative; }

.md-slider-thumb--mask {
  transform: scale(1); }

.md-slider-thumb--mask-inked {
  background: rgba(195, 69, 40, 0.15);
  transform: scale(3.5);
  z-index: 4; }

.md-slider-thumb--mask-disabled {
  background: #fff;
  border-radius: 0;
  transform: scale(1.1);
  z-index: 4; }

.md-slider-thumb--discrete::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 10px;
  transition-duration: 0.15s;
  transition-property: border-top-color, transform;
  width: 0; }

.md-slider-thumb--discrete-active {
  top: 0;
  transform: scale(2) translate3d(0, -18px, 0); }

.md-slider-thumb--discrete-on::after {
  border-top-color: #c34528; }

.md-slider-thumb--discrete-off {
  background: #000; }

.md-slider-thumb--discrete-active-off {
  background: #bdbdbd; }
  .md-slider-thumb--discrete-active-off::after {
    border-top-color: #bdbdbd; }

.md-slider-thumb--discrete-mask-inked {
  transform: scale(2.5);
  transition-duration: 0.3s; }

.md-slider-thumb--discrete-mask-leaving {
  background: rgba(195, 69, 40, 0.3);
  transition-duration: 0.3s;
  z-index: 4; }

.md-slider-discrete-value {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 28px;
  justify-content: center;
  position: absolute;
  text-align: center;
  transform: translate3d(-7px, -43px, 0);
  transition-duration: 0.15s;
  transition-property: left;
  width: 28px;
  z-index: 6; }

.md-slider-discrete-tick {
  background: #000;
  content: '';
  height: 2px;
  position: absolute;
  top: 0px;
  z-index: 4; }

.md-slider-discrete-value--dragging {
  transition-property: none; }

.md-slider-editor {
  text-align: right; }

.md-slider-container .md-text-field-container {
  margin-left: 4px;
  padding-right: 0; }

@media screen and (min-width: 320px) {
  .md-slider-ind {
    font-size: 16px;
    margin-top: 14px; } }

@media screen and (min-width: 1025px) {
  .md-slider-ind {
    font-size: 13px;
    margin-top: 16px; } }

.md-slider-container .md-icon {
  margin-bottom: 12px;
  margin-top: 12px; }

.md-slider-ind {
  display: block;
  text-align: center; }

.md-slider-track--ind-left {
  margin-left: 16px; }

.md-slider-track--ind-right {
  margin-right: 16px; }

.md-subheader {
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  padding-right: 16px; }

.md-snackbar-container {
  position: absolute; }

.md-snackbar {
  align-items: center;
  background: #323232;
  bottom: 0;
  display: flex;
  height: 48px;
  justify-content: space-between;
  position: fixed;
  transform-origin: 0 100%;
  z-index: 20; }

.md-snackbar--multiline {
  height: 80px; }

.md-snackbar--toast {
  color: #fff;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px; }

.md-snackbar-enter-active,
.md-snackbar-leave-active {
  transition-duration: 0.3s;
  transition-property: transform; }
  .md-snackbar-enter-active *,
  .md-snackbar-leave-active * {
    transition-duration: 0.3s;
    transition-property: opacity; }

.md-snackbar-enter.md-snackbar-enter-active {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.md-snackbar-leave.md-snackbar-leave-active {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }

.md-snackbar-enter *,
.md-snackbar-leave.md-snackbar-leave-active * {
  opacity: 0; }

.md-snackbar-enter.md-snackbar-enter-active *,
.md-snackbar-leave * {
  opacity: 1; }

.md-btn--snackbar {
  padding-left: 24px;
  padding-right: 24px; }

@media screen and (min-width: 320px) {
  .md-snackbar {
    left: 0;
    right: 0; }
  .md-snackbar-enter,
  .md-snackbar-leave.md-snackbar-leave-active {
    transform: translate3d(0, 100%, 0); }
  .md-snackbar-enter.md-snackbar-enter-active,
  .md-snackbar-leave {
    transform: translate3d(0, 0, 0); }
  .md-snackbar--action {
    padding-right: 0; }
  .md-btn--snackbar-floating {
    transition: bottom 0.3s, background 0.15s, box-shadow 0.15s, color 0.15s;
    will-change: bottom; }
  .md-btn--snackbar-floating-adjust {
    bottom: 64px; }
  .md-btn--snackbar-floating-multiline-adjust {
    bottom: 96px; } }

@media screen and (min-width: 768px) {
  .md-snackbar {
    border-radius: 2px;
    left: 50%;
    max-width: 568px;
    min-width: 288px;
    right: auto;
    transform: translate3d(-50%, 0, 0); }
  .md-snackbar-enter,
  .md-snackbar-leave.md-snackbar-leave-active {
    transform: translate3d(-50%, 100%, 0); }
  .md-snackbar-enter.md-snackbar-enter-active,
  .md-snackbar-leave {
    transform: translate3d(-50%, 0, 0); }
  .md-snackbar--action {
    padding-right: 24px; }
  .md-btn--snackbar-floating-adjust {
    bottom: 24px; }
  .md-btn--snackbar-floating-multiline-adjust {
    bottom: 24px; } }

.md-tabs {
  display: flex;
  position: relative; }
  .md-tabs.md-background--primary .md-ink {
    background: rgba(255, 255, 255, 0.12); }
  .md-tabs--centered {
    justify-content: center; }
    .md-tabs--centered .md-tab {
      flex-grow: 0; }
  .md-tabs--pagination .md-tab {
    flex-grow: 0; }

.md-tab {
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  height: 48px;
  justify-content: flex-end;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .md-tab--multiline {
    font-size: 12px;
    padding-bottom: 12px; }
  .md-tab--icon {
    height: 72px;
    padding-bottom: 16px; }
  .md-tab--inactive {
    color: rgba(255, 255, 255, 0.7); }

.md-tab-indicator {
  background: #1887cd;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute; }

.md-btn--tab-overflow {
  bottom: 2px;
  position: absolute; }
  .md-btn--tab-overflow--icon {
    bottom: 8px; }
  .md-btn--tab-overflow-left {
    left: 6px;
    z-index: 3; }
  .md-btn--tab-overflow-right {
    right: 12px; }

.md-menu--tab {
  margin-right: 100%; }
  .md-menu--tab .md-icon {
    color: inherit; }
  .md-menu--tab .md-tab {
    padding-top: 12px; }

.md-icon--tab {
  color: inherit;
  margin-bottom: 10px; }

.md-tab-toolbar {
  width: 100%; }

.md-tabs-fixed-container {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15; }

.md-tabs-content--offset {
  margin-top: 48px; }
  .md-tabs-content--offset-icon {
    margin-top: 72px; }

.md-tabs-content--offset-toolbar-prominent {
  margin-top: 176px; }
  .md-tabs-content--offset-toolbar-prominent-icon {
    margin-top: 200px; }

@media screen and (min-width: 320px) {
  .md-toolbar ~ .md-tabs {
    margin-top: -1px; }
  .md-tabs {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto; }
  .md-tab {
    max-width: calc(100vw - 56px);
    min-width: 72px; }
  .md-tab-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px; } }

@media screen and (min-width: 320px) and (max-aspect-ratio: 13 / 9) {
  .md-tabs-content--offset-toolbar {
    margin-top: 104px; }
    .md-tabs-content--offset-toolbar-icon {
      margin-top: 128px; } }

@media screen and (min-width: 320px) and (min-aspect-ratio: 13 / 9) {
  .md-tabs-content--offset-toolbar {
    margin-top: 96px; }
    .md-tabs-content--offset-toolbar-icon {
      margin-top: 120px; } }

@media screen and (min-width: 768px) {
  .md-tabs-content--offset-toolbar {
    margin-top: 112px; }
    .md-tabs-content--offset-toolbar-icon {
      margin-top: 136px; } }

@media screen and (min-width: 1025px) {
  .md-toolbar ~ .md-tabs {
    margin-top: 0; }
  .md-tabs {
    overflow: visible; }
  .md-tab {
    max-width: 264px;
    min-width: 160px;
    padding-left: 24px;
    padding-right: 24px; }
  .md-tab-label {
    font-size: 13px;
    line-height: 13px; }
  .md-icon--tab {
    margin-bottom: 12px;
    margin-top: 2px; } }

.md-text-field-container {
  position: relative; }

.md-text-field-container--input {
  line-height: 1.15; }

.md-text-field-container--input-block {
  display: flex; }
  .md-text-field-container--input-block .md-text-field-message-container {
    flex-shrink: 0; }

.md-text-field-multiline-container,
.md-text-field-container--multiline {
  transition-duration: 0.15s;
  transition-property: height; }

.md-text-field-multiline-container {
  position: relative; }

.md-text-field-container--multiline {
  display: flex;
  flex-direction: column; }

.md-text-field {
  background: none;
  border: 0;
  line-height: inherit;
  padding: 0;
  width: 100%; }
  .md-text-field:placeholder {
    color: rgba(0, 0, 0, 0.54); }
  .md-text-field:-moz-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  .md-text-field::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  .md-text-field:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  .md-text-field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  .md-text-field:focus {
    outline-style: none; }
  .md-text-field[type="search"] {
    -webkit-appearance: textfield; }
  .md-text-field:-webkit-autofill, .md-text-field:-webkit-autofill:focus {
    box-shadow: 0 0 0 50px #fff inset; }
  .md-text-field--margin {
    margin-top: 13px; }
  .md-text-field[disabled]:placeholder {
    color: rgba(0, 0, 0, 0.38); }
  .md-text-field[disabled]:-moz-placeholder {
    color: rgba(0, 0, 0, 0.38); }
  .md-text-field[disabled]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.38); }
  .md-text-field[disabled]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38); }
  .md-text-field[disabled]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.38); }

.md-text-field--multiline {
  padding-bottom: 0;
  padding-top: 0;
  resize: none; }

.md-text-field--multiline-mask {
  overflow: hidden;
  position: absolute;
  visibility: hidden; }

.md-divider--text-field {
  margin-top: 7px;
  overflow: visible; }
  .md-divider--text-field::after {
    background: #c34528;
    content: '';
    display: block;
    height: 2px;
    transition-duration: 0.15s;
    transition-property: width;
    width: 0; }

.md-divider--text-field-expanded::after {
  width: 100%; }

.md-divider--text-field-error,
.md-divider--text-field-error::after {
  background: #f44336; }

.md-divider--expand-from-left::after {
  left: 0; }

.md-divider--expand-from-center::after {
  margin: auto; }

.md-divider--expand-from-right::after {
  right: 0; }

.md-floating-label {
  cursor: text;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition-duration: 0.15s;
  transition-property: transform, font-size, color;
  white-space: nowrap; }

.md-floating-label--floating {
  font-size: 12px; }

.md-floating-label--icon-offset {
  left: 40px; }
  @media screen and (min-width: 1025px) {
    .md-floating-label--icon-offset {
      left: 36px; } }

.md-text-field-message-container {
  display: flex;
  font-size: 12px;
  justify-content: space-between; }

.md-text-field-message-container--count-only {
  justify-content: flex-end; }

.md-text-field-message-container--left-icon-offset {
  padding-left: 40px; }

.md-text-field-message-container--right-icon-offset {
  padding-right: 40px; }

.md-text-field-message {
  color: inherit;
  flex-grow: 1;
  line-height: 1.42857;
  transition-duration: 0.15s;
  transition-property: opacity;
  white-space: normal; }

.md-text-field-message--counter {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 16px; }

.md-text-field-message--inactive {
  opacity: 0; }

.md-text-field-message--active {
  opacity: 1; }

.md-text-field-divider-container {
  display: inline-block; }

.md-text-field-divider-container--grow {
  display: block;
  flex-grow: 1; }

.md-text-field-icon + .md-text-field-divider-container,
.md-text-field-divider-container + .md-text-field-icon {
  margin-left: 16px; }

.md-text-field-icon-container {
  align-items: flex-end;
  display: flex;
  width: 100%; }
  .md-text-field-container--input-block .md-text-field-icon-container {
    align-items: center; }

.md-text-field-inline-indicator {
  position: absolute;
  right: 0; }

.md-text-field--inline-indicator {
  width: calc(100% - 24px); }

.md-password-btn {
  background: transparent;
  border: 0;
  height: 24px;
  padding: 0;
  width: 24px; }
  .md-password-btn:not(.md-password-btn--focus):focus {
    outline-style: none; }
  .md-password-btn .md-icon {
    color: inherit; }

.md-password-btn--active::before {
  background: rgba(0, 0, 0, 0.54); }

.md-password-btn--invisible::before, .md-password-btn--invisible::after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 100%; }

.md-password-btn--invisible::before {
  transform: translate3d(-1px, -50%, 0) rotate3d(0, 0, 1, 45deg); }

.md-password-btn--invisible::after {
  background: #fafafa;
  transform: translate3d(1px, -50%, 0) rotate3d(0, 0, 1, 45deg); }

@media screen and (min-width: 320px) {
  .md-text-field-container--input-block {
    padding-bottom: 20px;
    padding-top: 20px; }
  .md-text-field-container--multiline-block {
    margin-bottom: 20px;
    margin-top: 20px; }
  .md-text-field-container--padded-block {
    padding-left: 20px;
    padding-right: 20px; }
  .md-text-field {
    font-size: 16px; }
  .md-text-field--floating-margin {
    margin-top: 37px; }
  .md-divider--text-field {
    margin-bottom: 8px; }
  .md-floating-label--inactive {
    transform: translate3d(0, 39px, 0); }
  .md-floating-label--inactive-sized {
    font-size: 16px; }
  .md-floating-label--floating {
    transform: translate3d(0, 16px, 0); }
  .md-text-field-icon--positioned {
    margin-bottom: 13.5px; }
  .md-text-field-inline-indicator {
    top: 9px; }
    .md-text-field-inline-indicator--floating {
      top: 34px; }
    .md-text-field-inline-indicator--block {
      top: 17px; }
  .md-floating-label--inactive-title {
    transform: translate3d(0, 42px, 0); } }

@media screen and (min-width: 1025px) {
  .md-text-field-container--input-block {
    padding-bottom: 16px;
    padding-top: 16px; }
  .md-text-field-container--multiline-block {
    margin-bottom: 16px;
    margin-top: 16px; }
  .md-text-field-container--padded-block {
    padding-left: 16px;
    padding-right: 16px; }
  .md-text-field {
    font-size: 13px; }
  .md-text-field--floating-margin {
    margin-top: 33px; }
  .md-divider--text-field {
    margin-bottom: 4px; }
  .md-floating-label--inactive {
    transform: translate3d(0, 33px, 0); }
  .md-floating-label--inactive-sized {
    font-size: 13px; }
  .md-floating-label--floating {
    transform: translate3d(0, 12px, 0); }
  .md-text-field-icon--positioned {
    margin-bottom: 9.5px; }
  .md-password-btn.md-password-btn {
    height: 20px;
    width: 20px; }
  .md-text-field-message-container--left-icon-offset {
    padding-left: 36px; }
  .md-text-field-message-container--right-icon-offset {
    padding-right: 36px; }
  .md-text-field-inline-indicator {
    top: 9px; }
    .md-text-field-inline-indicator--floating {
      top: 30px; }
    .md-text-field-inline-indicator--block {
      top: 12px; }
  .md-floating-label--inactive-title {
    transform: translate3d(0, 36px, 0); } }

.md-text-field--title {
  font-size: 34px; }

.md-floating-label--title {
  transition-duration: 0.25s; }

.md-floating-label--inactive-title {
  font-size: 34px; }

@media screen and (min-width: 320px) {
  .md-toolbar-relative {
    margin-top: 56px; }
    .md-toolbar-relative--padding {
      padding-top: 56px; }
  .md-toolbar {
    height: 56px; }
  .md-btn--toolbar {
    margin-bottom: 4px;
    margin-top: 4px; }
  .md-toolbar .md-btn--text {
    margin-bottom: 10px;
    margin-top: 10px; }
  .md-toolbar--action-left {
    margin-left: 4px; }
  .md-toolbar--action-right {
    margin-right: 4px; }
  .md-title--toolbar {
    line-height: 56px;
    margin-left: 20px; }
    .md-title--toolbar-offset {
      margin-left: 72px; }
  .md-select-field--toolbar.md-select-field--toolbar {
    margin-bottom: 6px;
    margin-top: 6px; } }

@media screen and (min-width: 320px) and (min-aspect-ratio: 13 / 9) {
  .md-toolbar-relative {
    margin-top: 48px; }
    .md-toolbar-relative--padding {
      padding-top: 48px; }
  .md-toolbar {
    height: 48px; }
  .md-toolbar--action-left {
    margin-left: 4px; }
  .md-toolbar--action-right {
    margin-right: 4px; }
  .md-title--toolbar {
    line-height: 48px;
    margin-left: 20px; }
    .md-title--toolbar-offset {
      margin-left: 72px; } }

@media screen and (min-width: 768px) {
  .md-toolbar-relative {
    margin-top: 64px; }
    .md-toolbar-relative--padding {
      padding-top: 64px; }
  .md-toolbar {
    height: 64px; }
  .md-btn--toolbar {
    margin-bottom: 8px;
    margin-top: 8px; }
  .md-toolbar .md-btn--text {
    margin-bottom: 14px;
    margin-top: 14px; }
  .md-toolbar--action-left {
    margin-left: 12px; }
  .md-toolbar--action-right {
    margin-right: 12px; }
  .md-title--toolbar {
    line-height: 64px;
    margin-left: 20px; }
    .md-title--toolbar-offset {
      margin-left: 80px; }
  .md-select-field--toolbar.md-select-field--toolbar {
    margin-bottom: 10px;
    margin-top: 10px; } }

@media screen and (min-width: 768px) and (min-aspect-ratio: 13 / 9) {
  .md-select-field--toolbar.md-select-field--toolbar {
    margin-bottom: 12px;
    margin-top: 12px; } }

@media screen and (min-width: 1025px) {
  .md-toolbar--action-left {
    margin-left: 14px; }
  .md-toolbar--action-right {
    margin-right: 14px; }
  .md-title--toolbar {
    margin-left: 26px; }
    .md-title--toolbar-offset {
      margin-left: 80px; }
  .md-btn--toolbar {
    margin-bottom: 12px;
    margin-top: 12px; }
  .md-toolbar .md-btn--text {
    margin-bottom: 16px;
    margin-top: 16px; } }

.md-toolbar {
  display: flex; }
  .md-toolbar--fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 15; }
  .md-toolbar--inset {
    margin: 8px;
    max-width: calc(100vw - 16px); }
  .md-toolbar--text-white {
    color: #fff; }
    .md-toolbar--text-white .md-btn, .md-toolbar--text-white .md-icon, .md-toolbar--text-white .md-title--toolbar, .md-toolbar--text-white .md-text-field, .md-toolbar--text-white .md-select-field {
      color: inherit; }
    .md-toolbar--text-white :placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .md-toolbar--text-white :-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .md-toolbar--text-white ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .md-toolbar--text-white :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .md-toolbar--text-white ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .md-toolbar--themed {
    background: #f5f5f5; }
    .md-toolbar--themed .md-title--toolbar {
      color: rgba(0, 0, 0, 0.87); }
  .md-toolbar--prominent {
    height: 128px; }

.md-title--toolbar {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
  transition-duration: 0.15s;
  transition-property: transform; }
  .md-title--toolbar-prominent {
    position: absolute;
    transform: translate3d(0, 64px, 0); }

.md-toolbar-relative--prominent {
  margin-top: 128px; }
  .md-toolbar-relative--prominent-padding {
    padding-top: 128px; }

.md-toolbar .md-text-field-container {
  padding-bottom: 0;
  padding-top: 0; }

.md-toolbar .md-text-field--toolbar {
  font-size: 20px; }

.md-toolbar .md-autocomplete-container,
.md-toolbar .md-autocomplete {
  height: 100%; }

@media screen and (min-width: 320px) {
  .md-tooltip {
    font-size: 14px;
    padding: 9px 16px; }
    .md-tooltip--top {
      top: -24px; }
    .md-tooltip--right {
      right: -24px; }
    .md-tooltip--bottom {
      bottom: -24px; }
    .md-tooltip--left {
      left: -24px; } }

@media screen and (min-width: 1025px) {
  .md-tooltip {
    font-size: 10px;
    padding: 6px 8px; }
    .md-tooltip--top {
      top: -14px; }
    .md-tooltip--right {
      right: -14px; }
    .md-tooltip--bottom {
      bottom: -14px; }
    .md-tooltip--left {
      left: -14px; } }

.md-tooltip-container {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 1; }

.md-tooltip {
  background: #616161;
  color: #fff;
  display: block;
  font-weight: 500;
  opacity: 0.9;
  outline-style: none;
  position: absolute;
  white-space: nowrap; }
  .md-tooltip--active {
    transition-duration: 0.15s;
    transition-property: opacity, transform; }
  .md-tooltip--enter, .md-tooltip--leave-active {
    opacity: 0; }
  .md-tooltip--enter-active {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
  .md-tooltip--leave-active {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
  .md-tooltip--horizontal {
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .md-tooltip--vertical {
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .md-tooltip--top-active {
    transform: translate3d(-50%, -100%, 0); }
  .md-tooltip--right-active {
    transform: translate3d(100%, -50%, 0); }
  .md-tooltip--bottom-active {
    transform: translate3d(-50%, 100%, 0); }
  .md-tooltip--left-active {
    transform: translate3d(-100%, -50%, 0); }

.md-text {
  color: rgba(0, 0, 0, 0.87); }
  .md-text--secondary {
    color: rgba(0, 0, 0, 0.54); }
  .md-text--disabled {
    color: rgba(0, 0, 0, 0.38); }
  .md-text--theme-primary {
    color: #c34528; }
  .md-text--theme-secondary {
    color: #1887cd; }
  .md-text--error {
    color: #f44336; }
  .md-text--inherit.md-text--inherit {
    color: inherit; }

.md-ink--primary .md-ink {
  background: rgba(195, 69, 40, 0.26); }

.md-ink--secondary .md-ink {
  background: rgba(24, 135, 205, 0.26); }

.md-background {
  background: #fafafa; }
  .md-background--card {
    background: #fff; }
  .md-background--primary {
    background: #c34528;
    color: #fff; }
  .md-background--secondary {
    background: #1887cd;
    color: #fff; }

@media screen and (min-width: 1025px) {
  .md-background--primary-hover:hover {
    background: rgba(195, 69, 40, 0.9); }
  .md-background--secondary-hover:hover {
    background: rgba(24, 135, 205, 0.9); } }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #eee;
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif; }

#root {
  width: 100%;
  height: 100%; }

.decorative-text {
  font-family: "Roboto Slab", serif !important; }

.body-text {
  font-family: "Open Sans", serif !important;
  font-weight: 400; }
  .body-text > * {
    font-family: "Open Sans", serif !important;
    font-weight: 400; }

