/**
 * 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 {
  margin: 0;
  padding: 0;
  font-size: 0.8vw;
}
.toolmart-admin .mdl-layout__header-row {
  padding-left: 40px;
}
.toolmart-admin .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
  font-size: inherit;
}
.toolmart-admin .mdl-layout__tab-bar-button {
  display: none;
}
.toolmart-admin .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
  display: none;
}
.toolmart-admin .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.toolmart-admin .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
  overflow: visible;
}
.toolmart-admin .mdl-layout__tab-bar-container {
  height: 64px;
}
.toolmart-admin .mdl-layout__tab-bar {
  padding: 0;
  padding-left: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.toolmart-admin .mdl-layout__tab-bar .mdl-layout__tab {
  height: 64px;
  line-height: 64px;
}
.toolmart-admin .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
  background-color: white;
  height: 4px;
}
.toolmart-admin main > .mdl-layout__tab-panel {
  padding: 8px;
  padding-top: 48px;
}
.toolmart-admin .mdl-card {
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.toolmart-admin .mdl-card > * {
  height: auto;
}
.toolmart-admin .mdl-card .mdl-card__supporting-text {
  margin: 2rem;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  color: inherit;
  width: calc(100% - 80px);
}
.toolmart-admin.toolmart-admin .mdl-card__supporting-text h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.toolmart-admin .mdl-card__actions {
  margin: 0;
  padding: 0.5rem 2rem;
  color: inherit;
}
.toolmart-admin .mdl-card__actions a {
  color: #00BCD4;
  margin: 0;
}
.toolmart-admin .mdl-card__actions a:hover,
.toolmart-admin .mdl-card__actions a:active {
  color: inherit;
  background-color: transparent;
}
.toolmart-admin .mdl-card__supporting-text + .mdl-card__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.toolmart-admin #add {
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 999;
}

.toolmart-admin .mdl-layout__content section:not(:last-of-type) {
  position: relative;
  margin-bottom: 1rem;
}
.toolmart-admin section.section--center {
  max-width: 40rem;
}
.toolmart-admin #features section.section--center {
  max-width: 620px;
}
.toolmart-admin 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;
}
.toolmart-admin section > .section__play-btn {
  min-height: 200px;
}
.toolmart-admin section > header > .material-icons {
    font-size: 3rem;
    color: white;
}
.toolmart-admin section > button {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
}
.toolmart-admin section .section__text h5 {
  font-size: inherit;
  margin: 0;
  margin-bottom: 0.5em;
}
.toolmart-admin section .section__text a {
  text-decoration: none;
}
.toolmart-admin section .section__circle-container > .section__circle-container__circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 8px 0;
}

.toolmart-admin .divider{

  height:10px;
  width:200px;
  clear: both;
  display: block;
  float: none;
}

@media all and (min-width: 1280px) {

    html{font-size: 0.9vw!important;}

}

