sogo/UI/WebServerResources/css/styles.css

6701 lines
294 KiB
CSS
Raw Normal View History

/**
*
* Main Stylesheet SOGo
* Based on Angular Material Design
* IMPORTANT : This scss file might interfere with actual Angular-Material grunt-build
* and will generate a (too)) long css file because of the overrides
*
**/
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* Local overrides from angular-material src */
/**
*
* SOGo v3
* ng-Material overrides and project variables
* typography - definitions from http://www.google.com/design/spec/style/typography.html#typography-standard-styles
**/
*,
*:before,
*:after {
box-sizing: border-box;
}
:focus {
outline: none;
}
html, body {
height: 100%;
-webkit-tap-highlight-color: transparent;
-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: "Fira sans", "Helvetica Neue", sans-serif;
}
body {
font-size: 100%;
margin: 0;
padding: 0;
outline: none;
}
.inset {
padding: 10px;
}
button {
font-family: "Fira sans", "Helvetica Neue", sans-serif;
}
a,
a:-webkit-any-link {
background: transparent;
color: inherit;
outline: none;
text-decoration: none;
}
h1 {
font-size: 112px;
margin: 0.67em 0;
}
h2 {
font-size: 56px;
margin: 0.83em 0;
}
h3 {
font-size: 45px;
margin: 1em 0;
}
h4 {
font-size: 34px;
margin: 1.33em 0;
}
h5 {
font-size: 24px;
margin: 1.67em 0;
}
h6 {
font-size: 20px;
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;
}
.md-shadow {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: inherit;
pointer-events: none;
}
2015-02-02 15:39:53 +01:00
.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);
}
2015-02-02 15:39:53 +01:00
.md-shadow-bottom-z-2, .md-button.md-raised:not([disabled]):focus, .md-button.md-raised:not([disabled]):hover, .md-button.md-fab:not([disabled]):focus, .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);
}
/*
* 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%;
transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-ripple {
position: absolute;
transform: scale(0);
transform-origin: 50% 50%;
opacity: 0;
border-radius: 50%;
}
.md-ripple.md-ripple-placed {
transition: left 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-ripple.md-ripple-scaled {
transform: scale(1);
}
.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
opacity: 0.20;
}
md-tab > .md-ripple-container .md-ripple {
box-sizing: content-box;
background-color: transparent !important;
border-width: 0;
border-style: solid;
opacity: 0.20;
transform: none !important;
}
md-tab > .md-ripple-container .md-ripple.md-ripple-active, md-tab > .md-ripple-container .md-ripple.md-ripple-full, md-tab > .md-ripple-container .md-ripple.md-ripple-visible {
opacity: 0.20;
}
/* Sizes:
0 <= size <= 600 Phone
600 <= size <= 960 Tablet
960 <= size <= 1200 Tablet-Landscape
1200 <= size PC
*/
2015-01-28 03:47:49 +01:00
[layout], .md-layout {
box-sizing: border-box;
display: flex;
}
[layout=column] {
flex-direction: column;
}
[layout=row] {
flex-direction: row;
}
2015-01-28 03:47:49 +01:00
[layout-padding], .md-layout-padding,
[layout-padding] > [flex],
.md-layout-padding > [flex],
[layout-padding] > .md-flex,
.md-layout-padding > .md-flex {
padding: 8px;
}
2015-01-28 03:47:49 +01:00
[layout-margin], .md-layout-margin,
[layout-margin] > [flex],
.md-layout-margin > [flex],
[layout-margin] > .md-flex,
.md-layout-margin > .md-flex {
margin: 8px;
}
2015-01-28 03:47:49 +01:00
[layout-wrap], .md-layout-wrap {
flex-wrap: wrap;
}
2015-01-28 03:47:49 +01:00
[layout-fill], .md-layout-fill {
margin: 0;
min-height: 100%;
width: 100%;
}
@-moz-document url-prefix() {
2015-01-28 03:47:49 +01:00
[layout-fill], .md-layout-fill {
margin: 0;
width: 100%;
min-height: auto;
height: inherit;
}
}
2015-01-28 03:47:49 +01:00
[flex], .md-flex {
flex: 1;
}
[flex="0"] {
flex: 0 0 0%;
}
[layout="row"] > [flex="0"] {
max-width: 0%;
}
[layout="column"] > [flex="0"] {
max-height: 0%;
}
[flex="5"] {
flex: 0 0 5%;
}
[layout="row"] > [flex="5"] {
max-width: 5%;
}
[layout="column"] > [flex="5"] {
max-height: 5%;
}
[flex="10"] {
flex: 0 0 10%;
}
[layout="row"] > [flex="10"] {
max-width: 10%;
}
[layout="column"] > [flex="10"] {
max-height: 10%;
}
[flex="15"] {
flex: 0 0 15%;
}
[layout="row"] > [flex="15"] {
max-width: 15%;
}
[layout="column"] > [flex="15"] {
max-height: 15%;
}
[flex="20"] {
flex: 0 0 20%;
}
[layout="row"] > [flex="20"] {
max-width: 20%;
}
[layout="column"] > [flex="20"] {
max-height: 20%;
}
[flex="25"] {
flex: 0 0 25%;
}
[layout="row"] > [flex="25"] {
max-width: 25%;
}
[layout="column"] > [flex="25"] {
max-height: 25%;
}
[flex="30"] {
flex: 0 0 30%;
}
[layout="row"] > [flex="30"] {
max-width: 30%;
}
[layout="column"] > [flex="30"] {
max-height: 30%;
}
[flex="35"] {
flex: 0 0 35%;
}
[layout="row"] > [flex="35"] {
max-width: 35%;
}
[layout="column"] > [flex="35"] {
max-height: 35%;
}
[flex="40"] {
flex: 0 0 40%;
}
[layout="row"] > [flex="40"] {
max-width: 40%;
}
[layout="column"] > [flex="40"] {
max-height: 40%;
}
[flex="45"] {
flex: 0 0 45%;
}
[layout="row"] > [flex="45"] {
max-width: 45%;
}
[layout="column"] > [flex="45"] {
max-height: 45%;
}
[flex="50"] {
flex: 0 0 50%;
}
[layout="row"] > [flex="50"] {
max-width: 50%;
}
[layout="column"] > [flex="50"] {
max-height: 50%;
}
[flex="55"] {
flex: 0 0 55%;
}
[layout="row"] > [flex="55"] {
max-width: 55%;
}
[layout="column"] > [flex="55"] {
max-height: 55%;
}
[flex="60"] {
flex: 0 0 60%;
}
[layout="row"] > [flex="60"] {
max-width: 60%;
}
[layout="column"] > [flex="60"] {
max-height: 60%;
}
[flex="65"] {
flex: 0 0 65%;
}
[layout="row"] > [flex="65"] {
max-width: 65%;
}
[layout="column"] > [flex="65"] {
max-height: 65%;
}
[flex="70"] {
flex: 0 0 70%;
}
[layout="row"] > [flex="70"] {
max-width: 70%;
}
[layout="column"] > [flex="70"] {
max-height: 70%;
}
[flex="75"] {
flex: 0 0 75%;
}
[layout="row"] > [flex="75"] {
max-width: 75%;
}
[layout="column"] > [flex="75"] {
max-height: 75%;
}
[flex="80"] {
flex: 0 0 80%;
}
[layout="row"] > [flex="80"] {
max-width: 80%;
}
[layout="column"] > [flex="80"] {
max-height: 80%;
}
[flex="85"] {
flex: 0 0 85%;
}
[layout="row"] > [flex="85"] {
max-width: 85%;
}
[layout="column"] > [flex="85"] {
max-height: 85%;
}
[flex="90"] {
flex: 0 0 90%;
}
[layout="row"] > [flex="90"] {
max-width: 90%;
}
[layout="column"] > [flex="90"] {
max-height: 90%;
}
[flex="95"] {
flex: 0 0 95%;
}
[layout="row"] > [flex="95"] {
max-width: 95%;
}
[layout="column"] > [flex="95"] {
max-height: 95%;
}
[flex="100"] {
flex: 0 0 100%;
}
[layout="row"] > [flex="100"] {
max-width: 100%;
}
[layout="column"] > [flex="100"] {
max-height: 100%;
}
[layout="row"] > [flex="33"], [layout="row"] > [flex="34"] {
flex: 0 0 33.33%;
max-width: 33.33%;
}
[layout="row"] > [flex="66"], [layout="row"] > [flex="67"] {
flex: 0 0 66.66%;
max-width: 66.66%;
}
[layout="column"] > [flex="33"], [layout="column"] > [flex="34"] {
flex: 0 0 33.33%;
max-height: 33.33%;
}
[layout="column"] > [flex="66"], [layout="column"] > [flex="67"] {
flex: 0 0 66.66%;
max-height: 66.66%;
}
[layout-align="center"],
[layout-align="center center"],
[layout-align="center start"],
[layout-align="center end"] {
justify-content: center;
}
[layout-align="end"],
[layout-align="end center"],
[layout-align="end start"],
[layout-align="end end"] {
justify-content: flex-end;
}
[layout-align="space-around"],
[layout-align="space-around center"],
[layout-align="space-around start"],
[layout-align="space-around end"] {
justify-content: space-around;
}
[layout-align="space-between"],
[layout-align="space-between center"],
[layout-align="space-between start"],
[layout-align="space-between end"] {
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"] {
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"] {
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"] {
align-items: flex-end;
}
2015-01-28 03:47:49 +01:00
[flex-order="0"] {
order: 0;
}
2015-01-28 03:47:49 +01:00
[flex-order="1"] {
order: 1;
}
2015-01-28 03:47:49 +01:00
[flex-order="2"] {
order: 2;
}
2015-01-28 03:47:49 +01:00
[flex-order="3"] {
order: 3;
}
2015-01-28 03:47:49 +01:00
[flex-order="4"] {
order: 4;
}
2015-01-28 03:47:49 +01:00
[flex-order="5"] {
order: 5;
}
2015-01-28 03:47:49 +01:00
[flex-order="6"] {
order: 6;
}
2015-01-28 03:47:49 +01:00
[flex-order="7"] {
order: 7;
}
2015-01-28 03:47:49 +01:00
[flex-order="8"] {
order: 8;
}
2015-01-28 03:47:49 +01:00
[flex-order="9"] {
order: 9;
}
2015-01-28 03:47:49 +01:00
/**
* `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
* `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
* `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
*/
@media (max-width: 600px) {
2015-01-28 03:47:49 +01:00
[hide-sm]:not([show-sm]):not(.md-show-sm):not([show]):not(.md-show), .md-hide-sm:not([show-sm]):not(.md-show-sm):not([show]):not(.md-show), [hide]:not([show-sm]):not(.md-show-sm):not([show]):not(.md-show), .md-hide:not([show-sm]):not(.md-show-sm):not([show]):not(.md-show) {
display: none;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="0"] {
order: 0;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="1"] {
order: 1;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="2"] {
order: 2;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="3"] {
order: 3;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="4"] {
order: 4;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="5"] {
order: 5;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="6"] {
order: 6;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="7"] {
order: 7;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="8"] {
order: 8;
}
2015-01-28 03:47:49 +01:00
[flex-order-sm="9"] {
order: 9;
}
2015-01-28 03:47:49 +01:00
[layout-align-sm="center"],
[layout-align-sm="center center"],
[layout-align-sm="center start"],
[layout-align-sm="center end"] {
justify-content: center;
}
[layout-align-sm="end"],
[layout-align-sm="end center"],
[layout-align-sm="end start"],
[layout-align-sm="end end"] {
justify-content: flex-end;
}
[layout-align-sm="space-around"],
[layout-align-sm="space-around center"],
[layout-align-sm="space-around start"],
[layout-align-sm="space-around end"] {
justify-content: space-around;
}
[layout-align-sm="space-between"],
[layout-align-sm="space-between center"],
[layout-align-sm="space-between start"],
[layout-align-sm="space-between end"] {
justify-content: space-between;
}
[layout-align-sm="center center"],
[layout-align-sm="start center"],
[layout-align-sm="end center"],
[layout-align-sm="space-between center"],
[layout-align-sm="space-around center"] {
align-items: center;
}
[layout-align-sm="center start"],
[layout-align-sm="start start"],
[layout-align-sm="end start"],
[layout-align-sm="space-between start"],
[layout-align-sm="space-around start"] {
align-items: flex-start;
}
[layout-align-sm="center end"],
[layout-align-sm="start end"],
[layout-align-sm="end end"],
[layout-align-sm="space-between end"],
[layout-align-sm="space-around end"] {
align-items: flex-end;
}
2015-01-28 03:47:49 +01:00
[layout-sm], .md-layout-sm {
box-sizing: border-box;
display: flex;
}
[layout-sm=column] {
flex-direction: column;
}
[layout-sm=row] {
flex-direction: row;
}
2015-01-28 03:47:49 +01:00
[flex-sm], .md-flex-sm {
flex: 1;
}
[flex-sm="0"] {
flex: 0 0 0%;
}
[layout="row"] > [flex-sm="0"] {
max-width: 0%;
}
[layout="column"] > [flex-sm="0"] {
max-height: 0%;
}
[flex-sm="5"] {
flex: 0 0 5%;
}
[layout="row"] > [flex-sm="5"] {
max-width: 5%;
}
[layout="column"] > [flex-sm="5"] {
max-height: 5%;
}
[flex-sm="10"] {
flex: 0 0 10%;
}
[layout="row"] > [flex-sm="10"] {
max-width: 10%;
}
[layout="column"] > [flex-sm="10"] {
max-height: 10%;
}
[flex-sm="15"] {
flex: 0 0 15%;
}
[layout="row"] > [flex-sm="15"] {
max-width: 15%;
}
[layout="column"] > [flex-sm="15"] {
max-height: 15%;
}
[flex-sm="20"] {
flex: 0 0 20%;
}
[layout="row"] > [flex-sm="20"] {
max-width: 20%;
}
[layout="column"] > [flex-sm="20"] {
max-height: 20%;
}
[flex-sm="25"] {
flex: 0 0 25%;
}
[layout="row"] > [flex-sm="25"] {
max-width: 25%;
}
[layout="column"] > [flex-sm="25"] {
max-height: 25%;
}
[flex-sm="30"] {
flex: 0 0 30%;
}
[layout="row"] > [flex-sm="30"] {
max-width: 30%;
}
[layout="column"] > [flex-sm="30"] {
max-height: 30%;
}
[flex-sm="35"] {
flex: 0 0 35%;
}
[layout="row"] > [flex-sm="35"] {
max-width: 35%;
}
[layout="column"] > [flex-sm="35"] {
max-height: 35%;
}
[flex-sm="40"] {
flex: 0 0 40%;
}
[layout="row"] > [flex-sm="40"] {
max-width: 40%;
}
[layout="column"] > [flex-sm="40"] {
max-height: 40%;
}
[flex-sm="45"] {
flex: 0 0 45%;
}
[layout="row"] > [flex-sm="45"] {
max-width: 45%;
}
[layout="column"] > [flex-sm="45"] {
max-height: 45%;
}
[flex-sm="50"] {
flex: 0 0 50%;
}
[layout="row"] > [flex-sm="50"] {
max-width: 50%;
}
[layout="column"] > [flex-sm="50"] {
max-height: 50%;
}
[flex-sm="55"] {
flex: 0 0 55%;
}
[layout="row"] > [flex-sm="55"] {
max-width: 55%;
}
[layout="column"] > [flex-sm="55"] {
max-height: 55%;
}
[flex-sm="60"] {
flex: 0 0 60%;
}
[layout="row"] > [flex-sm="60"] {
max-width: 60%;
}
[layout="column"] > [flex-sm="60"] {
max-height: 60%;
}
[flex-sm="65"] {
flex: 0 0 65%;
}
[layout="row"] > [flex-sm="65"] {
max-width: 65%;
}
[layout="column"] > [flex-sm="65"] {
max-height: 65%;
}
[flex-sm="70"] {
flex: 0 0 70%;
}
[layout="row"] > [flex-sm="70"] {
max-width: 70%;
}
[layout="column"] > [flex-sm="70"] {
max-height: 70%;
}
[flex-sm="75"] {
flex: 0 0 75%;
}
[layout="row"] > [flex-sm="75"] {
max-width: 75%;
}
[layout="column"] > [flex-sm="75"] {
max-height: 75%;
}
[flex-sm="80"] {
flex: 0 0 80%;
}
[layout="row"] > [flex-sm="80"] {
max-width: 80%;
}
[layout="column"] > [flex-sm="80"] {
max-height: 80%;
}
[flex-sm="85"] {
flex: 0 0 85%;
}
[layout="row"] > [flex-sm="85"] {
max-width: 85%;
}
[layout="column"] > [flex-sm="85"] {
max-height: 85%;
}
[flex-sm="90"] {
flex: 0 0 90%;
}
[layout="row"] > [flex-sm="90"] {
max-width: 90%;
}
[layout="column"] > [flex-sm="90"] {
max-height: 90%;
}
[flex-sm="95"] {
flex: 0 0 95%;
}
[layout="row"] > [flex-sm="95"] {
max-width: 95%;
}
[layout="column"] > [flex-sm="95"] {
max-height: 95%;
}
[flex-sm="100"] {
flex: 0 0 100%;
}
[layout="row"] > [flex-sm="100"] {
max-width: 100%;
}
[layout="column"] > [flex-sm="100"] {
max-height: 100%;
}
[layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="34"] {
flex: 0 0 33.33%;
max-width: 33.33%;
}
[layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="67"] {
flex: 0 0 66.66%;
max-width: 66.66%;
}
[layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="34"] {
flex: 0 0 33.33%;
max-height: 33.33%;
}
[layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="67"] {
flex: 0 0 66.66%;
max-height: 66.66%;
}
}
@media (min-width: 600px) {
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="0"] {
order: 0;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="1"] {
order: 1;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="2"] {
order: 2;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="3"] {
order: 3;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="4"] {
order: 4;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="5"] {
order: 5;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="6"] {
order: 6;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="7"] {
order: 7;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="8"] {
order: 8;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-sm="9"] {
order: 9;
}
[layout-align-gt-sm="center"],
[layout-align-gt-sm="center center"],
[layout-align-gt-sm="center start"],
[layout-align-gt-sm="center end"] {
justify-content: center;
}
[layout-align-gt-sm="end"],
[layout-align-gt-sm="end center"],
[layout-align-gt-sm="end start"],
[layout-align-gt-sm="end end"] {
justify-content: flex-end;
}
[layout-align-gt-sm="space-around"],
[layout-align-gt-sm="space-around center"],
[layout-align-gt-sm="space-around start"],
[layout-align-gt-sm="space-around end"] {
justify-content: space-around;
}
[layout-align-gt-sm="space-between"],
[layout-align-gt-sm="space-between center"],
[layout-align-gt-sm="space-between start"],
[layout-align-gt-sm="space-between end"] {
justify-content: space-between;
}
[layout-align-gt-sm="center center"],
[layout-align-gt-sm="start center"],
[layout-align-gt-sm="end center"],
[layout-align-gt-sm="space-between center"],
[layout-align-gt-sm="space-around center"] {
align-items: center;
}
[layout-align-gt-sm="center start"],
[layout-align-gt-sm="start start"],
[layout-align-gt-sm="end start"],
[layout-align-gt-sm="space-between start"],
[layout-align-gt-sm="space-around start"] {
align-items: flex-start;
}
[layout-align-gt-sm="center end"],
[layout-align-gt-sm="start end"],
[layout-align-gt-sm="end end"],
[layout-align-gt-sm="space-between end"],
[layout-align-gt-sm="space-around end"] {
align-items: flex-end;
}
2015-01-28 03:47:49 +01:00
[layout-gt-sm], .md-layout-gt-sm {
box-sizing: border-box;
display: flex;
}
[layout-gt-sm=column] {
flex-direction: column;
}
[layout-gt-sm=row] {
flex-direction: row;
}
2015-01-28 03:47:49 +01:00
[flex-gt-sm], .md-flex-gt-sm {
flex: 1;
}
[flex-gt-sm="0"] {
flex: 0 0 0%;
}
[layout="row"] > [flex-gt-sm="0"] {
max-width: 0%;
}
[layout="column"] > [flex-gt-sm="0"] {
max-height: 0%;
}
[flex-gt-sm="5"] {
flex: 0 0 5%;
}
[layout="row"] > [flex-gt-sm="5"] {
max-width: 5%;
}
[layout="column"] > [flex-gt-sm="5"] {
max-height: 5%;
}
[flex-gt-sm="10"] {
flex: 0 0 10%;
}
[layout="row"] > [flex-gt-sm="10"] {
max-width: 10%;
}
[layout="column"] > [flex-gt-sm="10"] {
max-height: 10%;
}
[flex-gt-sm="15"] {
flex: 0 0 15%;
}
[layout="row"] > [flex-gt-sm="15"] {
max-width: 15%;
}
[layout="column"] > [flex-gt-sm="15"] {
max-height: 15%;
}
[flex-gt-sm="20"] {
flex: 0 0 20%;
}
[layout="row"] > [flex-gt-sm="20"] {
max-width: 20%;
}
[layout="column"] > [flex-gt-sm="20"] {
max-height: 20%;
}
[flex-gt-sm="25"] {
flex: 0 0 25%;
}
[layout="row"] > [flex-gt-sm="25"] {
max-width: 25%;
}
[layout="column"] > [flex-gt-sm="25"] {
max-height: 25%;
}
[flex-gt-sm="30"] {
flex: 0 0 30%;
}
[layout="row"] > [flex-gt-sm="30"] {
max-width: 30%;
}
[layout="column"] > [flex-gt-sm="30"] {
max-height: 30%;
}
[flex-gt-sm="35"] {
flex: 0 0 35%;
}
[layout="row"] > [flex-gt-sm="35"] {
max-width: 35%;
}
[layout="column"] > [flex-gt-sm="35"] {
max-height: 35%;
}
[flex-gt-sm="40"] {
flex: 0 0 40%;
}
[layout="row"] > [flex-gt-sm="40"] {
max-width: 40%;
}
[layout="column"] > [flex-gt-sm="40"] {
max-height: 40%;
}
[flex-gt-sm="45"] {
flex: 0 0 45%;
}
[layout="row"] > [flex-gt-sm="45"] {
max-width: 45%;
}
[layout="column"] > [flex-gt-sm="45"] {
max-height: 45%;
}
[flex-gt-sm="50"] {
flex: 0 0 50%;
}
[layout="row"] > [flex-gt-sm="50"] {
max-width: 50%;
}
[layout="column"] > [flex-gt-sm="50"] {
max-height: 50%;
}
[flex-gt-sm="55"] {
flex: 0 0 55%;
}
[layout="row"] > [flex-gt-sm="55"] {
max-width: 55%;
}
[layout="column"] > [flex-gt-sm="55"] {
max-height: 55%;
}
[flex-gt-sm="60"] {
flex: 0 0 60%;
}
[layout="row"] > [flex-gt-sm="60"] {
max-width: 60%;
}
[layout="column"] > [flex-gt-sm="60"] {
max-height: 60%;
}
[flex-gt-sm="65"] {
flex: 0 0 65%;
}
[layout="row"] > [flex-gt-sm="65"] {
max-width: 65%;
}
[layout="column"] > [flex-gt-sm="65"] {
max-height: 65%;
}
[flex-gt-sm="70"] {
flex: 0 0 70%;
}
[layout="row"] > [flex-gt-sm="70"] {
max-width: 70%;
}
[layout="column"] > [flex-gt-sm="70"] {
max-height: 70%;
}
[flex-gt-sm="75"] {
flex: 0 0 75%;
}
[layout="row"] > [flex-gt-sm="75"] {
max-width: 75%;
}
[layout="column"] > [flex-gt-sm="75"] {
max-height: 75%;
}
[flex-gt-sm="80"] {
flex: 0 0 80%;
}
[layout="row"] > [flex-gt-sm="80"] {
max-width: 80%;
}
[layout="column"] > [flex-gt-sm="80"] {
max-height: 80%;
}
[flex-gt-sm="85"] {
flex: 0 0 85%;
}
[layout="row"] > [flex-gt-sm="85"] {
max-width: 85%;
}
[layout="column"] > [flex-gt-sm="85"] {
max-height: 85%;
}
[flex-gt-sm="90"] {
flex: 0 0 90%;
}
[layout="row"] > [flex-gt-sm="90"] {
max-width: 90%;
}
[layout="column"] > [flex-gt-sm="90"] {
max-height: 90%;
}
[flex-gt-sm="95"] {
flex: 0 0 95%;
}
[layout="row"] > [flex-gt-sm="95"] {
max-width: 95%;
}
[layout="column"] > [flex-gt-sm="95"] {
max-height: 95%;
}
[flex-gt-sm="100"] {
flex: 0 0 100%;
}
[layout="row"] > [flex-gt-sm="100"] {
max-width: 100%;
}
[layout="column"] > [flex-gt-sm="100"] {
max-height: 100%;
}
[layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="34"] {
flex: 0 0 33.33%;
max-width: 33.33%;
}
[layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="67"] {
flex: 0 0 66.66%;
max-width: 66.66%;
}
[layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="34"] {
flex: 0 0 33.33%;
max-height: 33.33%;
}
[layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="67"] {
flex: 0 0 66.66%;
max-height: 66.66%;
}
}
@media (min-width: 600px) and (max-width: 960px) {
2015-01-28 03:47:49 +01:00
[hide]:not([show-gt-sm]):not(.md-show-gt-sm):not([show-md]):not(.md-show-md):not([show]):not(.md-show), .md-hide:not([show-gt-sm]):not(.md-show-gt-sm):not([show-md]):not(.md-show-md):not([show]):not(.md-show), [hide-gt-sm]:not([show-gt-sm]):not(.md-show-gt-sm):not([show-md]):not(.md-show-md):not([show]):not(.md-show), .md-hide-gt-sm:not([show-gt-sm]):not(.md-show-gt-sm):not([show-md]):not(.md-show-md):not([show]):not(.md-show) {
display: none;
}
2015-01-28 03:47:49 +01:00
[hide-md]:not([show-md]):not(.md-show-md):not([show]):not(.md-show), .md-hide-md:not([show-md]):not(.md-show-md):not([show]):not(.md-show) {
display: none;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="0"] {
order: 0;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="1"] {
order: 1;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="2"] {
order: 2;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="3"] {
order: 3;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="4"] {
order: 4;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="5"] {
order: 5;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="6"] {
order: 6;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="7"] {
order: 7;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="8"] {
order: 8;
}
2015-01-28 03:47:49 +01:00
[flex-order-md="9"] {
order: 9;
}
2015-01-28 03:47:49 +01:00
[layout-align-md="center"],
[layout-align-md="center center"],
[layout-align-md="center start"],
[layout-align-md="center end"] {
justify-content: center;
}
[layout-align-md="end"],
[layout-align-md="end center"],
[layout-align-md="end start"],
[layout-align-md="end end"] {
justify-content: flex-end;
}
[layout-align-md="space-around"],
[layout-align-md="space-around center"],
[layout-align-md="space-around start"],
[layout-align-md="space-around end"] {
justify-content: space-around;
}
[layout-align-md="space-between"],
[layout-align-md="space-between center"],
[layout-align-md="space-between start"],
[layout-align-md="space-between end"] {
justify-content: space-between;
}
[layout-align-md="center center"],
[layout-align-md="start center"],
[layout-align-md="end center"],
[layout-align-md="space-between center"],
[layout-align-md="space-around center"] {
align-items: center;
}
[layout-align-md="center start"],
[layout-align-md="start start"],
[layout-align-md="end start"],
[layout-align-md="space-between start"],
[layout-align-md="space-around start"] {
align-items: flex-start;
}
[layout-align-md="center end"],
[layout-align-md="start end"],
[layout-align-md="end end"],
[layout-align-md="space-between end"],
[layout-align-md="space-around end"] {
align-items: flex-end;
}
2015-01-28 03:47:49 +01:00
[layout-md], .md-layout-md {
box-sizing: border-box;
display: flex;
}
[layout-md=column] {
flex-direction: column;
}
[layout-md=row] {
flex-direction: row;
}
2015-01-28 03:47:49 +01:00
[flex-md], .md-flex-md {
flex: 1;
}
[flex-md="0"] {
flex: 0 0 0%;
}
[layout="row"] > [flex-md="0"] {
max-width: 0%;
}
[layout="column"] > [flex-md="0"] {
max-height: 0%;
}
[flex-md="5"] {
flex: 0 0 5%;
}
[layout="row"] > [flex-md="5"] {
max-width: 5%;
}
[layout="column"] > [flex-md="5"] {
max-height: 5%;
}
[flex-md="10"] {
flex: 0 0 10%;
}
[layout="row"] > [flex-md="10"] {
max-width: 10%;
}
[layout="column"] > [flex-md="10"] {
max-height: 10%;
}
[flex-md="15"] {
flex: 0 0 15%;
}
[layout="row"] > [flex-md="15"] {
max-width: 15%;
}
[layout="column"] > [flex-md="15"] {
max-height: 15%;
}
[flex-md="20"] {
flex: 0 0 20%;
}
[layout="row"] > [flex-md="20"] {
max-width: 20%;
}
[layout="column"] > [flex-md="20"] {
max-height: 20%;
}
[flex-md="25"] {
flex: 0 0 25%;
}
[layout="row"] > [flex-md="25"] {
max-width: 25%;
}
[layout="column"] > [flex-md="25"] {
max-height: 25%;
}
[flex-md="30"] {
flex: 0 0 30%;
}
[layout="row"] > [flex-md="30"] {
max-width: 30%;
}
[layout="column"] > [flex-md="30"] {
max-height: 30%;
}
[flex-md="35"] {
flex: 0 0 35%;
}
[layout="row"] > [flex-md="35"] {
max-width: 35%;
}
[layout="column"] > [flex-md="35"] {
max-height: 35%;
}
[flex-md="40"] {
flex: 0 0 40%;
}
[layout="row"] > [flex-md="40"] {
max-width: 40%;
}
[layout="column"] > [flex-md="40"] {
max-height: 40%;
}
[flex-md="45"] {
flex: 0 0 45%;
}
[layout="row"] > [flex-md="45"] {
max-width: 45%;
}
[layout="column"] > [flex-md="45"] {
max-height: 45%;
}
[flex-md="50"] {
flex: 0 0 50%;
}
[layout="row"] > [flex-md="50"] {
max-width: 50%;
}
[layout="column"] > [flex-md="50"] {
max-height: 50%;
}
[flex-md="55"] {
flex: 0 0 55%;
}
[layout="row"] > [flex-md="55"] {
max-width: 55%;
}
[layout="column"] > [flex-md="55"] {
max-height: 55%;
}
[flex-md="60"] {
flex: 0 0 60%;
}
[layout="row"] > [flex-md="60"] {
max-width: 60%;
}
[layout="column"] > [flex-md="60"] {
max-height: 60%;
}
[flex-md="65"] {
flex: 0 0 65%;
}
[layout="row"] > [flex-md="65"] {
max-width: 65%;
}
[layout="column"] > [flex-md="65"] {
max-height: 65%;
}
[flex-md="70"] {
flex: 0 0 70%;
}
[layout="row"] > [flex-md="70"] {
max-width: 70%;
}
[layout="column"] > [flex-md="70"] {
max-height: 70%;
}
[flex-md="75"] {
flex: 0 0 75%;
}
[layout="row"] > [flex-md="75"] {
max-width: 75%;
}
[layout="column"] > [flex-md="75"] {
max-height: 75%;
}
[flex-md="80"] {
flex: 0 0 80%;
}
[layout="row"] > [flex-md="80"] {
max-width: 80%;
}
[layout="column"] > [flex-md="80"] {
max-height: 80%;
}
[flex-md="85"] {
flex: 0 0 85%;
}
[layout="row"] > [flex-md="85"] {
max-width: 85%;
}
[layout="column"] > [flex-md="85"] {
max-height: 85%;
}
[flex-md="90"] {
flex: 0 0 90%;
}
[layout="row"] > [flex-md="90"] {
max-width: 90%;
}
[layout="column"] > [flex-md="90"] {
max-height: 90%;
}
[flex-md="95"] {
flex: 0 0 95%;
}
[layout="row"] > [flex-md="95"] {
max-width: 95%;
}
[layout="column"] > [flex-md="95"] {
max-height: 95%;
}
[flex-md="100"] {
flex: 0 0 100%;
}
[layout="row"] > [flex-md="100"] {
max-width: 100%;
}
[layout="column"] > [flex-md="100"] {
max-height: 100%;
}
[layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="34"] {
flex: 0 0 33.33%;
max-width: 33.33%;
}
[layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="67"] {
flex: 0 0 66.66%;
max-width: 66.66%;
}
[layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="34"] {
flex: 0 0 33.33%;
max-height: 33.33%;
}
[layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="67"] {
flex: 0 0 66.66%;
max-height: 66.66%;
}
}
@media (min-width: 960px) {
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="0"] {
order: 0;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="1"] {
order: 1;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="2"] {
order: 2;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="3"] {
order: 3;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="4"] {
order: 4;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="5"] {
order: 5;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="6"] {
order: 6;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="7"] {
order: 7;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="8"] {
order: 8;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-md="9"] {
order: 9;
}
[layout-align-gt-md="center"],
[layout-align-gt-md="center center"],
[layout-align-gt-md="center start"],
[layout-align-gt-md="center end"] {
justify-content: center;
}
[layout-align-gt-md="end"],
[layout-align-gt-md="end center"],
[layout-align-gt-md="end start"],
[layout-align-gt-md="end end"] {
justify-content: flex-end;
}
[layout-align-gt-md="space-around"],
[layout-align-gt-md="space-around center"],
[layout-align-gt-md="space-around start"],
[layout-align-gt-md="space-around end"] {
justify-content: space-around;
}
[layout-align-gt-md="space-between"],
[layout-align-gt-md="space-between center"],
[layout-align-gt-md="space-between start"],
[layout-align-gt-md="space-between end"] {
justify-content: space-between;
}
[layout-align-gt-md="center center"],
[layout-align-gt-md="start center"],
[layout-align-gt-md="end center"],
[layout-align-gt-md="space-between center"],
[layout-align-gt-md="space-around center"] {
align-items: center;
}
[layout-align-gt-md="center start"],
[layout-align-gt-md="start start"],
[layout-align-gt-md="end start"],
[layout-align-gt-md="space-between start"],
[layout-align-gt-md="space-around start"] {
align-items: flex-start;
}
[layout-align-gt-md="center end"],
[layout-align-gt-md="start end"],
[layout-align-gt-md="end end"],
[layout-align-gt-md="space-between end"],
[layout-align-gt-md="space-around end"] {
align-items: flex-end;
}
2015-01-28 03:47:49 +01:00
[layout-gt-md], .md-layout-gt-md {
box-sizing: border-box;
display: flex;
}
[layout-gt-md=column] {
flex-direction: column;
}
[layout-gt-md=row] {
flex-direction: row;
}
2015-01-28 03:47:49 +01:00
[flex-gt-md], .md-flex-gt-md {
flex: 1;
}
[flex-gt-md="0"] {
flex: 0 0 0%;
}
[layout="row"] > [flex-gt-md="0"] {
max-width: 0%;
}
[layout="column"] > [flex-gt-md="0"] {
max-height: 0%;
}
[flex-gt-md="5"] {
flex: 0 0 5%;
}
[layout="row"] > [flex-gt-md="5"] {
max-width: 5%;
}
[layout="column"] > [flex-gt-md="5"] {
max-height: 5%;
}
[flex-gt-md="10"] {
flex: 0 0 10%;
}
[layout="row"] > [flex-gt-md="10"] {
max-width: 10%;
}
[layout="column"] > [flex-gt-md="10"] {
max-height: 10%;
}
[flex-gt-md="15"] {
flex: 0 0 15%;
}
[layout="row"] > [flex-gt-md="15"] {
max-width: 15%;
}
[layout="column"] > [flex-gt-md="15"] {
max-height: 15%;
}
[flex-gt-md="20"] {
flex: 0 0 20%;
}
[layout="row"] > [flex-gt-md="20"] {
max-width: 20%;
}
[layout="column"] > [flex-gt-md="20"] {
max-height: 20%;
}
[flex-gt-md="25"] {
flex: 0 0 25%;
}
[layout="row"] > [flex-gt-md="25"] {
max-width: 25%;
}
[layout="column"] > [flex-gt-md="25"] {
max-height: 25%;
}
[flex-gt-md="30"] {
flex: 0 0 30%;
}
[layout="row"] > [flex-gt-md="30"] {
max-width: 30%;
}
[layout="column"] > [flex-gt-md="30"] {
max-height: 30%;
}
[flex-gt-md="35"] {
flex: 0 0 35%;
}
[layout="row"] > [flex-gt-md="35"] {
max-width: 35%;
}
[layout="column"] > [flex-gt-md="35"] {
max-height: 35%;
}
[flex-gt-md="40"] {
flex: 0 0 40%;
}
[layout="row"] > [flex-gt-md="40"] {
max-width: 40%;
}
[layout="column"] > [flex-gt-md="40"] {
max-height: 40%;
}
[flex-gt-md="45"] {
flex: 0 0 45%;
}
[layout="row"] > [flex-gt-md="45"] {
max-width: 45%;
}
[layout="column"] > [flex-gt-md="45"] {
max-height: 45%;
}
[flex-gt-md="50"] {
flex: 0 0 50%;
}
[layout="row"] > [flex-gt-md="50"] {
max-width: 50%;
}
[layout="column"] > [flex-gt-md="50"] {
max-height: 50%;
}
[flex-gt-md="55"] {
flex: 0 0 55%;
}
[layout="row"] > [flex-gt-md="55"] {
max-width: 55%;
}
[layout="column"] > [flex-gt-md="55"] {
max-height: 55%;
}
[flex-gt-md="60"] {
flex: 0 0 60%;
}
[layout="row"] > [flex-gt-md="60"] {
max-width: 60%;
}
[layout="column"] > [flex-gt-md="60"] {
max-height: 60%;
}
[flex-gt-md="65"] {
flex: 0 0 65%;
}
[layout="row"] > [flex-gt-md="65"] {
max-width: 65%;
}
[layout="column"] > [flex-gt-md="65"] {
max-height: 65%;
}
[flex-gt-md="70"] {
flex: 0 0 70%;
}
[layout="row"] > [flex-gt-md="70"] {
max-width: 70%;
}
[layout="column"] > [flex-gt-md="70"] {
max-height: 70%;
}
[flex-gt-md="75"] {
flex: 0 0 75%;
}
[layout="row"] > [flex-gt-md="75"] {
max-width: 75%;
}
[layout="column"] > [flex-gt-md="75"] {
max-height: 75%;
}
[flex-gt-md="80"] {
flex: 0 0 80%;
}
[layout="row"] > [flex-gt-md="80"] {
max-width: 80%;
}
[layout="column"] > [flex-gt-md="80"] {
max-height: 80%;
}
[flex-gt-md="85"] {
flex: 0 0 85%;
}
[layout="row"] > [flex-gt-md="85"] {
max-width: 85%;
}
[layout="column"] > [flex-gt-md="85"] {
max-height: 85%;
}
[flex-gt-md="90"] {
flex: 0 0 90%;
}
[layout="row"] > [flex-gt-md="90"] {
max-width: 90%;
}
[layout="column"] > [flex-gt-md="90"] {
max-height: 90%;
}
[flex-gt-md="95"] {
flex: 0 0 95%;
}
[layout="row"] > [flex-gt-md="95"] {
max-width: 95%;
}
[layout="column"] > [flex-gt-md="95"] {
max-height: 95%;
}
[flex-gt-md="100"] {
flex: 0 0 100%;
}
[layout="row"] > [flex-gt-md="100"] {
max-width: 100%;
}
[layout="column"] > [flex-gt-md="100"] {
max-height: 100%;
}
[layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="34"] {
flex: 0 0 33.33%;
max-width: 33.33%;
}
[layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="67"] {
flex: 0 0 66.66%;
max-width: 66.66%;
}
[layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="34"] {
flex: 0 0 33.33%;
max-height: 33.33%;
}
[layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="67"] {
flex: 0 0 66.66%;
max-height: 66.66%;
}
}
@media (min-width: 960px) and (max-width: 1200px) {
2015-01-28 03:47:49 +01:00
[hide]:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-lg]):not(.md-show-lg):not([show]):not(.md-show), .md-hide:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-lg]):not(.md-show-lg):not([show]):not(.md-show), [hide-gt-sm]:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-lg]):not(.md-show-lg):not([show]):not(.md-show), .md-hide-gt-sm:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-lg]):not(.md-show-lg):not([show]):not(.md-show), [hide-gt-md]:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-lg]):not(.md-show-lg):not([show]):not(.md-show), .md-hide-gt-md:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-lg]):not(.md-show-lg):not([show]):not(.md-show) {
display: none;
}
2015-01-28 03:47:49 +01:00
[hide-lg]:not([show-lg]):not(.md-show-lg):not([show]):not(.md-show), .md-hide-lg:not([show-lg]):not(.md-show-lg):not([show]):not(.md-show) {
display: none;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="0"] {
order: 0;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="1"] {
order: 1;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="2"] {
order: 2;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="3"] {
order: 3;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="4"] {
order: 4;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="5"] {
order: 5;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="6"] {
order: 6;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="7"] {
order: 7;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="8"] {
order: 8;
}
2015-01-28 03:47:49 +01:00
[flex-order-lg="9"] {
order: 9;
}
2015-01-28 03:47:49 +01:00
[layout-align-lg="center"],
[layout-align-lg="center center"],
[layout-align-lg="center start"],
[layout-align-lg="center end"] {
justify-content: center;
}
[layout-align-lg="end"],
[layout-align-lg="end center"],
[layout-align-lg="end start"],
[layout-align-lg="end end"] {
justify-content: flex-end;
}
[layout-align-lg="space-around"],
[layout-align-lg="space-around center"],
[layout-align-lg="space-around start"],
[layout-align-lg="space-around end"] {
justify-content: space-around;
}
[layout-align-lg="space-between"],
[layout-align-lg="space-between center"],
[layout-align-lg="space-between start"],
[layout-align-lg="space-between end"] {
justify-content: space-between;
}
[layout-align-lg="center center"],
[layout-align-lg="start center"],
[layout-align-lg="end center"],
[layout-align-lg="space-between center"],
[layout-align-lg="space-around center"] {
align-items: center;
}
[layout-align-lg="center start"],
[layout-align-lg="start start"],
[layout-align-lg="end start"],
[layout-align-lg="space-between start"],
[layout-align-lg="space-around start"] {
align-items: flex-start;
}
[layout-align-lg="center end"],
[layout-align-lg="start end"],
[layout-align-lg="end end"],
[layout-align-lg="space-between end"],
[layout-align-lg="space-around end"] {
align-items: flex-end;
}
2015-01-28 03:47:49 +01:00
[layout-lg], .md-layout-lg {
box-sizing: border-box;
display: flex;
}
[layout-lg=column] {
flex-direction: column;
}
[layout-lg=row] {
flex-direction: row;
}
2015-01-28 03:47:49 +01:00
[flex-lg], .md-flex-lg {
flex: 1;
}
[flex-lg="0"] {
flex: 0 0 0%;
}
[layout="row"] > [flex-lg="0"] {
max-width: 0%;
}
[layout="column"] > [flex-lg="0"] {
max-height: 0%;
}
[flex-lg="5"] {
flex: 0 0 5%;
}
[layout="row"] > [flex-lg="5"] {
max-width: 5%;
}
[layout="column"] > [flex-lg="5"] {
max-height: 5%;
}
[flex-lg="10"] {
flex: 0 0 10%;
}
[layout="row"] > [flex-lg="10"] {
max-width: 10%;
}
[layout="column"] > [flex-lg="10"] {
max-height: 10%;
}
[flex-lg="15"] {
flex: 0 0 15%;
}
[layout="row"] > [flex-lg="15"] {
max-width: 15%;
}
[layout="column"] > [flex-lg="15"] {
max-height: 15%;
}
[flex-lg="20"] {
flex: 0 0 20%;
}
[layout="row"] > [flex-lg="20"] {
max-width: 20%;
}
[layout="column"] > [flex-lg="20"] {
max-height: 20%;
}
[flex-lg="25"] {
flex: 0 0 25%;
}
[layout="row"] > [flex-lg="25"] {
max-width: 25%;
}
[layout="column"] > [flex-lg="25"] {
max-height: 25%;
}
[flex-lg="30"] {
flex: 0 0 30%;
}
[layout="row"] > [flex-lg="30"] {
max-width: 30%;
}
[layout="column"] > [flex-lg="30"] {
max-height: 30%;
}
[flex-lg="35"] {
flex: 0 0 35%;
}
[layout="row"] > [flex-lg="35"] {
max-width: 35%;
}
[layout="column"] > [flex-lg="35"] {
max-height: 35%;
}
[flex-lg="40"] {
flex: 0 0 40%;
}
[layout="row"] > [flex-lg="40"] {
max-width: 40%;
}
[layout="column"] > [flex-lg="40"] {
max-height: 40%;
}
[flex-lg="45"] {
flex: 0 0 45%;
}
[layout="row"] > [flex-lg="45"] {
max-width: 45%;
}
[layout="column"] > [flex-lg="45"] {
max-height: 45%;
}
[flex-lg="50"] {
flex: 0 0 50%;
}
[layout="row"] > [flex-lg="50"] {
max-width: 50%;
}
[layout="column"] > [flex-lg="50"] {
max-height: 50%;
}
[flex-lg="55"] {
flex: 0 0 55%;
}
[layout="row"] > [flex-lg="55"] {
max-width: 55%;
}
[layout="column"] > [flex-lg="55"] {
max-height: 55%;
}
[flex-lg="60"] {
flex: 0 0 60%;
}
[layout="row"] > [flex-lg="60"] {
max-width: 60%;
}
[layout="column"] > [flex-lg="60"] {
max-height: 60%;
}
[flex-lg="65"] {
flex: 0 0 65%;
}
[layout="row"] > [flex-lg="65"] {
max-width: 65%;
}
[layout="column"] > [flex-lg="65"] {
max-height: 65%;
}
[flex-lg="70"] {
flex: 0 0 70%;
}
[layout="row"] > [flex-lg="70"] {
max-width: 70%;
}
[layout="column"] > [flex-lg="70"] {
max-height: 70%;
}
[flex-lg="75"] {
flex: 0 0 75%;
}
[layout="row"] > [flex-lg="75"] {
max-width: 75%;
}
[layout="column"] > [flex-lg="75"] {
max-height: 75%;
}
[flex-lg="80"] {
flex: 0 0 80%;
}
[layout="row"] > [flex-lg="80"] {
max-width: 80%;
}
[layout="column"] > [flex-lg="80"] {
max-height: 80%;
}
[flex-lg="85"] {
flex: 0 0 85%;
}
[layout="row"] > [flex-lg="85"] {
max-width: 85%;
}
[layout="column"] > [flex-lg="85"] {
max-height: 85%;
}
[flex-lg="90"] {
flex: 0 0 90%;
}
[layout="row"] > [flex-lg="90"] {
max-width: 90%;
}
[layout="column"] > [flex-lg="90"] {
max-height: 90%;
}
[flex-lg="95"] {
flex: 0 0 95%;
}
[layout="row"] > [flex-lg="95"] {
max-width: 95%;
}
[layout="column"] > [flex-lg="95"] {
max-height: 95%;
}
[flex-lg="100"] {
flex: 0 0 100%;
}
[layout="row"] > [flex-lg="100"] {
max-width: 100%;
}
[layout="column"] > [flex-lg="100"] {
max-height: 100%;
}
[layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="34"] {
flex: 0 0 33.33%;
max-width: 33.33%;
}
[layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="67"] {
flex: 0 0 66.66%;
max-width: 66.66%;
}
[layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="34"] {
flex: 0 0 33.33%;
max-height: 33.33%;
}
[layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="67"] {
flex: 0 0 66.66%;
max-height: 66.66%;
}
}
@media (min-width: 1200px) {
2015-01-28 03:47:49 +01:00
[hide-gt-sm]:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-gt-lg]):not(.md-show-gt-lg):not([show]):not(.md-show), .md-hide-gt-sm:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-gt-lg]):not(.md-show-gt-lg):not([show]):not(.md-show), [hide-gt-md]:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-gt-lg]):not(.md-show-gt-lg):not([show]):not(.md-show), .md-hide-gt-md:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-gt-lg]):not(.md-show-gt-lg):not([show]):not(.md-show), [hide-gt-lg]:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-gt-lg]):not(.md-show-gt-lg):not([show]):not(.md-show), .md-hide-gt-lg:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-gt-lg]):not(.md-show-gt-lg):not([show]):not(.md-show), [hide]:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-gt-lg]):not(.md-show-gt-lg):not([show]):not(.md-show), .md-hide:not([show-gt-sm]):not(.md-show-gt-sm):not([show-gt-md]):not(.md-show-gt-md):not([show-gt-lg]):not(.md-show-gt-lg):not([show]):not(.md-show) {
display: none;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="0"] {
order: 0;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="1"] {
order: 1;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="2"] {
order: 2;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="3"] {
order: 3;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="4"] {
order: 4;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="5"] {
order: 5;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="6"] {
order: 6;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="7"] {
order: 7;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="8"] {
order: 8;
}
2015-01-28 03:47:49 +01:00
[flex-order-gt-lg="9"] {
order: 9;
}
2015-01-28 03:47:49 +01:00
[layout-align-gt-lg="center"],
[layout-align-gt-lg="center center"],
[layout-align-gt-lg="center start"],
[layout-align-gt-lg="center end"] {
justify-content: center;
}
[layout-align-gt-lg="end"],
[layout-align-gt-lg="end center"],
[layout-align-gt-lg="end start"],
[layout-align-gt-lg="end end"] {
justify-content: flex-end;
}
[layout-align-gt-lg="space-around"],
[layout-align-gt-lg="space-around center"],
[layout-align-gt-lg="space-around start"],
[layout-align-gt-lg="space-around end"] {
justify-content: space-around;
}
[layout-align-gt-lg="space-between"],
[layout-align-gt-lg="space-between center"],
[layout-align-gt-lg="space-between start"],
[layout-align-gt-lg="space-between end"] {
justify-content: space-between;
}
[layout-align-gt-lg="center center"],
[layout-align-gt-lg="start center"],
[layout-align-gt-lg="end center"],
[layout-align-gt-lg="space-between center"],
[layout-align-gt-lg="space-around center"] {
align-items: center;
}
[layout-align-gt-lg="center start"],
[layout-align-gt-lg="start start"],
[layout-align-gt-lg="end start"],
[layout-align-gt-lg="space-between start"],
[layout-align-gt-lg="space-around start"] {
align-items: flex-start;
}
[layout-align-gt-lg="center end"],
[layout-align-gt-lg="start end"],
[layout-align-gt-lg="end end"],
[layout-align-gt-lg="space-between end"],
[layout-align-gt-lg="space-around end"] {
align-items: flex-end;
}
2015-01-28 03:47:49 +01:00
[layout-gt-lg], .md-layout-gt-lg {
box-sizing: border-box;
display: flex;
}
[layout-gt-lg=column] {
flex-direction: column;
}
[layout-gt-lg=row] {
flex-direction: row;
}
2015-01-28 03:47:49 +01:00
[flex-gt-lg], .md-flex-gt-lg {
flex: 1;
}
[flex-gt-lg="0"] {
flex: 0 0 0%;
}
[layout="row"] > [flex-gt-lg="0"] {
max-width: 0%;
}
[layout="column"] > [flex-gt-lg="0"] {
max-height: 0%;
}
[flex-gt-lg="5"] {
flex: 0 0 5%;
}
[layout="row"] > [flex-gt-lg="5"] {
max-width: 5%;
}
[layout="column"] > [flex-gt-lg="5"] {
max-height: 5%;
}
[flex-gt-lg="10"] {
flex: 0 0 10%;
}
[layout="row"] > [flex-gt-lg="10"] {
max-width: 10%;
}
[layout="column"] > [flex-gt-lg="10"] {
max-height: 10%;
}
[flex-gt-lg="15"] {
flex: 0 0 15%;
}
[layout="row"] > [flex-gt-lg="15"] {
max-width: 15%;
}
[layout="column"] > [flex-gt-lg="15"] {
max-height: 15%;
}
[flex-gt-lg="20"] {
flex: 0 0 20%;
}
[layout="row"] > [flex-gt-lg="20"] {
max-width: 20%;
}
[layout="column"] > [flex-gt-lg="20"] {
max-height: 20%;
}
[flex-gt-lg="25"] {
flex: 0 0 25%;
}
[layout="row"] > [flex-gt-lg="25"] {
max-width: 25%;
}
[layout="column"] > [flex-gt-lg="25"] {
max-height: 25%;
}
[flex-gt-lg="30"] {
flex: 0 0 30%;
}
[layout="row"] > [flex-gt-lg="30"] {
max-width: 30%;
}
[layout="column"] > [flex-gt-lg="30"] {
max-height: 30%;
}
[flex-gt-lg="35"] {
flex: 0 0 35%;
}
[layout="row"] > [flex-gt-lg="35"] {
max-width: 35%;
}
[layout="column"] > [flex-gt-lg="35"] {
max-height: 35%;
}
[flex-gt-lg="40"] {
flex: 0 0 40%;
}
[layout="row"] > [flex-gt-lg="40"] {
max-width: 40%;
}
[layout="column"] > [flex-gt-lg="40"] {
max-height: 40%;
}
[flex-gt-lg="45"] {
flex: 0 0 45%;
}
[layout="row"] > [flex-gt-lg="45"] {
max-width: 45%;
}
[layout="column"] > [flex-gt-lg="45"] {
max-height: 45%;
}
[flex-gt-lg="50"] {
flex: 0 0 50%;
}
[layout="row"] > [flex-gt-lg="50"] {
max-width: 50%;
}
[layout="column"] > [flex-gt-lg="50"] {
max-height: 50%;
}
[flex-gt-lg="55"] {
flex: 0 0 55%;
}
[layout="row"] > [flex-gt-lg="55"] {
max-width: 55%;
}
[layout="column"] > [flex-gt-lg="55"] {
max-height: 55%;
}
[flex-gt-lg="60"] {
flex: 0 0 60%;
}
[layout="row"] > [flex-gt-lg="60"] {
max-width: 60%;
}
[layout="column"] > [flex-gt-lg="60"] {
max-height: 60%;
}
[flex-gt-lg="65"] {
flex: 0 0 65%;
}
[layout="row"] > [flex-gt-lg="65"] {
max-width: 65%;
}
[layout="column"] > [flex-gt-lg="65"] {
max-height: 65%;
}
[flex-gt-lg="70"] {
flex: 0 0 70%;
}
[layout="row"] > [flex-gt-lg="70"] {
max-width: 70%;
}
[layout="column"] > [flex-gt-lg="70"] {
max-height: 70%;
}
[flex-gt-lg="75"] {
flex: 0 0 75%;
}
[layout="row"] > [flex-gt-lg="75"] {
max-width: 75%;
}
[layout="column"] > [flex-gt-lg="75"] {
max-height: 75%;
}
[flex-gt-lg="80"] {
flex: 0 0 80%;
}
[layout="row"] > [flex-gt-lg="80"] {
max-width: 80%;
}
[layout="column"] > [flex-gt-lg="80"] {
max-height: 80%;
}
[flex-gt-lg="85"] {
flex: 0 0 85%;
}
[layout="row"] > [flex-gt-lg="85"] {
max-width: 85%;
}
[layout="column"] > [flex-gt-lg="85"] {
max-height: 85%;
}
[flex-gt-lg="90"] {
flex: 0 0 90%;
}
[layout="row"] > [flex-gt-lg="90"] {
max-width: 90%;
}
[layout="column"] > [flex-gt-lg="90"] {
max-height: 90%;
}
[flex-gt-lg="95"] {
flex: 0 0 95%;
}
[layout="row"] > [flex-gt-lg="95"] {
max-width: 95%;
}
[layout="column"] > [flex-gt-lg="95"] {
max-height: 95%;
}
[flex-gt-lg="100"] {
flex: 0 0 100%;
}
[layout="row"] > [flex-gt-lg="100"] {
max-width: 100%;
}
[layout="column"] > [flex-gt-lg="100"] {
max-height: 100%;
}
[layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="34"] {
flex: 0 0 33.33%;
max-width: 33.33%;
}
[layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="67"] {
flex: 0 0 66.66%;
max-width: 66.66%;
}
[layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="34"] {
flex: 0 0 33.33%;
max-height: 33.33%;
}
[layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="67"] {
flex: 0 0 66.66%;
max-height: 66.66%;
}
}
.md-flex {
flex: 1 1 auto;
}
2015-01-26 09:57:02 +01:00
[class^="md-icon-"], [class*=" md-icon-"] {
display: inline-block;
font: normal normal normal 14px/1 'Material Design Iconic Font';
font-size: inherit;
speak: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2015-01-26 09:57:02 +01:00
.md-icon {
line-height: inherit;
vertical-align: bottom;
}
2015-01-26 09:57:02 +01:00
.md-icon-lg {
font-size: 1.5em;
line-height: .5em;
vertical-align: -35%;
}
2015-01-26 09:57:02 +01:00
.md-icon-2x {
font-size: 2em;
}
2015-01-26 09:57:02 +01:00
.md-icon-3x {
font-size: 3em;
}
2015-01-26 09:57:02 +01:00
.md-icon-4x {
font-size: 4em;
}
2015-01-26 09:57:02 +01:00
.md-icon-5x {
font-size: 5em;
}
2015-01-26 09:57:02 +01:00
.md-icon-border {
padding: .2em .25em .15em;
border: solid 0.08em gray;
border-radius: .1em;
}
2015-01-26 09:57:02 +01:00
.md-icon-border-circle {
padding: .2em .25em .15em;
border: solid 0.08em gray;
border-radius: 50%;
}
2015-01-26 09:57:02 +01:00
[class^="md-icon-"].pull-left, [class*=" md-icon-"].pull-left {
float: left;
margin-right: .3em;
}
2015-01-26 09:57:02 +01:00
[class^="md-icon-"].pull-right, [class*=" md-icon-"].pull-right {
float: right;
margin-left: .3em;
}
2015-01-26 09:57:02 +01:00
.md-icon-spin {
-webkit-animation: md-spin 1.5s infinite linear;
animation: md-spin 1.5s infinite linear;
}
2015-01-26 09:57:02 +01:00
.md-icon-spin-reverse {
-webkit-animation: md-spin-reverse 1.5s infinite linear;
animation: md-spin-reverse 1.5s infinite linear;
}
2015-01-26 09:57:02 +01:00
@-webkit-keyframes md-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
2015-01-26 09:57:02 +01:00
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
2015-01-26 09:57:02 +01:00
@keyframes md-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
2015-01-26 09:57:02 +01:00
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
2015-01-26 09:57:02 +01:00
@-webkit-keyframes md-spin-reverse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
2015-01-26 09:57:02 +01:00
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
2015-01-26 09:57:02 +01:00
@keyframes md-spin-reverse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
2015-01-26 09:57:02 +01:00
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
2015-01-26 09:57:02 +01:00
.md-icon-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
2015-01-26 09:57:02 +01:00
.md-icon-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
2015-01-26 09:57:02 +01:00
.md-icon-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
2015-01-26 09:57:02 +01:00
.md-icon-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
2015-01-26 09:57:02 +01:00
.md-icon-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
2015-01-26 09:57:02 +01:00
:root .md-icon-rotate-90,
:root .md-icon-rotate-180,
:root .md-icon-rotate-270,
:root .md-icon-flip-horizontal,
:root .md-icon-flip-vertical {
filter: none;
}
2015-01-26 09:57:02 +01:00
/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* If you do not want use all icons you can disable icon set here */
.md-icon-3d-rotation:before {
content: "\f000";
}
2015-01-26 09:57:02 +01:00
.md-icon-accessibility:before {
content: "\f001";
}
2015-01-26 09:57:02 +01:00
.md-icon-account-balance:before {
content: "\f002";
}
2015-01-26 09:57:02 +01:00
.md-icon-account-balance-wallet:before {
content: "\f003";
}
2015-01-26 09:57:02 +01:00
.md-icon-account-box:before {
content: "\f004";
}
2015-01-26 09:57:02 +01:00
.md-icon-account-child:before {
content: "\f005";
}
2015-01-26 09:57:02 +01:00
.md-icon-account-circle:before {
content: "\f006";
}
2015-01-26 09:57:02 +01:00
.md-icon-add-shopping-cart:before {
content: "\f007";
}
2015-01-26 09:57:02 +01:00
.md-icon-alarm:before {
content: "\f008";
}
2015-01-26 09:57:02 +01:00
.md-icon-alarm-add:before {
content: "\f009";
}
2015-01-26 09:57:02 +01:00
.md-icon-alarm-off:before {
content: "\f00a";
}
2015-01-26 09:57:02 +01:00
.md-icon-alarm-on:before {
content: "\f00b";
}
2015-01-26 09:57:02 +01:00
.md-icon-android:before {
content: "\f00c";
}
2015-01-26 09:57:02 +01:00
.md-icon-announcement:before {
content: "\f00d";
}
2015-01-26 09:57:02 +01:00
.md-icon-aspect-ratio:before {
content: "\f00e";
}
2015-01-26 09:57:02 +01:00
.md-icon-assessment:before {
content: "\f00f";
}
2015-01-26 09:57:02 +01:00
.md-icon-assignment:before {
content: "\f010";
}
2015-01-26 09:57:02 +01:00
.md-icon-assignment-ind:before {
content: "\f011";
}
2015-01-26 09:57:02 +01:00
.md-icon-assignment-late:before {
content: "\f012";
}
2015-01-26 09:57:02 +01:00
.md-icon-assignment-return:before {
content: "\f013";
}
2015-01-26 09:57:02 +01:00
.md-icon-assignment-returned:before {
content: "\f014";
}
2015-01-26 09:57:02 +01:00
.md-icon-assignment-turned-in:before {
content: "\f015";
}
2015-01-26 09:57:02 +01:00
.md-icon-autorenew:before {
content: "\f016";
}
2015-01-26 09:57:02 +01:00
.md-icon-backup:before {
content: "\f017";
}
2015-01-26 09:57:02 +01:00
.md-icon-book:before {
content: "\f018";
}
2015-01-26 09:57:02 +01:00
.md-icon-bookmark:before {
content: "\f019";
}
2015-01-26 09:57:02 +01:00
.md-icon-bookmark-outline:before {
content: "\f01a";
}
2015-01-26 09:57:02 +01:00
.md-icon-bug-report:before {
content: "\f01b";
}
2015-01-26 09:57:02 +01:00
.md-icon-cached:before {
content: "\f01c";
}
2015-01-26 09:57:02 +01:00
.md-icon-class:before {
content: "\f01d";
}
2015-01-26 09:57:02 +01:00
.md-icon-credit-card:before {
content: "\f01e";
}
2015-01-26 09:57:02 +01:00
.md-icon-dashboard:before {
content: "\f01f";
}
2015-01-26 09:57:02 +01:00
.md-icon-delete:before {
content: "\f020";
}
2015-01-26 09:57:02 +01:00
.md-icon-description:before {
content: "\f021";
}
2015-01-26 09:57:02 +01:00
.md-icon-dns:before {
content: "\f022";
}
2015-01-26 09:57:02 +01:00
.md-icon-done:before {
content: "\f023";
}
2015-01-26 09:57:02 +01:00
.md-icon-done-all:before {
content: "\f024";
}
2015-01-26 09:57:02 +01:00
.md-icon-event:before {
content: "\f025";
}
2015-01-26 09:57:02 +01:00
.md-icon-exit-to-app:before {
content: "\f026";
}
2015-01-26 09:57:02 +01:00
.md-icon-explore:before {
content: "\f027";
}
2015-01-26 09:57:02 +01:00
.md-icon-extension:before {
content: "\f028";
}
2015-01-26 09:57:02 +01:00
.md-icon-face-unlock:before {
content: "\f029";
}
2015-01-26 09:57:02 +01:00
.md-icon-favorite:before {
content: "\f02a";
}
2015-01-26 09:57:02 +01:00
.md-icon-favorite-outline:before {
content: "\f02b";
}
2015-01-26 09:57:02 +01:00
.md-icon-find-in-page:before {
content: "\f02c";
}
2015-01-26 09:57:02 +01:00
.md-icon-find-replace:before {
content: "\f02d";
}
2015-01-26 09:57:02 +01:00
.md-icon-flip-to-back:before {
content: "\f02e";
}
2015-01-26 09:57:02 +01:00
.md-icon-flip-to-front:before {
content: "\f02f";
}
2015-01-26 09:57:02 +01:00
.md-icon-get-app:before {
content: "\f030";
}
2015-01-26 09:57:02 +01:00
.md-icon-grade:before {
content: "\f031";
}
2015-01-26 09:57:02 +01:00
.md-icon-group-work:before {
content: "\f032";
}
2015-01-26 09:57:02 +01:00
.md-icon-help:before {
content: "\f033";
}
2015-01-26 09:57:02 +01:00
.md-icon-highlight-remove:before {
content: "\f034";
}
2015-01-26 09:57:02 +01:00
.md-icon-history:before {
content: "\f035";
}
2015-01-26 09:57:02 +01:00
.md-icon-home:before {
content: "\f036";
}
2015-01-26 09:57:02 +01:00
.md-icon-https:before {
content: "\f037";
}
2015-01-26 09:57:02 +01:00
.md-icon-info:before {
content: "\f038";
}
2015-01-26 09:57:02 +01:00
.md-icon-info-outline:before {
content: "\f039";
}
2015-01-26 09:57:02 +01:00
.md-icon-input:before {
content: "\f03a";
}
2015-01-26 09:57:02 +01:00
.md-icon-invert-colors:before {
content: "\f03b";
}
2015-01-26 09:57:02 +01:00
.md-icon-label:before {
content: "\f03c";
}
2015-01-26 09:57:02 +01:00
.md-icon-label-outline:before {
content: "\f03d";
}
2015-01-26 09:57:02 +01:00
.md-icon-language:before {
content: "\f03e";
}
2015-01-26 09:57:02 +01:00
.md-icon-launch:before {
content: "\f03f";
}
2015-01-26 09:57:02 +01:00
.md-icon-list:before {
content: "\f040";
}
2015-01-26 09:57:02 +01:00
.md-icon-lock:before {
content: "\f041";
}
2015-01-26 09:57:02 +01:00
.md-icon-lock-open:before {
content: "\f042";
}
2015-01-26 09:57:02 +01:00
.md-icon-lock-outline:before {
content: "\f043";
}
2015-01-26 09:57:02 +01:00
.md-icon-loyalty:before {
content: "\f044";
}
2015-01-26 09:57:02 +01:00
.md-icon-markunread-mailbox:before {
content: "\f045";
}
2015-01-26 09:57:02 +01:00
.md-icon-note-add:before {
content: "\f046";
}
2015-01-26 09:57:02 +01:00
.md-icon-open-in-browser:before {
content: "\f047";
}
2015-01-26 09:57:02 +01:00
.md-icon-open-in-new:before {
content: "\f048";
}
2015-01-26 09:57:02 +01:00
.md-icon-open-with:before {
content: "\f049";
}
2015-01-26 09:57:02 +01:00
.md-icon-pageview:before {
content: "\f04a";
}
2015-01-26 09:57:02 +01:00
.md-icon-payment:before {
content: "\f04b";
}
2015-01-26 09:57:02 +01:00
.md-icon-perm-camera-mic:before {
content: "\f04c";
}
2015-01-26 09:57:02 +01:00
.md-icon-perm-contact-cal:before {
content: "\f04d";
}
2015-01-26 09:57:02 +01:00
.md-icon-perm-data-setting:before {
content: "\f04e";
}
2015-01-26 09:57:02 +01:00
.md-icon-perm-device-info:before {
content: "\f04f";
}
2015-01-26 09:57:02 +01:00
.md-icon-perm-identity:before {
content: "\f050";
}
2015-01-26 09:57:02 +01:00
.md-icon-perm-media:before {
content: "\f051";
}
2015-01-26 09:57:02 +01:00
.md-icon-perm-phone-msg:before {
content: "\f052";
}
2015-01-26 09:57:02 +01:00
.md-icon-perm-scan-wifi:before {
content: "\f053";
}
2015-01-26 09:57:02 +01:00
.md-icon-picture-in-picture:before {
content: "\f054";
}
2015-01-26 09:57:02 +01:00
.md-icon-polymer:before {
content: "\f055";
}
2015-01-26 09:57:02 +01:00
.md-icon-print:before {
content: "\f056";
}
2015-01-26 09:57:02 +01:00
.md-icon-query-builder:before {
content: "\f057";
}
2015-01-26 09:57:02 +01:00
.md-icon-question-answer:before {
content: "\f058";
}
2015-01-26 09:57:02 +01:00
.md-icon-receipt:before {
content: "\f059";
}
2015-01-26 09:57:02 +01:00
.md-icon-redeem:before {
content: "\f05a";
}
2015-01-26 09:57:02 +01:00
.md-icon-report-problem:before {
content: "\f05b";
}
2015-01-26 09:57:02 +01:00
.md-icon-restore:before {
content: "\f05c";
}
2015-01-26 09:57:02 +01:00
.md-icon-room:before {
content: "\f05d";
}
2015-01-26 09:57:02 +01:00
.md-icon-schedule:before {
content: "\f05e";
}
2015-01-26 09:57:02 +01:00
.md-icon-search:before {
content: "\f05f";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings:before {
content: "\f060";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-applications:before {
content: "\f061";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-backup-restore:before {
content: "\f062";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-bluetooth:before {
content: "\f063";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-cell:before {
content: "\f064";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-display:before {
content: "\f065";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-ethernet:before {
content: "\f066";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-input-antenna:before {
content: "\f067";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-input-component:before {
content: "\f068";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-input-composite:before {
content: "\f069";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-input-hdmi:before {
content: "\f06a";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-input-svideo:before {
content: "\f06b";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-overscan:before {
content: "\f06c";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-phone:before {
content: "\f06d";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-power:before {
content: "\f06e";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-remote:before {
content: "\f06f";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-voice:before {
content: "\f070";
}
2015-01-26 09:57:02 +01:00
.md-icon-shop:before {
content: "\f071";
}
2015-01-26 09:57:02 +01:00
.md-icon-shopping-basket:before {
content: "\f072";
}
2015-01-26 09:57:02 +01:00
.md-icon-shopping-cart:before {
content: "\f073";
}
2015-01-26 09:57:02 +01:00
.md-icon-shop-two:before {
content: "\f074";
}
2015-01-26 09:57:02 +01:00
.md-icon-speaker-notes:before {
content: "\f075";
}
2015-01-26 09:57:02 +01:00
.md-icon-spellcheck:before {
content: "\f076";
}
2015-01-26 09:57:02 +01:00
.md-icon-star-rate:before {
content: "\f077";
}
2015-01-26 09:57:02 +01:00
.md-icon-stars:before {
content: "\f078";
}
2015-01-26 09:57:02 +01:00
.md-icon-store:before {
content: "\f079";
}
2015-01-26 09:57:02 +01:00
.md-icon-subject:before {
content: "\f07a";
}
2015-01-26 09:57:02 +01:00
.md-icon-swap-horiz:before {
content: "\f07b";
}
2015-01-26 09:57:02 +01:00
.md-icon-swap-vert:before {
content: "\f07c";
}
2015-01-26 09:57:02 +01:00
.md-icon-swap-vert-circle:before {
content: "\f07d";
}
2015-01-26 09:57:02 +01:00
.md-icon-system-update-tv:before {
content: "\f07e";
}
2015-01-26 09:57:02 +01:00
.md-icon-tab:before {
content: "\f07f";
}
2015-01-26 09:57:02 +01:00
.md-icon-tab-unselected:before {
content: "\f080";
}
2015-01-26 09:57:02 +01:00
.md-icon-theaters:before {
content: "\f081";
}
2015-01-26 09:57:02 +01:00
.md-icon-thumb-down:before {
content: "\f082";
}
2015-01-26 09:57:02 +01:00
.md-icon-thumbs-up-down:before {
content: "\f083";
}
2015-01-26 09:57:02 +01:00
.md-icon-thumb-up:before {
content: "\f084";
}
2015-01-26 09:57:02 +01:00
.md-icon-toc:before {
content: "\f085";
}
2015-01-26 09:57:02 +01:00
.md-icon-today:before {
content: "\f086";
}
2015-01-26 09:57:02 +01:00
.md-icon-track-changes:before {
content: "\f087";
}
2015-01-26 09:57:02 +01:00
.md-icon-translate:before {
content: "\f088";
}
2015-01-26 09:57:02 +01:00
.md-icon-trending-down:before {
content: "\f089";
}
2015-01-26 09:57:02 +01:00
.md-icon-trending-neutral:before {
content: "\f08a";
}
2015-01-26 09:57:02 +01:00
.md-icon-trending-up:before {
content: "\f08b";
}
2015-01-26 09:57:02 +01:00
.md-icon-turned-in:before {
content: "\f08c";
}
2015-01-26 09:57:02 +01:00
.md-icon-turned-in-not:before {
content: "\f08d";
}
2015-01-26 09:57:02 +01:00
.md-icon-verified-user:before {
content: "\f08e";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-agenda:before {
content: "\f08f";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-array:before {
content: "\f090";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-carousel:before {
content: "\f091";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-column:before {
content: "\f092";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-day:before {
content: "\f093";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-headline:before {
content: "\f094";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-list:before {
content: "\f095";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-module:before {
content: "\f096";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-quilt:before {
content: "\f097";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-stream:before {
content: "\f098";
}
2015-01-26 09:57:02 +01:00
.md-icon-view-week:before {
content: "\f099";
}
2015-01-26 09:57:02 +01:00
.md-icon-visibility:before {
content: "\f09a";
}
2015-01-26 09:57:02 +01:00
.md-icon-visibility-off:before {
content: "\f09b";
}
2015-01-26 09:57:02 +01:00
.md-icon-wallet-giftcard:before {
content: "\f09c";
}
2015-01-26 09:57:02 +01:00
.md-icon-wallet-membership:before {
content: "\f09d";
}
2015-01-26 09:57:02 +01:00
.md-icon-wallet-travel:before {
content: "\f09e";
}
2015-01-26 09:57:02 +01:00
.md-icon-work:before {
content: "\f09f";
}
2015-01-26 09:57:02 +01:00
.md-icon-error:before {
content: "\f0a0";
}
2015-01-26 09:57:02 +01:00
.md-icon-warning:before {
content: "\f0a1";
}
2015-01-26 09:57:02 +01:00
.md-icon-album:before {
content: "\f0a2";
}
2015-01-26 09:57:02 +01:00
.md-icon-av-timer:before {
content: "\f0a3";
}
2015-01-26 09:57:02 +01:00
.md-icon-closed-caption:before {
content: "\f0a4";
}
2015-01-26 09:57:02 +01:00
.md-icon-equalizer:before {
content: "\f0a5";
}
2015-01-26 09:57:02 +01:00
.md-icon-explicit:before {
content: "\f0a6";
}
2015-01-26 09:57:02 +01:00
.md-icon-fast-forward:before {
content: "\f0a7";
}
2015-01-26 09:57:02 +01:00
.md-icon-fast-rewind:before {
content: "\f0a8";
}
2015-01-26 09:57:02 +01:00
.md-icon-games:before {
content: "\f0a9";
}
2015-01-26 09:57:02 +01:00
.md-icon-hearing:before {
content: "\f0aa";
}
2015-01-26 09:57:02 +01:00
.md-icon-high-quality:before {
content: "\f0ab";
}
2015-01-26 09:57:02 +01:00
.md-icon-loop:before {
content: "\f0ac";
}
2015-01-26 09:57:02 +01:00
.md-icon-mic:before {
content: "\f0ad";
}
2015-01-26 09:57:02 +01:00
.md-icon-mic-none:before {
content: "\f0ae";
}
2015-01-26 09:57:02 +01:00
.md-icon-mic-off:before {
content: "\f0af";
}
2015-01-26 09:57:02 +01:00
.md-icon-movie:before {
content: "\f0b0";
}
2015-01-26 09:57:02 +01:00
.md-icon-my-library-add:before {
content: "\f0b1";
}
2015-01-26 09:57:02 +01:00
.md-icon-my-library-books:before {
content: "\f0b2";
}
2015-01-26 09:57:02 +01:00
.md-icon-my-library-music:before {
content: "\f0b3";
}
2015-01-26 09:57:02 +01:00
.md-icon-new-releases:before {
content: "\f0b4";
}
2015-01-26 09:57:02 +01:00
.md-icon-not-interested:before {
content: "\f0b5";
}
2015-01-26 09:57:02 +01:00
.md-icon-pause:before {
content: "\f0b6";
}
2015-01-26 09:57:02 +01:00
.md-icon-pause-circle-fill:before {
content: "\f0b7";
}
2015-01-26 09:57:02 +01:00
.md-icon-pause-circle-outline:before {
content: "\f0b8";
}
2015-01-26 09:57:02 +01:00
.md-icon-play-arrow:before {
content: "\f0b9";
}
2015-01-26 09:57:02 +01:00
.md-icon-play-circle-fill:before {
content: "\f0ba";
}
2015-01-26 09:57:02 +01:00
.md-icon-play-circle-outline:before {
content: "\f0bb";
}
2015-01-26 09:57:02 +01:00
.md-icon-playlist-add:before {
content: "\f0bc";
}
2015-01-26 09:57:02 +01:00
.md-icon-play-shopping-bag:before {
content: "\f0bd";
}
2015-01-26 09:57:02 +01:00
.md-icon-queue:before {
content: "\f0be";
}
2015-01-26 09:57:02 +01:00
.md-icon-queue-music:before {
content: "\f0bf";
}
2015-01-26 09:57:02 +01:00
.md-icon-radio:before {
content: "\f0c0";
}
2015-01-26 09:57:02 +01:00
.md-icon-recent-actors:before {
content: "\f0c1";
}
2015-01-26 09:57:02 +01:00
.md-icon-repeat:before {
content: "\f0c2";
}
2015-01-26 09:57:02 +01:00
.md-icon-repeat-one:before {
content: "\f0c3";
}
2015-01-26 09:57:02 +01:00
.md-icon-replay:before {
content: "\f0c4";
}
2015-01-26 09:57:02 +01:00
.md-icon-shuffle:before {
content: "\f0c5";
}
2015-01-26 09:57:02 +01:00
.md-icon-skip-next:before {
content: "\f0c6";
}
2015-01-26 09:57:02 +01:00
.md-icon-skip-previous:before {
content: "\f0c7";
}
2015-01-26 09:57:02 +01:00
.md-icon-snooze:before {
content: "\f0c8";
}
2015-01-26 09:57:02 +01:00
.md-icon-stop:before {
content: "\f0c9";
}
2015-01-26 09:57:02 +01:00
.md-icon-subtitles:before {
content: "\f0ca";
}
2015-01-26 09:57:02 +01:00
.md-icon-surround-sound:before {
content: "\f0cb";
}
2015-01-26 09:57:02 +01:00
.md-icon-videocam:before {
content: "\f0cc";
}
2015-01-26 09:57:02 +01:00
.md-icon-videocam-off:before {
content: "\f0cd";
}
2015-01-26 09:57:02 +01:00
.md-icon-video-collection:before {
content: "\f0ce";
}
2015-01-26 09:57:02 +01:00
.md-icon-volume-down:before {
content: "\f0cf";
}
2015-01-26 09:57:02 +01:00
.md-icon-volume-mute:before {
content: "\f0d0";
}
2015-01-26 09:57:02 +01:00
.md-icon-volume-off:before {
content: "\f0d1";
}
2015-01-26 09:57:02 +01:00
.md-icon-volume-up:before {
content: "\f0d2";
}
2015-01-26 09:57:02 +01:00
.md-icon-web:before {
content: "\f0d3";
}
2015-01-26 09:57:02 +01:00
.md-icon-business:before {
content: "\f0d4";
}
2015-01-26 09:57:02 +01:00
.md-icon-call:before {
content: "\f0d5";
}
2015-01-26 09:57:02 +01:00
.md-icon-call-end:before {
content: "\f0d6";
}
2015-01-26 09:57:02 +01:00
.md-icon-call-made:before {
content: "\f0d7";
}
2015-01-26 09:57:02 +01:00
.md-icon-call-merge:before {
content: "\f0d8";
}
2015-01-26 09:57:02 +01:00
.md-icon-call-missed:before {
content: "\f0d9";
}
2015-01-26 09:57:02 +01:00
.md-icon-call-received:before {
content: "\f0da";
}
2015-01-26 09:57:02 +01:00
.md-icon-call-split:before {
content: "\f0db";
}
2015-01-26 09:57:02 +01:00
.md-icon-chat:before {
content: "\f0dc";
}
2015-01-26 09:57:02 +01:00
.md-icon-clear-all:before {
content: "\f0dd";
}
2015-01-26 09:57:02 +01:00
.md-icon-comment:before {
content: "\f0de";
}
2015-01-26 09:57:02 +01:00
.md-icon-contacts:before {
content: "\f0df";
}
2015-01-26 09:57:02 +01:00
.md-icon-dialer-sip:before {
content: "\f0e0";
}
2015-01-26 09:57:02 +01:00
.md-icon-dialpad:before {
content: "\f0e1";
}
2015-01-26 09:57:02 +01:00
.md-icon-dnd-on:before {
content: "\f0e2";
}
2015-01-26 09:57:02 +01:00
.md-icon-email:before {
content: "\f0e3";
}
2015-01-26 09:57:02 +01:00
.md-icon-forum:before {
content: "\f0e4";
}
2015-01-26 09:57:02 +01:00
.md-icon-import-export:before {
content: "\f0e5";
}
2015-01-26 09:57:02 +01:00
.md-icon-invert-colors-off:before {
content: "\f0e6";
}
2015-01-26 09:57:02 +01:00
.md-icon-invert-colors-on:before {
content: "\f0e7";
}
2015-01-26 09:57:02 +01:00
.md-icon-live-help:before {
content: "\f0e8";
}
2015-01-26 09:57:02 +01:00
.md-icon-location-off:before {
content: "\f0e9";
}
2015-01-26 09:57:02 +01:00
.md-icon-location-on:before {
content: "\f0ea";
}
2015-01-26 09:57:02 +01:00
.md-icon-message:before {
content: "\f0eb";
}
2015-01-26 09:57:02 +01:00
.md-icon-messenger:before {
content: "\f0ec";
}
2015-01-26 09:57:02 +01:00
.md-icon-no-sim:before {
content: "\f0ed";
}
2015-01-26 09:57:02 +01:00
.md-icon-phone:before {
content: "\f0ee";
}
2015-01-26 09:57:02 +01:00
.md-icon-portable-wifi-off:before {
content: "\f0ef";
}
2015-01-26 09:57:02 +01:00
.md-icon-quick-contacts-dialer:before {
content: "\f0f0";
}
2015-01-26 09:57:02 +01:00
.md-icon-quick-contacts-mail:before {
content: "\f0f1";
}
2015-01-26 09:57:02 +01:00
.md-icon-ring-volume:before {
content: "\f0f2";
}
2015-01-26 09:57:02 +01:00
.md-icon-stay-current-landscape:before {
content: "\f0f3";
}
2015-01-26 09:57:02 +01:00
.md-icon-stay-current-portrait:before {
content: "\f0f4";
}
2015-01-26 09:57:02 +01:00
.md-icon-stay-primary-landscape:before {
content: "\f0f5";
}
2015-01-26 09:57:02 +01:00
.md-icon-stay-primary-portrait:before {
content: "\f0f6";
}
2015-01-26 09:57:02 +01:00
.md-icon-swap-calls:before {
content: "\f0f7";
}
2015-01-26 09:57:02 +01:00
.md-icon-textsms:before {
content: "\f0f8";
}
2015-01-26 09:57:02 +01:00
.md-icon-voicemail:before {
content: "\f0f9";
}
2015-01-26 09:57:02 +01:00
.md-icon-vpn-key:before {
content: "\f0fa";
}
2015-01-26 09:57:02 +01:00
.md-icon-add:before {
content: "\f0fb";
}
2015-01-26 09:57:02 +01:00
.md-icon-add-box:before {
content: "\f0fc";
}
2015-01-26 09:57:02 +01:00
.md-icon-add-circle:before {
content: "\f0fd";
}
2015-01-26 09:57:02 +01:00
.md-icon-add-circle-outline:before {
content: "\f0fe";
}
2015-01-26 09:57:02 +01:00
.md-icon-archive:before {
content: "\f0ff";
}
2015-01-26 09:57:02 +01:00
.md-icon-backspace:before {
content: "\f100";
}
2015-01-26 09:57:02 +01:00
.md-icon-block:before {
content: "\f101";
}
2015-01-26 09:57:02 +01:00
.md-icon-clear:before {
content: "\f102";
}
2015-01-26 09:57:02 +01:00
.md-icon-content-copy:before {
content: "\f103";
}
2015-01-26 09:57:02 +01:00
.md-icon-content-cut:before {
content: "\f104";
}
2015-01-26 09:57:02 +01:00
.md-icon-content-paste:before {
content: "\f105";
}
2015-01-26 09:57:02 +01:00
.md-icon-create:before {
content: "\f106";
}
2015-01-26 09:57:02 +01:00
.md-icon-drafts:before {
content: "\f107";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-list:before {
content: "\f108";
}
2015-01-26 09:57:02 +01:00
.md-icon-flag:before {
content: "\f109";
}
2015-01-26 09:57:02 +01:00
.md-icon-forward:before {
content: "\f10a";
}
2015-01-26 09:57:02 +01:00
.md-icon-gesture:before {
content: "\f10b";
}
2015-01-26 09:57:02 +01:00
.md-icon-inbox:before {
content: "\f10c";
}
2015-01-26 09:57:02 +01:00
.md-icon-link:before {
content: "\f10d";
}
2015-01-26 09:57:02 +01:00
.md-icon-mail:before {
content: "\f10e";
}
2015-01-26 09:57:02 +01:00
.md-icon-markunread:before {
content: "\f10f";
}
2015-01-26 09:57:02 +01:00
.md-icon-redo:before {
content: "\f110";
}
2015-01-26 09:57:02 +01:00
.md-icon-remove:before {
content: "\f111";
}
2015-01-26 09:57:02 +01:00
.md-icon-remove-circle:before {
content: "\f112";
}
2015-01-26 09:57:02 +01:00
.md-icon-remove-circle-outline:before {
content: "\f113";
}
2015-01-26 09:57:02 +01:00
.md-icon-reply:before {
content: "\f114";
}
2015-01-26 09:57:02 +01:00
.md-icon-reply-all:before {
content: "\f115";
}
2015-01-26 09:57:02 +01:00
.md-icon-report:before {
content: "\f116";
}
2015-01-26 09:57:02 +01:00
.md-icon-save:before {
content: "\f117";
}
2015-01-26 09:57:02 +01:00
.md-icon-select-all:before {
content: "\f118";
}
2015-01-26 09:57:02 +01:00
.md-icon-send:before {
content: "\f119";
}
2015-01-26 09:57:02 +01:00
.md-icon-sort:before {
content: "\f11a";
}
2015-01-26 09:57:02 +01:00
.md-icon-text-format:before {
content: "\f11b";
}
2015-01-26 09:57:02 +01:00
.md-icon-undo:before {
content: "\f11c";
}
2015-01-26 09:57:02 +01:00
.md-icon-access-alarm:before {
content: "\f11d";
}
2015-01-26 09:57:02 +01:00
.md-icon-access-alarms:before {
content: "\f11e";
}
2015-01-26 09:57:02 +01:00
.md-icon-access-time:before {
content: "\f11f";
}
2015-01-26 09:57:02 +01:00
.md-icon-add-alarm:before {
content: "\f120";
}
2015-01-26 09:57:02 +01:00
.md-icon-airplanemode-off:before {
content: "\f121";
}
2015-01-26 09:57:02 +01:00
.md-icon-airplanemode-on:before {
content: "\f122";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-20:before {
content: "\f123";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-30:before {
content: "\f124";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-50:before {
content: "\f125";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-60:before {
content: "\f126";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-80:before {
content: "\f127";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-90:before {
content: "\f128";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-alert:before {
content: "\f129";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-charging-20:before {
content: "\f12a";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-charging-30:before {
content: "\f12b";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-charging-50:before {
content: "\f12c";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-charging-60:before {
content: "\f12d";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-charging-80:before {
content: "\f12e";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-charging-90:before {
content: "\f12f";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-charging-full:before {
content: "\f130";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-full:before {
content: "\f131";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-std:before {
content: "\f132";
}
2015-01-26 09:57:02 +01:00
.md-icon-battery-unknown:before {
content: "\f133";
}
2015-01-26 09:57:02 +01:00
.md-icon-bluetooth:before {
content: "\f134";
}
2015-01-26 09:57:02 +01:00
.md-icon-bluetooth-connected:before {
content: "\f135";
}
2015-01-26 09:57:02 +01:00
.md-icon-bluetooth-disabled:before {
content: "\f136";
}
2015-01-26 09:57:02 +01:00
.md-icon-bluetooth-searching:before {
content: "\f137";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-auto:before {
content: "\f138";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-high:before {
content: "\f139";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-low:before {
content: "\f13a";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-medium:before {
content: "\f13b";
}
2015-01-26 09:57:02 +01:00
.md-icon-data-usage:before {
content: "\f13c";
}
2015-01-26 09:57:02 +01:00
.md-icon-developer-mode:before {
content: "\f13d";
}
2015-01-26 09:57:02 +01:00
.md-icon-devices:before {
content: "\f13e";
}
2015-01-26 09:57:02 +01:00
.md-icon-dvr:before {
content: "\f13f";
}
2015-01-26 09:57:02 +01:00
.md-icon-gps-fixed:before {
content: "\f140";
}
2015-01-26 09:57:02 +01:00
.md-icon-gps-not-fixed:before {
content: "\f141";
}
2015-01-26 09:57:02 +01:00
.md-icon-gps-off:before {
content: "\f142";
}
2015-01-26 09:57:02 +01:00
.md-icon-location-disabled:before {
content: "\f143";
}
2015-01-26 09:57:02 +01:00
.md-icon-location-searching:before {
content: "\f144";
}
2015-01-26 09:57:02 +01:00
.md-icon-multitrack-audio:before {
content: "\f145";
}
2015-01-26 09:57:02 +01:00
.md-icon-network-cell:before {
content: "\f146";
}
2015-01-26 09:57:02 +01:00
.md-icon-network-wifi:before {
content: "\f147";
}
2015-01-26 09:57:02 +01:00
.md-icon-nfc:before {
content: "\f148";
}
2015-01-26 09:57:02 +01:00
.md-icon-now-wallpaper:before {
content: "\f149";
}
2015-01-26 09:57:02 +01:00
.md-icon-now-widgets:before {
content: "\f14a";
}
2015-01-26 09:57:02 +01:00
.md-icon-screen-lock-landscape:before {
content: "\f14b";
}
2015-01-26 09:57:02 +01:00
.md-icon-screen-lock-portrait:before {
content: "\f14c";
}
2015-01-26 09:57:02 +01:00
.md-icon-screen-lock-rotation:before {
content: "\f14d";
}
2015-01-26 09:57:02 +01:00
.md-icon-screen-rotation:before {
content: "\f14e";
}
2015-01-26 09:57:02 +01:00
.md-icon-sd-storage:before {
content: "\f14f";
}
2015-01-26 09:57:02 +01:00
.md-icon-settings-system-daydream:before {
content: "\f150";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-0-bar:before {
content: "\f151";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-1-bar:before {
content: "\f152";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-2-bar:before {
content: "\f153";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-3-bar:before {
content: "\f154";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-4-bar:before {
content: "\f155";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-connected-no-internet-0-bar:before {
content: "\f156";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-connected-no-internet-1-bar:before {
content: "\f157";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-connected-no-internet-2-bar:before {
content: "\f158";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-connected-no-internet-3-bar:before {
content: "\f159";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-connected-no-internet-4-bar:before {
content: "\f15a";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-no-sim:before {
content: "\f15b";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-null:before {
content: "\f15c";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-cellular-off:before {
content: "\f15d";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-wifi-0-bar:before {
content: "\f15e";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-wifi-1-bar:before {
content: "\f15f";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-wifi-2-bar:before {
content: "\f160";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-wifi-3-bar:before {
content: "\f161";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-wifi-4-bar:before {
content: "\f162";
}
2015-01-26 09:57:02 +01:00
.md-icon-signal-wifi-off:before {
content: "\f163";
}
2015-01-26 09:57:02 +01:00
.md-icon-storage:before {
content: "\f164";
}
2015-01-26 09:57:02 +01:00
.md-icon-usb:before {
content: "\f165";
}
2015-01-26 09:57:02 +01:00
.md-icon-wifi-lock:before {
content: "\f166";
}
2015-01-26 09:57:02 +01:00
.md-icon-wifi-tethering:before {
content: "\f167";
}
2015-01-26 09:57:02 +01:00
.md-icon-attach-file:before {
content: "\f168";
}
2015-01-26 09:57:02 +01:00
.md-icon-attach-money:before {
content: "\f169";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-all:before {
content: "\f16a";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-bottom:before {
content: "\f16b";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-clear:before {
content: "\f16c";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-color:before {
content: "\f16d";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-horizontal:before {
content: "\f16e";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-inner:before {
content: "\f16f";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-left:before {
content: "\f170";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-outer:before {
content: "\f171";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-right:before {
content: "\f172";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-style:before {
content: "\f173";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-top:before {
content: "\f174";
}
2015-01-26 09:57:02 +01:00
.md-icon-border-vertical:before {
content: "\f175";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-align-center:before {
content: "\f176";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-align-justify:before {
content: "\f177";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-align-left:before {
content: "\f178";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-align-right:before {
content: "\f179";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-bold:before {
content: "\f17a";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-clear:before {
content: "\f17b";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-color-fill:before {
content: "\f17c";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-color-reset:before {
content: "\f17d";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-color-text:before {
content: "\f17e";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-indent-decrease:before {
content: "\f17f";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-indent-increase:before {
content: "\f180";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-italic:before {
content: "\f181";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-line-spacing:before {
content: "\f182";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-list-bulleted:before {
content: "\f183";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-list-numbered:before {
content: "\f184";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-paint:before {
content: "\f185";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-quote:before {
content: "\f186";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-size:before {
content: "\f187";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-strikethrough:before {
content: "\f188";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-textdirection-l-to-r:before {
content: "\f189";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-textdirection-r-to-l:before {
content: "\f18a";
}
2015-01-26 09:57:02 +01:00
.md-icon-format-underline:before {
content: "\f18b";
}
2015-01-26 09:57:02 +01:00
.md-icon-functions:before {
content: "\f18c";
}
2015-01-26 09:57:02 +01:00
.md-icon-insert-chart:before {
content: "\f18d";
}
2015-01-26 09:57:02 +01:00
.md-icon-insert-comment:before {
content: "\f18e";
}
2015-01-26 09:57:02 +01:00
.md-icon-insert-drive-file:before {
content: "\f18f";
}
2015-01-26 09:57:02 +01:00
.md-icon-insert-emoticon:before {
content: "\f190";
}
2015-01-26 09:57:02 +01:00
.md-icon-insert-invitation:before {
content: "\f191";
}
2015-01-26 09:57:02 +01:00
.md-icon-insert-link:before {
content: "\f192";
}
2015-01-26 09:57:02 +01:00
.md-icon-insert-photo:before {
content: "\f193";
}
2015-01-26 09:57:02 +01:00
.md-icon-merge-type:before {
content: "\f194";
}
2015-01-26 09:57:02 +01:00
.md-icon-mode-comment:before {
content: "\f195";
}
2015-01-26 09:57:02 +01:00
.md-icon-mode-edit:before {
content: "\f196";
}
2015-01-26 09:57:02 +01:00
.md-icon-publish:before {
content: "\f197";
}
2015-01-26 09:57:02 +01:00
.md-icon-vertical-align-bottom:before {
content: "\f198";
}
2015-01-26 09:57:02 +01:00
.md-icon-vertical-align-center:before {
content: "\f199";
}
2015-01-26 09:57:02 +01:00
.md-icon-vertical-align-top:before {
content: "\f19a";
}
2015-01-26 09:57:02 +01:00
.md-icon-wrap-text:before {
content: "\f19b";
}
2015-01-26 09:57:02 +01:00
.md-icon-attachment:before {
content: "\f19c";
}
2015-01-26 09:57:02 +01:00
.md-icon-cloud:before {
content: "\f19d";
}
2015-01-26 09:57:02 +01:00
.md-icon-cloud-circle:before {
content: "\f19e";
}
2015-01-26 09:57:02 +01:00
.md-icon-cloud-done:before {
content: "\f19f";
}
2015-01-26 09:57:02 +01:00
.md-icon-cloud-download:before {
content: "\f1a0";
}
2015-01-26 09:57:02 +01:00
.md-icon-cloud-off:before {
content: "\f1a1";
}
2015-01-26 09:57:02 +01:00
.md-icon-cloud-queue:before {
content: "\f1a2";
}
2015-01-26 09:57:02 +01:00
.md-icon-cloud-upload:before {
content: "\f1a3";
}
2015-01-26 09:57:02 +01:00
.md-icon-file-download:before {
content: "\f1a4";
}
2015-01-26 09:57:02 +01:00
.md-icon-file-upload:before {
content: "\f1a5";
}
2015-01-26 09:57:02 +01:00
.md-icon-folder:before {
content: "\f1a6";
}
2015-01-26 09:57:02 +01:00
.md-icon-folder-open:before {
content: "\f1a7";
}
2015-01-26 09:57:02 +01:00
.md-icon-folder-shared:before {
content: "\f1a8";
}
2015-01-26 09:57:02 +01:00
.md-icon-cast:before {
content: "\f1a9";
}
2015-01-26 09:57:02 +01:00
.md-icon-cast-connected:before {
content: "\f1aa";
}
2015-01-26 09:57:02 +01:00
.md-icon-computer:before {
content: "\f1ab";
}
2015-01-26 09:57:02 +01:00
.md-icon-desktop-mac:before {
content: "\f1ac";
}
2015-01-26 09:57:02 +01:00
.md-icon-desktop-windows:before {
content: "\f1ad";
}
2015-01-26 09:57:02 +01:00
.md-icon-dock:before {
content: "\f1ae";
}
2015-01-26 09:57:02 +01:00
.md-icon-gamepad:before {
content: "\f1af";
}
2015-01-26 09:57:02 +01:00
.md-icon-headset:before {
content: "\f1b0";
}
2015-01-26 09:57:02 +01:00
.md-icon-headset-mic:before {
content: "\f1b1";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard:before {
content: "\f1b2";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-alt:before {
content: "\f1b3";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-arrow-down:before {
content: "\f1b4";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-arrow-left:before {
content: "\f1b5";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-arrow-right:before {
content: "\f1b6";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-arrow-up:before {
content: "\f1b7";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-backspace:before {
content: "\f1b8";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-capslock:before {
content: "\f1b9";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-control:before {
content: "\f1ba";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-hide:before {
content: "\f1bb";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-return:before {
content: "\f1bc";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-tab:before {
content: "\f1bd";
}
2015-01-26 09:57:02 +01:00
.md-icon-keyboard-voice:before {
content: "\f1be";
}
2015-01-26 09:57:02 +01:00
.md-icon-laptop:before {
content: "\f1bf";
}
2015-01-26 09:57:02 +01:00
.md-icon-laptop-chromebook:before {
content: "\f1c0";
}
2015-01-26 09:57:02 +01:00
.md-icon-laptop-mac:before {
content: "\f1c1";
}
2015-01-26 09:57:02 +01:00
.md-icon-laptop-windows:before {
content: "\f1c2";
}
2015-01-26 09:57:02 +01:00
.md-icon-memory:before {
content: "\f1c3";
}
2015-01-26 09:57:02 +01:00
.md-icon-mouse:before {
content: "\f1c4";
}
2015-01-26 09:57:02 +01:00
.md-icon-phone-android:before {
content: "\f1c5";
}
2015-01-26 09:57:02 +01:00
.md-icon-phone-iphone:before {
content: "\f1c6";
}
2015-01-26 09:57:02 +01:00
.md-icon-phonelink:before {
content: "\f1c7";
}
2015-01-26 09:57:02 +01:00
.md-icon-phonelink-off:before {
content: "\f1c8";
}
2015-01-26 09:57:02 +01:00
.md-icon-security:before {
content: "\f1c9";
}
2015-01-26 09:57:02 +01:00
.md-icon-sim-card:before {
content: "\f1ca";
}
2015-01-26 09:57:02 +01:00
.md-icon-smartphone:before {
content: "\f1cb";
}
2015-01-26 09:57:02 +01:00
.md-icon-speaker:before {
content: "\f1cc";
}
2015-01-26 09:57:02 +01:00
.md-icon-tablet:before {
content: "\f1cd";
}
2015-01-26 09:57:02 +01:00
.md-icon-tablet-android:before {
content: "\f1ce";
}
2015-01-26 09:57:02 +01:00
.md-icon-tablet-mac:before {
content: "\f1cf";
}
2015-01-26 09:57:02 +01:00
.md-icon-tv:before {
content: "\f1d0";
}
2015-01-26 09:57:02 +01:00
.md-icon-watch:before {
content: "\f1d1";
}
2015-01-26 09:57:02 +01:00
.md-icon-add-to-photos:before {
content: "\f1d2";
}
2015-01-26 09:57:02 +01:00
.md-icon-adjust:before {
content: "\f1d3";
}
2015-01-26 09:57:02 +01:00
.md-icon-assistant-photo:before {
content: "\f1d4";
}
2015-01-26 09:57:02 +01:00
.md-icon-audiotrack:before {
content: "\f1d5";
}
2015-01-26 09:57:02 +01:00
.md-icon-blur-circular:before {
content: "\f1d6";
}
2015-01-26 09:57:02 +01:00
.md-icon-blur-linear:before {
content: "\f1d7";
}
2015-01-26 09:57:02 +01:00
.md-icon-blur-off:before {
content: "\f1d8";
}
2015-01-26 09:57:02 +01:00
.md-icon-blur-on:before {
content: "\f1d9";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-1:before {
content: "\f1da";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-2:before {
content: "\f1db";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-3:before {
content: "\f1dc";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-4:before {
content: "\f1dd";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-5:before {
content: "\f1de";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-6:before {
content: "\f1df";
}
2015-01-26 09:57:02 +01:00
.md-icon-brightness-7:before {
content: "\f1e0";
}
2015-01-26 09:57:02 +01:00
.md-icon-brush:before {
content: "\f1e1";
}
2015-01-26 09:57:02 +01:00
.md-icon-camera:before {
content: "\f1e2";
}
2015-01-26 09:57:02 +01:00
.md-icon-camera-alt:before {
content: "\f1e3";
}
2015-01-26 09:57:02 +01:00
.md-icon-camera-front:before {
content: "\f1e4";
}
2015-01-26 09:57:02 +01:00
.md-icon-camera-rear:before {
content: "\f1e5";
}
2015-01-26 09:57:02 +01:00
.md-icon-camera-roll:before {
content: "\f1e6";
}
2015-01-26 09:57:02 +01:00
.md-icon-center-focus-strong:before {
content: "\f1e7";
}
2015-01-26 09:57:02 +01:00
.md-icon-center-focus-weak:before {
content: "\f1e8";
}
2015-01-26 09:57:02 +01:00
.md-icon-collections:before {
content: "\f1e9";
}
2015-01-26 09:57:02 +01:00
.md-icon-colorize:before {
content: "\f1ea";
}
2015-01-26 09:57:02 +01:00
.md-icon-color-lens:before {
content: "\f1eb";
}
2015-01-26 09:57:02 +01:00
.md-icon-compare:before {
content: "\f1ec";
}
2015-01-26 09:57:02 +01:00
.md-icon-control-point:before {
content: "\f1ed";
}
2015-01-26 09:57:02 +01:00
.md-icon-control-point-duplicate:before {
content: "\f1ee";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop:before {
content: "\f1ef";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-3-2:before {
content: "\f1f0";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-5-4:before {
content: "\f1f1";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-7-5:before {
content: "\f1f2";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-16-9:before {
content: "\f1f3";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-din:before {
content: "\f1f4";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-free:before {
content: "\f1f5";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-landscape:before {
content: "\f1f6";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-original:before {
content: "\f1f7";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-portrait:before {
content: "\f1f8";
}
2015-01-26 09:57:02 +01:00
.md-icon-crop-square:before {
content: "\f1f9";
}
2015-01-26 09:57:02 +01:00
.md-icon-dehaze:before {
content: "\f1fa";
}
2015-01-26 09:57:02 +01:00
.md-icon-details:before {
content: "\f1fb";
}
2015-01-26 09:57:02 +01:00
.md-icon-edit:before {
content: "\f1fc";
}
2015-01-26 09:57:02 +01:00
.md-icon-exposure:before {
content: "\f1fd";
}
2015-01-26 09:57:02 +01:00
.md-icon-exposure-minus-1:before {
content: "\f1fe";
}
2015-01-26 09:57:02 +01:00
.md-icon-exposure-minus-2:before {
content: "\f1ff";
}
2015-01-26 09:57:02 +01:00
.md-icon-exposure-zero:before {
content: "\f200";
}
2015-01-26 09:57:02 +01:00
.md-icon-exposure-plus-1:before {
content: "\f201";
}
2015-01-26 09:57:02 +01:00
.md-icon-exposure-plus-2:before {
content: "\f202";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter:before {
content: "\f203";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-1:before {
content: "\f204";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-2:before {
content: "\f205";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-3:before {
content: "\f206";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-4:before {
content: "\f207";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-5:before {
content: "\f208";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-6:before {
content: "\f209";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-7:before {
content: "\f20a";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-8:before {
content: "\f20b";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-9:before {
content: "\f20c";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-9-plus:before {
content: "\f20d";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-b-and-w:before {
content: "\f20e";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-center-focus:before {
content: "\f20f";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-drama:before {
content: "\f210";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-frames:before {
content: "\f211";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-hdr:before {
content: "\f212";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-none:before {
content: "\f213";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-tilt-shift:before {
content: "\f214";
}
2015-01-26 09:57:02 +01:00
.md-icon-filter-vintage:before {
content: "\f215";
}
2015-01-26 09:57:02 +01:00
.md-icon-flare:before {
content: "\f216";
}
2015-01-26 09:57:02 +01:00
.md-icon-flash-auto:before {
content: "\f217";
}
2015-01-26 09:57:02 +01:00
.md-icon-flash-off:before {
content: "\f218";
}
2015-01-26 09:57:02 +01:00
.md-icon-flash-on:before {
content: "\f219";
}
2015-01-26 09:57:02 +01:00
.md-icon-flip:before {
content: "\f21a";
}
2015-01-26 09:57:02 +01:00
.md-icon-gradient:before {
content: "\f21b";
}
2015-01-26 09:57:02 +01:00
.md-icon-grain:before {
content: "\f21c";
}
2015-01-26 09:57:02 +01:00
.md-icon-grid-off:before {
content: "\f21d";
}
2015-01-26 09:57:02 +01:00
.md-icon-grid-on:before {
content: "\f21e";
}
2015-01-26 09:57:02 +01:00
.md-icon-hdr-off:before {
content: "\f21f";
}
2015-01-26 09:57:02 +01:00
.md-icon-hdr-on:before {
content: "\f220";
}
2015-01-26 09:57:02 +01:00
.md-icon-hdr-strong:before {
content: "\f221";
}
2015-01-26 09:57:02 +01:00
.md-icon-hdr-weak:before {
content: "\f222";
}
2015-01-26 09:57:02 +01:00
.md-icon-healing:before {
content: "\f223";
}
2015-01-26 09:57:02 +01:00
.md-icon-image:before {
content: "\f224";
}
2015-01-26 09:57:02 +01:00
.md-icon-image-aspect-ratio:before {
content: "\f225";
}
2015-01-26 09:57:02 +01:00
.md-icon-iso:before {
content: "\f226";
}
2015-01-26 09:57:02 +01:00
.md-icon-landscape:before {
content: "\f227";
}
2015-01-26 09:57:02 +01:00
.md-icon-leak-add:before {
content: "\f228";
}
2015-01-26 09:57:02 +01:00
.md-icon-leak-remove:before {
content: "\f229";
}
2015-01-26 09:57:02 +01:00
.md-icon-lens:before {
content: "\f22a";
}
2015-01-26 09:57:02 +01:00
.md-icon-looks:before {
content: "\f22b";
}
2015-01-26 09:57:02 +01:00
.md-icon-looks-1:before {
content: "\f22c";
}
2015-01-26 09:57:02 +01:00
.md-icon-looks-2:before {
content: "\f22d";
}
2015-01-26 09:57:02 +01:00
.md-icon-looks-3:before {
content: "\f22e";
}
2015-01-26 09:57:02 +01:00
.md-icon-looks-4:before {
content: "\f22f";
}
2015-01-26 09:57:02 +01:00
.md-icon-looks-5:before {
content: "\f230";
}
2015-01-26 09:57:02 +01:00
.md-icon-looks-6:before {
content: "\f231";
}
2015-01-26 09:57:02 +01:00
.md-icon-loupe:before {
content: "\f232";
}
2015-01-26 09:57:02 +01:00
.md-icon-movie-creation:before {
content: "\f233";
}
2015-01-26 09:57:02 +01:00
.md-icon-nature:before {
content: "\f234";
}
2015-01-26 09:57:02 +01:00
.md-icon-nature-people:before {
content: "\f235";
}
2015-01-26 09:57:02 +01:00
.md-icon-navigate-before:before {
content: "\f236";
}
2015-01-26 09:57:02 +01:00
.md-icon-navigate-next:before {
content: "\f237";
}
2015-01-26 09:57:02 +01:00
.md-icon-palette:before {
content: "\f238";
}
2015-01-26 09:57:02 +01:00
.md-icon-panorama:before {
content: "\f239";
}
2015-01-26 09:57:02 +01:00
.md-icon-panorama-fisheye:before {
content: "\f23a";
}
2015-01-26 09:57:02 +01:00
.md-icon-panorama-horizontal:before {
content: "\f23b";
}
2015-01-26 09:57:02 +01:00
.md-icon-panorama-vertical:before {
content: "\f23c";
}
2015-01-26 09:57:02 +01:00
.md-icon-panorama-wide-angle:before {
content: "\f23d";
}
2015-01-26 09:57:02 +01:00
.md-icon-photo:before {
content: "\f23e";
}
2015-01-26 09:57:02 +01:00
.md-icon-photo-album:before {
content: "\f23f";
}
2015-01-26 09:57:02 +01:00
.md-icon-photo-camera:before {
content: "\f240";
}
2015-01-26 09:57:02 +01:00
.md-icon-photo-library:before {
content: "\f241";
}
2015-01-26 09:57:02 +01:00
.md-icon-portrait:before {
content: "\f242";
}
2015-01-26 09:57:02 +01:00
.md-icon-remove-red-eye:before {
content: "\f243";
}
2015-01-26 09:57:02 +01:00
.md-icon-rotate-left:before {
content: "\f244";
}
2015-01-26 09:57:02 +01:00
.md-icon-rotate-right:before {
content: "\f245";
}
2015-01-26 09:57:02 +01:00
.md-icon-slideshow:before {
content: "\f246";
}
2015-01-26 09:57:02 +01:00
.md-icon-straighten:before {
content: "\f247";
}
2015-01-26 09:57:02 +01:00
.md-icon-style:before {
content: "\f248";
}
2015-01-26 09:57:02 +01:00
.md-icon-switch-camera:before {
content: "\f249";
}
2015-01-26 09:57:02 +01:00
.md-icon-switch-video:before {
content: "\f24a";
}
2015-01-26 09:57:02 +01:00
.md-icon-tag-faces:before {
content: "\f24b";
}
2015-01-26 09:57:02 +01:00
.md-icon-texture:before {
content: "\f24c";
}
2015-01-26 09:57:02 +01:00
.md-icon-timelapse:before {
content: "\f24d";
}
2015-01-26 09:57:02 +01:00
.md-icon-timer:before {
content: "\f24e";
}
2015-01-26 09:57:02 +01:00
.md-icon-timer-3:before {
content: "\f24f";
}
2015-01-26 09:57:02 +01:00
.md-icon-timer-10:before {
content: "\f250";
}
2015-01-26 09:57:02 +01:00
.md-icon-timer-auto:before {
content: "\f251";
}
2015-01-26 09:57:02 +01:00
.md-icon-timer-off:before {
content: "\f252";
}
2015-01-26 09:57:02 +01:00
.md-icon-tonality:before {
content: "\f253";
}
2015-01-26 09:57:02 +01:00
.md-icon-transform:before {
content: "\f254";
}
2015-01-26 09:57:02 +01:00
.md-icon-tune:before {
content: "\f255";
}
2015-01-26 09:57:02 +01:00
.md-icon-wb-auto:before {
content: "\f256";
}
2015-01-26 09:57:02 +01:00
.md-icon-wb-cloudy:before {
content: "\f257";
}
2015-01-26 09:57:02 +01:00
.md-icon-wb-incandescent:before {
content: "\f258";
}
2015-01-26 09:57:02 +01:00
.md-icon-wb-irradescent:before {
content: "\f259";
}
2015-01-26 09:57:02 +01:00
.md-icon-wb-sunny:before {
content: "\f25a";
}
2015-01-26 09:57:02 +01:00
.md-icon-beenhere:before {
content: "\f25b";
}
2015-01-26 09:57:02 +01:00
.md-icon-directions:before {
content: "\f25c";
}
2015-01-26 09:57:02 +01:00
.md-icon-directions-bike:before {
content: "\f25d";
}
2015-01-26 09:57:02 +01:00
.md-icon-directions-bus:before {
content: "\f25e";
}
2015-01-26 09:57:02 +01:00
.md-icon-directions-car:before {
content: "\f25f";
}
2015-01-26 09:57:02 +01:00
.md-icon-directions-ferry:before {
content: "\f260";
}
2015-01-26 09:57:02 +01:00
.md-icon-directions-subway:before {
content: "\f261";
}
2015-01-26 09:57:02 +01:00
.md-icon-directions-train:before {
content: "\f262";
}
2015-01-26 09:57:02 +01:00
.md-icon-directions-transit:before {
content: "\f263";
}
2015-01-26 09:57:02 +01:00
.md-icon-directions-walk:before {
content: "\f264";
}
2015-01-26 09:57:02 +01:00
.md-icon-flight:before {
content: "\f265";
}
2015-01-26 09:57:02 +01:00
.md-icon-hotel:before {
content: "\f266";
}
2015-01-26 09:57:02 +01:00
.md-icon-layers:before {
content: "\f267";
}
2015-01-26 09:57:02 +01:00
.md-icon-layers-clear:before {
content: "\f268";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-airport:before {
content: "\f269";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-atm:before {
content: "\f26a";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-attraction:before {
content: "\f26b";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-bar:before {
content: "\f26c";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-cafe:before {
content: "\f26d";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-car-wash:before {
content: "\f26e";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-convenience-store:before {
content: "\f26f";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-drink:before {
content: "\f270";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-florist:before {
content: "\f271";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-gas-station:before {
content: "\f272";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-grocery-store:before {
content: "\f273";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-hospital:before {
content: "\f274";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-hotel:before {
content: "\f275";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-laundry-service:before {
content: "\f276";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-library:before {
content: "\f277";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-mall:before {
content: "\f278";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-movies:before {
content: "\f279";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-offer:before {
content: "\f27a";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-parking:before {
content: "\f27b";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-pharmacy:before {
content: "\f27c";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-phone:before {
content: "\f27d";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-pizza:before {
content: "\f27e";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-play:before {
content: "\f27f";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-post-office:before {
content: "\f280";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-print-shop:before {
content: "\f281";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-restaurant:before {
content: "\f282";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-see:before {
content: "\f283";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-shipping:before {
content: "\f284";
}
2015-01-26 09:57:02 +01:00
.md-icon-local-taxi:before {
content: "\f285";
}
2015-01-26 09:57:02 +01:00
.md-icon-location-history:before {
content: "\f286";
}
2015-01-26 09:57:02 +01:00
.md-icon-map:before {
content: "\f287";
}
2015-01-26 09:57:02 +01:00
.md-icon-my-location:before {
content: "\f288";
}
2015-01-26 09:57:02 +01:00
.md-icon-navigation:before {
content: "\f289";
}
2015-01-26 09:57:02 +01:00
.md-icon-pin-drop:before {
content: "\f28a";
}
2015-01-26 09:57:02 +01:00
.md-icon-place:before {
content: "\f28b";
}
2015-01-26 09:57:02 +01:00
.md-icon-rate-review:before {
content: "\f28c";
}
2015-01-26 09:57:02 +01:00
.md-icon-restaurant-menu:before {
content: "\f28d";
}
2015-01-26 09:57:02 +01:00
.md-icon-satellite:before {
content: "\f28e";
}
2015-01-26 09:57:02 +01:00
.md-icon-store-mall-directory:before {
content: "\f28f";
}
2015-01-26 09:57:02 +01:00
.md-icon-terrain:before {
content: "\f290";
}
2015-01-26 09:57:02 +01:00
.md-icon-traffic:before {
content: "\f291";
}
2015-01-26 09:57:02 +01:00
.md-icon-apps:before {
content: "\f292";
}
2015-01-26 09:57:02 +01:00
.md-icon-cancel:before {
content: "\f293";
}
2015-01-26 09:57:02 +01:00
.md-icon-arrow-drop-down-circle:before {
content: "\f294";
}
2015-01-26 09:57:02 +01:00
.md-icon-arrow-drop-down:before {
content: "\f295";
}
2015-01-26 09:57:02 +01:00
.md-icon-arrow-drop-up:before {
content: "\f296";
}
2015-01-26 09:57:02 +01:00
.md-icon-arrow-back:before {
content: "\f297";
}
2015-01-26 09:57:02 +01:00
.md-icon-arrow-forward:before {
content: "\f298";
}
2015-01-26 09:57:02 +01:00
.md-icon-check:before {
content: "\f299";
}
2015-01-26 09:57:02 +01:00
.md-icon-close:before {
content: "\f29a";
}
2015-01-26 09:57:02 +01:00
.md-icon-chevron-left:before {
content: "\f29b";
}
2015-01-26 09:57:02 +01:00
.md-icon-chevron-right:before {
content: "\f29c";
}
2015-01-26 09:57:02 +01:00
.md-icon-expand-less:before {
content: "\f29d";
}
2015-01-26 09:57:02 +01:00
.md-icon-expand-more:before {
content: "\f29e";
}
2015-01-26 09:57:02 +01:00
.md-icon-fullscreen:before {
content: "\f29f";
}
2015-01-26 09:57:02 +01:00
.md-icon-fullscreen-exit:before {
content: "\f2a0";
}
2015-01-26 09:57:02 +01:00
.md-icon-menu:before {
content: "\f2a1";
}
2015-01-26 09:57:02 +01:00
.md-icon-more-horiz:before {
content: "\f2a2";
}
2015-01-26 09:57:02 +01:00
.md-icon-more-vert:before {
content: "\f2a3";
}
2015-01-26 09:57:02 +01:00
.md-icon-refresh:before {
content: "\f2a4";
}
2015-01-26 09:57:02 +01:00
.md-icon-unfold-less:before {
content: "\f2a5";
}
2015-01-26 09:57:02 +01:00
.md-icon-unfold-more:before {
content: "\f2a6";
}
2015-01-26 09:57:02 +01:00
.md-icon-adb:before {
content: "\f2a7";
}
2015-01-26 09:57:02 +01:00
.md-icon-bluetooth-audio:before {
content: "\f2a8";
}
2015-01-26 09:57:02 +01:00
.md-icon-disc-full:before {
content: "\f2a9";
}
2015-01-26 09:57:02 +01:00
.md-icon-dnd-forwardslash:before {
content: "\f2aa";
}
2015-01-26 09:57:02 +01:00
.md-icon-do-not-disturb:before {
content: "\f2ab";
}
2015-01-26 09:57:02 +01:00
.md-icon-drive-eta:before {
content: "\f2ac";
}
2015-01-26 09:57:02 +01:00
.md-icon-event-available:before {
content: "\f2ad";
}
2015-01-26 09:57:02 +01:00
.md-icon-event-busy:before {
content: "\f2ae";
}
2015-01-26 09:57:02 +01:00
.md-icon-event-note:before {
content: "\f2af";
}
2015-01-26 09:57:02 +01:00
.md-icon-folder-special:before {
content: "\f2b0";
}
2015-01-26 09:57:02 +01:00
.md-icon-mms:before {
content: "\f2b1";
}
2015-01-26 09:57:02 +01:00
.md-icon-more:before {
content: "\f2b2";
}
2015-01-26 09:57:02 +01:00
.md-icon-network-locked:before {
content: "\f2b3";
}
2015-01-26 09:57:02 +01:00
.md-icon-phone-bluetooth-speaker:before {
content: "\f2b4";
}
2015-01-26 09:57:02 +01:00
.md-icon-phone-forwarded:before {
content: "\f2b5";
}
2015-01-26 09:57:02 +01:00
.md-icon-phone-in-talk:before {
content: "\f2b6";
}
2015-01-26 09:57:02 +01:00
.md-icon-phone-locked:before {
content: "\f2b7";
}
2015-01-26 09:57:02 +01:00
.md-icon-phone-missed:before {
content: "\f2b8";
}
2015-01-26 09:57:02 +01:00
.md-icon-phone-paused:before {
content: "\f2b9";
}
2015-01-26 09:57:02 +01:00
.md-icon-play-download:before {
content: "\f2ba";
}
2015-01-26 09:57:02 +01:00
.md-icon-play-install:before {
content: "\f2bb";
}
2015-01-26 09:57:02 +01:00
.md-icon-sd-card:before {
content: "\f2bc";
}
2015-01-26 09:57:02 +01:00
.md-icon-sim-card-alert:before {
content: "\f2bd";
}
2015-01-26 09:57:02 +01:00
.md-icon-sms:before {
content: "\f2be";
}
2015-01-26 09:57:02 +01:00
.md-icon-sms-failed:before {
content: "\f2bf";
}
2015-01-26 09:57:02 +01:00
.md-icon-sync:before {
content: "\f2c0";
}
2015-01-26 09:57:02 +01:00
.md-icon-sync-disabled:before {
content: "\f2c1";
}
2015-01-26 09:57:02 +01:00
.md-icon-sync-problem:before {
content: "\f2c2";
}
2015-01-26 09:57:02 +01:00
.md-icon-system-update:before {
content: "\f2c3";
}
2015-01-26 09:57:02 +01:00
.md-icon-tap-and-play:before {
content: "\f2c4";
}
2015-01-26 09:57:02 +01:00
.md-icon-time-to-leave:before {
content: "\f2c5";
}
2015-01-26 09:57:02 +01:00
.md-icon-vibration:before {
content: "\f2c6";
}
2015-01-26 09:57:02 +01:00
.md-icon-voice-chat:before {
content: "\f2c7";
}
2015-01-26 09:57:02 +01:00
.md-icon-vpn-lock:before {
content: "\f2c8";
}
2015-01-26 09:57:02 +01:00
.md-icon-cake:before {
content: "\f2c9";
}
2015-01-26 09:57:02 +01:00
.md-icon-domain:before {
content: "\f2ca";
}
2015-01-26 09:57:02 +01:00
.md-icon-location-city:before {
content: "\f2cb";
}
2015-01-26 09:57:02 +01:00
.md-icon-mood:before {
content: "\f2cc";
}
2015-01-26 09:57:02 +01:00
.md-icon-notifications-none:before {
content: "\f2cd";
}
2015-01-26 09:57:02 +01:00
.md-icon-notifications:before {
content: "\f2ce";
}
2015-01-26 09:57:02 +01:00
.md-icon-notifications-off:before {
content: "\f2cf";
}
2015-01-26 09:57:02 +01:00
.md-icon-notifications-on:before {
content: "\f2d0";
}
2015-01-26 09:57:02 +01:00
.md-icon-notifications-paused:before {
content: "\f2d1";
}
2015-01-26 09:57:02 +01:00
.md-icon-pages:before {
content: "\f2d2";
}
2015-01-26 09:57:02 +01:00
.md-icon-party-mode:before {
content: "\f2d3";
}
2015-01-26 09:57:02 +01:00
.md-icon-group:before {
content: "\f2d4";
}
2015-01-26 09:57:02 +01:00
.md-icon-group-add:before {
content: "\f2d5";
}
2015-01-26 09:57:02 +01:00
.md-icon-people:before {
content: "\f2d6";
}
2015-01-26 09:57:02 +01:00
.md-icon-people-outline:before {
content: "\f2d7";
}
2015-01-26 09:57:02 +01:00
.md-icon-person:before {
content: "\f2d8";
}
2015-01-26 09:57:02 +01:00
.md-icon-person-add:before {
content: "\f2d9";
}
2015-01-26 09:57:02 +01:00
.md-icon-person-outline:before {
content: "\f2da";
}
2015-01-26 09:57:02 +01:00
.md-icon-plus-one:before {
content: "\f2db";
}
2015-01-26 09:57:02 +01:00
.md-icon-poll:before {
content: "\f2dc";
}
2015-01-26 09:57:02 +01:00
.md-icon-public:before {
content: "\f2dd";
}
2015-01-26 09:57:02 +01:00
.md-icon-school:before {
content: "\f2de";
}
2015-01-26 09:57:02 +01:00
.md-icon-share:before {
content: "\f2df";
}
2015-01-26 09:57:02 +01:00
.md-icon-whatshot:before {
content: "\f2e0";
}
2015-01-26 09:57:02 +01:00
.md-icon-check-box:before {
content: "\f2e1";
}
2015-01-26 09:57:02 +01:00
.md-icon-check-box-outline-blank:before {
content: "\f2e2";
}
2015-01-26 09:57:02 +01:00
.md-icon-radio-button-off:before {
content: "\f2e3";
}
2015-01-26 09:57:02 +01:00
.md-icon-radio-button-on:before {
content: "\f2e4";
}
2015-01-26 09:57:02 +01:00
.md-icon-star:before {
content: "\f2e5";
}
2015-01-26 09:57:02 +01:00
.md-icon-star-half:before {
content: "\f2e6";
}
2015-01-26 09:57:02 +01:00
.md-icon-star-outline:before {
content: "\f2e7";
}
2015-01-26 09:57:02 +01:00
/**
MD-ICONS
Usage: place Material Design Iconic Font icons on almost any elemnt using the Prefix md-icon
and the icon's name (http://zavoloklom.github.io/material-design-iconic-font/icons.html)
exemple : <i class="md-icon-more-horiz></i>
To increase icon sizes relative to their container, append lg, 2x, 3x, 4x, or 5x to the icon class.
exemple : <i class="md-icon-more-horiz-2x></i>
To arbitrarily rotate and flip icons, use the md-icon-rotate-* and md-icon-flip-* classes.
Other features at : http://zavoloklom.github.io/material-design-iconic-font/examples.html
*/
2015-02-02 15:39:53 +01:00
@font-face {
font-family: 'Material Design Iconic Font';
src: url("../fonts/Material-Design-Iconic-Font.eot?v=1.0.1");
src: url("../fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.0.1") format("embedded-opentype");
}
2015-02-02 15:39:53 +01:00
@font-face {
font-family: 'Material Design Iconic Font';
src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAjEMAAsAAAACMMAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDpIQEWNtYXAAAAFoAAAATAAAAEwQVeM+Z2FzcAAAAbQAAAAIAAAACAAAABBnbHlmAAABvAACEgQAAhIE59bvdmhlYWQAAhPAAAAANgAAADYD/TZ2aGhlYQACE/gAAAAkAAAAJAfCBq1obXR4AAIUHAAAC7AAAAuwogFWjGxvY2EAAh/MAAALtAAAC7QC8qLwbWF4cAACK4AAAAAgAAAAIAMFAlpuYW1lAAIroAAABUsAAAVLfISaU3Bvc3QAAjDsAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8ucDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDy5//9//8AAAAAACDwAP/9//8AAf/jEAQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAUAAv/AA/4DwAASANgBDQE2AUkAACUuAScuAScjHgEXHgEzMjYzJwcTIiYnLgEnLgEnLgE1IxQWFx4BFx4BFx4BFx4BFx4BFx4BFx4BMzI2Nz4BNz4BNz4BNz4BNz4BNz4BNz4BNTQmJy4BJy4BJy4BJz4BNz4BNz4BNz4BNTQmJy4BJy4BJy4BJy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BBw4BBw4BBw4BBw4BFTM0Njc+ATc+ATc+ATMyFhceARceARceARUUBgcOAQcOAQcOASsBFTMyFhceARceARceARUUBgcOAQcOAQcOASMlLgEnLgEnLgEnLgErAREzMjY3PgE3PgE3PgE3PgE3PgE3PgE3PgE9ATQmJy4BJy4BJy4BJwcUBgcUBgcOAQcOAQcOAQcOAQcOAQcOASsBNTMyFhceARceARceAR0BAyIGIxc3HgEXHgEXMy4BJy4BIwFBNVghISoGQAhWRUSyZQcOB6I5JgYMBQUIBAMGAgICNwEBAQQCAgUDAwcEBAgEBAoFBQoFBQsFBgsGBQsFBQoEBQgEAwcDAwUCAgMBAQICAQIFAwMJBQYNBwYLBQUIAwMFAgECAQEBAwICBAMDBgMECAQECQUFCwUGCwYGCwUGCgUFCQQECAMEBgMCBQICAwEBATcCAgIGAwMIBQUKBQcLBQQIAwMFAgECAgIBBgMECAYFDAchIQcMBgYJBAQGAwICAgICBQQECAUFDAYBbQULBgYOBwcPBwgRCGViCREICA8HCA0GBgwFBQkEBAcCAwQCAQICAQIEAwMGBAQJBREBAQMBAgMDAgUDAwcEBAgFBAoFBgsGJyoLFQgJDwYGCQMDA8MHDgeiOTRZISEqBkAIVkVEsmUrGUovL208Yqw/P0kBozkBFwECAgUDBAcFBQoFBgsFBQkFBAgEAwcDAwUCAgQBAgIBAQEBAQECAgEEAwIGAwMHBAMJBAUKBQULBgYMBgYLBQUJBAQHAgMHBQQJBAUKBQUKBQYLBQUKBAUIAwQHAwMFAgIEAQICAQEBAQEBAgICBAIDBQMDBwMECAQECQQFCQUFCgQECAIEBAIBAgECAgUDAwgFBAsGBgoFBAgEAwUCAgIsAQIBBQQDCQUFDAcHCwUFCAQDBQICAf0FCQQEBwMDBAIBAv6qAgECBAMDBwQECQUGCwcGDgcIEAgJEQkRChEJCBAHCA4GBwsGiAYNBgYLBgUKBAUIBAMHAwMEAgIDAQEB9gQDBAsHCBIKCxgOEgIJAaM4GEovL208Yqw/P0kAAAAAAgCAABUDgANrABgAJQAAATIWFx4BFRQGBw4BIyImJy4BNTQ2Nz4BMwEhESMRIxEjESE1IRUCABIfCwwNDQwLHxISHwsMDQ0MCx8SAYD/AFVWVf8AAwADaw4LDB8SER8MDA0NDAwfERIfDAsO/tX91QEA/wACK1VVAAAAAAUAVQAVA4ADlQAEAAkADgATABkAABMRMxEjIREzESMBITUhFQERMxEjAwUVITUlq4CAAQCAgP6qAyv81QJWgIDA/moDK/5rAhX+1gEq/tYBKv4AgIACAP7WASoBgNVVVdUAAAADAIAAQAOrA0AALAAxAEoAACUVFAYHDgEjISImJy4BNRE0Njc+ATMhMhYXHgEdASEiBgcOARURFBYXHgEzISUhESERNyImJy4BNTQ2Nz4BMzIWFx4BFRQGBw4BIwOADQwMHxH9qhEfDAwNDQwMHxECVhEfDAwN/oASHwsMDQ0MCx8SAYD+gAGr/lWrDhcJCAoKCAkXDg0XCQkKCgkJFw3AKxEfDAwNDQwMHxECVhEfDAwNDQwMHxErDQwMHxH+qhEfDAwNVQFW/qprCgkIGA0NGAgJCgoJCBgNDRgICQoAAAMAgABAA4ADQAAcADUARQAAExEUFhceATMhMjY3PgE1ETQmJy4BIyEiBgcOARUFFAYHDgEjIiYnLgE1NDY3PgEzMhYXHgEVATQ2Nz4BMzIWFx4BHQEhNYANDAwfEQJWER8MDA0NDAwfEf2qER8MDA0CABQSES8aGi8REhQUEhEvGhovERIU/oA4KChYICBYKCg4/gAC6/2qER8MDA0NDAwfEQJWER8MDA0NDAwfEasbLhIRFBQREi4bGi8REhQUEhEvGv6rIDERERERERExICsrAAAABABVAJUDqwLrABgAMQBBAFcAAAEyNjc+ATU0JicuASMiBgcOARUUFhceATMlMjY3PgE1NCYnLgEjIgYHDgEVFBYXHgEzBSIGBw4BHQEhNTQmJy4BIyUiBgcOAR0BITU0Njc+ATcuAScuASMCwBYnDg8QEA8OJxYWJw4PEREPDicW/sAaLxESFBQSES8aGi8REhQUEhEvGgFAHVElJDQB1jQkJVEd/sAlZy8uQgErBwsLKCAOGw0NGAoBwBEODycWFicODxAQDw4nFhYnDw4RKxQREi4bGi8REhQUEhEvGhsuEhEUgA8PDiweYGAeLA4PDyoSExM4JWtgDiQUFCgSAwUBAgEAAAAAAwBVABUDqwNrABgAMQBKAAABIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjFTIWFx4BFRQGBw4BIyImJy4BNTQ2Nz4BMxEiJicuASc0Njc+ATMyFhceARUOAQcOASMCAFicOjpDQzo6nFhYnDo6Q0M6OpxYGi8REhQUEhEvGhovERIUFBIRLxooSyAhNxU5JyhYICBYJyg5FTchIEsoA2tDOjqcWFicOjpDQzo6nFhYnDo6Q4AUEhEvGhsvEREUFBERLxsaLxESFP2iExISMx8gMREQEhIQETEgHzMSEhMAAAAEACsAFQOHA5UADAAlAD4AagAAATM1MzUjNSMVIxUzFQMiBgcOARUUFhceATMyNjc+ATU0JicuASMhIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjJTQ2NTchMjY3PgE3EycxDwEhJwMnIxUzEwcOAQcOARUUFhceATMhNSEiJjUB1VaAgFaAgKoSHwsMDQ0MCx8SER8MDA0NDAwfEQGqER8MCw4OCwwfERIfDAsODgsMHxL+XQEnAT4MFgkKEAWlSy92/tUFiSiLVZo6AwQBAQIOCwwfEgIA/hIFBgJAgFWAgFWA/oANDAwfERIfDAsODgsMHxIRHwwMDQ0MDB8REh8MCw4OCwwfEhEfDAwNiwEDAUUHBQYQCgErKVXVCwEfVlb+vWkECgUGCgYSHwsMDVUGBQAAAAUAVQAVA6sDcQAEAAkAEAApAEIAAAEnBxc3JScHFzcXIxEXNyc1JyIGBw4BFRQWFx4BMzI2Nz4BNTQmJy4BIxEiJicuATU0Njc+ATMyFhceARUUBgcOASMDq8Q3xDf9pT
src: url("../fonts/Material-Design-Iconic-Font.ttf") format("truetype");
2015-02-02 15:39:53 +01:00
font-weight: normal;
font-style: normal;
}
2015-01-29 17:32:35 +01:00
md-sidenav md-list md-item-content {
transition: background-color 0.2s ease-out, color 0.5s linear;
}
md-sidenav md-list md-item-content:hover {
background-color: #ede5ca;
cursor: pointer;
}
md-sidenav md-list md-item-content.sg-active {
color: #00b0c0;
}
md-sidenav md-list md-item-content.sg-loading {
color: #a1ccc8;
}
md-sidenav md-list md-item-content .sg-item-name {
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-1 {
padding-left: 15px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-2 {
padding-left: 30px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-3 {
padding-left: 45px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-4 {
padding-left: 60px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-5 {
padding-left: 75px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-6 {
padding-left: 90px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-7 {
padding-left: 105px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-8 {
padding-left: 120px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-9 {
padding-left: 135px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-10 {
padding-left: 150px;
}
2015-02-02 15:39:53 +01:00
md-item-content .sg-child-level-11 {
padding-left: 165px;
}
2015-01-26 09:57:02 +01:00
.view[layout=row] {
max-height: 100%;
}
2015-01-26 09:57:02 +01:00
/* Angular-material components local overrides */
md-list {
padding: 8px 0px 8px 0px;
}
2015-01-26 09:57:02 +01:00
md-item-content {
display: flex;
align-items: center;
flex-direction: row;
box-sizing: border-box;
position: relative;
padding: 0px 0px 0px 0px;
}
2015-01-26 09:57:02 +01:00
/**
* The left tile for a list item.
*/
.md-tile-left {
min-width: 56px;
margin-right: -16px;
height: 56px;
background-color: grey;
}
2015-01-26 09:57:02 +01:00
/**
* The center content tile for a list item.
*/
.md-tile-content, .sg-tile-content {
flex: 1;
padding: 16px;
text-overflow: ellipsis;
}
.md-tile-content h3, .sg-tile-content h3 {
margin: 0 0 3px 0;
font-weight: 400;
font-size: 1.1em;
}
.md-tile-content h4, .sg-tile-content h4 {
margin: 0 0 3px 0;
font-weight: 400;
font-size: 0.9em;
}
.md-tile-content p, .sg-tile-content p {
margin: 0 0 3px 0;
font-size: 0.75em;
}
2015-01-26 09:57:02 +01:00
.sg-tile-content {
margin-left: 16px;
}
.sg-tile-content .name {
margin: 0 0 3px 0;
font-weight: 400;
font-size: 1.1em;
}
.sg-tile-content .subject {
margin: 0 0 3px 0;
font-weight: 400;
font-size: 0.9em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.sg-tile-content p {
margin: 0 0 3px 0;
font-size: 0.75em;
}
2015-01-26 09:57:02 +01:00
/**
* The right tile for a list item.
*/
.md-tile-right {
padding-right: 0px;
}
2015-01-26 09:57:02 +01:00
md-divider {
display: block;
border-top: 1px solid;
margin: 0;
}
md-divider[md-inset] {
margin-left: 72px;
}
2015-01-26 09:57:02 +01:00
md-toolbar {
display: flex;
flex-direction: column;
position: relative;
z-index: 2;
font-size: 1.3em;
min-height: 64px;
width: 100%;
}
md-toolbar.md-tall {
height: 128px;
min-height: 128px;
max-height: 128px;
}
md-toolbar.md-medium-tall {
height: 88px;
min-height: 88px;
max-height: 88px;
}
md-toolbar.md-medium-tall .md-toolbar-tools {
height: 48px;
min-height: 48px;
max-height: 48px;
}
md-toolbar.md-toolbar-small {
min-height: 48px;
}
md-toolbar .md-indent {
margin-left: 64px;
}
2015-01-26 09:57:02 +01:00
.md-toolbar-tools {
display: flex;
align-items: center;
flex-direction: row;
width: 100%;
height: 64px;
min-height: 100%;
max-height: 64px;
font-size: inherit;
font-weight: normal;
padding: 0 16px;
margin: 0;
}
.md-toolbar-tools > * {
font-size: inherit;
}
.md-toolbar-tools h2, .md-toolbar-tools h3 {
font-weight: normal;
}
.md-toolbar-tools a {
color: inherit;
text-decoration: none;
}
.md-toolbar-tools .fill-height {
display: flex;
align-items: center;
}
.md-toolbar-tools .md-tools {
margin-left: auto;
}
.md-toolbar-tools .md-button {
font-size: 14px;
}
2015-01-26 09:57:02 +01:00
/* _extends.scss - */
md-toolbar.sg-bottombar {
2015-01-26 09:57:02 +01:00
@extends md-toolbar;
background-color: #121212;
2015-01-26 09:57:02 +01:00
position: fixed;
bottom: 0px;
left: 0px;
z-index: 100;
}
2015-01-26 09:57:02 +01:00
sg-bottombar.md-THEME_NAME-theme {
background-color: #121212;
color: '{{primary-contrast}}';
}
sg-bottombar.md-THEME_NAME-theme .md-button {
color: '{{primary-contrast}}';
}
sg-bottombar.md-THEME_NAME-theme.md-accent {
background-color: '{{accent-color}}';
color: '{{accent-contrast}}';
}
sg-bottombar.md-THEME_NAME-theme.md-warn {
background-color: '{{warn-color}}';
color: '{{warn-contrast}}';
}
md-input-container {
display: flex;
position: relative;
flex-direction: column;
padding: 2px;
/*
* The .md-input class is added to the input/textarea
*/
}
md-input-container textarea,
md-input-container input[type="text"],
md-input-container input[type="password"],
md-input-container input[type="datetime"],
md-input-container input[type="datetime-local"],
md-input-container input[type="date"],
md-input-container input[type="month"],
md-input-container input[type="time"],
md-input-container input[type="week"],
md-input-container input[type="number"],
md-input-container input[type="email"],
md-input-container input[type="url"],
md-input-container input[type="search"],
md-input-container input[type="tel"],
md-input-container input[type="color"] {
/* remove default appearance from all input/textarea */
-moz-appearance: none;
-webkit-appearance: none;
}
md-input-container textarea {
resize: none;
overflow: hidden;
}
md-input-container label {
order: 1;
pointer-events: none;
-webkit-font-smoothing: antialiased;
z-index: 1;
transform: translate3d(0, 24px, 0) scale(1);
transform-origin: left top;
transition: all cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
}
md-input-container .md-input {
flex: 1;
order: 2;
display: block;
background: none;
padding-top: 2px;
padding-bottom: 1px;
border-width: 0 0 1px 0;
line-height: 26px;
-ms-flex-preferred-size: 26px;
}
md-input-container .md-input:focus {
outline: none;
}
md-input-container.md-input-focused label, md-input-container.md-input-has-value label {
transform: translate3d(0, 4px, 0) scale(0.75);
}
md-input-container.md-input-focused .md-input {
padding-bottom: 0px;
border-width: 0 0 2px 0;
}
md-input-container .md-input[disabled] {
background-position: 0 bottom;
background-size: 3px 1px;
background-repeat: repeat-x;
}
md-input-container .bgroup {
display: block;
}
.bgroup b {
left-margin: -1.25em;
}
2015-02-02 15:39:53 +01:00
/*! _button.scss */
/*! button/_extends.scss - */
/**
* Position a FAB button.
*/
.md-button {
user-select: none;
position: relative;
outline: none;
border: 0;
padding: 6px;
margin: 0;
background: transparent;
white-space: nowrap;
text-align: center;
text-transform: uppercase;
font-weight: 500;
font-style: inherit;
font-variant: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
text-decoration: none;
cursor: pointer;
overflow: hidden;
transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-button.ng-hide {
transition: none;
}
.md-button.md-cornered {
border-radius: 0;
}
.md-button.md-icon {
padding: 0;
background: none;
}
.md-button.md-raised {
transform: translate3d(0, 0, 0);
}
.md-button.md-fab {
z-index: 20;
width: 56px;
height: 56px;
border-radius: 50%;
border-radius: 50%;
overflow: hidden;
transform: translate3d(0, 0, 0);
transition: 0.2s linear;
transition-property: transform, box-shadow;
}
.md-button.md-fab.md-fab-bottom-right {
top: auto;
right: 20px;
bottom: 20px;
left: auto;
position: absolute;
}
.md-button.md-fab.md-fab-bottom-left {
top: auto;
right: auto;
bottom: 20px;
left: 20px;
position: absolute;
}
.md-button.md-fab.md-fab-top-right {
top: 20px;
right: 20px;
bottom: auto;
left: auto;
position: absolute;
}
.md-button.md-fab.md-fab-top-left {
top: 20px;
right: auto;
bottom: auto;
left: 20px;
position: absolute;
}
.md-button.md-fab md-icon {
line-height: 56px;
margin-top: 0;
}
.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 {
transform: translate3d(0, -1px, 0);
}
2015-02-02 15:39:53 +01:00
.md-toast-open-top .md-button.md-fab-top-left,
.md-toast-open-top .md-button.md-fab-top-right {
transform: translate3d(0, 42px, 0);
}
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]):focus, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):focus,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
transform: translate3d(0, 41px, 0);
}
2015-02-02 15:39:53 +01:00
.md-toast-open-bottom .md-button.md-fab-bottom-left,
.md-toast-open-bottom .md-button.md-fab-bottom-right {
transform: translate3d(0, -42px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):focus, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):focus,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
transform: translate3d(0, -43px, 0);
}
2015-02-02 15:39:53 +01:00
.md-button-group {
display: flex;
flex: 1;
width: 100%;
}
2015-02-02 15:39:53 +01:00
.md-button-group > .md-button {
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;
}
2015-02-02 15:39:53 +01:00
.sg-active button {
color: #00b0c0;
}
/*! backdrop.scss - */
/*! _extends.scss - */
md-backdrop {
z-index: 50;
background-color: transparent;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
md-backdrop.md-dialog-backdrop {
z-index: 79;
}
md-backdrop.md-bottom-sheet-backdrop {
z-index: 69;
}
md-backdrop.md-sidenav-backdrop {
z-index: 59;
}
md-backdrop.ng-enter {
animation: cubic-bezier(0.25, 0.8, 0.25, 1) mdBackdropFadeIn 0.5s both;
}
md-backdrop.ng-leave {
animation: cubic-bezier(0.55, 0, 0.55, 0.2) mdBackdropFadeOut 0.2s both;
}
@keyframes mdBackdropFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes mdBackdropFadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
2015-01-26 09:57:02 +01:00
/**
*
* @filename _base_styles.scss
* @project SOGo
* @version 3.alpha
*
* Define basic general styles for base elements
*
*
*/
body,
.main {
padding-bottom: 64px;
}
2015-01-26 09:57:02 +01:00
html.dev.guide::after {
display: block;
position: absolute;
top: 0;
left: 0;
background-image: linear-gradient(90deg, rgba(0, 255, 255, 0.1) 0, rgba(0, 255, 255, 0.1) 80%, transparent 80%);
2015-01-26 09:57:02 +01:00
background-size: 64px 64px;
background-repeat-x: repeat;
width: 100%;
height: 100%;
content: " ";
z-index: 1000;
}
/*# sourceMappingURL=styles.css.map */