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

html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
  
}

h3 {
  font-family: 'Noto Serif', 'Helvetica', sans-serif;
}

a {
 color:#ffb74d;
 font-weight:500
}

a .blink {
 color:#000000;
}

.mdl-color--teal-100 {
 background-color:#a4a4a4 !important
}

.mdl-demo .mdl-layout__header-row {
  padding-left: 40px;
  background-color: #2196f3;
}

.mdl-demo .mdl-layout__header-row1 {
  padding-left: 40px;
  background-color: #2196f3;
}


.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
  font-size: inherit;
}

.mdl-demo .mdl-color--primary-dark {
 background-color: #0069c0!important
}


.mdl-progress>.bufferbar {
 background-image:linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,#6ec6ff,#6ec6ff);
 z-index:0;
 left:0
}

.mdl-progress.mdl-progress--indeterminate>.bar1,.mdl-progress.mdl-progress__indeterminate>.bar1 {
 -webkit-animation-name:indeterminate1;
 animation-name:indeterminate1
}
.mdl-progress.mdl-progress--indeterminate>.bar1,.mdl-progress.mdl-progress__indeterminate>.bar1,.mdl-progress.mdl-progress--indeterminate>.bar3,.mdl-progress.mdl-progress__indeterminate>.bar3 {
 background-color:#0069c0;
 -webkit-animation-duration:5s;
 animation-duration:5s;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear
}




.mdl-demo .mdl-layout__tab-bar-button {
  display: none;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
  display: none;
}
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
  overflow: visible;
}
.mdl-demo .mdl-layout__tab-bar-container {
  height: 64px;
  
}
.mdl-demo .mdl-layout__tab-bar {
  padding: 0;
  padding-left: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
  height: 64px;
  line-height: 64px;
  
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
  background-color: white;
  height: 4px;
}
.mdl-demo main > .mdl-layout__tab-panel {
  padding: 8px;
  padding-top: 48px;
}
.mdl-demo .mdl-cardadd {
  
  background:beige;
  
}

.mdl-demo .mdl-card {
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mdl-demo .mdl-card > * {
  height: auto;
}
.mdl-demo .mdl-card .mdl-card__supporting-text {
  margin: 40px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  color: inherit;
  width: calc(100% - 80px);
}


.mdl-demo .mdl-card .mdl-card__supporting-textevent {
  margin: 20px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  color: inherit;
  width: calc(100% - 80px);
}



.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.mdl-demo .mdl-card__actions {
  margin: 0;
  padding: 4px 40px;
  color: inherit;
}
.mdl-demo .mdl-card__actions a {
  color: #00BCD4;
  margin: 0;
}
.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
  color: inherit;
  background-color: transparent;
}
.mdl-demo .mdl-card__supporting-text + .mdl-card__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.mdl-demo #add {
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 999;
}

.mdl-demo .mdl-layout__content section:not(:last-of-type) {
  position: relative;
  margin-bottom: 48px;
}
.mdl-demo section.section--center {
  max-width: 860px;
  align-items:center ;
}

.mdl-demo section.section--center {
  max-width: 860px;
  align-items:center ;
}


.mdl-layout__tab-panel {
 display:block
}

.mdl-demo #features section.section--center {
  max-width: 620px;
}
.mdl-demo section > header{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mdl-layout__header-row1 {
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-direction:row;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-flex-wrap:nowrap;
 -ms-flex-wrap:nowrap;
 flex-wrap:nowrap;
 -webkit-flex-shrink:0;
 -ms-flex-negative:0;
 flex-shrink:0;
 box-sizing:border-box;
 -webkit-align-self:stretch;
 -ms-flex-item-align:stretch;
 align-self:stretch;
 -webkit-align-items:up;
 -ms-flex-align:up;
 align-items:up;
 height:40px;
 margin:0;
 padding:0 40px 0 80px
}

.snippet-group {
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px
}
.snippet-group .snippet-header {
 display:table;
 border-collapse:collapse;
 border-spacing:0;
 width:100%
}
.snippet-group .snippet-demos,.snippet-group .snippet-captions {
 display:table-row
}
.snippet-group .snippet-demo .snippet-demo-container {
 text-align:left;
 display:inline-block
}
.snippet-group .snippet-captions {
 background-color:#fff;
 height:0px
}
.snippet-group .snippet-demo {
 display:table-cell;
 text-align:right;
 vertical-align:middle;
 margin:0
}
.snippet-group .snippet-demo-padding {
 text-align:center;
 padding:0
}
.snippet-group .snippet-demo-padding,.snippet-group .snippet-caption,.snippet-group .snippet-caption-padding {
 display:table-cell;
 vertical-align:middle;
 margin:0
}
.snippet-group .snippet-caption-padding {
 text-align:end;
 padding:0
}
.snippet-group .snippet-caption {
 font-size:13px;
 padding:0 0px;
 white-space:nowrap;
 text-align:inherit;
 position:relative
}
.snippet-group .snippet-demo {
 padding:0 0px 0px
}
.snippet-group .snippet-demos .snippet-demo-padding {
 width:50%
}
_:-ms-input-placeholder,:root .snippet-group .snippet-demo {
 width:1px
}
_:-ms-input-placeholder,:root .snippet-group .snippet-demos .snippet-demo-padding {
 width:auto
}
.snippet-group .snippet-code {
 position:relative;
 overflow:hidden
}
.snippet-group .snippet-code pre {
 margin:0;
 border-radius:0;
 display:block;
 padding:0;
 overflow:hidden
}
.snippet-group .snippet-code code {
 padding:8px 16px;
 position:relative;
 max-height:none;
 width:100%;
 box-sizing:border-box
}
.snippet-group .snippet-code pre[class*=language-]>code[data-language] {
 max-height:none
}
.snippet-group .snippet-code code:first-of-type {
 padding-top:16px
}
.snippet-group .snippet-code code:last-of-type {
 padding-bottom:16px
}
.snippet-group .snippet-code code:hover {
 background-color:rgba(0,0,0,.05)
}
.snippet-group .snippet-code code:hover:only-of-type {
 background-color:transparent
}
.snippet-group .snippet-code code::before,.snippet-group .snippet-code code::after {
 display:none
}
.snippet-group .snippet-code code:hover::before {
 display:inline-block;
 content:'click to copy';
 color:rgba(0,0,0,.5);
 font-size:13px;
 background-color:rgba(0,0,0,.1);
 border-top-left-radius:5px;
 position:absolute;
 right:0;
 bottom:0;
 padding:3px 10px
}
.snippet-group .snippet-code code:active::before {
 content:''
}
.snippet-group .snippet-code code.copied::before {
 content:'copied';
 color:rgba(255,255,255,.5);
 background-color:rgba(0,0,0,.6)
}
.snippet-group .snippet-code code.nosupport::before {
 content:"browser not supported :'(";
 color:rgba(255,255,255,.5);
 background-color:rgba(0,0,0,.6)
}
.snippet-group .snippet-code .codepen-extra-css {
 display:none
}
@media (max-width:850px) {
 .snippet-group .snippet-demo {
  padding-left:5px;
  padding-right:5px
 }
}
.snippet-group.is-full-width .snippet-demo-container {
 width:100%
}
.snippet-group.is-full-width .snippet-demos>.snippet-demo {
 width:100%;
 padding-left:0;
 padding-right:0
}
.snippet-group.is-full-width .snippet-demo-padding {
 width:0;
 padding:8px;
 margin:0
}


.snippet-group .snippet-demo-r {
 text-align:left;

}

.snippet-group.is-small-screen .snippet-demo-r .pdf-small {
 text-align:left;
 background-color: #2196f3;
}



.material-icons1
{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}







.codepen-button {
 z-index:50;
 cursor:pointer;
 background-image:url('codepen-logo.png');
 background-repeat:no-repeat;
 background-position:5px center;
 background-size:26px 26px;
 position:absolute;
 top:0;
 right:-125px;
 width:165px;
 height:46px;
 display:none;
 opacity:.6;
 overflow:hidden;
 box-sizing:border-box;
 white-space:nowrap;
 color:#000;
 padding:13px 15px 5px 50px;
 transition:right .5s,background-color .5s,opacity .5s,background-size .3s
}






.mdl-demo section > .section__play-btn {
  min-height: 200px;
}
.mdl-demo section > header > .material-icons {
  font-size: 3rem;
}
.mdl-demo section > button {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
}
.mdl-demo section .section__circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.mdl-demo section .section__text {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 8px;
}
.mdl-demo section .section__text h5 {
  font-size: inherit;
  margin: 0;
  margin-bottom: 0.5em;
}
.mdl-demo section .section__text a {
  text-decoration: none;
}
.mdl-demo section .section__circle-container > .section__circle-container__circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 8px 0;
}
.mdl-demo section.section--footer .section__circle--big {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 8px 32px;
}




.mdl-demo section.section--footer {
  padding: 64px 0;
  margin: 0 -8px -8px -8px;
}
.mdl-demo section.section--center .section__text:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.13);
}
.mdl-demo .mdl-card .mdl-card__supporting-text > h3:first-child {
  margin-bottom: 400px;
}
.mdl-demo .mdl-layout__tab-panel:not(#overview) {
  background-color: #f5f5f5;
}
.mdl-demo #features section {
  margin-bottom: 72px;
}
.mdl-demo #features h4, #features h5 {
  margin-bottom: 16px;
}
.mdl-demo .toc {
  border-left: 4px solid #C1EEF4;
  margin: 24px;
  padding: 0;
  padding-left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mdl-demo .toc h4 {
  font-size: 0.9rem;
  margin-top: 0;
}
.mdl-demo .toc a {
  color: #4DD0E1;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.mdl-demo .mdl-menu__container {
  z-index: 99;
}
