﻿/**
 * 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;
}

.ez-color {
	color: #41affe;
}

/****************** Tooltip **********************/
.ez-tooltip {
}

.ez-tooltip-hidden {
	display: none;
}

/******************** Checkbox ********************/
.mdl-checkbox {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/******************** ICONS *****************/
.ez-logo-admin-32 {
	background: url('../../imgs/google-product-logos/logo_admin_32px.png') center no-repeat;
	background-size: contain;
	height: 32px;
	width: 32px;
}

.ez-logo-admin-24 {
	background: url('../../imgs/google-product-logos/logo_admin_32px.png') center no-repeat;
	background-size: contain;
	height: 24px;
	width: 24px;
}

.ez-mdl .mdl-layout__tab-bar-button {
	display: none;
}

.ez-mdl .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
	display: none;
}

.ez-mdl .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.ez-mdl .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
	overflow: visible;
}

.ez-mdl .mdl-layout__tab-bar-container {
	height: 64px;
}

.ez-mdl .mdl-layout__tab-bar {
	padding: 0;
	padding-left: 16px;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

	.ez-mdl .mdl-layout__tab-bar .mdl-layout__tab {
		height: 64px;
		line-height: 64px;
	}

		.ez-mdl .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
			background-color: white;
			height: 4px;
		}

.ez-mdl main > .mdl-layout__tab-panel {
	padding: 8px;
	padding-top: 28px;
}

.ez-mdl .mdl-card {
	min-height: 45px;
}

	.ez-mdl .mdl-card > * {
		height: auto;
	}

.mdl-card.mdl-cell.mdl-cell--6-col:nth-last-of-type(n+2) {
	padding-right: 8px;
}

.ez-mdl .mdl-card .mdl-card__title {
	padding: 0;
	margin: 0;
}

	.ez-mdl .mdl-card .mdl-card__title .ez-mdl-card-title-image {
		position: absolute;
		right: 45px;
	}

	.ez-mdl .mdl-card .mdl-card__title .mdl-card__title-text {
		padding: 16px;
		margin: 0;
	}



.ez-mdl .mdl-card .mdl-card__supporting-text {
	height: auto;
	flex-grow: 1;
	padding: 0 15px 0 15px;
	color: inherit;
	width: calc(100% - 32px);
}

	.ez-mdl .mdl-card .mdl-card__supporting-text ul {
		padding-top: 0;
		padding-left: 15px;
	}

.ez-mdl.ez-mdl .mdl-card__supporting-text h4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.ez-mdl .mdl-card__actions {
	color: inherit;
	box-sizing: border-box;
	align-items: center;
}

	.ez-mdl .mdl-card__actions button,
	.ez-mdl .mdl-card__actions label {
		display: inline;
		margin-right: 11px;
	}

.ez-mdl .mdl-checkbox {
	z-index: 1000;
}

.ez-mdl .mdl-card__supporting-text + .mdl-card__actions {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ez-mdl .mdl-cad .mdl-card__actions .mdl-checkbox {
}


.ez-mdl #add {
	position: absolute;
	right: 40px;
	top: 36px;
	z-index: 999;
}

.ez-mdl .mdl-layout__content section:not(:last-of-type) {
	position: relative;
}

.ez-mdl section.section--center {
	max-width: 1024px;
}


.ez-mdl section > header {
	display: flex;
	align-items: center;
	justify-content: center;
}


	.ez-mdl section > header > .material-icons {
		font-size: 3rem;
	}

.ez-mdl section > button {
	position: absolute;
	z-index: 99;
	top: 8px;
	right: 8px;
}

.ez-mdl section .section__circle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 0;
	flex-shrink: 1;
}

.ez-mdl section .section__text {
	flex-grow: 1;
	flex-shrink: 0;
	padding-top: 8px;
}

	.ez-mdl section .section__text h5 {
		font-size: inherit;
		margin: 0;
		margin-bottom: 0.5em;
	}

	.ez-mdl section .section__text a {
		text-decoration: none;
	}

.ez-mdl section .section__circle-container > .section__circle-container__circle {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	margin: 8px 0;
}

.ez-mdl section.section--footer .section__circle--big {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin: 8px 32px;
}

.ez-mdl .is-small-screen section.section--footer .section__circle--big {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 8px 16px;
}

.ez-mdl section.section--footer {
	padding: 64px 0;
	margin: 0 -8px -8px -8px;
}

.ez-mdl section.section--center .section__text:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,.13);
}

.ez-mdl .mdl-card .mdl-card__supporting-text > h3:first-child {
	margin-bottom: 24px;
}

.ez-mdl #features h4, #features h5 {
	margin-bottom: 16px;
}

.ez-mdl .toc {
	border-left: 4px solid #C1EEF4;
	margin: 24px;
	padding: 0;
	padding-left: 8px;
	display: flex;
	flex-direction: column;
}

	.ez-mdl .toc h4 {
		font-size: 0.9rem;
		margin-top: 0;
	}

	.ez-mdl .toc a {
		color: #4DD0E1;
		text-decoration: none;
		font-size: 16px;
		line-height: 28px;
	}

.hide {
	display: none;
}

@media screen and (max-width: 479px) {
	.ez-mdl .mdl-card .mdl-card__supporting-text {
		padding-top: 10px;
		min-height: 45px;
	}

		.ez-mdl .mdl-card .mdl-card__supporting-text p,
		.ez-mdl .mdl-card .mdl-card__supporting-text ul {
			font-size: 14px;
			line-height: 20px;
		}

	.ez-mdl .mdl-card__actions .mdl-checkbox span {
		font-size: 12px;
		line-height: 18px;
	}

	.ez-mdl .mdl-card .mdl-card__title h4 {
		font-size: 16px;
	}
}

@media screen and (max-width: 839px) and (min-width: 480px) {
	.ez-mdl .mdl-card__actions .mdl-checkbox {
		margin: 4px;
	}

	.ez-mdl .mdl-card {
		min-height: 55px;
	}

		.ez-mdl .mdl-card > * {
			height: auto;
		}

		.ez-mdl .mdl-card .mdl-card__title {
			padding: 8px;
			margin: 0;
		}

			.ez-mdl .mdl-card .mdl-card__title .mdl-card__title-text {
				padding: 8px;
				margin: 0;
			}

		.ez-mdl .mdl-card .mdl-card__supporting-text {
			padding: 18px;
			width: calc(100% - 35px);
			min-height: 45px;
		}

			.ez-mdl .mdl-card .mdl-card__supporting-text ul {
				padding-top: 0;
				padding-left: 24px;
			}
}


@media screen and (min-width: 840px) {
	.ez-mdl .mdl-card {
		min-height: 55px;
	}

		.ez-mdl .mdl-card > * {
			height: auto;
		}

		.ez-mdl .mdl-card .mdl-card__title {
			padding: 18px;
			margin: 0;
		}

			.ez-mdl .mdl-card .mdl-card__title .mdl-card__title-text {
				padding: 8px;
				margin: 0;
			}

		.ez-mdl .mdl-card .mdl-card__supporting-text {
			padding: 24px;
			width: calc(100% - 55px);
			min-height: 45px;
		}

			.ez-mdl .mdl-card .mdl-card__supporting-text ul {
				padding-top: 0;
				padding-left: 48px;
			}
}
