.overmap {position:absolute;display:none;top:0px;background-color:#fff;z-index:1000;overflow-x:hidden;}
.overmap.active {display:block;}
.overmap.preactive {z-index:1001;}
.overmap .mdl-grid {overflow-x:hidden;-webkit-overflow-scrolling: touch;}
.overmap, #poi-filter {-webkit-transform: translate3d(0px,0px,0px); transform: translate3d(0px,0px,0px)}
.mdl-layout__drawer-button:focus {outline:0;}
.mdl-button:hover {background-color: inherit;}

.mdl-layout__back-button {
    display: block;
    position: absolute;
    height: 48px;
    width: 48px;
    border: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 56px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 8px 12px;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    z-index: 4
}

.mdl-layout__header .mdl-layout__back-button {
    position: absolute;
    color: rgb(255, 255, 255);
    background-color: inherit
}

@media screen and (max-width:1024px) {
    .mdl-layout__header .mdl-layout__back-button {
        margin: 4px
    }
}

@media screen and (max-width:1024px) {
    .mdl-layout__back-button {
        margin: 4px;
        color: rgba(0, 0, 0, .5)
    }
}

@media screen and (min-width:1025px) {
    .mdl-layout__back-button {
        line-height: 54px
    }
    .mdl-layout--no-desktop-drawer-button .mdl-layout__back-button,
    .mdl-layout--fixed-drawer>.mdl-layout__back-button,
    .mdl-layout--no-drawer-button .mdl-layout__back-button {
        display: none
    }
}


.demo-drawer {
  border: none;
}
/* iOS Safari specific workaround */
.demo-drawer .mdl-menu__container {
  z-index: -1;
}
.demo-drawer .demo-navigation {
  z-index: -2;
}
/* END iOS Safari specific workaround */
.demo-drawer .mdl-menu .mdl-menu__item {
  display: flex;
  align-items: center;
}
.demo-drawer-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  height: 151px;
}

.demo-navigation {
  flex-grow: 1;
}
.mdl-layout__drawer .demo-navigation .mdl-navigation__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.mdl-layout__drawer .demo-navigation .mdl-navigation__link:hover {
  background-color: #00BCD4;
  color: #37474F;
}
.mdl-layout__drawer .demo-navigation .mdl-navigation__link.lang:hover {
    background-color: inherit;
    color: #fff;
}
.demo-navigation .mdl-navigation__link .material-icons {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.65);
  margin-right: 32px;
}

.mdl-layout-title {line-height:18px;padding-top:6px}
.mdl-dialog__close {position:absolute;top:-10px;right:-10px;width:32px;height:32px;border-radius: 100%;background-color:#fff;box-shadow: 0 1px 3px rgba(0,0,0,0.4);text-align:center;line-height:46px}
.mdl-dialog__title {padding:12px 12px 0}
.tapholddialog .mdl-dialog__title {padding:12px 0 0 12px}
.mdl-dialog__content {padding: 10px 12px 12px;}
.mdl-layout__header-row {height: 56px;padding: 0 16px 0 64px;}
dialog {padding:10px}
h4.mdl-dialog__title {font-family: 'Roboto Condensed', 'Helvetica', sans-serif;font-weight:700;font-size:18px;line-height:1.4em;}

.demo-card-full.mdl-card {
  width: 100%;
}
.demo-card-full > .mdl-card__title {
  color: #fff;
}

.mdl-list__item-percent, .mdl-list__item-check {
    float: left;
    margin-right: 16px;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #607D8B;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.mdl-list__item-check {background-color:#44970C}
.mdl-list__item-percent::after {
    content: '%';
    font-size:12px;
    top:10px;
}
.mdl-progress>.bufferbar {background-image: linear-gradient(to right, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), linear-gradient(to right, rgb(3, 169, 244), rgb(3, 169, 244));}