/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.4.1 */ *, *:before, *:after { -moz-box-sizing: border-box; box-sizing: border-box; } :focus { outline: none; } html, body { height: 100%; color: #444; background: #fff; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } html h3, body h3 { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; font-size: 1.17em; font-weight: bold; } button, select, html, textarea, input { font-family: 'RobotoDraft', 'Helvetica Neue', Helvetica, Arial; } body { margin: 0; padding: 0; outline: none; } .inset { padding: 10px; } button { font-family: 'RobotoDraft', 'Helvetica Neue', Helvetica, Arial; } a { background: transparent; outline: none; } h1 { font-size: 2em; margin: 0.67em 0; } h2 { font-size: 1.5em; margin: 0.83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.75em; margin: 2.33em 0; } select, button, textarea, input { margin: 0; font-size: 100%; font-family: inherit; vertical-align: baseline; } input[type="reset"], input[type="submit"], html input[type="button"], button { cursor: pointer; -webkit-appearance: button; } input[type="reset"][disabled], input[type="submit"][disabled], html input[type="button"][disabled], button[disabled] { cursor: default; } textarea { vertical-align: top; overflow: auto; } input[type="radio"], input[type="checkbox"] { padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-box-sizing: content-box; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } @font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 100; src: local('RobotoDraft Thin'), local('RobotoDraft-Thin'), url(//fonts.gstatic.com/s/robotodraft/v1/hope9NW9iJ5hh8P5PM_EAyeJLMOzE6CCkidNEpZOseY.woff) format('woff'); } @font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 300; src: local('RobotoDraft Light'), local('RobotoDraft-Light'), url(//fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwR_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff'); } @font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 400; src: local('RobotoDraft'), local('RobotoDraft-Regular'), url(//fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni4bN6UDyHWBl620a-IRfuBk.woff) format('woff'); } @font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 500; src: local('RobotoDraft Medium'), local('RobotoDraft-Medium'), url(//fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwSqHEX2q--o2so14pIEl08w.woff) format('woff'); } @font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 700; src: local('RobotoDraft Bold'), local('RobotoDraft-Bold'), url(//fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwTqR_3kx9_hJXbbyU8S6IN0.woff) format('woff'); } @font-face { font-family: 'RobotoDraft'; font-style: normal; font-weight: 900; src: local('RobotoDraft Black'), local('RobotoDraft-Black'), url(//fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwUExzZ44ka2Lr5i-x5aWr0E.woff) format('woff'); } @font-face { font-family: 'RobotoDraft'; font-style: italic; font-weight: 400; src: local('RobotoDraft Italic'), local('RobotoDraft-Italic'), url(//fonts.gstatic.com/s/robotodraft/v1/er-TIW55l9KWsTS1x9bTftkZXW4sYc4BjuAIFc1SXII.woff) format('woff'); } @font-face { font-family: 'RobotoDraft'; font-style: italic; font-weight: 700; src: local('RobotoDraft Bold Italic'), local('RobotoDraft-BoldItalic'), url(//fonts.gstatic.com/s/robotodraft/v1/5SAvdU0uYYlH8OURAykt5wRV2F9RPTaqyJ4QibDfkzM.woff) format('woff'); } /* @mixin md-theme($name, $t100, $t300, $t500, $t700, $t900) { } @include md-theme('google-red', #f3c6C2, #e57b72, #da4336, #c43828, #a42613); @include md-theme('pink', #f7bacf, #ef6191, #e81d62, #c1175a, #870d4e); @include md-theme('indigo', #c4c9e8, #7885ca, #3e50b4, #2f3e9e, #19227d); @include md-theme('google-blue', #c5d9fb, #7aa9f6, #4184f3, #3266d5, #1b39ab); @include md-theme('light-blue', #b2e4fb, #4ec2f6, #02a8f3, #0187d0, #00569A); @include md-theme('teal', #b1deda, #4cb5ab, #009587, #00786a, #004c3f); @include md-theme('google-green', #b6e0cc, #56ba89, #0E9C57, #0a7f42, #045423); @include md-theme('yellow', #fff8c3, #fff075, #ffea3a, #fabf2c, #f47e16); @include md-theme('google-yellow', #fbe7b1, #f6ca4c, #f3b300, #ef9200, #e96000); @include md-theme('orange', #ffdfb1, #ffb64c, #ff9700, #f47b00, #e55000); @include md-theme('deep-orange', #ffcbbb, #ff8964, #ff5621, #e54918, #be350b); @include md-theme('grey', #f0f0f0, #e0e0e0, #a2a2a2, #636363, #252525); */ .md-theme-dark { background-color: #3f51b5 !important; color: #f1f1f1 !important; } .md-theme-light { background-color: #4285f4 !important; color: #f1f1f1 !important; } .md-theme-light-blue { background-color: #03a9f4 !important; color: #f1f1f1 !important; } .md-theme-indigo { background-color: #3e50b4 !important; color: #f1f1f1 !important; } .md-theme-green { background-color: #0f9d58 !important; color: #f1f1f1 !important; } .md-theme-yellow { background-color: #ffeb3b !important; color: #111111 !important; } .md-theme-orange { background-color: #ff5722 !important; color: #f1f1f1 !important; } .md-theme-purple { background-color: #9c27b0 !important; color: #f1f1f1 !important; } .md-theme-red { background-color: #db4437 !important; color: #f1f1f1 !important; } .md-input-group-theme-light.md-input-has-value input, .md-input-group-theme-light.md-input-focused input { border-color: #4285f4; } .md-input-group-theme-light.md-input-has-value label, .md-input-group-theme-light.md-input-focused label { color: #4285f4; } .md-input-group-theme-light-blue.md-input-has-value input, .md-input-group-theme-light-blue.md-input-focused input { border-color: #03a9f4; } .md-input-group-theme-light-blue.md-input-has-value label, .md-input-group-theme-light-blue.md-input-focused label { color: #03a9f4; } .md-input-group-theme-dark.md-input-has-value input, .md-input-group-theme-dark.md-input-focused input { border-color: #3f51b5; } .md-input-group-theme-dark.md-input-has-value label, .md-input-group-theme-dark.md-input-focused label { color: #3f51b5; } .md-input-group-theme-green.md-input-has-value input, .md-input-group-theme-green.md-input-focused input { border-color: #0f9d58; } .md-input-group-theme-green.md-input-has-value label, .md-input-group-theme-green.md-input-focused label { color: #0f9d58; } .md-input-group-theme-yellow.md-input-has-value input, .md-input-group-theme-yellow.md-input-focused input { border-color: #ffeb3b; } .md-input-group-theme-yellow.md-input-has-value label, .md-input-group-theme-yellow.md-input-focused label { color: #ffeb3b; } .md-input-group-theme-orange.md-input-has-value input, .md-input-group-theme-orange.md-input-focused input { border-color: #ff5722; } .md-input-group-theme-orange.md-input-has-value label, .md-input-group-theme-orange.md-input-focused label { color: #ff5722; } .md-input-group-theme-purple.md-input-has-value input, .md-input-group-theme-purple.md-input-focused input { border-color: #9c27b0; } .md-input-group-theme-purple.md-input-has-value label, .md-input-group-theme-purple.md-input-focused label { color: #9c27b0; } .md-input-group-theme-red.md-input-has-value input, .md-input-group-theme-red.md-input-focused input { border-color: #db4437; } .md-input-group-theme-red.md-input-has-value label, .md-input-group-theme-red.md-input-focused label { color: #db4437; } .md-shadow { position: absolute; top: 0; left: 0; bottom: 0; right: 0; border-radius: inherit; pointer-events: none; } .md-shadow-bottom-z-1, md-button.md-button-raised:not([disabled]), md-button.md-button-fab { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } .md-shadow-bottom-z-2, md-button:not([disabled]).md-button-raised.focus, md-button:not([disabled]).md-button-raised:hover, md-button:not([disabled]).md-button-fab.focus, md-button:not([disabled]).md-button-fab:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); } .md-shadow-animated.md-shadow { -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); } [layout] { -moz-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } [layout=vertical] { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } [layout-padding], [layout][layout-padding] > [flex] { padding: 8px; } [layout-padding] + [layout-padding] { margin-top: -8px; padding-top: 0; } [layout-fill] { margin: 0; height: 100%; width: 100%; } [layout-align="center"], [layout-align="center center"], [layout-align="center start"], [layout-align="center end"] { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } [layout-align="end"], [layout-align="end center"], [layout-align="end start"], [layout-align="end end"] { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } [layout-align="space-around"], [layout-align="space-around center"], [layout-align="space-around start"], [layout-align="space-around end"] { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } [layout-align="space-between"], [layout-align="space-between center"], [layout-align="space-between start"], [layout-align="space-between end"] { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } [layout-align="center center"], [layout-align="start center"], [layout-align="end center"], [layout-align="space-between center"], [layout-align="space-around center"] { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } [layout-align="center start"], [layout-align="start start"], [layout-align="end start"], [layout-align="space-between start"], [layout-align="space-around start"] { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } [layout-align="center end"], [layout-align="start end"], [layout-align="end end"], [layout-align="space-between end"], [layout-align="space-around end"] { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; } [block] { display: block; } [inline-block] { display: inline-block; } [hide] { display: none; } [show] { display: inherit; } [flex] { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } [flex="5"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 5%; -ms-flex: 0, 0, 5%; flex: 0, 0, 5%; max-width: 5%; } [flex="10"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 10%; -ms-flex: 0, 0, 10%; flex: 0, 0, 10%; max-width: 10%; } [flex="15"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 15%; -ms-flex: 0, 0, 15%; flex: 0, 0, 15%; max-width: 15%; } [flex="20"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 20%; -ms-flex: 0, 0, 20%; flex: 0, 0, 20%; max-width: 20%; } [flex="25"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 25%; -ms-flex: 0, 0, 25%; flex: 0, 0, 25%; max-width: 25%; } [flex="30"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 30%; -ms-flex: 0, 0, 30%; flex: 0, 0, 30%; max-width: 30%; } [flex="35"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 35%; -ms-flex: 0, 0, 35%; flex: 0, 0, 35%; max-width: 35%; } [flex="40"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 40%; -ms-flex: 0, 0, 40%; flex: 0, 0, 40%; max-width: 40%; } [flex="45"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 45%; -ms-flex: 0, 0, 45%; flex: 0, 0, 45%; max-width: 45%; } [flex="50"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 50%; -ms-flex: 0, 0, 50%; flex: 0, 0, 50%; max-width: 50%; } [flex="55"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 55%; -ms-flex: 0, 0, 55%; flex: 0, 0, 55%; max-width: 55%; } [flex="60"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 60%; -ms-flex: 0, 0, 60%; flex: 0, 0, 60%; max-width: 60%; } [flex="65"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 65%; -ms-flex: 0, 0, 65%; flex: 0, 0, 65%; max-width: 65%; } [flex="70"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 70%; -ms-flex: 0, 0, 70%; flex: 0, 0, 70%; max-width: 70%; } [flex="75"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 75%; -ms-flex: 0, 0, 75%; flex: 0, 0, 75%; max-width: 75%; } [flex="80"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 80%; -ms-flex: 0, 0, 80%; flex: 0, 0, 80%; max-width: 80%; } [flex="85"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 85%; -ms-flex: 0, 0, 85%; flex: 0, 0, 85%; max-width: 85%; } [flex="90"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 90%; -ms-flex: 0, 0, 90%; flex: 0, 0, 90%; max-width: 90%; } [flex="95"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 95%; -ms-flex: 0, 0, 95%; flex: 0, 0, 95%; max-width: 95%; } [flex="33"], [flex="34"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 33.33%; -ms-flex: 0, 0, 33.33%; flex: 0, 0, 33.33%; max-width: 33.33%; } [flex="66"], [flex="67"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 66.66%; -ms-flex: 0, 0, 66.66%; flex: 0, 0, 66.66%; max-width: 66.66%; } [offset="5"] { margin-left: 5%; } [offset="10"] { margin-left: 10%; } [offset="15"] { margin-left: 15%; } [offset="20"] { margin-left: 20%; } [offset="25"] { margin-left: 25%; } [offset="30"] { margin-left: 30%; } [offset="35"] { margin-left: 35%; } [offset="40"] { margin-left: 40%; } [offset="45"] { margin-left: 45%; } [offset="50"] { margin-left: 50%; } [offset="55"] { margin-left: 55%; } [offset="60"] { margin-left: 60%; } [offset="65"] { margin-left: 65%; } [offset="70"] { margin-left: 70%; } [offset="75"] { margin-left: 75%; } [offset="80"] { margin-left: 80%; } [offset="85"] { margin-left: 85%; } [offset="90"] { margin-left: 90%; } [offset="95"] { margin-left: 95%; } [offset="33"], [offset="34"] { margin-left: 33.33%; } [offset="66"], [offset="67"] { margin-left: 66.66%; } [layout-order="1"] { flex-order: 1; } [layout-order="2"] { flex-order: 2; } [layout-order="3"] { flex-order: 3; } [layout-order="4"] { flex-order: 4; } [layout-order="5"] { flex-order: 5; } [layout-order="6"] { flex-order: 6; } @media (min-width: 600px) { [flex-sm] { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } [flex-sm="5"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 5%; -ms-flex: 0, 0, 5%; flex: 0, 0, 5%; max-width: 5%; } [flex-sm="10"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 10%; -ms-flex: 0, 0, 10%; flex: 0, 0, 10%; max-width: 10%; } [flex-sm="15"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 15%; -ms-flex: 0, 0, 15%; flex: 0, 0, 15%; max-width: 15%; } [flex-sm="20"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 20%; -ms-flex: 0, 0, 20%; flex: 0, 0, 20%; max-width: 20%; } [flex-sm="25"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 25%; -ms-flex: 0, 0, 25%; flex: 0, 0, 25%; max-width: 25%; } [flex-sm="30"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 30%; -ms-flex: 0, 0, 30%; flex: 0, 0, 30%; max-width: 30%; } [flex-sm="35"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 35%; -ms-flex: 0, 0, 35%; flex: 0, 0, 35%; max-width: 35%; } [flex-sm="40"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 40%; -ms-flex: 0, 0, 40%; flex: 0, 0, 40%; max-width: 40%; } [flex-sm="45"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 45%; -ms-flex: 0, 0, 45%; flex: 0, 0, 45%; max-width: 45%; } [flex-sm="50"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 50%; -ms-flex: 0, 0, 50%; flex: 0, 0, 50%; max-width: 50%; } [flex-sm="55"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 55%; -ms-flex: 0, 0, 55%; flex: 0, 0, 55%; max-width: 55%; } [flex-sm="60"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 60%; -ms-flex: 0, 0, 60%; flex: 0, 0, 60%; max-width: 60%; } [flex-sm="65"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 65%; -ms-flex: 0, 0, 65%; flex: 0, 0, 65%; max-width: 65%; } [flex-sm="70"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 70%; -ms-flex: 0, 0, 70%; flex: 0, 0, 70%; max-width: 70%; } [flex-sm="75"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 75%; -ms-flex: 0, 0, 75%; flex: 0, 0, 75%; max-width: 75%; } [flex-sm="80"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 80%; -ms-flex: 0, 0, 80%; flex: 0, 0, 80%; max-width: 80%; } [flex-sm="85"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 85%; -ms-flex: 0, 0, 85%; flex: 0, 0, 85%; max-width: 85%; } [flex-sm="90"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 90%; -ms-flex: 0, 0, 90%; flex: 0, 0, 90%; max-width: 90%; } [flex-sm="95"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 95%; -ms-flex: 0, 0, 95%; flex: 0, 0, 95%; max-width: 95%; } [flex-sm="33"], [flex-sm="34"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 33.33%; -ms-flex: 0, 0, 33.33%; flex: 0, 0, 33.33%; max-width: 33.33%; } [flex-sm="66"], [flex-sm="67"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 66.66%; -ms-flex: 0, 0, 66.66%; flex: 0, 0, 66.66%; max-width: 66.66%; } [offset-sm="5"] { margin-left: 5%; } [offset-sm="10"] { margin-left: 10%; } [offset-sm="15"] { margin-left: 15%; } [offset-sm="20"] { margin-left: 20%; } [offset-sm="25"] { margin-left: 25%; } [offset-sm="30"] { margin-left: 30%; } [offset-sm="35"] { margin-left: 35%; } [offset-sm="40"] { margin-left: 40%; } [offset-sm="45"] { margin-left: 45%; } [offset-sm="50"] { margin-left: 50%; } [offset-sm="55"] { margin-left: 55%; } [offset-sm="60"] { margin-left: 60%; } [offset-sm="65"] { margin-left: 65%; } [offset-sm="70"] { margin-left: 70%; } [offset-sm="75"] { margin-left: 75%; } [offset-sm="80"] { margin-left: 80%; } [offset-sm="85"] { margin-left: 85%; } [offset-sm="90"] { margin-left: 90%; } [offset-sm="95"] { margin-left: 95%; } [offset-sm="33"], [offset-sm="34"] { margin-left: 33.33%; } [offset-sm="66"], [offset-sm="67"] { margin-left: 66.66%; } [layout-order-sm="1"] { flex-order: 1; } [layout-order-sm="2"] { flex-order: 2; } [layout-order-sm="3"] { flex-order: 3; } [layout-order-sm="4"] { flex-order: 4; } [layout-order-sm="5"] { flex-order: 5; } [layout-order-sm="6"] { flex-order: 6; } [layout-sm] { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } [layout-sm=vertical] { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } [block-sm] { display: block; } [inline-block-sm] { display: inline-block; } [show-sm] { display: inherit; } [hide-sm] { display: none; } } @media (min-width: 960px) { [flex-md] { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } [flex-md="5"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 5%; -ms-flex: 0, 0, 5%; flex: 0, 0, 5%; max-width: 5%; } [flex-md="10"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 10%; -ms-flex: 0, 0, 10%; flex: 0, 0, 10%; max-width: 10%; } [flex-md="15"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 15%; -ms-flex: 0, 0, 15%; flex: 0, 0, 15%; max-width: 15%; } [flex-md="20"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 20%; -ms-flex: 0, 0, 20%; flex: 0, 0, 20%; max-width: 20%; } [flex-md="25"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 25%; -ms-flex: 0, 0, 25%; flex: 0, 0, 25%; max-width: 25%; } [flex-md="30"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 30%; -ms-flex: 0, 0, 30%; flex: 0, 0, 30%; max-width: 30%; } [flex-md="35"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 35%; -ms-flex: 0, 0, 35%; flex: 0, 0, 35%; max-width: 35%; } [flex-md="40"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 40%; -ms-flex: 0, 0, 40%; flex: 0, 0, 40%; max-width: 40%; } [flex-md="45"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 45%; -ms-flex: 0, 0, 45%; flex: 0, 0, 45%; max-width: 45%; } [flex-md="50"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 50%; -ms-flex: 0, 0, 50%; flex: 0, 0, 50%; max-width: 50%; } [flex-md="55"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 55%; -ms-flex: 0, 0, 55%; flex: 0, 0, 55%; max-width: 55%; } [flex-md="60"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 60%; -ms-flex: 0, 0, 60%; flex: 0, 0, 60%; max-width: 60%; } [flex-md="65"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 65%; -ms-flex: 0, 0, 65%; flex: 0, 0, 65%; max-width: 65%; } [flex-md="70"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 70%; -ms-flex: 0, 0, 70%; flex: 0, 0, 70%; max-width: 70%; } [flex-md="75"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 75%; -ms-flex: 0, 0, 75%; flex: 0, 0, 75%; max-width: 75%; } [flex-md="80"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 80%; -ms-flex: 0, 0, 80%; flex: 0, 0, 80%; max-width: 80%; } [flex-md="85"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 85%; -ms-flex: 0, 0, 85%; flex: 0, 0, 85%; max-width: 85%; } [flex-md="90"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 90%; -ms-flex: 0, 0, 90%; flex: 0, 0, 90%; max-width: 90%; } [flex-md="95"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 95%; -ms-flex: 0, 0, 95%; flex: 0, 0, 95%; max-width: 95%; } [flex-md="33"], [flex-md="34"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 33.33%; -ms-flex: 0, 0, 33.33%; flex: 0, 0, 33.33%; max-width: 33.33%; } [flex-md="66"], [flex-md="67"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 66.66%; -ms-flex: 0, 0, 66.66%; flex: 0, 0, 66.66%; max-width: 66.66%; } [offset-md="5"] { margin-left: 5%; } [offset-md="10"] { margin-left: 10%; } [offset-md="15"] { margin-left: 15%; } [offset-md="20"] { margin-left: 20%; } [offset-md="25"] { margin-left: 25%; } [offset-md="30"] { margin-left: 30%; } [offset-md="35"] { margin-left: 35%; } [offset-md="40"] { margin-left: 40%; } [offset-md="45"] { margin-left: 45%; } [offset-md="50"] { margin-left: 50%; } [offset-md="55"] { margin-left: 55%; } [offset-md="60"] { margin-left: 60%; } [offset-md="65"] { margin-left: 65%; } [offset-md="70"] { margin-left: 70%; } [offset-md="75"] { margin-left: 75%; } [offset-md="80"] { margin-left: 80%; } [offset-md="85"] { margin-left: 85%; } [offset-md="90"] { margin-left: 90%; } [offset-md="95"] { margin-left: 95%; } [offset-md="33"], [offset-md="34"] { margin-left: 33.33%; } [offset-md="66"], [offset-md="67"] { margin-left: 66.66%; } [layout-order-md="1"] { flex-order: 1; } [layout-order-md="2"] { flex-order: 2; } [layout-order-md="3"] { flex-order: 3; } [layout-order-md="4"] { flex-order: 4; } [layout-order-md="5"] { flex-order: 5; } [layout-order-md="6"] { flex-order: 6; } [layout-md] { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } [layout-md=vertical] { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } [block-md] { display: block; } [inline-block-md] { display: inline-block; } [show-md] { display: inherit; } [hide-md] { display: none; } } @media (min-width: 1200px) { [flex-lg] { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } [flex-lg="5"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 5%; -ms-flex: 0, 0, 5%; flex: 0, 0, 5%; max-width: 5%; } [flex-lg="10"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 10%; -ms-flex: 0, 0, 10%; flex: 0, 0, 10%; max-width: 10%; } [flex-lg="15"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 15%; -ms-flex: 0, 0, 15%; flex: 0, 0, 15%; max-width: 15%; } [flex-lg="20"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 20%; -ms-flex: 0, 0, 20%; flex: 0, 0, 20%; max-width: 20%; } [flex-lg="25"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 25%; -ms-flex: 0, 0, 25%; flex: 0, 0, 25%; max-width: 25%; } [flex-lg="30"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 30%; -ms-flex: 0, 0, 30%; flex: 0, 0, 30%; max-width: 30%; } [flex-lg="35"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 35%; -ms-flex: 0, 0, 35%; flex: 0, 0, 35%; max-width: 35%; } [flex-lg="40"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 40%; -ms-flex: 0, 0, 40%; flex: 0, 0, 40%; max-width: 40%; } [flex-lg="45"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 45%; -ms-flex: 0, 0, 45%; flex: 0, 0, 45%; max-width: 45%; } [flex-lg="50"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 50%; -ms-flex: 0, 0, 50%; flex: 0, 0, 50%; max-width: 50%; } [flex-lg="55"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 55%; -ms-flex: 0, 0, 55%; flex: 0, 0, 55%; max-width: 55%; } [flex-lg="60"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 60%; -ms-flex: 0, 0, 60%; flex: 0, 0, 60%; max-width: 60%; } [flex-lg="65"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 65%; -ms-flex: 0, 0, 65%; flex: 0, 0, 65%; max-width: 65%; } [flex-lg="70"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 70%; -ms-flex: 0, 0, 70%; flex: 0, 0, 70%; max-width: 70%; } [flex-lg="75"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 75%; -ms-flex: 0, 0, 75%; flex: 0, 0, 75%; max-width: 75%; } [flex-lg="80"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 80%; -ms-flex: 0, 0, 80%; flex: 0, 0, 80%; max-width: 80%; } [flex-lg="85"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 85%; -ms-flex: 0, 0, 85%; flex: 0, 0, 85%; max-width: 85%; } [flex-lg="90"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 90%; -ms-flex: 0, 0, 90%; flex: 0, 0, 90%; max-width: 90%; } [flex-lg="95"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 95%; -ms-flex: 0, 0, 95%; flex: 0, 0, 95%; max-width: 95%; } [flex-lg="33"], [flex-lg="34"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 33.33%; -ms-flex: 0, 0, 33.33%; flex: 0, 0, 33.33%; max-width: 33.33%; } [flex-lg="66"], [flex-lg="67"] { -webkit-box-flex: 0,; -webkit-flex: 0, 0, 66.66%; -ms-flex: 0, 0, 66.66%; flex: 0, 0, 66.66%; max-width: 66.66%; } [offset-lg="5"] { margin-left: 5%; } [offset-lg="10"] { margin-left: 10%; } [offset-lg="15"] { margin-left: 15%; } [offset-lg="20"] { margin-left: 20%; } [offset-lg="25"] { margin-left: 25%; } [offset-lg="30"] { margin-left: 30%; } [offset-lg="35"] { margin-left: 35%; } [offset-lg="40"] { margin-left: 40%; } [offset-lg="45"] { margin-left: 45%; } [offset-lg="50"] { margin-left: 50%; } [offset-lg="55"] { margin-left: 55%; } [offset-lg="60"] { margin-left: 60%; } [offset-lg="65"] { margin-left: 65%; } [offset-lg="70"] { margin-left: 70%; } [offset-lg="75"] { margin-left: 75%; } [offset-lg="80"] { margin-left: 80%; } [offset-lg="85"] { margin-left: 85%; } [offset-lg="90"] { margin-left: 90%; } [offset-lg="95"] { margin-left: 95%; } [offset-lg="33"], [offset-lg="34"] { margin-left: 33.33%; } [offset-lg="66"], [offset-lg="67"] { margin-left: 66.66%; } [layout-order-lg="1"] { flex-order: 1; } [layout-order-lg="2"] { flex-order: 2; } [layout-order-lg="3"] { flex-order: 3; } [layout-order-lg="4"] { flex-order: 4; } [layout-order-lg="5"] { flex-order: 5; } [layout-order-lg="6"] { flex-order: 6; } [layout-lg] { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } [layout-lg=vertical] { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } [block-lg] { display: block; } [inline-block-lg] { display: inline-block; } [show-lg] { display: inherit; } [hide-lg] { display: none; } } table { margin-bottom: 20px; max-width: 100%; width: 100%; border-spacing: 0; border-collapse: collapse; background-color: transparent; } td, th { padding: 8px 16px; border-top: 1px solid #ddd; vertical-align: top; } th { border-bottom: 2px solid #ddd; vertical-align: bottom; } md-tabs-ink-bar { height: 2px; background: #ffff85; position: absolute; margin-top: -2px; } @-webkit-keyframes inkRippleButton { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0.15; } 50% { -webkit-transform: scale(0.75); transform: scale(0.75); opacity: 0.15; } 100% { -webkit-transform: scale(2); transform: scale(2); opacity: 0; } } @keyframes inkRippleButton { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0.15; } 50% { -webkit-transform: scale(0.75); transform: scale(0.75); opacity: 0.15; } 100% { -webkit-transform: scale(2); transform: scale(2); opacity: 0; } } @-webkit-keyframes inkRippleCheckbox { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0.4; } 50% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.4; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } @keyframes inkRippleCheckbox { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0.4; } 50% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.4; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } /* * A container inside of a rippling element (eg a button), * which contains all of the individual ripples */ .md-ripple-container { pointer-events: none; position: absolute; overflow: hidden; left: 0; top: 0; width: 100%; height: 100%; } .md-ripple { position: absolute; } md-backdrop { z-index: 7; background-color: rgba(0, 0, 0, 0); position: fixed; left: 0; top: 0; right: 0; bottom: 0; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } md-backdrop.opaque { background-color: rgba(0, 0, 0, 0.4); } md-backdrop.ng-enter { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } md-backdrop.ng-enter, md-backdrop.ng-leave.ng-leave-active { opacity: 0; } md-backdrop.ng-leave, md-backdrop.ng-enter.ng-enter-active { opacity: 1; } md-bottom-sheet { position: fixed; left: 0; right: 0; bottom: 0; padding: 8px 16px 88px 16px; z-index: 8; background-color: #FAFAFA; border-top: 1px solid #BCBBBB; -webkit-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0); -webkit-transition: 0.2s linear; transition: 0.2s linear; -webkit-transition-property: -webkit-transform; transition-property: transform; } md-bottom-sheet.has-header { padding-top: 0; } md-bottom-sheet.ng-enter { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } md-bottom-sheet.ng-enter-active { opacity: 1; display: block; -webkit-transform: translate3d(0, 80px, 0) !important; transform: translate3d(0, 80px, 0) !important; } md-bottom-sheet.ng-leave-active { -webkit-transform: translate3d(0, 100%, 0) !important; transform: translate3d(0, 100%, 0) !important; } md-bottom-sheet h2.md-subheader { background-color: transparent; font-family: 'RobotoDraft', 'Helvetica Neue', Helvetica, Arial; color: #999; line-height: 56px; padding: 0; white-space: nowrap; } md-bottom-sheet md-inline-icon { display: inline-block; height: 24px; width: 24px; fill: #444; } md-bottom-sheet md-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; outline: none; } md-bottom-sheet md-item:hover { cursor: pointer; } md-bottom-sheet.list md-item { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 48px; color: #999; } md-bottom-sheet.list md-item div.md-icon-container { display: inline-block; height: 24px; margin-right: 32px; } md-bottom-sheet.grid { padding-left: 24px; padding-right: 24px; padding-top: 0; } md-bottom-sheet.grid md-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-transition: all 0.5s; transition: all 0.5s; } md-bottom-sheet.grid md-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.5s; transition: all 0.5s; height: 80px; margin-top: 8px; margin-bottom: 8px; /* Mixin for how many grid items to show per row */ } @media screen and (max-width: 600px) { md-bottom-sheet.grid md-item { -webkit-box-flex: 1; -webkit-flex: 1 1 33.33333%; -ms-flex: 1 1 33.33333%; flex: 1 1 33.33333%; max-width: 33.33333%; } md-bottom-sheet.grid md-item:nth-of-type(3n+1) { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } md-bottom-sheet.grid md-item:nth-of-type(3n) { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; } } @media screen and (min-width: 600px) and (max-width: 960px) { md-bottom-sheet.grid md-item { -webkit-box-flex: 1; -webkit-flex: 1 1 25%; -ms-flex: 1 1 25%; flex: 1 1 25%; max-width: 25%; } } @media screen and (min-width: 960px) and (max-width: 1200px) { md-bottom-sheet.grid md-item { -webkit-box-flex: 1; -webkit-flex: 1 1 16.66667%; -ms-flex: 1 1 16.66667%; flex: 1 1 16.66667%; max-width: 16.66667%; } } @media screen and (min-width: 1200px) { md-bottom-sheet.grid md-item { -webkit-box-flex: 1; -webkit-flex: 1 1 14.28571%; -ms-flex: 1 1 14.28571%; flex: 1 1 14.28571%; max-width: 14.28571%; } } md-bottom-sheet.grid md-item .md-item-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 48px; } md-bottom-sheet.grid md-item .md-icon-container { display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; height: 48px; width: 48px; margin: 8px 0; } md-bottom-sheet.grid md-item p.grid-text { font-weight: 300; line-height: 16px; font-size: 13px; margin: 0; white-space: nowrap; width: 48px; text-align: center; } /** * Position a FAB button. */ md-button { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; display: inline-block; outline: none; border: 0; padding: 0; margin: 0; border-radius: 3px; text-align: center; text-transform: uppercase; font-weight: inherit; font-style: inherit; font-variant: inherit; font-size: inherit; font-family: inherit; line-height: inherit; cursor: pointer; overflow: hidden; } md-button .md-button-inner { display: block; left: 0; top: 0; width: 100%; height: 100%; background: transparent; border: none; color: inherit; outline: none; text-transform: inherit; font-weight: inherit; font-style: inherit; font-variant: inherit; font-size: inherit; font-family: inherit; line-height: inherit; white-space: nowrap; padding: 6px; } md-button a { text-decoration: none; } md-button[href] { pointer-events: none; } md-button[href] .md-button-inner { pointer-events: auto; } md-button.md-button-colored { color: #4285f4; fill: #4285f4; } md-button.md-button-cornered { border-radius: 0; } md-button:not([disabled]):hover, md-button:not([disabled]).focus { background-color: #e4e4e4; } md-button[disabled] { background-color: #eaeaea !important; color: #a8a8a8 !important; cursor: auto; } md-button.md-button-icon { padding: 0; background: none; } md-button.md-button-raised { background-color: #dfdfe9; -webkit-transition: 0.2s linear; transition: 0.2s linear; -webkit-transition-property: box-shadow, -webkit-transform, background-color; transition-property: box-shadow, transform, background-color; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } md-button.md-button-raised:not([disabled]):hover, md-button.md-button-raised:not([disabled]).focus { background-color: #d6d6d6; } md-button.md-button-raised.md-button-colored { background-color: #4285f4; color: #fff; } md-button.md-button-raised.md-button-colored:hover:not([disabled]), md-button.md-button-raised.md-button-colored.focus { background-color: #3367d6; } md-button.md-button-fab { z-index: 2; width: 56px; height: 56px; border-radius: 28px; border-radius: 50%; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: 0.2s linear; transition: 0.2s linear; -webkit-transition-property: -webkit-transform, box-shadow; transition-property: transform, box-shadow; } md-button.md-button-fab.md-button-fab-bottom-right { top: auto; right: 28px; bottom: 28px; left: auto; position: absolute; } md-button.md-button-fab.md-button-fab-bottom-left { top: auto; right: auto; bottom: 28px; left: 28px; position: absolute; } md-button.md-button-fab.md-button-fab-top-right { top: 28px; right: 28px; bottom: auto; left: auto; position: absolute; } md-button.md-button-fab.md-button-fab-top-left { top: 28px; right: auto; bottom: auto; left: 28px; position: absolute; } md-button:not([disabled]).md-button-raised.focus, md-button:not([disabled]).md-button-raised:hover, md-button:not([disabled]).md-button-fab.focus, md-button:not([disabled]).md-button-fab:hover { -webkit-transform: translate3d(0, -1px, 0); transform: translate3d(0, -1px, 0); } .md-toast-open-top md-button.md-button-fab-top-left, .md-toast-open-top md-button.md-button-fab-top-right { -webkit-transform: translate3d(0, 32px, 0); transform: translate3d(0, 32px, 0); } .md-toast-open-top md-button.md-button-fab-top-left.focus, .md-toast-open-top md-button.md-button-fab-top-left:hover:not([disabled]), .md-toast-open-top md-button.md-button-fab-top-right.focus, .md-toast-open-top md-button.md-button-fab-top-right:hover:not([disabled]) { -webkit-transform: translate3d(0, 31px, 0); transform: translate3d(0, 31px, 0); } .md-toast-open-bottom md-button.md-button-fab-bottom-left, .md-toast-open-bottom md-button.md-button-fab-bottom-right { -webkit-transform: translate3d(0, -32px, 0); transform: translate3d(0, -32px, 0); } .md-toast-open-bottom md-button.md-button-fab-bottom-left.focus, .md-toast-open-bottom md-button.md-button-fab-bottom-left:hover, .md-toast-open-bottom md-button.md-button-fab-bottom-right.focus, .md-toast-open-bottom md-button.md-button-fab-bottom-right:hover { -webkit-transform: translate3d(0, -33px, 0); transform: translate3d(0, -33px, 0); } .md-button-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: 100%; } .md-button-group > .md-button { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: block; overflow: hidden; width: 0; border-width: 1px 0px 1px 1px; border-radius: 0; text-align: center; text-overflow: ellipsis; white-space: nowrap; } .md-button-group > .md-button:first-child { border-radius: 2px 0px 0px 2px; } .md-button-group > .md-button:last-child { border-right-width: 1px; border-radius: 0px 2px 2px 0px; } md-card { display: block; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); margin: 8px; padding: 8px; border-radius: 2px; } md-card .md-card-image { display: block; width: 100%; border-radius: 2px 2px 0 0; } md-checkbox { display: block; margin: 15px; white-space: nowrap; cursor: pointer; outline: none; } md-checkbox .md-container { position: relative; top: 4px; display: inline-block; width: 18px; height: 18px; } md-checkbox .md-container .md-ripple-container { position: absolute; display: block; width: 54px; height: 54px; left: -18px; top: -18px; } md-checkbox .md-container .md-ripple { color: #0f9d58; } md-checkbox.md-checked .md-ripple { color: #5a5f5a; } md-checkbox .circle { border-radius: 50%; } md-checkbox .md-icon { -webkit-transition: 240ms; transition: 240ms; position: absolute; top: 0; left: 0; width: 18px; height: 18px; border: 2px solid #6D6D6D; border-radius: 2px; } md-checkbox.md-checked .md-icon { border-color: #4CAF50; background: #4CAF50; } md-checkbox[disabled] { cursor: no-drop; } md-checkbox[disabled] .md-icon { border-color: #a0a0a0; } md-checkbox[disabled].md-checked .md-icon { background: #a0a0a0; } md-checkbox:focus .md-label { border-color: black; } md-checkbox.md-checked .md-icon:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 4px; display: table; width: 6px; height: 12px; border: 2px solid #eeeeee; border-top: 0; border-left: 0; content: ' '; } md-checkbox .md-label { border: 1px dotted transparent; position: relative; display: inline-block; margin-left: 10px; vertical-align: middle; white-space: normal; pointer-events: none; } md-content { display: block; position: relative; overflow: auto; -webkit-overflow-scrolling: touch; } md-content[scroll-y] { overflow-y: auto; overflow-x: hidden; } md-content[scroll-x] { overflow-x: auto; overflow-y: hidden; } md-content.md-content-padding { padding: 8px; } @media (min-width: 600px) { md-content.md-content-padding { padding: 16px; } } .md-dialog-container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; } .md-dialog-container.active { -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); opacity: 1; } .md-dialog-container.ng-leave.ng-leave-active { -webkit-transform: translate3d(0, 100%, 0) scale(0.5); transform: translate3d(0, 100%, 0) scale(0.5); opacity: 0; } md-dialog { min-width: 240px; max-width: 80%; max-height: 80%; margin: auto; position: relative; background-color: #fff; border-radius: 4px; box-shadow: 0px 27px 24px 0 rgba(0, 0, 0, 0.2); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } md-dialog .dialog-content { flex-order: 1; padding: 24px; overflow: auto; -webkit-overflow-scrolling: touch; } md-dialog .dialog-actions { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-order: 2; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; padding: 16px 16px; min-height: 40px; } md-dialog .dialog-actions > * { margin-left: 8px; } md-dialog.dialog-content-overflow .dialog-actions { border-top: 1px solid #eee; } md-divider { display: block; border-top: 1px solid rgba(0, 0, 0, 0.12) !important; margin: 0; } md-divider[inset] { margin-left: 80px; } md-icon { margin: auto; padding: 0; display: inline-block; margin-top: 5px; background-repeat: no-repeat no-repeat; pointer-events: none; } svg, object { fill: currentColor; color-fill: currentColor; } md-list { padding: 8px 0px 8px 0px; } md-list.with-subheader { padding-top: 0px; } md-item-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; padding: 0px 0px 0px 0px; } /** * The left tile for a list item. */ .md-tile-left { min-width: 56px; margin-right: -16px; } /** * The center content tile for a list item. */ .md-tile-content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 16px; text-overflow: ellipsis; } .md-tile-content h3 { margin: 0 0 3px 0; font-weight: 400; font-size: 1.1em; } .md-tile-content h4 { margin: 0 0 3px 0; font-weight: 400; font-size: 0.9em; } .md-tile-content p { margin: 0 0 3px 0; font-size: 0.75em; } /** * The right tile for a list item. */ .md-tile-right { padding-right: 0px; } md-progress-circular { display: block; width: 54px; height: 54px; background-color: transparent; border-radius: 50%; padding: 3px; } md-progress-circular .wrapper1, md-progress-circular .wrapper2 { width: 48px; height: 48px; position: absolute; border-radius: 50%; } md-progress-circular .circle .mask, md-progress-circular .circle .fill, md-progress-circular .circle .shadow { width: 48px; height: 48px; position: absolute; border-radius: 50%; } md-progress-circular .circle .mask, md-progress-circular .circle .fill { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } md-progress-circular .circle .mask { clip: rect(0px, 48px, 48px, 24px); } md-progress-circular .circle .mask .fill { clip: rect(0px, 24px, 48px, 0px); background-color: #5677fc; } md-progress-circular .inset { width: 36px; height: 36px; position: absolute; margin-left: 6px; margin-top: 6px; background-color: white; border-radius: 50%; } md-progress-circular[mode=indeterminate] .wrapper1, md-progress-circular[mode=indeterminate] .wrapper2 { -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; } md-progress-circular[mode=indeterminate] .wrapper1 { -webkit-animation: indeterminate_rotate1 3s infinite linear; animation: indeterminate_rotate1 3s infinite linear; } md-progress-circular[mode=indeterminate] .wrapper2 { -webkit-animation: indeterminate_rotate2 1.5s infinite linear; animation: indeterminate_rotate2 1.5s infinite linear; } md-progress-circular[mode=indeterminate] .fill, md-progress-circular[mode=indeterminate] .mask.full { -webkit-animation: indeterminate_size_fill 1.5s infinite linear; animation: indeterminate_size_fill 1.5s infinite linear; } md-progress-circular[mode=indeterminate] .fill.fix { -webkit-animation: indeterminate_size_fix 1.5s infinite linear; animation: indeterminate_size_fix 1.5s infinite linear; } @-webkit-keyframes indeterminate_rotate1 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes indeterminate_rotate1 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes indeterminate_rotate2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 70% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes indeterminate_rotate2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 70% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes indeterminate_size_fill { 0% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 10% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 50% { -webkit-transform: rotate(135deg); transform: rotate(135deg); } 70% { -webkit-transform: rotate(135deg); transform: rotate(135deg); } 100% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } } @keyframes indeterminate_size_fill { 0% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 10% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 50% { -webkit-transform: rotate(135deg); transform: rotate(135deg); } 70% { -webkit-transform: rotate(135deg); transform: rotate(135deg); } 100% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } } @-webkit-keyframes indeterminate_size_fix { 0% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 10% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 50% { -webkit-transform: rotate(270deg); transform: rotate(270deg); } 70% { -webkit-transform: rotate(270deg); transform: rotate(270deg); } 100% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } } @keyframes indeterminate_size_fix { 0% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 10% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 50% { -webkit-transform: rotate(270deg); transform: rotate(270deg); } 70% { -webkit-transform: rotate(270deg); transform: rotate(270deg); } 100% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } } md-progress-linear { display: block; width: 100%; height: 5px; } md-progress-linear .container { overflow: hidden; position: relative; height: 5px; background-color: #d0d9ff; top: 5px; -webkit-transform: translate(0, 5px) scale(1, 0); -ms-transform: translate(0, 5px) scale(1, 0); transform: translate(0, 5px) scale(1, 0); -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } md-progress-linear .container.ready { -webkit-transform: translate(0, 0) scale(1, 1); -ms-transform: translate(0, 0) scale(1, 1); transform: translate(0, 0) scale(1, 1); } md-progress-linear .bar { height: 5px; background-color: #5677fc; position: absolute; width: 100%; } md-progress-linear .bar1, md-progress-linear .bar2 { -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } md-progress-linear[mode=determinate] .bar1 { display: none; } md-progress-linear[mode=indeterminate] .bar1 { -webkit-animation: indeterminate1 4s infinite linear; animation: indeterminate1 4s infinite linear; } md-progress-linear[mode=indeterminate] .bar2 { -webkit-animation: indeterminate2 4s infinite linear; animation: indeterminate2 4s infinite linear; } md-progress-linear[mode=buffer] .container { background-color: transparent; } md-progress-linear[mode=buffer] .dashed:before { content: ""; display: block; height: 5px; width: 100%; margin-top: 0px; position: absolute; background: -webkit-radial-gradient(#d0d9ff 0%, #d0d9ff 16%, transparent 42%); background: radial-gradient(#d0d9ff 0%, #d0d9ff 16%, transparent 42%); background-color: transparent; background-size: 10px 10px; background-position: 0px -23px; -webkit-animation: buffer 3s infinite linear; animation: buffer 3s infinite linear; } md-progress-linear[mode=buffer] .bar1 { background-color: #d0d9ff; } md-progress-linear[mode=query] .bar2 { -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); } @-webkit-keyframes indeterminate1 { 0% { -webkit-transform: translateX(-25%) scale(0.5, 1); transform: translateX(-25%) scale(0.5, 1); } 10% { -webkit-transform: translateX(25%) scale(0.5, 1); transform: translateX(25%) scale(0.5, 1); } 19.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 20% { -webkit-transform: translateX(-37.5%) scale(0.25, 1); transform: translateX(-37.5%) scale(0.25, 1); } 30% { -webkit-transform: translateX(37.5%) scale(0.25, 1); transform: translateX(37.5%) scale(0.25, 1); } 34.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 36.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 37% { -webkit-transform: translateX(-37.5%) scale(0.25, 1); transform: translateX(-37.5%) scale(0.25, 1); } 47% { -webkit-transform: translateX(20%) scale(0.25, 1); transform: translateX(20%) scale(0.25, 1); } 52% { -webkit-transform: translateX(35%) scale(0.05, 1); transform: translateX(35%) scale(0.05, 1); } 55% { -webkit-transform: translateX(35%) scale(0.1, 1); transform: translateX(35%) scale(0.1, 1); } 58% { -webkit-transform: translateX(50%) scale(0.1, 1); transform: translateX(50%) scale(0.1, 1); } 61.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 69.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 70% { -webkit-transform: translateX(-37.5%) scale(0.25, 1); transform: translateX(-37.5%) scale(0.25, 1); } 80% { -webkit-transform: translateX(20%) scale(0.25, 1); transform: translateX(20%) scale(0.25, 1); } 85% { -webkit-transform: translateX(35%) scale(0.05, 1); transform: translateX(35%) scale(0.05, 1); } 88% { -webkit-transform: translateX(35%) scale(0.1, 1); transform: translateX(35%) scale(0.1, 1); } 91% { -webkit-transform: translateX(50%) scale(0.1, 1); transform: translateX(50%) scale(0.1, 1); } 92.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 93% { -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } 100% { -webkit-transform: translateX(-25%) scale(0.5, 1); transform: translateX(-25%) scale(0.5, 1); } } @keyframes indeterminate1 { 0% { -webkit-transform: translateX(-25%) scale(0.5, 1); transform: translateX(-25%) scale(0.5, 1); } 10% { -webkit-transform: translateX(25%) scale(0.5, 1); transform: translateX(25%) scale(0.5, 1); } 19.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 20% { -webkit-transform: translateX(-37.5%) scale(0.25, 1); transform: translateX(-37.5%) scale(0.25, 1); } 30% { -webkit-transform: translateX(37.5%) scale(0.25, 1); transform: translateX(37.5%) scale(0.25, 1); } 34.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 36.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 37% { -webkit-transform: translateX(-37.5%) scale(0.25, 1); transform: translateX(-37.5%) scale(0.25, 1); } 47% { -webkit-transform: translateX(20%) scale(0.25, 1); transform: translateX(20%) scale(0.25, 1); } 52% { -webkit-transform: translateX(35%) scale(0.05, 1); transform: translateX(35%) scale(0.05, 1); } 55% { -webkit-transform: translateX(35%) scale(0.1, 1); transform: translateX(35%) scale(0.1, 1); } 58% { -webkit-transform: translateX(50%) scale(0.1, 1); transform: translateX(50%) scale(0.1, 1); } 61.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 69.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 70% { -webkit-transform: translateX(-37.5%) scale(0.25, 1); transform: translateX(-37.5%) scale(0.25, 1); } 80% { -webkit-transform: translateX(20%) scale(0.25, 1); transform: translateX(20%) scale(0.25, 1); } 85% { -webkit-transform: translateX(35%) scale(0.05, 1); transform: translateX(35%) scale(0.05, 1); } 88% { -webkit-transform: translateX(35%) scale(0.1, 1); transform: translateX(35%) scale(0.1, 1); } 91% { -webkit-transform: translateX(50%) scale(0.1, 1); transform: translateX(50%) scale(0.1, 1); } 92.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 93% { -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } 100% { -webkit-transform: translateX(-25%) scale(0.5, 1); transform: translateX(-25%) scale(0.5, 1); } } @-webkit-keyframes indeterminate2 { 0% { -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } 25.99% { -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } 28% { -webkit-transform: translateX(-37.5%) scale(0.25, 1); transform: translateX(-37.5%) scale(0.25, 1); } 38% { -webkit-transform: translateX(37.5%) scale(0.25, 1); transform: translateX(37.5%) scale(0.25, 1); } 42.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 46.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 49.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 50% { -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } 60% { -webkit-transform: translateX(-25%) scale(0.5, 1); transform: translateX(-25%) scale(0.5, 1); } 70% { -webkit-transform: translateX(25%) scale(0.5, 1); transform: translateX(25%) scale(0.5, 1); } 79.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } } @keyframes indeterminate2 { 0% { -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } 25.99% { -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } 28% { -webkit-transform: translateX(-37.5%) scale(0.25, 1); transform: translateX(-37.5%) scale(0.25, 1); } 38% { -webkit-transform: translateX(37.5%) scale(0.25, 1); transform: translateX(37.5%) scale(0.25, 1); } 42.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 46.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 49.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } 50% { -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } 60% { -webkit-transform: translateX(-25%) scale(0.5, 1); transform: translateX(-25%) scale(0.5, 1); } 70% { -webkit-transform: translateX(25%) scale(0.5, 1); transform: translateX(25%) scale(0.5, 1); } 79.99% { -webkit-transform: translateX(50%) scale(0, 1); transform: translateX(50%) scale(0, 1); } } @-webkit-keyframes query { 0% { opacity: 1; -webkit-transform: translateX(35%) scale(0.3, 1); transform: translateX(35%) scale(0.3, 1); } 100% { opacity: 0; -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } } @keyframes query { 0% { opacity: 1; -webkit-transform: translateX(35%) scale(0.3, 1); transform: translateX(35%) scale(0.3, 1); } 100% { opacity: 0; -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } } @-webkit-keyframes buffer { 0% { opacity: 1; background-position: 0px -23px; } 50% { opacity: 0; } 100% { opacity: 1; background-position: -200px -23px; } } @keyframes buffer { 0% { opacity: 1; background-position: 0px -23px; } 50% { opacity: 0; } 100% { opacity: 1; background-position: -200px -23px; } } md-radio-button, .md-switch-thumb { display: block; margin: 15px; white-space: nowrap; cursor: pointer; } md-radio-button input, .md-switch-thumb input { display: none; } md-radio-button .md-container, .md-switch-thumb .md-container { position: relative; top: 4px; display: inline-block; width: 16px; height: 16px; cursor: pointer; } md-radio-button .md-container .md-ripple-container, .md-switch-thumb .md-container .md-ripple-container { position: absolute; display: block; width: 48px; height: 48px; left: -16px; top: -16px; } md-radio-button .md-container .md-ripple, .md-switch-thumb .md-container .md-ripple { color: #0f9d58; } md-radio-button .md-off, .md-switch-thumb .md-off { position: absolute; top: 0px; left: 0px; width: 16px; height: 16px; border: solid 2px; border-color: #5a5a5a; border-radius: 50%; } md-radio-button .md-on, .md-switch-thumb .md-on { position: absolute; top: 0; left: 0; width: 16px; height: 16px; border-radius: 50%; background-color: #0f9d58; -webkit-transition: -webkit-transform ease 0.28s; transition: transform ease 0.28s; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } md-radio-button.md-checked .md-on, .md-switch-thumb.md-checked .md-on { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } md-radio-button.md-checked .md-ink-ripple, .md-switch-thumb.md-checked .md-ink-ripple { color: #119957; } md-radio-button .md-label, .md-switch-thumb .md-label { position: relative; display: inline-block; margin-left: 10px; vertical-align: middle; white-space: normal; pointer-events: none; width: auto; } md-radio-button .circle, .md-switch-thumb .circle { border-radius: 50%; } md-radio-group { border: 1px dotted transparent; display: block; outline: none; } md-radio-group:focus { border-color: #111111; } md-sidenav { position: absolute; width: 304px; bottom: 0; background-color: white; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; } .md-sidenav-left, md-sidenav { left: 0; top: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .md-sidenav-left.open, md-sidenav.open { -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); z-index: 8; } .md-sidenav-right { left: 100%; top: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .md-sidenav-right.open { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); z-index: 8; } @media (min-width: 960px) { md-sidenav { position: static; -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important; } .md-sidenav-backdrop { display: none !important; } } @media (max-width: 416px) { md-sidenav { max-width: 75%; } } @-webkit-keyframes sliderFocusThumb { 0% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 100% { opacity: 0; } } @keyframes sliderFocusThumb { 0% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 100% { opacity: 0; } } md-slider { height: 48px; position: relative; display: block; margin-left: 4px; margin-right: 4px; /** * Track */ /** * Slider thumb */ /* The sign that's focused in discrete mode */ /** * The border/background that comes in when focused in non-discrete mode */ /* Don't animate left/right while panning */ } md-slider .slider-track-container { width: 100%; position: absolute; top: 23px; height: 2px; } md-slider .slider-track { position: absolute; left: 0; right: 0; height: 100%; background: #C8C8C8; } md-slider .slider-track-fill { background: #03A9F4; -webkit-transition: width 0.05s linear; transition: width 0.05s linear; } md-slider .slider-track-ticks { position: absolute; left: 0; right: 0; height: 100%; } md-slider .slider-thumb-container { position: absolute; left: 0; top: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform 0.1s linear; transition: transform 0.1s linear; } md-slider .slider-thumb { z-index: 1; position: absolute; left: -19px; top: 5px; width: 38px; height: 38px; border-radius: 38px; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transition: all 0.1s linear; transition: all 0.1s linear; } md-slider .slider-thumb:after { content: ''; position: absolute; left: 3px; top: 3px; width: 32px; height: 32px; border-radius: 32px; border: 3px solid #03a9f4; background-color: #03a9f4; } md-slider .slider-sign { /* Center the children (slider-thumb-text) */ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: -14px; top: -20px; width: 28px; height: 28px; border-radius: 28px; background-color: #03a9f4; -webkit-transform: scale(0.4) translate3d(0, 70px, 0); transform: scale(0.4) translate3d(0, 70px, 0); -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; /* The arrow pointing down under the sign */ } md-slider .slider-sign:after { position: absolute; content: ''; left: -0px; border-radius: 16px; top: 19px; border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 16px solid #03a9f4; opacity: 0; -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } md-slider .slider-sign .slider-thumb-text { z-index: 1; color: white; font-size: 12px; font-weight: bold; } md-slider .slider-focus-thumb { position: absolute; left: -24px; top: 0px; width: 48px; height: 48px; border-radius: 48px; display: none; opacity: 0; background-color: #C0C0C0; -webkit-animation: sliderFocusThumb 0.4s linear; animation: sliderFocusThumb 0.4s linear; } md-slider .slider-focus-ring { position: absolute; left: -24px; top: 0px; width: 48px; height: 48px; border-radius: 48px; border: 2px solid #D6D6D6; background-color: transparent; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } md-slider .slider-disabled-thumb { position: absolute; left: -22px; top: 2px; width: 44px; height: 44px; border-radius: 44px; -webkit-transform: scale(0.35); -ms-transform: scale(0.35); transform: scale(0.35); border: 6px solid white; display: none; } md-slider.slider-min .slider-thumb:after { background-color: white; } md-slider.slider-min .slider-sign { opacity: 0; } md-slider:focus { outline: none; } md-slider.panning .slider-thumb-container, md-slider.panning .slider-track-fill { -webkit-transition: none; transition: none; } md-slider:not([discrete]) { /* Hide the sign and ticks in non-discrete mode */ } md-slider:not([discrete]) .slider-track-ticks, md-slider:not([discrete]) .slider-sign { display: none; } md-slider:not([discrete]):not([disabled]):hover .slider-thumb { -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); } md-slider:not([discrete]):not([disabled]):focus .slider-focus-thumb, md-slider:not([discrete]):not([disabled]).active .slider-focus-thumb { display: block; } md-slider:not([discrete]):not([disabled]):focus .slider-focus-ring, md-slider:not([discrete]):not([disabled]).active .slider-focus-ring { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } md-slider:not([discrete]):not([disabled]):focus .slider-thumb, md-slider:not([discrete]):not([disabled]).active .slider-thumb { -webkit-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85); } md-slider[discrete] { /* Hide the focus thumb in discrete mode */ } md-slider[discrete] .slider-focus-thumb, md-slider[discrete] .slider-focus-ring { display: none; } md-slider[discrete]:not([disabled]):focus .slider-sign, md-slider[discrete]:not([disabled]):focus .slider-sign:after, md-slider[discrete]:not([disabled]).active .slider-sign, md-slider[discrete]:not([disabled]).active .slider-sign:after { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } md-slider[disabled] .slider-track-fill { display: none; } md-slider[disabled] .slider-thumb { -webkit-transform: scale(0.35); -ms-transform: scale(0.35); transform: scale(0.35); } md-slider[disabled] .slider-thumb:after { border-color: #BEBEBE; } md-slider[disabled]:not(.slider-min) .slider-thumb:after { background-color: #BEBEBE; } md-slider[disabled] .slider-disabled-thumb { display: block; } .md-sticky-clone { z-index: 1; top: 0; left: 0; right: 0; position: absolute !important; -webkit-transform: translate3d(-9999px, -9999px, 0); transform: translate3d(-9999px, -9999px, 0); } .md-sticky-clone[sticky-state="active"] { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .md-sticky-clone[sticky-state="active"]:not(.sticky-no-effect):after { -webkit-animation: subheaderStickyHoverIn 0.3s ease-out both; animation: subheaderStickyHoverIn 0.3s ease-out both; } @-webkit-keyframes subheaderStickyHoverIn { 0% { box-shadow: 0 0 0 0 transparent; } 100% { box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } } @keyframes subheaderStickyHoverIn { 0% { box-shadow: 0 0 0 0 transparent; } 100% { box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } } @-webkit-keyframes subheaderStickyHoverOut { 0% { box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } 100% { box-shadow: 0 0 0 0 transparent; } } @keyframes subheaderStickyHoverOut { 0% { box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } 100% { box-shadow: 0 0 0 0 transparent; } } .md-subheader { color: #999; display: block; font-size: 0.9em; font-weight: 400; line-height: 1em; padding: 16px 0px 16px 16px; margin: 0 0 0 0; margin-right: 16px; background-color: white; position: relative; } .md-subheader.md-subheader-colored { color: #03a9f4; } .md-subheader:not(.sticky-no-effect) { -webkit-transition: 0.2s ease-out margin; transition: 0.2s ease-out margin; } .md-subheader:not(.sticky-no-effect):after { position: absolute; left: 0; bottom: 0; top: 0; right: -16px; content: ''; } .md-subheader:not(.sticky-no-effect)[sticky-state="active"] { margin-top: -2px; } .md-subheader:not(.sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state="active"]:after { -webkit-animation: subheaderStickyHoverOut 0.3s ease-out both; animation: subheaderStickyHoverOut 0.3s ease-out both; } md-switch { display: block; position: relative; height: 24px; margin: 8px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; /* used also in _radio-button.scss */ } md-switch .md-switch-bar { position: absolute; left: 16px; top: 12px; width: 32px; height: 1px; background-color: #5a5a5a; pointer-events: none; } md-switch .md-switch-thumb { position: absolute; margin: 0; left: 0; top: 0; outline: none; } md-switch .md-switch-thumb .md-container { position: absolute; -webkit-transition: -webkit-transform 0.2s linear; transition: transform 0.2s linear; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } md-switch .md-switch-thumb.md-checked .md-container { -webkit-transform: translate3d(48px, 0, 0); transform: translate3d(48px, 0, 0); } md-switch .md-switch-thumb:focus .md-label { border: 1px dotted black; } md-switch .md-switch-thumb .md-label { margin-left: 72px; } md-tabs { display: block; width: 100%; font-weight: 500; } .tabs-header { width: 100%; height: 48px; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; background-color: #4285F4; } .tab-paginator { z-index: 1; margin-right: -2px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 32px; min-height: 100%; cursor: pointer; background-repeat: no-repeat; background-position: center center; position: absolute; /* TODO Once we have a better way to inline svg images, change this to use svgs correctly */ } .tab-paginator.prev { left: 0; } .tab-paginator.next { right: 0; } .tab-paginator.prev { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg=='); } .tab-paginator.next { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K'); } /* If `center` justified, change to left-justify if paginating */ md-tabs[center] .tabs-header:not(.tab-paginating) .tabs-header-items { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .tab-paginating .tabs-header-items-container { left: 32px; right: 32px; } .tabs-header-items-container { overflow: hidden; position: absolute; left: 0; right: 0; height: 100%; white-space: nowrap; font-size: 16px; font-weight: 500; text-transform: uppercase; margin: auto; } .tabs-header-items-container .tabs-header-items { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: -webkit-transform 0.2s linear; transition: transform 0.2s linear; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); width: 100%; height: 100%; } .tabs-content { overflow: hidden; width: 100%; } .tabs-content .tab-content { height: 100%; } md-tabs-ink-bar { left: 0; bottom: 0; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } md-tab { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 0; overflow: hidden; height: 100%; text-align: center; cursor: pointer; min-width: 96px; border: 1px dotted transparent; color: #9FC1FB; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } md-tab.active { color: white; } md-tab[disabled] { pointer-events: none; color: #6a6a6a; opacity: 0.5; cursor: default; } md-tab:focus { border-color: #111111; outline: none; } md-tab md-tab-label { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; z-index: 100; opacity: 1; overflow: hidden; text-overflow: ellipsis; } md-tab .md-ripple-container { color: #ffff85; } shadow { box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2); } label { display: block; font-size: 0.75em; } textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { display: block; border-width: 0 0 1px 0; padding-top: 2px; line-height: 26px; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { outline: 0; } input, textarea { background: none; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #a4a4a4; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #a4a4a4; } md-input-group, .md-input-group { margin: 10px 0 10px 0; position: relative; display: block; } md-input-group label, .md-input-group label { z-index: 1; pointer-events: none; -webkit-font-smoothing: antialiased; } md-input-group label:hover, .md-input-group label:hover { cursor: text; } md-input-group label, .md-input-group label { color: #999; -webkit-transform: translate3d(0, 22px, 0); transform: translate3d(0, 22px, 0); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; -webkit-transition: all ease-out 150ms; transition: all ease-out 150ms; -webkit-transition: all ease-out 150ms; transition: all ease-out 150ms; } md-input-group input, md-input-group textarea, .md-input-group input, .md-input-group textarea { color: #2f2f2f; border-color: #c7c7c7; border-bottom-width: 1px; -webkit-transition: all ease-out 150ms; transition: all ease-out 150ms; } md-input-group.md-input-focused label, .md-input-group.md-input-focused label { color: #EE008B; -webkit-transform: translate3d(0, 4px, 0) scale(0.75); transform: translate3d(0, 4px, 0) scale(0.75); } md-input-group.md-input-focused input, md-input-group.md-input-focused textarea, .md-input-group.md-input-focused input, .md-input-group.md-input-focused textarea { color: #2f2f2f; border-color: #EE008B; border-bottom-width: 2px; } md-input-group.md-input-has-value label, .md-input-group.md-input-has-value label { color: #EE008B; -webkit-transform: translate3d(0, 4px, 0) scale(0.75); transform: translate3d(0, 4px, 0) scale(0.75); } md-input-group.md-input-has-value:not(.md-input-focused) label, .md-input-group.md-input-has-value:not(.md-input-focused) label { color: #999; -webkit-transform: translate3d(0, 4px, 0) scale(0.75); transform: translate3d(0, 4px, 0) scale(0.75); } md-input-group[disabled] input, md-input-group[disabled] textarea, .md-input-group[disabled] input, .md-input-group[disabled] textarea { color: #bcbcbc; border-color: #bcbcbc; border-bottom-width: 0px; } md-input-group[disabled] input, md-input-group[disabled] textarea, .md-input-group[disabled] input, .md-input-group[disabled] textarea { background-size: 3px 1px; background-image: -webkit-linear-gradient(left, #cfcfcf 0%, #cfcfcf 50%, rgba(0, 0, 0, 0) 0%); background-image: linear-gradient(to right, #cfcfcf 0%, #cfcfcf 50%, rgba(0, 0, 0, 0) 0%); background-position: 0 bottom; background-size: 2px 1px; background-repeat: repeat-x; pointer-events: none; tabindex: -1; } md-input-group[disabled] label, .md-input-group[disabled] label { color: #b0b0b0; -webkit-transform: translate3d(0, 4px, 0) scale(0.75); transform: translate3d(0, 4px, 0) scale(0.75); } md-input-group[disabled] *:not(.md-input-has-value) label, .md-input-group[disabled] *:not(.md-input-has-value) label { color: #b0b0b0; -webkit-transform: translate3d(0, 22px, 0); transform: translate3d(0, 22px, 0); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; -webkit-transition: all ease-out 150ms; transition: all ease-out 150ms; } .dark md-input-group label, .dark .md-input-group label { color: #5d5d5d; -webkit-transform: translate3d(0, 22px, 0); transform: translate3d(0, 22px, 0); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; -webkit-transition: all ease-out 150ms; transition: all ease-out 150ms; -webkit-transition: all ease-out 150ms; transition: all ease-out 150ms; } .dark md-input-group input, .dark md-input-group textarea, .dark .md-input-group input, .dark .md-input-group textarea { color: #d6d6d6; border-color: #4c4c4c; border-bottom-width: 1px; -webkit-transition: all ease-out 150ms; transition: all ease-out 150ms; } .dark md-input-group.md-input-focused label, .dark .md-input-group.md-input-focused label { color: #1194f6; -webkit-transform: translate3d(0, 4px, 0) scale(0.75); transform: translate3d(0, 4px, 0) scale(0.75); } .dark md-input-group.md-input-focused input, .dark md-input-group.md-input-focused textarea, .dark .md-input-group.md-input-focused input, .dark .md-input-group.md-input-focused textarea { color: #d6d6d6; border-color: #1194f6; border-bottom-width: 2px; } .dark md-input-group.md-input-has-value label, .dark .md-input-group.md-input-has-value label { color: #1194f6; -webkit-transform: translate3d(0, 4px, 0) scale(0.75); transform: translate3d(0, 4px, 0) scale(0.75); } .dark md-input-group.md-input-has-value:not(.md-input-focused) label, .dark .md-input-group.md-input-has-value:not(.md-input-focused) label { color: #5d5d5d; -webkit-transform: translate3d(0, 4px, 0) scale(0.75); transform: translate3d(0, 4px, 0) scale(0.75); } .dark md-input-group[disabled] input, .dark md-input-group[disabled] textarea, .dark .md-input-group[disabled] input, .dark .md-input-group[disabled] textarea { color: #5d5d5d; border-color: #333333; border-bottom-width: 0px; } .dark md-input-group[disabled] input, .dark md-input-group[disabled] textarea, .dark .md-input-group[disabled] input, .dark .md-input-group[disabled] textarea { background-size: 3px 1px; background-image: -webkit-linear-gradient(left, #525252 0%, #525252 50%, rgba(0, 0, 0, 0) 0%); background-image: linear-gradient(to right, #525252 0%, #525252 50%, rgba(0, 0, 0, 0) 0%); background-position: 0 bottom; background-size: 2px 1px; background-repeat: repeat-x; pointer-events: none; tabindex: -1; } .dark md-input-group[disabled] label, .dark .md-input-group[disabled] label { color: #858585; -webkit-transform: translate3d(0, 4px, 0) scale(0.75); transform: translate3d(0, 4px, 0) scale(0.75); } .dark md-input-group[disabled] *:not(.md-input-has-value) label, .dark .md-input-group[disabled] *:not(.md-input-has-value) label { color: #858585; -webkit-transform: translate3d(0, 22px, 0); transform: translate3d(0, 22px, 0); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; -webkit-transition: all ease-out 150ms; transition: all ease-out 150ms; } .theme-dark-tff { background-color: #333 !important; color: #999 !important; } md-toast { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #323232; color: #f1f1f1; min-height: 48px; padding-left: 24px; padding-right: 24px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); border-radius: 2px; font-size: 14px; cursor: default; position: fixed; max-width: 879px; max-height: 40px; z-index: 9; opacity: 1; -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg); transform: translate3d(0, 0, 0) rotateZ(0deg); -webkit-transition: 0.2s linear; transition: 0.2s linear; -webkit-transition-property: -webkit-transform, opacity; transition-property: transform, opacity; /* Transition differently when swiping */ } md-toast md-button { color: white; } md-toast.capsule { border-radius: 24px; } md-toast.swipeleft, md-toast.swiperight, md-toast.swipeup, md-toast.swipedown { -webkit-transition: 0.15s ease-out; transition: 0.15s ease-out; } md-toast.ng-enter { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); opacity: 0; } md-toast.ng-enter.top { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } md-toast.ng-enter.ng-enter-active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } md-toast.ng-leave.ng-leave-active { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } md-toast.ng-leave.ng-leave-active.top { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } md-toast.ng-leave.ng-leave-active.swipeleft { -webkit-transform: translate3d(-100%, 0%, 0); transform: translate3d(-100%, 0%, 0); } md-toast.ng-leave.ng-leave-active.swiperight { -webkit-transform: translate3d(100%, 0%, 0); transform: translate3d(100%, 0%, 0); } .toast-action { line-height: 19px; color: #eeff41; padding-left: 24px; cursor: pointer; text-transform: uppercase; float: right; } @media (max-width: 600px) { md-toast { left: 0; right: 0; width: 100%; max-width: 100%; min-width: 0; border-radius: 0; bottom: 0; } md-toast.top { bottom: auto; top: 0; } } @media (min-width: 600px) { md-toast { min-width: 288px; /* * When the toast doesn't take up the whole screen, * make it rotate when the user swipes it away */ } md-toast.bottom { bottom: 8px; } md-toast.left { left: 8px; } md-toast.right { right: 8px; } md-toast.top { top: 8px; } md-toast.ng-leave.ng-leave-active.swipeleft { -webkit-transform: translate3d(-100%, 25%, 0) rotateZ(-15deg); transform: translate3d(-100%, 25%, 0) rotateZ(-15deg); } md-toast.ng-leave.ng-leave-active.swiperight { -webkit-transform: translate3d(100%, 25%, 0) rotateZ(15deg); transform: translate3d(100%, 25%, 0) rotateZ(15deg); } md-toast.ng-leave.ng-leave-active.top.swipeleft { -webkit-transform: translate3d(-100%, 0, 0) rotateZ(-15deg); transform: translate3d(-100%, 0, 0) rotateZ(-15deg); } md-toast.ng-leave.ng-leave-active.top.swiperight { -webkit-transform: translate3d(100%, 0, 0) rotateZ(15deg); transform: translate3d(100%, 0, 0) rotateZ(15deg); } } md-toolbar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; z-index: 2; font-size: 1.3em; min-height: 64px; width: 100%; } md-toolbar.md-tall { height: 192px; } md-toolbar.md-medium-tall { height: 88px; } md-toolbar.md-medium-tall .md-toolbar-tools { height: 48px; } md-toolbar .md-indent { margin-left: 64px; } .md-toolbar-tools { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; width: 100%; height: 64px; font-size: inherit; font-weight: normal; padding: 0 10px; margin: 0; } .md-toolbar-tools > * { font-size: inherit; margin: 0 8px; } .md-toolbar-tools h2, .md-toolbar-tools h3 { font-weight: normal; } .md-toolbar-tools a { color: inherit; text-decoration: none; } .md-toolbar-tools md-button { font-size: 16px; } @-webkit-keyframes tooltipBackgroundShow { 0% { -webkit-transform: scale(0.2); transform: scale(0.2); opacity: 0.25; } 50% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @keyframes tooltipBackgroundShow { 0% { -webkit-transform: scale(0.2); transform: scale(0.2); opacity: 0.25; } 50% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @-webkit-keyframes tooltipBackgroundHide { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes tooltipBackgroundHide { 0% { opacity: 1; } 100% { opacity: 0; } } md-tooltip { position: absolute; font-size: 14px; z-index: 6; overflow: hidden; pointer-events: none; color: white; border-radius: 4px; /** * Depending on the tooltip's size as a multiple of 32 (set by JS), * change the background's animation duration. * The larger the tooltip, the less time the background should take to ripple outwards. */ } md-tooltip[tooltip-direction="bottom"] { -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0); margin-top: 8px; } md-tooltip[tooltip-direction="top"] { -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0); margin-bottom: 8px; } md-tooltip .tooltip-background { background: #737373; position: absolute; left: 50%; width: 256px; height: 256px; margin-left: -128px; margin-top: -128px; border-radius: 256px; opacity: 0.25; -webkit-transform: scale(0.2); -ms-transform: scale(0.2); transform: scale(0.2); } md-tooltip .tooltip-content { max-width: 240px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 8px; background: transparent; opacity: 0.3; -webkit-transition: inherit; transition: inherit; } md-tooltip.tooltip-show, md-tooltip.tooltip-hide { -webkit-transition: 0.2s ease-out; transition: 0.2s ease-out; -webkit-transition-property: -webkit-transform, opacity; transition-property: transform, opacity; } md-tooltip.tooltip-show { pointer-events: auto; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } md-tooltip.tooltip-show .tooltip-background { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; -webkit-animation: tooltipBackgroundShow linear; animation: tooltipBackgroundShow linear; } md-tooltip.tooltip-show .tooltip-content { opacity: 0.99; } md-tooltip.tooltip-hide .tooltip-background { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 0; -webkit-animation: tooltipBackgroundHide 0.2s linear; animation: tooltipBackgroundHide 0.2s linear; } md-tooltip[width-32="1"].tooltip-show .tooltip-background { -webkit-animation-duration: 900ms; animation-duration: 900ms; } md-tooltip[width-32="2"].tooltip-show .tooltip-background { -webkit-animation-duration: 800ms; animation-duration: 800ms; } md-tooltip[width-32="3"].tooltip-show .tooltip-background { -webkit-animation-duration: 700ms; animation-duration: 700ms; } md-tooltip[width-32="4"].tooltip-show .tooltip-background { -webkit-animation-duration: 600ms; animation-duration: 600ms; } md-tooltip[width-32="5"].tooltip-show .tooltip-background { -webkit-animation-duration: 500ms; animation-duration: 500ms; } md-tooltip[width-32="6"].tooltip-show .tooltip-background { -webkit-animation-duration: 400ms; animation-duration: 400ms; } md-tooltip[width-32="7"].tooltip-show .tooltip-background { -webkit-animation-duration: 300ms; animation-duration: 300ms; } md-tooltip[width-32="8"].tooltip-show .tooltip-background { -webkit-animation-duration: 200ms; animation-duration: 200ms; } .md-whiteframe-z1 { z-index: 1; box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); } .md-whiteframe-z2 { z-index: 2; box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2); } .md-whiteframe-z3 { z-index: 3; box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); } .md-whiteframe-z4 { z-index: 4; box-shadow: 0px 16px 28px 0 rgba(0, 0, 0, 0.22); } .md-whiteframe-z5 { z-index: 5; box-shadow: 0px 27px 24px 0 rgba(0, 0, 0, 0.2); }