/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.5.0 */ *, *:before, *:after { box-sizing: border-box; } :focus { outline: none; } html, body { height: 100%; color: rgba(0, 0, 0, 0.73); background: #ffffff; -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 p, body p { line-height: 1.846; } 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; box-sizing: border-box; } input[type="search"] { -webkit-appearance: textfield; 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'); } .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-raised:not([disabled]), md-button.md-fab { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } .md-shadow-bottom-z-2, md-button.md-raised.focus:not([disabled]), md-button.md-raised:not([disabled]):hover, md-button.md-fab.focus:not([disabled]), md-button.md-fab:not([disabled]):hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); } .md-shadow-animated.md-shadow { transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); } [layout] { box-sizing: border-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } [layout=vertical] { -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; min-height: 100%; width: 100%; } [layout-align="center"], [layout-align="center center"], [layout-align="center start"], [layout-align="center end"] { -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-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-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-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-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-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-flex: 1; -ms-flex: 1; flex: 1; } [flex="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; max-width: 5%; } [flex="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; } [flex="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; max-width: 15%; } [flex="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } [flex="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } [flex="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } [flex="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; } [flex="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } [flex="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; } [flex="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } [flex="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; } [flex="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; } [flex="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; } [flex="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; } [flex="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } [flex="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; } [flex="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; max-width: 85%; } [flex="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; } [flex="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; max-width: 95%; } [flex="33"], [flex="34"] { -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-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"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; } [layout-order="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; } [layout-order="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; } [layout-order="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; } [layout-order="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; } [layout-order="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; } @media (min-width: 600px) { [flex-sm] { -webkit-flex: 1; -ms-flex: 1; flex: 1; } [flex-sm="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; max-width: 5%; } [flex-sm="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; } [flex-sm="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; max-width: 15%; } [flex-sm="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } [flex-sm="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } [flex-sm="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } [flex-sm="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; } [flex-sm="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } [flex-sm="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; } [flex-sm="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } [flex-sm="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; } [flex-sm="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; } [flex-sm="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; } [flex-sm="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; } [flex-sm="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } [flex-sm="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; } [flex-sm="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; max-width: 85%; } [flex-sm="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; } [flex-sm="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; max-width: 95%; } [flex-sm="33"], [flex-sm="34"] { -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-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"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; } [layout-order-sm="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; } [layout-order-sm="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; } [layout-order-sm="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; } [layout-order-sm="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; } [layout-order-sm="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; } [layout-sm] { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } [layout-sm=vertical] { -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-flex: 1; -ms-flex: 1; flex: 1; } [flex-md="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; max-width: 5%; } [flex-md="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; } [flex-md="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; max-width: 15%; } [flex-md="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } [flex-md="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } [flex-md="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } [flex-md="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; } [flex-md="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } [flex-md="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; } [flex-md="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } [flex-md="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; } [flex-md="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; } [flex-md="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; } [flex-md="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; } [flex-md="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } [flex-md="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; } [flex-md="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; max-width: 85%; } [flex-md="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; } [flex-md="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; max-width: 95%; } [flex-md="33"], [flex-md="34"] { -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-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"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; } [layout-order-md="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; } [layout-order-md="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; } [layout-order-md="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; } [layout-order-md="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; } [layout-order-md="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; } [layout-md] { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } [layout-md=vertical] { -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-flex: 1; -ms-flex: 1; flex: 1; } [flex-lg="5"] { -webkit-flex: 0 0 5%; -ms-flex: 0 0 5%; flex: 0 0 5%; max-width: 5%; } [flex-lg="10"] { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; } [flex-lg="15"] { -webkit-flex: 0 0 15%; -ms-flex: 0 0 15%; flex: 0 0 15%; max-width: 15%; } [flex-lg="20"] { -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } [flex-lg="25"] { -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } [flex-lg="30"] { -webkit-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } [flex-lg="35"] { -webkit-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; } [flex-lg="40"] { -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } [flex-lg="45"] { -webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; } [flex-lg="50"] { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } [flex-lg="55"] { -webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; } [flex-lg="60"] { -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; } [flex-lg="65"] { -webkit-flex: 0 0 65%; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; } [flex-lg="70"] { -webkit-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; } [flex-lg="75"] { -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } [flex-lg="80"] { -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; } [flex-lg="85"] { -webkit-flex: 0 0 85%; -ms-flex: 0 0 85%; flex: 0 0 85%; max-width: 85%; } [flex-lg="90"] { -webkit-flex: 0 0 90%; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; } [flex-lg="95"] { -webkit-flex: 0 0 95%; -ms-flex: 0 0 95%; flex: 0 0 95%; max-width: 95%; } [flex-lg="33"], [flex-lg="34"] { -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-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"] { -webkit-order: 1; -ms-flex-order: 1; order: 1; } [layout-order-lg="2"] { -webkit-order: 2; -ms-flex-order: 2; order: 2; } [layout-order-lg="3"] { -webkit-order: 3; -ms-flex-order: 3; order: 3; } [layout-order-lg="4"] { -webkit-order: 4; -ms-flex-order: 4; order: 4; } [layout-order-lg="5"] { -webkit-order: 5; -ms-flex-order: 5; order: 5; } [layout-order-lg="6"] { -webkit-order: 6; -ms-flex-order: 6; order: 6; } [layout-lg] { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } [layout-lg=vertical] { -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; } } md-backdrop { z-index: 7; background-color: rgba(0, 0, 0, 0); position: fixed; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.2s ease-out; } md-backdrop.ng-enter { 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; } @-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-bottom-sheet { position: fixed; left: 0; right: 0; bottom: 0; padding: 8px 16px 88px 16px; z-index: 8; border-top: 1px solid; -webkit-transform: translate3d(0, 80px, 0); transform: translate3d(0, 80px, 0); transition: 0.2s linear; transition-property: -webkit-transform; transition-property: transform; } md-bottom-sheet.md-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 .md-subheader { background-color: transparent; font-family: 'RobotoDraft', 'Helvetica Neue', Helvetica, Arial; 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-flex; display: -ms-flexbox; display: flex; outline: none; } md-bottom-sheet md-item:hover { cursor: pointer; } md-bottom-sheet.md-list md-item { -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 48px; } md-bottom-sheet.md-list md-item div.md-icon-container { display: inline-block; height: 24px; margin-right: 32px; } md-bottom-sheet.md-grid { padding-left: 24px; padding-right: 24px; padding-top: 0; } md-bottom-sheet.md-grid md-list { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; transition: all 0.5s; } md-bottom-sheet.md-grid md-item { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; 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.md-grid md-item { -webkit-flex: 1 1 33.33333%; -ms-flex: 1 1 33.33333%; flex: 1 1 33.33333%; max-width: 33.33333%; } md-bottom-sheet.md-grid md-item:nth-of-type(3n+1) { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } md-bottom-sheet.md-grid md-item:nth-of-type(3n) { -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.md-grid md-item { -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.md-grid md-item { -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.md-grid md-item { -webkit-flex: 1 1 14.28571%; -ms-flex: 1 1 14.28571%; flex: 1 1 14.28571%; max-width: 14.28571%; } } md-bottom-sheet.md-grid md-item .md-item-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 48px; } md-bottom-sheet.md-grid md-item .md-icon-container { display: inline-block; box-sizing: border-box; height: 48px; width: 48px; margin: 8px 0; } md-bottom-sheet.md-grid md-item p.md-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; 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-cornered { border-radius: 0; } md-button.md-icon { padding: 0; background: none; } md-button.md-raised { transition: 0.2s linear; 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-fab { z-index: 2; width: 56px; height: 56px; border-radius: 50%; border-radius: 50%; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: 0.2s linear; transition-property: -webkit-transform, box-shadow; transition-property: transform, box-shadow; } md-button.md-fab.md-fab-bottom-right { top: auto; right: 28px; bottom: 28px; left: auto; position: absolute; } md-button.md-fab.md-fab-bottom-left { top: auto; right: auto; bottom: 28px; left: 28px; position: absolute; } md-button.md-fab.md-fab-top-right { top: 28px; right: 28px; bottom: auto; left: auto; position: absolute; } md-button.md-fab.md-fab-top-left { top: 28px; right: auto; bottom: auto; left: 28px; position: absolute; } md-button:not([disabled]).md-raised.focus, md-button:not([disabled]).md-raised:hover, md-button:not([disabled]).md-fab.focus, md-button:not([disabled]).md-fab:hover { -webkit-transform: translate3d(0, -1px, 0); transform: translate3d(0, -1px, 0); } .md-toast-open-top md-button.md-fab-top-left, .md-toast-open-top md-button.md-fab-top-right { -webkit-transform: translate3d(0, 32px, 0); transform: translate3d(0, 32px, 0); } .md-toast-open-top md-button.md-fab-top-left.focus, .md-toast-open-top md-button.md-fab-top-left:hover:not([disabled]), .md-toast-open-top md-button.md-fab-top-right.focus, .md-toast-open-top md-button.md-fab-top-right:hover:not([disabled]) { -webkit-transform: translate3d(0, 31px, 0); transform: translate3d(0, 31px, 0); } .md-toast-open-bottom md-button.md-fab-bottom-left, .md-toast-open-bottom md-button.md-fab-bottom-right { -webkit-transform: translate3d(0, -32px, 0); transform: translate3d(0, -32px, 0); } .md-toast-open-bottom md-button.md-fab-bottom-left.focus, .md-toast-open-bottom md-button.md-fab-bottom-left:hover, .md-toast-open-bottom md-button.md-fab-bottom-right.focus, .md-toast-open-bottom md-button.md-fab-bottom-right:hover { -webkit-transform: translate3d(0, -33px, 0); transform: translate3d(0, -33px, 0); } .md-button-group { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: 100%; } .md-button-group > .md-button { -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; box-sizing: border-box; box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); margin: 8px; padding: 8px; } md-card .md-card-image { display: block; width: 100%; } 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-icon { transition: 240ms; position: absolute; top: 0; left: 0; width: 18px; height: 18px; border: 2px solid; border-radius: 2px; } md-checkbox.md-checked .md-icon { border: none; } md-checkbox[disabled] { cursor: no-drop; } md-checkbox:focus .md-label { border-color: black; } md-checkbox.md-checked .md-icon:after { -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 6px; top: 2px; display: table; width: 6px; height: 12px; border: 2px solid; 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-padding { padding: 8px; } @media (min-width: 600px) { md-content.md-padding { padding: 16px; } } .md-dialog-container { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: 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.md-active { 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; box-shadow: 0px 27px 24px 0 rgba(0, 0, 0, 0.2); display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } md-dialog md-content { -webkit-order: 1; -ms-flex-order: 1; order: 1; padding: 24px; overflow: auto; -webkit-overflow-scrolling: touch; } md-dialog md-content *:first-child { margin-top: 0px; } md-dialog .md-actions { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-order: 2; -ms-flex-order: 2; order: 2; box-sizing: border-box; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; padding: 16px 16px; min-height: 40px; } md-dialog .md-actions > * { margin-left: 8px; } md-dialog.md-content-overflow .md-actions { border-top: 1px solid; } md-divider { display: block; border-top: 1px solid; 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: currentColor; } md-list { padding: 8px 0px 8px 0px; } md-item-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; 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-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; border-radius: 50%; padding: 3px; } md-progress-circular .md-wrapper1, md-progress-circular .md-wrapper2 { width: 48px; height: 48px; position: absolute; border-radius: 50%; } md-progress-circular .md-circle .md-mask, md-progress-circular .md-circle .md-fill, md-progress-circular .md-circle .md-shadow { width: 48px; height: 48px; position: absolute; border-radius: 50%; } md-progress-circular .md-circle .md-mask, md-progress-circular .md-circle .md-fill { -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: -webkit-transform 0.3s; transition: transform 0.3s; } md-progress-circular .md-circle .md-mask { clip: rect(0px, 48px, 48px, 24px); } md-progress-circular .md-circle .md-mask .md-fill { clip: rect(0px, 24px, 48px, 0px); } md-progress-circular .md-inset { width: 36px; height: 36px; position: absolute; margin-left: 6px; margin-top: 6px; border-radius: 50%; } md-progress-circular[mode=indeterminate] .md-wrapper1, md-progress-circular[mode=indeterminate] .md-wrapper2 { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } md-progress-circular[mode=indeterminate] .md-wrapper1 { -webkit-animation: indeterminate_rotate1 3s infinite linear; animation: indeterminate_rotate1 3s infinite linear; } md-progress-circular[mode=indeterminate] .md-wrapper2 { -webkit-animation: indeterminate_rotate2 1.5s infinite linear; animation: indeterminate_rotate2 1.5s infinite linear; } md-progress-circular[mode=indeterminate] .md-fill, md-progress-circular[mode=indeterminate] .md-mask.md-full { -webkit-animation: indeterminate_size_fill 1.5s infinite linear; animation: indeterminate_size_fill 1.5s infinite linear; } md-progress-circular[mode=indeterminate] .md-fill.md-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 .md-container { overflow: hidden; position: relative; height: 5px; top: 5px; -webkit-transform: translate(0, 5px) scale(1, 0); transform: translate(0, 5px) scale(1, 0); transition: all 0.3s linear; } md-progress-linear .md-container.md-ready { -webkit-transform: translate(0, 0) scale(1, 1); transform: translate(0, 0) scale(1, 1); } md-progress-linear .md-bar { height: 5px; position: absolute; width: 100%; } md-progress-linear .md-bar1, md-progress-linear .md-bar2 { transition: all 0.2s linear; } md-progress-linear[mode=determinate] .md-bar1 { display: none; } md-progress-linear[mode=indeterminate] .md-bar1 { -webkit-animation: indeterminate1 4s infinite linear; animation: indeterminate1 4s infinite linear; } md-progress-linear[mode=indeterminate] .md-bar2 { -webkit-animation: indeterminate2 4s infinite linear; animation: indeterminate2 4s infinite linear; } md-progress-linear[mode=buffer] .md-container { background-color: transparent !important; } md-progress-linear[mode=buffer] .md-dashed:before { content: ""; display: block; height: 5px; width: 100%; margin-top: 0px; position: absolute; background-color: transparent; background-size: 10px 10px !important; background-position: 0px -23px; -webkit-animation: buffer 3s infinite linear; animation: buffer 3s infinite linear; } md-progress-linear[mode=query] .md-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-off, .md-switch-thumb .md-off { position: absolute; top: 0px; left: 0px; width: 16px; height: 16px; border: solid 2px; border-radius: 50%; transition: border-color ease 0.28s; } md-radio-button .md-on, .md-switch-thumb .md-on { position: absolute; top: 0; left: 0; width: 16px; height: 16px; border-radius: 50%; transition: -webkit-transform ease 0.28s; transition: transform ease 0.28s; -webkit-transform: scale(0); transform: scale(0); } md-radio-button.md-checked .md-on, .md-switch-thumb.md-checked .md-on { -webkit-transform: scale(0.55); transform: scale(0.55); } 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-sidenav { position: absolute; width: 304px; bottom: 0; z-index: 8; background-color: white; overflow: auto; } md-sidenav.md-closed { display: none; } md-sidenav.md-closed-add, md-sidenav.md-closed-remove { display: block; /* this is required as of 1.3x to properly apply all styling in a show/hide animation */ transition: 0s all; } md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active { transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; } md-sidenav.md-locked-open, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-right { position: static; display: block; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .md-sidenav-backdrop.locked-open { display: none; } .md-sidenav-left, md-sidenav { left: 0; top: 0; -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); } .md-sidenav-left.md-closed, md-sidenav.md-closed { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .md-sidenav-right { left: 100%; top: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .md-sidenav-right.md-closed { -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); } @-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 .md-track-container { width: 100%; position: absolute; top: 23px; height: 2px; } md-slider .md-track { position: absolute; left: 0; right: 0; height: 100%; } md-slider .md-track-fill { transition: width 0.05s linear; } md-slider .md-track-ticks { position: absolute; left: 0; right: 0; height: 100%; } md-slider .md-thumb-container { position: absolute; left: 0; top: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: -webkit-transform 0.1s linear; transition: transform 0.1s linear; } md-slider .md-thumb { z-index: 1; position: absolute; left: -19px; top: 5px; width: 38px; height: 38px; border-radius: 38px; -webkit-transform: scale(0.5); transform: scale(0.5); transition: all 0.1s linear; } md-slider .md-thumb:after { content: ''; position: absolute; left: 3px; top: 3px; width: 32px; height: 32px; border-radius: 32px; border: 3px solid; } md-slider .md-sign { /* Center the children (slider-thumb-text) */ display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: -14px; top: -20px; width: 28px; height: 28px; border-radius: 28px; -webkit-transform: scale(0.4) translate3d(0, 70px, 0); transform: scale(0.4) translate3d(0, 70px, 0); transition: all 0.2s ease-in-out; /* The arrow pointing down under the sign */ } md-slider .md-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; opacity: 0; -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); transition: all 0.2s ease-in-out; } md-slider .md-sign .md-thumb-text { z-index: 1; font-size: 12px; font-weight: bold; } md-slider .md-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 .md-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); transform: scale(0); transition: all 0.2s linear; } md-slider .md-disabled-thumb { position: absolute; left: -22px; top: 2px; width: 44px; height: 44px; border-radius: 44px; -webkit-transform: scale(0.35); transform: scale(0.35); border: 6px solid; display: none; } md-slider.md-min .md-thumb:after { background-color: white; } md-slider.md-min .md-sign { opacity: 0; } md-slider:focus { outline: none; } md-slider.panning .md-thumb-container, md-slider.panning .md-track-fill { transition: none; } md-slider:not([discrete]) { /* Hide the sign and ticks in non-discrete mode */ } md-slider:not([discrete]) .md-track-ticks, md-slider:not([discrete]) .md-sign { display: none; } md-slider:not([discrete]):not([disabled]):hover .md-thumb { -webkit-transform: scale(0.6); transform: scale(0.6); } md-slider:not([discrete]):not([disabled]):focus .md-focus-thumb, md-slider:not([discrete]):not([disabled]).active .md-focus-thumb { display: block; } md-slider:not([discrete]):not([disabled]):focus .md-focus-ring, md-slider:not([discrete]):not([disabled]).active .md-focus-ring { -webkit-transform: scale(1); transform: scale(1); } md-slider:not([discrete]):not([disabled]):focus .md-thumb, md-slider:not([discrete]):not([disabled]).active .md-thumb { -webkit-transform: scale(0.85); transform: scale(0.85); } md-slider[discrete] { /* Hide the focus thumb in discrete mode */ } md-slider[discrete] .md-focus-thumb, md-slider[discrete] .md-focus-ring { display: none; } md-slider[discrete]:not([disabled]):focus .md-sign, md-slider[discrete]:not([disabled]):focus .md-sign:after, md-slider[discrete]:not([disabled]).active .md-sign, md-slider[discrete]:not([disabled]).active .md-sign:after { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } md-slider[disabled] .md-track-fill { display: none; } md-slider[disabled] .md-sign { display: none; } md-slider[disabled] .md-thumb { -webkit-transform: scale(0.35); transform: scale(0.35); } md-slider[disabled] .md-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(.md-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 { 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; position: relative; } .md-subheader:not(.md-sticky-no-effect) { transition: 0.2s ease-out margin; } .md-subheader:not(.md-sticky-no-effect):after { position: absolute; left: 0; bottom: 0; top: 0; right: -16px; content: ''; } .md-subheader:not(.md-sticky-no-effect)[sticky-state="active"] { margin-top: -2px; } .md-subheader:not(.md-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-flex; display: -ms-flexbox; display: flex; -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; 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; 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 .md-label { margin-left: 72px; } md-tabs { display: block; width: 100%; font-weight: 500; } .md-header { width: 100%; height: 48px; box-sizing: border-box; position: relative; } .md-paginator { z-index: 1; margin-right: -2px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: 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 */ } .md-paginator.md-prev { left: 0; } .md-paginator.md-next { right: 0; } .md-paginator.md-prev { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg=='); } .md-paginator.md-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] .md-header:not(.md-paginating) .md-header-items { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .md-paginating .md-header-items-container { left: 32px; right: 32px; } .md-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; } .md-header-items-container .md-header-items { display: -webkit-flex; display: -ms-flexbox; display: flex; box-sizing: border-box; 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%; } .md-tabs-content { overflow: hidden; width: 100%; } .md-tabs-content .md-tab-content { height: 100%; } md-tabs-ink-bar { position: absolute; left: 0; bottom: 0; box-sizing: border-box; transition: all 0.2s linear; height: 2px; margin-top: -2px; } md-tab { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; 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; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } md-tab[disabled] { pointer-events: none; cursor: default; } md-tab:focus { outline: none; } md-tab md-tab-label { -webkit-flex: 1; -ms-flex: 1; flex: 1; z-index: 100; opacity: 1; overflow: hidden; text-overflow: ellipsis; } md-input-group label, .md-input-group label { display: block; font-size: 0.75em; } md-input-group textarea, md-input-group input[type="text"], md-input-group input[type="password"], md-input-group input[type="datetime"], md-input-group input[type="datetime-local"], md-input-group input[type="date"], md-input-group input[type="month"], md-input-group input[type="time"], md-input-group input[type="week"], md-input-group input[type="number"], md-input-group input[type="email"], md-input-group input[type="url"], md-input-group input[type="search"], md-input-group input[type="tel"], md-input-group input[type="color"], .md-input-group textarea, .md-input-group input[type="text"], .md-input-group input[type="password"], .md-input-group input[type="datetime"], .md-input-group input[type="datetime-local"], .md-input-group input[type="date"], .md-input-group input[type="month"], .md-input-group input[type="time"], .md-input-group input[type="week"], .md-input-group input[type="number"], .md-input-group input[type="email"], .md-input-group input[type="url"], .md-input-group input[type="search"], .md-input-group input[type="tel"], .md-input-group input[type="color"] { display: block; border-width: 0 0 1px 0; padding-top: 2px; line-height: 26px; padding-bottom: 1px; } md-input-group textarea:focus, md-input-group input[type="text"]:focus, md-input-group input[type="password"]:focus, md-input-group input[type="datetime"]:focus, md-input-group input[type="datetime-local"]:focus, md-input-group input[type="date"]:focus, md-input-group input[type="month"]:focus, md-input-group input[type="time"]:focus, md-input-group input[type="week"]:focus, md-input-group input[type="number"]:focus, md-input-group input[type="email"]:focus, md-input-group input[type="url"]:focus, md-input-group input[type="search"]:focus, md-input-group input[type="tel"]:focus, md-input-group input[type="color"]:focus, .md-input-group textarea:focus, .md-input-group input[type="text"]:focus, .md-input-group input[type="password"]:focus, .md-input-group input[type="datetime"]:focus, .md-input-group input[type="datetime-local"]:focus, .md-input-group input[type="date"]:focus, .md-input-group input[type="month"]:focus, .md-input-group input[type="time"]:focus, .md-input-group input[type="week"]:focus, .md-input-group input[type="number"]:focus, .md-input-group input[type="email"]:focus, .md-input-group input[type="url"]:focus, .md-input-group input[type="search"]:focus, .md-input-group input[type="tel"]:focus, .md-input-group input[type="color"]:focus { outline: 0; } md-input-group input, md-input-group textarea, .md-input-group input, .md-input-group textarea { background: none; } md-input-group, .md-input-group { padding-bottom: 2px; margin: 10px 0 8px 0; position: relative; display: block; } md-input-group label, .md-input-group label { font-size: 1em; 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 { -webkit-transform: translate3d(0, 22px, 0); transform: translate3d(0, 22px, 0); -webkit-transform-origin: left center; transform-origin: left center; 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 { border-bottom-width: 1px; transition: all ease-out 150ms; } md-input-group.md-input-focused label, .md-input-group.md-input-focused label { -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 { border-bottom-width: 2px; } md-input-group.md-input-focused input, .md-input-group.md-input-focused input { padding-bottom: 0px; } md-input-group.md-input-has-value label, .md-input-group.md-input-has-value label { -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 { -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 { 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-position: 0 bottom; background-size: 2px 1px; background-repeat: repeat-x; pointer-events: none; } md-input-group[disabled] label, .md-input-group[disabled] label { -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 { -webkit-transform: translate3d(0, 22px, 0); transform: translate3d(0, 22px, 0); -webkit-transform-origin: left center; transform-origin: left center; transition: all ease-out 150ms; } md-toast { display: -webkit-flex; display: -ms-flexbox; display: flex; box-sizing: border-box; -webkit-align-items: center; -ms-flex-align: center; align-items: center; 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; height: 24px; z-index: 9; opacity: 1; -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg); transform: translate3d(0, 0, 0) rotateZ(0deg); transition: 0.2s linear; transition-property: -webkit-transform, opacity; transition-property: transform, opacity; /* Transition differently when swiping */ } md-toast.md-capsule { border-radius: 24px; } md-toast.md-swipeleft, md-toast.md-swiperight, md-toast.md-swipeup, md-toast.md-swipedown { 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.md-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.md-top { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } md-toast.ng-leave.ng-leave-active.md-swipeleft { -webkit-transform: translate3d(-100%, 0%, 0); transform: translate3d(-100%, 0%, 0); } md-toast.ng-leave.ng-leave-active.md-swiperight { -webkit-transform: translate3d(100%, 0%, 0); transform: translate3d(100%, 0%, 0); } md-toast .md-action { line-height: 19px; 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.md-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.md-bottom { bottom: 8px; } md-toast.md-left { left: 8px; } md-toast.md-right { right: 8px; } md-toast.md-top { top: 8px; } md-toast.ng-leave.ng-leave-active.md-swipeleft { -webkit-transform: translate3d(-100%, 25%, 0) rotateZ(-15deg); transform: translate3d(-100%, 25%, 0) rotateZ(-15deg); } md-toast.ng-leave.ng-leave-active.md-swiperight { -webkit-transform: translate3d(100%, 25%, 0) rotateZ(15deg); transform: translate3d(100%, 25%, 0) rotateZ(15deg); } md-toast.ng-leave.ng-leave-active.md-top.md-swipeleft { -webkit-transform: translate3d(-100%, 0, 0) rotateZ(-15deg); transform: translate3d(-100%, 0, 0) rotateZ(-15deg); } md-toast.ng-leave.ng-leave-active.md-top.md-swiperight { -webkit-transform: translate3d(100%, 0, 0) rotateZ(15deg); transform: translate3d(100%, 0, 0) rotateZ(15deg); } } md-toolbar { display: -webkit-flex; display: -ms-flexbox; display: flex; -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-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -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; 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[md-direction="bottom"] { -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0); margin-top: 8px; } md-tooltip[md-direction="top"] { -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0); margin-bottom: 8px; } md-tooltip .md-background { 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); transform: scale(0.2); } md-tooltip .md-content { max-width: 240px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 8px; background: transparent; opacity: 0.3; transition: inherit; } md-tooltip.md-show, md-tooltip.md-hide { transition: 0.2s ease-out; transition-property: -webkit-transform, opacity; transition-property: transform, opacity; } md-tooltip.md-show { pointer-events: auto; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } md-tooltip.md-show .md-background { -webkit-transform: scale(1); transform: scale(1); opacity: 1; -webkit-animation: tooltipBackgroundShow linear; animation: tooltipBackgroundShow linear; } md-tooltip.md-show .md-content { opacity: 0.99; } md-tooltip.md-hide .md-background { -webkit-transform: scale(1); transform: scale(1); opacity: 0; -webkit-animation: tooltipBackgroundHide 0.2s linear; animation: tooltipBackgroundHide 0.2s linear; } md-tooltip[width-32="1"].md-show .md-background { -webkit-animation-duration: 900ms; animation-duration: 900ms; } md-tooltip[width-32="2"].md-show .md-background { -webkit-animation-duration: 800ms; animation-duration: 800ms; } md-tooltip[width-32="3"].md-show .md-background { -webkit-animation-duration: 700ms; animation-duration: 700ms; } md-tooltip[width-32="4"].md-show .md-background { -webkit-animation-duration: 600ms; animation-duration: 600ms; } md-tooltip[width-32="5"].md-show .md-background { -webkit-animation-duration: 500ms; animation-duration: 500ms; } md-tooltip[width-32="6"].md-show .md-background { -webkit-animation-duration: 400ms; animation-duration: 400ms; } md-tooltip[width-32="7"].md-show .md-background { -webkit-animation-duration: 300ms; animation-duration: 300ms; } md-tooltip[width-32="8"].md-show .md-background { -webkit-animation-duration: 200ms; animation-duration: 200ms; } .md-whiteframe-z1 { box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); } .md-whiteframe-z2 { box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2); } .md-whiteframe-z3 { box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); } .md-whiteframe-z4 { box-shadow: 0px 16px 28px 0 rgba(0, 0, 0, 0.22); } .md-whiteframe-z5 { box-shadow: 0px 27px 24px 0 rgba(0, 0, 0, 0.2); } md-backdrop.md-opaque.md-default-theme { background-color: rgba(0, 0, 0, 0.3); } md-bottom-sheet.md-default-theme { background-color: #fafafa; border-top-color: #bdbdbd; } md-bottom-sheet.md-default-theme.md-list md-item { color: rgba(0, 0, 0, 0.54); } md-bottom-sheet.md-default-theme .md-subheader { background-color: #fafafa; } md-bottom-sheet.md-default-theme .md-subheader { color: rgba(0, 0, 0, 0.54); } md-button.md-default-theme { border-radius: 3px; } md-button.md-default-theme[disabled] { background-color: rgba(158, 158, 158, 0.145) !important; color: #9e9e9e !important; fill: #9e9e9e !important; cursor: auto; } md-button.md-default-theme:not([disabled]):hover, md-button.md-default-theme:not([disabled]).focus { background-color: rgba(158, 158, 158, 0.2); } md-button.md-default-theme.md-fab { border-radius: 50%; } md-button.md-default-theme.md-primary { color: #29b6f6; fill: #29b6f6; } md-button.md-default-theme.md-warn { color: #e84e40; fill: #e84e40; } md-button.md-default-theme.md-raised, md-button.md-default-theme.md-fab { background-color: rgba(158, 158, 158, 0.185); } md-button.md-default-theme.md-raised:not([disabled]):hover, md-button.md-default-theme.md-raised:not([disabled]).focus, md-button.md-default-theme.md-fab:not([disabled]):hover, md-button.md-default-theme.md-fab:not([disabled]).focus { background-color: rgba(158, 158, 158, 0.3); } md-button.md-default-theme.md-raised.md-primary, md-button.md-default-theme.md-fab.md-primary { color: white; background-color: #03a9f4; } md-button.md-default-theme.md-raised.md-primary:not([disabled]):hover, md-button.md-default-theme.md-raised.md-primary:not([disabled]).focus, md-button.md-default-theme.md-fab.md-primary:not([disabled]):hover, md-button.md-default-theme.md-fab.md-primary:not([disabled]).focus { background-color: #039be5; } md-button.md-default-theme.md-raised.md-warn, md-button.md-default-theme.md-fab.md-warn { color: white; background-color: #e51c23; } md-button.md-default-theme.md-raised.md-warn:not([disabled]):hover, md-button.md-default-theme.md-raised.md-warn:not([disabled]).focus, md-button.md-default-theme.md-fab.md-warn:not([disabled]):hover, md-button.md-default-theme.md-fab.md-warn:not([disabled]).focus { background-color: #d01716; } md-card.md-default-theme { border-radius: 2px; } md-card.md-default-theme .md-card-image { border-radius: 2px 2px 0 0; } md-checkbox.md-default-theme .md-ripple { color: #0a8f08; } md-checkbox.md-default-theme.md-checked .md-ripple { color: #757575; } md-checkbox.md-default-theme .md-icon { border-color: rgba(0, 0, 0, 0.54); } md-checkbox.md-default-theme.md-checked .md-icon { background-color: rgba(43, 175, 43, 0.87); } md-checkbox.md-default-theme.md-checked .md-icon:after { border-color: #eeeeee; } md-checkbox.md-default-theme[disabled] .md-icon { border-color: rgba(0, 0, 0, 0.26); } md-checkbox.md-default-theme[disabled].md-checked .md-icon { background-color: rgba(0, 0, 0, 0.26); } md-content.md-default-theme { background-color: #ffffff; } md-dialog.md-default-theme { border-radius: 4px; background-color: #ffffff; } md-dialog.md-default-theme.md-content-overflow .md-actions { border-top-color: rgba(0, 0, 0, 0.12); } md-divider.md-default-theme { border-top-color: rgba(0, 0, 0, 0.12); } md-progress-circular.md-default-theme { background-color: transparent; } md-progress-circular.md-default-theme .md-circle .md-mask .md-fill { background-color: #03a9f4; } md-progress-circular.md-default-theme .md-inset { background-color: #ffffff; } md-progress-linear.md-default-theme .md-container { background-color: #b3e5fc; } md-progress-linear.md-default-theme .md-bar { background-color: #03a9f4; } md-progress-linear.md-default-theme[mode=buffer] .md-dashed:before { background: radial-gradient(#b3e5fc 0%, #b3e5fc 16%, transparent 42%); } md-progress-linear.md-default-theme[mode=buffer] .md-bar1 { background-color: #b3e5fc; } md-radio-button.md-default-theme .md-container .md-ripple, md-switch.md-default-theme .md-switch-thumb .md-container .md-ripple { color: #0a8f08; } md-radio-button.md-default-theme .md-off, md-switch.md-default-theme .md-switch-thumb .md-off { border-color: rgba(0, 0, 0, 0.54); } md-radio-button.md-default-theme .md-on, md-switch.md-default-theme .md-switch-thumb .md-on { background-color: rgba(43, 175, 43, 0.87); } md-radio-button.md-default-theme.md-checked .md-off, md-switch.md-default-theme .md-switch-thumb.md-checked .md-off { border-color: rgba(43, 175, 43, 0.87); } md-radio-button.md-default-theme.md-checked .md-ink-ripple, md-switch.md-default-theme .md-switch-thumb.md-checked .md-ink-ripple { color: rgba(43, 175, 43, 0.87); } md-radio-group.md-default-theme:focus { border-color: rgba(0, 0, 0, 0.73); } md-slider.md-default-theme .md-track { background-color: #c8c8c8; } md-slider.md-default-theme .md-track-fill { background-color: #03a9f4; } md-slider.md-default-theme .md-thumb:after { border-color: #03a9f4; background-color: #03a9f4; } md-slider.md-default-theme .md-sign { background-color: #03a9f4; } md-slider.md-default-theme .md-sign:after { border-top-color: #03a9f4; } md-slider.md-default-theme .md-thumb-text { color: white; } md-slider.md-default-theme .md-focus-thumb { background-color: rgba(0, 0, 0, 0.54); } md-slider.md-default-theme .md-focus-ring { border-color: rgba(0, 0, 0, 0.12); } md-slider.md-default-theme .md-disabled-thumb { border-color: #ffffff; } md-slider.md-default-theme.md-min .md-thumb:after { background-color: #ffffff; } md-slider.md-default-theme[disabled] .md-thumb:after { border-color: #bdbdbd; } md-slider.md-default-theme[disabled]:not(.md-min) .md-thumb:after { background-color: #bdbdbd; } .md-subheader.md-default-theme { color: rgba(0, 0, 0, 0.54); background-color: #ffffff; } .md-subheader.md-default-theme.md-primary { color: #03a9f4; } md-switch.md-default-theme .md-switch-bar { background-color: rgba(0, 0, 0, 0.54); } md-switch.md-default-theme .md-switch-thumb:focus .md-label { border: 1px dotted black; } md-tabs.md-default-theme .md-header { background-color: #03a9f4; } md-tabs.md-default-theme md-tabs-ink-bar { background: #ffff85; } md-tabs.md-default-theme md-tab { color: #b3e5fc; } md-tabs.md-default-theme md-tab.active { color: white; } md-tabs.md-default-theme md-tab[disabled] { color: rgba(0, 0, 0, 0.12); } md-tabs.md-default-theme md-tab:focus { border-color: rgba(0, 0, 0, 0.73); } md-tabs.md-default-theme md-tab .md-ripple-container { color: #ffff85; } md-input-group.md-default-theme input, md-input-group.md-default-theme textarea { text-shadow: none; } md-input-group.md-default-theme input:-ms-input-placeholder, md-input-group.md-default-theme textarea:-ms-input-placeholder { color: rgba(0, 0, 0, 0.26); } md-input-group.md-default-theme input::-webkit-input-placeholder, md-input-group.md-default-theme textarea::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.26); } md-input-group.md-default-theme label { text-shadow: none; color: rgba(0, 0, 0, 0.26); } md-input-group.md-default-theme input, md-input-group.md-default-theme textarea { color: rgba(0, 0, 0, 0.73); border-color: rgba(0, 0, 0, 0.12); } md-input-group.md-default-theme.md-input-focused input, md-input-group.md-default-theme.md-input-focused textarea { border-color: #03a9f4; } md-input-group.md-default-theme.md-input-focused label { color: #03a9f4; } md-input-group.md-default-theme.md-input-has-value:not(.md-input-focused) label { color: rgba(0, 0, 0, 0.372); } md-input-group.md-default-theme[disabled] input, md-input-group.md-default-theme[disabled] textarea { border-bottom-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.26); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.19) 50%, rgba(0, 0, 0, 0) 0%); } md-toast.md-default-theme { background-color: #323232; color: white; } md-toast.md-default-theme md-button { color: white; } md-toast.md-default-theme .md-action { color: #40c4ff; } md-toolbar.md-default-theme { background-color: #03a9f4; color: white; } md-tooltip.md-default-theme { color: #ffffff; } md-tooltip.md-default-theme .md-background { background-color: rgba(0, 0, 0, 0.52); }